作者cobrasgo (體重突破所有均線)
看板LinuxDev
標題[問題] 請問一下core file的內容
時間Wed Jan 12 20:12:30 2011
請問一下
有沒有人碰過用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
推 cole945:你印一下 stack pointer和frame pointer,應該是爛掉了 01/13 22:10
→ cobrasgo:stack的確是爛掉了,請問原因可能是什麼呢? 01/14 00:39