作者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
1F:推 cole945:你印一下 stack pointer和frame pointer,应该是烂掉了 01/13 22:10
2F:→ cobrasgo:stack的确是烂掉了,请问原因可能是什麽呢? 01/14 00:39