| Summary: | noatun crash in the dub playlist plugin | ||
|---|---|---|---|
| Product: | [Unmaintained] noatun | Reporter: | Amit Shah <amitshah> |
| Component: | dub | Assignee: | Multimedia Bugs <multimedia-bugs-null> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | crash | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Amit Shah
2003-11-13 10:58:21 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. 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.
>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
hey bring on the debug info :) thanx a lot cheers, |