[問題] 請問一個core file的內容

看板LinuxDev作者 (體重突破所有均線)時間15年前 (2011/01/12 20:12), 編輯推噓1(101)
留言2則, 2人參與, 最新討論串1/1
請問一下 有沒有人碰過用gdb trace一個core file時 出現這樣的內容 .... #184 0x40295c24 in abort () from /lib/libc.so.6 #185 0x40295c24 in abort () from /lib/libc.so.6 #186 0x40295c24 in abort () from /lib/libc.so.6 #187 0x40295c24 in abort () from /lib/libc.so.6 #188 0x40295c24 in abort () from /lib/libc.so.6 #189 0x40295c24 in abort () from /lib/libc.so.6 #190 0x40295c24 in abort () from /lib/libc.so.6 #191 0x40295c24 in abort () from /lib/libc.so.6 #192 0x40295c24 in abort () from /lib/libc.so.6 #193 0x40295c24 in abort () from /lib/libc.so.6 #194 0x40295c24 in abort () from /lib/libc.so.6 #195 0x40295c24 in abort () from /lib/libc.so.6 #196 0x40295c24 in abort () from /lib/libc.so.6 #197 0x40295c24 in abort () from /lib/libc.so.6 .... 看起來就是毫無止盡在同一個address dump message 我試著讓它跑,看看會不會結束 但是跑了一個小時還是同樣的內容 stack frame都到6萬多了 還是沒有結束的意思 請問一下有強者知道這大概是哪裡出問題嗎? 謝謝 -- ※ 發信站: 批踢踢實業坊(ptt.cc) ◆ From: 220.130.51.128

01/13 22:10, , 1F
你印一下 stack pointer和frame pointer,應該是爛掉了
01/13 22:10, 1F

01/14 00:39, , 2F
stack的確是爛掉了,請問原因可能是什麼呢?
01/14 00:39, 2F
文章代碼(AID): #1DBPgmrd (LinuxDev)