On Tue, 2006-03-14 at 22:00 -0800, Jurij Smakov wrote: > On Sun, 12 Mar 2006, Chance Platt wrote: > > > In the case of xine, I run the binary. The Xine splashscreen pops up > > and disappears, and you see the usual xine GUI and window, followed > > quickly by them closing. It spits the following out on the command > > line: > > > > :~$ xine > > This is xine (X11 gui) - a free video player v0.99.3. > > (c) 2000-2004 The xine Team. > > Xlib: extension "XFree86-DRI" missing on display ":0.0". > > Bus error > > Can you please try and get a backtrace for that? Building xine with > debugging symbols and running it under gdb should give you that. Usually > sparc-specific 'bus error' means some kind of alignment issues, so the > first step is to figure out where it's happening.
Ok, I tried building xine-ui and libxine1 with debugging options (by setting DEB_BUILD_OPTIONS to "debug nostrip" and then apt-get -b source <each package>). I'm not sure if it actually worked, because the backtrace is rather anemic, but here goes: [EMAIL PROTECTED]:~$ gdb /usr/bin/xine core.1285 (gdb) bt #0 0x70180cbc in _x_cache_plugin_get_instance () from /usr/lib/libxine.so.1 #1 0x77863258 in ?? () from /usr/lib/xine/plugins/1.0.1/xineplug_dmx_qt.so #2 0x77863258 in ?? () from /usr/lib/xine/plugins/1.0.1/xineplug_dmx_qt.so Previous frame identical to this frame (corrupt stack?) (gdb) bt full #0 0x70180cbc in _x_cache_plugin_get_instance () from /usr/lib/libxine.so.1 No symbol table info available. #1 0x77863258 in ?? () from /usr/lib/xine/plugins/1.0.1/xineplug_dmx_qt.so No symbol table info available. #2 0x77863258 in ?? () from /usr/lib/xine/plugins/1.0.1/xineplug_dmx_qt.so No symbol table info available. chance -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

