refyou
2008-03-01, 22:20
hi there,
I compiled XBMC on Ubuntu Desktop Edition 7.10 (Gutsy Gibbon) 32-bit for x86 following the : "HOW-TO compile XBMC for Linux from source code" instructions.
problem occurs while executing the newly compiled binary. After running it trough GDB here's the result:
user@laptop:~/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 0x85a560c: file XboxMediaCenter.cpp, line 39.
Starting program: /home/user/XBMC/XboxMediaCenter
[Thread debugging using libthread_db enabled]
[New Thread -1229150400 (LWP 10598)]
[Switching to Thread -1229150400 (LWP 10598)]
main (argc=1, argv=0xbf848814) at XboxMediaCenter.cpp:39
39 int main(int argc, char* argv[])
(gdb) continue
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) continue
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) continue
Continuing.
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb)
Any idea(s)?
I compiled XBMC on Ubuntu Desktop Edition 7.10 (Gutsy Gibbon) 32-bit for x86 following the : "HOW-TO compile XBMC for Linux from source code" instructions.
problem occurs while executing the newly compiled binary. After running it trough GDB here's the result:
user@laptop:~/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 0x85a560c: file XboxMediaCenter.cpp, line 39.
Starting program: /home/user/XBMC/XboxMediaCenter
[Thread debugging using libthread_db enabled]
[New Thread -1229150400 (LWP 10598)]
[Switching to Thread -1229150400 (LWP 10598)]
main (argc=1, argv=0xbf848814) at XboxMediaCenter.cpp:39
39 int main(int argc, char* argv[])
(gdb) continue
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) continue
Continuing.
Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) continue
Continuing.
Program terminated with signal SIGSEGV, Segmentation fault.
The program no longer exists.
(gdb)
Any idea(s)?