[Bug 79161] Re: totem-xine crashes

2007-03-08 Thread Reinhard Tartler
** Changed in: xine-lib (Ubuntu) Status: Confirmed = Needs Info -- totem-xine crashes https://launchpad.net/bugs/79161 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 79161] Re: totem-xine crashes

2007-03-06 Thread Reinhard Tartler
from the report I read the line totem: pcm.c:938: snd_pcm_state: Assertion `pcm' failed. I'm sorry to tell that I cannot find the line in the file above that makes you think this was a problem in xine :( - (but I may be wrong one more time) -- totem-xine crashes https://launchpad.net/bugs/79161

[Bug 79161] Re: totem-xine crashes

2007-01-16 Thread Sebastien Bacher
Thank you for your work on that. xine-ui is the xine player. Could you install totem-xine-dbgsym (https://wiki.ubuntu.com/DebuggingProgramCrash) and get a backtrace with gdb: - gdb totem (gdb) run ... get the crash (gdb) thread apply all bt Can you trigger the crash when you want? What sort of

Re: [Bug 79161] Re: totem-xine crashes

2007-01-16 Thread Ahmed
Hello I checked Synaptic for totem-xine dbgsym,and I already have it installed. I have attached the backtrace with gdb in OpenDocument Text format. The last two lines (gdb) are there because I pressed Enter on my keyboard. I can not trigger the crash when I want.Sometimes I can trigger it

[Bug 79161] Re: totem-xine crashes

2007-01-16 Thread Sebastien Bacher
There is no new attachment to the page, if you sent it by mail that doesn't work (that's a known launchpad bug), you can also copy the backtrace to a text file rather than an odt if you want -- totem-xine crashes https://launchpad.net/bugs/79161 -- ubuntu-bugs mailing list

[Bug 79161] Re: totem-xine crashes

2007-01-16 Thread Ahmed
Hello I have attached the backtrace with gdb in odt format. The last two lines (gdb) are there because I pressed Enter on my keyboard. Ahmed ** Attachment added: odt of backtrace with gdb http://librarian.launchpad.net/5773775/gdb%20bug%20report3.odt -- totem-xine crashes

[Bug 79161] Re: totem-xine crashes

2007-01-16 Thread Sebastien Bacher
Thank you for the new backtrace, looks like the crash happens to xine- lib, updating the bugs settings and the package ** Changed in: totem (Ubuntu) Sourcepackagename: totem = xine-lib Assignee: Ubuntu Desktop Bugs = (unassigned) Status: Needs Info = Confirmed -- totem-xine crashes

[Bug 79161] Re: totem-xine crashes

2007-01-15 Thread Daniel Holbach
Looks like trouble with libxine.so - can you try and see if you have the same problem with xine-ui too? -- totem-xine crashes https://launchpad.net/bugs/79161 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 79161] Re: totem-xine crashes

2007-01-15 Thread Sebastien Bacher
could you get a backtrace with libxine1-dbg installed? -- totem-xine crashes https://launchpad.net/bugs/79161 -- ubuntu-bugs mailing list ubuntu-bugs@lists.ubuntu.com https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

[Bug 79161] Re: totem-xine crashes

2007-01-15 Thread Ahmed
Hello I'm not sure what you mean by xine-ui?Can you please tell me what xine-ui is? If by xine-ui you mean xine movie player,then I tried to get the crash with xine movie player but it doesn't crash. Also,I have attached the backtrace in the bug-buddy dialog after the crash with libxine1-dbg

[Bug 79161] Re: totem-xine crashes

2007-01-14 Thread Ahmed
Hello I have attached the backtrace in the bug-buddy dialog after the crash,in OpenDocument Text format Ahmed ** Attachment added: odt document of backtrace in bug-buddy dialog after the crash http://librarian.launchpad.net/5746404/backtrace%20bugbuddy.odt -- totem-xine crashes

[Bug 79161] Re: totem-xine crashes

2007-01-14 Thread Ahmed
Hello I have attached the backtrace in the bug-buddy dialog after the crash,in OpenDocument Text format Ahmed ** Attachment added: odt document of backtrace in bug-buddy dialog after the crash http://librarian.launchpad.net/5746405/backtrace%20bugbuddy.odt -- totem-xine crashes

[Bug 79161] Re: totem-xine crashes

2007-01-14 Thread Sebastien Bacher
Thanks for your bug report. Could you please try to obtain a backtrace by following the instructions on http://wiki.ubuntu.com/DebuggingProgramCrash. This will greatly aid us in tracking down your problem. ** Changed in: totem (Ubuntu) Importance: Undecided = Medium Assignee:

Re: [Bug 79161] Re: totem-xine crashes

2007-01-14 Thread Ahmed
Hello In the page https://wiki.ubuntu.com/Backtrace,in part 2 of Generation,when I enter the command: gdb program 21 | tee gdb-program.txt (replace program with totem) in the terminal,it gives the message: bash: syntax error near unexpected token `2' I think this is because there is an error in

[Bug 79161] Re: totem-xine crashes

2007-01-14 Thread Sebastien Bacher
you probably get a bug-buddy dialog after the crash, it usually contain the backtrace. Otherwise you can use gdb that way: - gdb totem (gdb) run ... get the crash (gdb) thread apply all bt And copy the backtrace to a comment -- totem-xine crashes https://launchpad.net/bugs/79161 --