Summary: | JuK crashed while switching to next song. [__libc_message, malloc_printerr, QString::free] | ||
---|---|---|---|
Product: | [Applications] juk | Reporter: | Artem Vorotnikov <artem> |
Component: | general | Assignee: | Scott Wheeler <wheeler> |
Status: | RESOLVED DUPLICATE | ||
Severity: | crash | CC: | andresbajotierra, mpyne |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Ubuntu | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Artem Vorotnikov
2010-01-01 13:40:48 UTC
This is a glibc bug : bug 196207. Fixed in the latest version. As a workaround, you can: Check this: - Quit Juk - Start Konsole - Type "export QT_NO_GLIB=1" + Enter - Type "export MALLOC_CHECK_=" + Enter - Type "juk" + Enter Regards *** This bug has been marked as a duplicate of bug 196207 *** Strictly speaking only the export MALLOC_CHECK_= is necessary. exporting QT_NO_GLIB=1 will cause the phonon-gst backend to no longer work if it's in use, so that should only be done if you use phonon-xine. |