I demand that Mika Rastas may or may not have top-posted... > I installed libxine1-dbg package and quickly tried the following
> I don't quite see why should gxine be driven in debugger as the problem > comes already when installing the package. Though the program also > segfaults when trying to run but thats normal when the program hasn't been > dpkg-configured properly. Actually, gxine will normally be fine in that case; the only configuration which is being done is an update of its menu file. But it's xine-list-1.1 in which I'm interested, since it's that which is segfaulting (and with libxine1-dbg installed, you have debug data for it as well as the library and its plugins). > gdb /usr/bin/gxine [snip] > [Thread debugging using libthread_db enabled] > [New Thread 0xb7367940 (LWP 10941)] > > Program received signal SIGSEGV, Segmentation fault. > [Switching to Thread 0xb7367940 (LWP 10941)] > 0x00000000 in ?? () > (gdb) That segfault is suspicious; it's pointing the finger at libxine1* or a library on which the libraries contained therein depend. It looks like an attempt to call a function through an uninitialised function pointer, so a full backtrace is still needed. (I still can't get it to segfault here...) [snip] -- | Darren Salt | linux or ds at | nr. Ashington, | Toon | RISC OS, Linux | youmustbejoking,demon,co,uk | Northumberland | Army | Kill all extremists! Daffy Duck of Borg: "Yoooouuuuu'rreee irrelevant!" -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

