Bug 56910 - crashes with playing streamed files with kioslaves Part II
Summary: crashes with playing streamed files with kioslaves Part II
Status: RESOLVED INTENTIONAL
Alias: None
Product: arts
Classification: Miscellaneous
Component: libartskde (show other bugs)
Version: unspecified
Platform: Debian testing Linux
: NOR crash
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-06 15:35 UTC by Joerg de la Haye
Modified: 2008-02-15 08:02 UTC (History)
1 user (show)

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 Joerg de la Haye 2003-04-06 15:35:10 UTC
Version:            (using KDE KDE 3.1.1)
Installed from:    Debian testing/unstable Packages
OS:          Linux

This bug shows up in the same way <a href="http://bugs.kde.org/show_bug.cgi?id=50183">Bug 50183</a> does, but now with a different libqt (3.1.1) and a different backtrace.
This only happens with the kioslave kio_smbro. Btw., with kio_smb the kioslave doesn't seem to "stream" the file at all.


--------------- 
 Backtrace from Crash Handler:


#0  0x410adb89 in wait4 () from /lib/libc.so.6
#1  0x41121000 in sys_sigabbrev () from /lib/libc.so.6
#2  0x41233061 in waitpid () from /lib/libpthread.so.0
#3  0x405ac3d3 in KCrash::defaultCrashHandler(int) ()
   from /usr/lib/libkdecore.so.4
#4  0x4103a9d8 in sigaction () from /lib/libc.so.6
#5  0x40e27036 in Arts::KIOInputStream_impl::slotData(KIO::Job*, QMemArray<char> const&) () from /usr/lib/libartskde.so.1
#6  0x40e2623f in Arts::KIOInputStream_impl::qt_invoke(int, QUObject*) ()
   from /usr/lib/libartskde.so.1
#7  0x408d1252 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/libqt-mt.so.3
#8  0x401490f3 in KIO::TransferJob::data(KIO::Job*, QMemArray<char> const&) ()
   from /usr/lib/libkio.so.4
#9  0x4013904b in KIO::TransferJob::slotData(QMemArray<char> const&) ()
   from /usr/lib/libkio.so.4
#10 0x4014957c in KIO::TransferJob::qt_invoke(int, QUObject*) ()
   from /usr/lib/libkio.so.4
#11 0x408d1252 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/libqt-mt.so.3
#12 0x4012d696 in KIO::SlaveInterface::data(QMemArray<char> const&) ()
   from /usr/lib/libkio.so.4
#13 0x4012c1cb in KIO::SlaveInterface::dispatch(int, QMemArray<char> const&) ()
   from /usr/lib/libkio.so.4
#14 0x4012bf35 in KIO::SlaveInterface::dispatch() () from /usr/lib/libkio.so.4
#15 0x40129f58 in KIO::Slave::gotInput() () from /usr/lib/libkio.so.4
#16 0x4012b739 in KIO::Slave::qt_invoke(int, QUObject*) ()
   from /usr/lib/libkio.so.4
#17 0x408d1252 in QObject::activate_signal(QConnectionList*, QUObject*) ()
   from /usr/lib/libqt-mt.so.3
#18 0x408d1303 in QObject::activate_signal(int, int) ()
   from /usr/lib/libqt-mt.so.3
#19 0x40b39d21 in QSocketNotifier::activated(int) ()
   from /usr/lib/libqt-mt.so.3
#20 0x408e9378 in QSocketNotifier::event(QEvent*) ()
   from /usr/lib/libqt-mt.so.3
#21 0x4087d206 in QApplication::internalNotify(QObject*, QEvent*) ()
   from /usr/lib/libqt-mt.so.3
#22 0x4087ce47 in QApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/libqt-mt.so.3
#23 0x4054bec8 in KApplication::notify(QObject*, QEvent*) ()
   from /usr/lib/libkdecore.so.4
#24 0x4085b5b8 in QEventLoop::activateSocketNotifiers() ()
   from /usr/lib/libqt-mt.so.3
#25 0x4083c3a9 in QEventLoop::processEvents(unsigned) ()
   from /usr/lib/libqt-mt.so.3
#26 0x4088e7c7 in QEventLoop::enterLoop() () from /usr/lib/libqt-mt.so.3
#27 0x4088e684 in QEventLoop::exec() () from /usr/lib/libqt-mt.so.3
#28 0x4087d400 in QApplication::exec() () from /usr/lib/libqt-mt.so.3
#29 0x40dd380d in main () from /usr/lib/kaboodle.so
#30 0x0804c940 in strcpy ()
#31 0x0804d49b in strcpy ()
#32 0x0804d92e in strcpy ()
#33 0x0804e4f1 in strcpy ()
#34 0x41029a51 in __libc_start_main () from /lib/libc.so.6
Comment 1 Arnold Krille 2004-01-21 16:05:46 UTC
Is this bug still valid or is it fixed like the above-mentioned one?

Arnold
Comment 2 matze 2004-01-22 13:51:35 UTC
I rewrote the KDE::Playobject code to fix Bug #50183 and Bug #51398. The code went into KDE as of 3.1.0. This bug report is for 3.1.1, so it's either still valid or from a packaging problem.
Comment 3 George Goldberg 2008-02-15 08:02:40 UTC
Arts has been replaced by phonon for KDE >=4 so I think this bug report is no longer relevant. Closing.