Summary: | crashes when trying to attach a png-file to a mail | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Phonon | Reporter: | T Kleindienst <t.kleindienst> |
Component: | Xine backend | Assignee: | Matthias Kretz <kretz> |
Status: | RESOLVED NOT A BUG | ||
Severity: | crash | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
T Kleindienst
2008-06-23 17:01:06 UTC
Sorry, but the backtrace is useless as it just shows symptoms of another bug which your report doesn't give any info on. The application got an XIO error and handles that by calling exit. That in turn calls the Phonon cleanup routines which crash because of some earlier memory corruption or because of the XIO error, I guess. The real problem is somewhere else. If you can reproduce the crash then you can try to figure out what's causing the XIO error. The first thing to look at is the debug output. As X errors are reported asynchronously they don't show up in the stack trace. AFAIK you can make X calls synchronous though... |