Seg Fault on Launch
#1
Details:

ubuntu 7.10 32bit
fully updated dependencies per the README
freshly checked out source
revision: 11068

Amd x2 cpu
nvidia 6150 using restricted drivers


I did a manual install. Whenever I try to start xbmc up it seg faults. I ran it through gdb, here are the results.


Code:
xbmc:~/XBMC$ gdb ./XboxMediaCenter
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) start
Breakpoint 1 at 0x856489e: file XboxMediaCenter.cpp, line 41.
Starting program: /home/jmaddox/XBMC/XboxMediaCenter
[Thread debugging using libthread_db enabled]
[New Thread -1233967264 (LWP 22577)]
[Switching to Thread -1233967264 (LWP 22577)]
main (argc=1, argv=0xbfcface4) at XboxMediaCenter.cpp:41
41        if (argc > 1)
(gdb)
(gdb) continue
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0xb7699610 in rawmemchr () from /lib/tls/i686/cmov/libc.so.6
(gdb) continue
Continuing.

Program received signal SIGSEGV, Segmentation fault.
0xb7699610 in rawmemchr () from /lib/tls/i686/cmov/libc.so.6
(gdb) continue
Continuing.
Reply
#2
Hi:

I've the same problem. Any clue?

Thanx
Reply

Logout Mark Read Team Forum Stats Members Help
Seg Fault on Launch0