Comment 2 for bug 38813

Revision history for this message
Ariel Vardi (ariel-vardi) wrote : Re: banshee eats all my CPU

I still have the problem on dapper up-to-date. It just froze again on an mp3. I think it also crashed before on an ogg.

I did what you told me with gdb and here is the output:

(gdb) thread apply all bt

Thread 1 (Thread -1212421824 (LWP 11610)):
#0 0xffffe410 in __kernel_vsyscall ()
#1 0xb7c7e8c4 in poll () from /lib/tls/i686/cmov/libc.so.6
#2 0xb4f0132c in snd_pcm_direct_check_interleave ()
   from /usr/lib/libasound.so.2
#3 0xb4f0178e in snd_pcm_direct_server_create () from /usr/lib/libasound.so.2
#4 0xb4f034c4 in snd_pcm_dmix_open () from /usr/lib/libasound.so.2
#5 0xb4f03b87 in _snd_pcm_dmix_open () from /usr/lib/libasound.so.2
#6 0xb4ecce69 in snd_pcm_free () from /usr/lib/libasound.so.2
#7 0xb4ecd4e9 in snd_pcm_free () from /usr/lib/libasound.so.2
#8 0xb4ecd714 in snd_pcm_open_slave () from /usr/lib/libasound.so.2
#9 0xb4f09a72 in _snd_pcm_softvol_open () from /usr/lib/libasound.so.2
#10 0xb4ecce69 in snd_pcm_free () from /usr/lib/libasound.so.2
#11 0xb4ecd737 in snd_pcm_open_slave () from /usr/lib/libasound.so.2
#12 0xb4eeb165 in _snd_pcm_plug_open () from /usr/lib/libasound.so.2
#13 0xb4ecce69 in snd_pcm_free () from /usr/lib/libasound.so.2
#14 0xb4ecd737 in snd_pcm_open_slave () from /usr/lib/libasound.so.2
#15 0xb4f076a6 in _snd_pcm_asym_open () from /usr/lib/libasound.so.2
#16 0xb4ecce69 in snd_pcm_free () from /usr/lib/libasound.so.2
#17 0xb4ecd4e9 in snd_pcm_free () from /usr/lib/libasound.so.2
#18 0xb4b1c425 in ?? () from /usr/lib/gstreamer-0.10/libgstalsa.so
#19 0x00000000 in ?? ()
---Type <return> to continue, or q <return> to quit---
#0 0xffffe410 in __kernel_vsyscall ()
(gdb)

Hope it helps