Summary: | knotify crash when reporting NMI messages using plasma-netbook | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Phonon | Reporter: | Nico Kruber <nico.kruber> |
Component: | general | Assignee: | Martin Sandsmark <martin.sandsmark> |
Status: | RESOLVED LATER | ||
Severity: | crash | CC: | myriam |
Priority: | NOR | ||
Version: | 4.4.2 (KDE 4.5) | ||
Target Milestone: | --- | ||
Platform: | openSUSE | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Nico Kruber
2010-08-24 22:11:32 UTC
When allocating 56 bytes of memory causes an assert, then it is because of memory corruption, which could have happened anywhere, not just in the functions visible in the backtrace. Thus, the bugreport is useless without a valgrind log or steps to reproduce. Reassigning this to Phonon for inspection, but it may also be related to the fact that Thread #13 is in free() while Thread #1 is in malloc(), which would mean you use a buggy (non-thread-safe) glibc. Please install debugging symbols for phonon and glibc and try to reproduce this crash. didn't see that there are unknown functions from libphonon.so.4 and DrKonqi didn't offer me to install any Well, then have a look at the OpenSuSE repositories. See also http://techbase.kde.org/Development/Tutorials/Debugging/How_to_create_useful_crash_reports#Preparing_your_KDE_packages hmm, my last message seems to have been cut short - I remember having written more ... :P I just haven't had a thorough look at the backtrace and DrKonqi normally offers an "install debug symbols" button if any (important) debug symbols are missing (at least on openSUSE) -> I'll look more thoroughly through the backtrace for my next bugreports Did you try to reproduce this bug since? so far, nothing has crashed when NMIs have been received (which already is quite rare) Closing for now, please reopen if you can reproduce this again. |