Bug 68103 - noatun crash in the dub playlist plugin
Summary: noatun crash in the dub playlist plugin
Status: RESOLVED DUPLICATE of bug 68253
Alias: None
Product: noatun
Classification: Miscellaneous
Component: dub (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR crash
Target Milestone: ---
Assignee: Multimedia Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-11-13 10:58 UTC by Amit Shah
Modified: 2003-11-16 15:56 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 Amit Shah 2003-11-13 10:58:21 UTC
Version:           2.3.3 (using KDE 3.1.93 (3.2 beta 1), compiled sources)
Compiler:          gcc version 3.3.2 (Debian)
OS:          Linux (i686) release 2.6.0-test9

Trace:

(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...[New Thread 1109762720 (LWP 10874)]
(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...(no debugging symbols found)...
(no debugging symbols found)...0x41f8a30e in __waitpid_nocancel ()
   from /lib/tls/libpthread.so.0
#0  0x41f8a30e in __waitpid_nocancel () from /lib/tls/libpthread.so.0
#1  0x40f08784 in KCrash::defaultCrashHandler(int) ()
   from /home/Amit/kde3.2-beta1/lib/libkdecore.so.4
#2  <signal handler called>
#3  0x0997dc1f in ?? ()
#4  0x42815d1e in DubPlaylist::~DubPlaylist() ()
   from /home/Amit/kde3.2-beta1/lib/kde3/noatundub.so
#5  0x40074765 in LibraryLoader::removeNow(QString const&) ()
   from /home/Amit/kde3.2-beta1/lib/libnoatun.so.1
#6  0x40071849 in LibraryLoader::~LibraryLoader() ()
   from /home/Amit/kde3.2-beta1/lib/libnoatun.so.1
#7  0x4006f538 in NoatunApp::~NoatunApp() ()
   from /home/Amit/kde3.2-beta1/lib/libnoatun.so.1
#8  0x40019330 in kdemain ()
   from /home/Amit/kde3.2-beta1/lib/libkdeinit_noatun.so
#9  0x0804887b in main ()
Comment 1 Stefan Gehn 2003-11-13 11:25:14 UTC
recompile dub with debug information, this trace is rather barebones and I'm not sure if that's enough to find the bug.
Btw, you didn't tell how/when you got that crash, a bit more verbosity in bug reports might be good.
Comment 2 Amit Shah 2003-11-13 12:07:46 UTC
Subject: Re:  noatun crash in the dub playlist plugin

On Thursday 13 Nov 2003 15:55, Stefan Gehn wrote:
> recompile dub with debug information, this trace is rather barebones and
> I'm not sure if that's enough to find the bug. Btw, you didn't tell
> how/when you got that crash, a bit more verbosity in bug reports might be
> good.

I've built the whole of kde3.2beta1 from konstruct, which enables all the 
debug info to be compiled in the binaries.

About reproducing the crash: I just opened the playlist window and hit close. 
No operations done.

Comment 3 Stefan Gehn 2003-11-13 13:09:43 UTC
>I've built the whole of kde3.2beta1 from konstruct, which enables all the 
> debug info to be compiled in the binaries. 

Look at this:

#4 0x42815d1e in DubPlaylist::~DubPlaylist() () 
 from /home/Amit/kde3.2-beta1/lib/kde3/noatundub.so 

There's no line number or cpp file mentioned after that library name. That means dub is NOT compiled with --enable-debug
Comment 4 Eray Ozkural 2003-11-14 02:50:20 UTC
hey bring on the debug info :)

thanx a lot

cheers,
Comment 5 Stefan Gehn 2003-11-16 15:56:52 UTC

*** This bug has been marked as a duplicate of 68253 ***