Segmentation fault dosen't produce a core dump
#1
I have compiled xbmc for svn but after a while it crashes but no core.
Code:
$ xbmc
Segmentation fault
Crash report available at /home/xbmc/xbmc_crashlog-20100714_214222.log

But ulimit shows unlimited
Code:
$ ulimit -c
unlimited

I'm using Lubuntu 10.04 64-bits and 2.6.34-020634-generic kernel from the Ubuntu kernel team.

Anybody now why the core is not produced and how I can solve it?
Reply
#2
Is there a backtrace in the cashlog? the xbmc script automatically deletes the corefile.
Reply
#3
It doesn't seems like it. You'll find a log here http://pastebin.com/x22uskAg
Reply
#4
I can't make it to produce a core file.
But do I get the same result by running
Code:
gdb /usr/local/lib/xbmc/xbmc.bin
and when it crashes just type
Code:
thread apply all bt
Reply
#5
Sure, that will give you a backtrace of all the threads, same thing the script does afaik. Gdb is installed then I guess ? Wink
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply

Logout Mark Read Team Forum Stats Members Help
Segmentation fault dosen't produce a core dump0