Summary: | crashes with playing streamed files with kioslaves | ||
---|---|---|---|
Product: | [Unmaintained] arts | Reporter: | Joerg de la Haye <haye> |
Component: | libartskde | Assignee: | Multimedia Developers <kde-multimedia> |
Status: | RESOLVED FIXED | ||
Severity: | crash | CC: | sebastian |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Joerg de la Haye
2002-11-04 20:42:47 UTC
To me this looks like a problem in the KPlayObject parts of libartskde. So, I'm transferring this bug from kaboodle to libartskde. Cannot confirm this bug, it's working with my copy of KDE. Make sure you don't have any sticky tags on your CVS checkout. If the bug persists, please compile with debugging enabled to generate a more informative backtrace, or perhaps even use valgrind to provide more information. *** Bug 50519 has been marked as a duplicate of this bug. *** Well, I've now gotten another, similar report for Kaboodle, from someone else who claims to be using Debian packages, so it's either a real bug or a problem with Debian. Who's responsible for these Debian packages, does anyone know? I meanwhile found a way to reproduce the bug, so I can confirm it is there. However, for me it only happens for Ogg files, mp3 seems to be unaffected. You can try the following: open an audio CD with the audiocd ioslave, go to the Ogg folder, and open one of the files in kaboodle (or just with the soundfile "preview"): konqueror will crash, I'll add a backtrace later. Subject: Re: crashes with playing streamed files with kioslaves Hi Neil, On Sunday 10 November 2002 17:40, you wrote: > http://bugs.kde.org/show_bug.cgi?id=50183 > Who's responsible for these Debian packages, does anyone know? The package maintainer is 'Karolina Lindqvist <pgd-karolinali@algonet.se>'. She has finished almost all packages from rc2 as Debian packages, you can find them here: http://shakti.ath.cx/debian/. Maybe the bug has gone with the qt-copy-rc3, the packages are still qt-copy from 10/24/2002. Regards, Joerg Please have a look at the fix I created for #51398, maybe this is a similiar case. Subject: audio/x-ogg-vorbis and crashes I think Sebastian may be right on this. After all, the confirmation was with audiocd. If this crash can't be confirmed with any other ioslave, then we should merge this bug with 51398 (which I just moved from arts/general to kio/audiocd) and be done with it. The crash I fixed occurs on two conditions; a) the source of the stream is not a local file and b) arts can Tried the videos on the webpage mentioned in 50519, they Subject: Patch (Sending to the right bug number this time) The patch I saw changed the mime-type audiocd uses. If you have a libartskde fix, can you mail it to kde-multimedia@kde.org? thanks, Sent to kde-multimedia@kde.org. There are two patches on # 51398 ;-) mhm, I can't say I particularely like the patch. It forces a reconnect to the stream source in every case, adding extra delay until the playing starts and wasting bandwidth. No problem on high bandwidth connections, bad for people with modem or ISDN. I think it only works around a problem that is actually in arts and thus should be fixed there. Arts somehow messes with the stream so that it crashes if the playobject didn't get created properly. So, please don't commit this patch right now. *** Bug has been marked as fixed ***. |