You are not logged in.
Pages: 1
Whenever I try to run something which loads Xine, it crashes with Bus Error. VLC runs just fine and I have reinstalled as much as I know how. Not sure where to take this from here.
Offline
*bump*
Offline
Posting the exact error would help.
Offline
This is all I get. If I run with -v, I get pages of plugin loading followed by "Bus Error" and it halts.
Offline
You may need to run something like gdb or strace to find exactly where the error is happening. A quick Google search seams to imply that it's choking on some plug-in. If you don't know these programs, this is a good link for gdb:
http://live.gnome.org/GettingTraces/Det … et-running
I linked the instructions that will help you.
Last edited by skottish (2008-04-06 20:45:05)
Offline
I get the following output when running gdb:
Thread 1 (Thread 0xb73c66c0 (LWP 5577)):
#0 0xb7f4b107 in memset () from /lib/ld-linux.so.2
#1 0xb7f3c0e9 in _dl_map_object_from_fd () from /lib/ld-linux.so.2
#2 0xb7f3d483 in _dl_map_object () from /lib/ld-linux.so.2
#3 0xb7f42696 in openaux () from /lib/ld-linux.so.2
#4 0xb7f42fa6 in _dl_catch_error () from /lib/ld-linux.so.2
#5 0xb7f417ad in _dl_map_object_deps () from /lib/ld-linux.so.2
#6 0xb7f47137 in dl_open_worker () from /lib/ld-linux.so.2
#7 0xb7f42fa6 in _dl_catch_error () from /lib/ld-linux.so.2
#8 0xb7f46adc in _dl_open () from /lib/ld-linux.so.2
#9 0xb79fdc2f in dlopen_doit () from /lib/libdl.so.2
#10 0xb7f42fa6 in _dl_catch_error () from /lib/ld-linux.so.2
#11 0xb79fe0fc in _dlerror_run () from /lib/libdl.so.2
#12 0xb79fdb61 in dlopen@@GLIBC_2.1 () from /lib/libdl.so.2
#13 0xb7eeb573 in collect_plugins () from /usr/lib/libxine.so.1
Though, except that the files in question are part of glibc and libxine, I'm not sure what I'm seeing.
Offline
Would any other information be useful for figuring this out?
Offline
I'm hoping someone will jump in here that can see something. I installed a xine frontend to see if I could reproduce your error and I can't. I found that xine (at least through gxine) is very buggy on my machine.
Offline
Thanks for your attempt.
If it helps, Xine was working before, but due to a hard drive failure I figured I would reinstall. This is a fresh installation.
Offline
Pages: 1