Bug 147504 - crash when streaming podcast from http://www.touchmusic.org.uk/TouchPod/podcast.xml
Summary: crash when streaming podcast from http://www.touchmusic.org.uk/TouchPod/podca...
Status: RESOLVED NOT A BUG
Alias: None
Product: amarok
Classification: Applications
Component: general (show other bugs)
Version: 1.4.5
Platform: Ubuntu Linux
: NOR crash
Target Milestone: ---
Assignee: Amarok Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-07-03 18:31 UTC by Sujee Maniyam
Modified: 2007-07-21 19:10 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sujee Maniyam 2007-07-03 18:31:03 UTC
Version:           1.4.5 (using KDE KDE 3.5.6)
Installed from:    Ubuntu Packages
OS:                Linux

add this podcast
http://www.touchmusic.org.uk/TouchPod/podcast.xml

drag and drop ep#25 into playlist and play it.  Amarok will try to stream the content, you will see Buffer 0% - 100%  notice flash by, as soon as the clip starts playing, Amarok crashes

But if you download the above episode (right click --> download media) , add it to the play list, amarok plays fine.
Comment 1 Bram Schoenmakers 2007-07-04 10:44:56 UTC
Please paste a backtrace after you've read http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports
Comment 2 Mark Kretschmann 2007-07-04 11:10:16 UTC
Here we go. It's clearly a xinelib issue:

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1296942192 (LWP 30972)]
0xb0ae02a3 in ?? () from /usr/lib/xine/plugins/1.1.4/xineplug_decode_faad.so
(gdb) bt
#0  0xb0ae02a3 in ?? () from /usr/lib/xine/plugins/1.1.4/xineplug_decode_faad.so
#1  0x085f0b90 in ?? ()
#2  0xb2b1c7f0 in ?? ()
#3  0xb2b1a77c in ?? ()
#4  0xc449caea in ?? ()
#5  0x000003ff in ?? ()
#6  0x00000240 in ?? ()
#7  0xb2b1a77c in ?? ()
#8  0x00000081 in ?? ()
#9  0x00000780 in ?? ()
#10 0x00000700 in ?? ()
#11 0x00000680 in ?? ()
#12 0x00000580 in ?? ()
#13 0x00000500 in ?? ()
#14 0x00000480 in ?? ()
#15 0x00000380 in ?? ()
#16 0x00000300 in ?? ()
#17 0x00000280 in ?? ()
#18 0x00000180 in ?? ()
#19 0x00000600 in ?? ()
#20 0x00000c00 in ?? ()
#21 0x00000200 in ?? ()
#22 0x00000002 in ?? ()
#23 0x00000400 in ?? ()
#24 0x00000800 in ?? ()
#25 0xb0b05f40 in ?? () from /usr/lib/xine/plugins/1.1.4/xineplug_decode_faad.so
#26 0xb0b05f40 in ?? () from /usr/lib/xine/plugins/1.1.4/xineplug_decode_faad.so
#27 0xb0b06f40 in ?? () from /usr/lib/xine/plugins/1.1.4/xineplug_decode_faad.so
#28 0xb0b06f40 in ?? () from /usr/lib/xine/plugins/1.1.4/xineplug_decode_faad.so


Please report the bug in xine's bug tracker. Thanks.