>> Gerfried Fuchs <[EMAIL PROTECTED]> writes: > realplayer segaults for me when I start it. Strangely it doesn't do it > when I start it with strace (like, ``strace realplayer''). I don't know > what information you need to track that bug down, if I can help you in > any way it would be great.
For starters, can you check the versions of the libraries that RP links against, particularly, could you please check if they are the same as in your pc? (you can use ldd /.../.../realplayer to find out the libraries, and the dpkg -S to find out the packages that provide them) > It does this only on my Siemens Scenic Mobile 750, not on my pc at > work. So it might be a problem with a special hardware setup, and > race conditions (strace slows it - that might be the point, but I > don't know If there's a coredump, you can start gdb like this: $ gdb /path/to/realplayer core and then issue the "bt" command. -- Marcelo