Summary: | media-libs/libvisual-0.4.0-r1 appears very unstable on 64-bit | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | Eric Bosch <eric.bosch> |
Component: | [OLD] Library | Assignee: | Gentoo Sound Team <sound> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | matej |
Priority: | High | ||
Version: | 2006.1 | ||
Hardware: | AMD64 | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: |
emerge --info
Backtrace of mythmusic/libvisual crash. |
Description
Eric Bosch
2007-12-10 18:25:19 UTC
Maybe you could actually post some debugging output and emerge --info. http://www.gentoo.org/proj/en/qa/backtraces.xml http://www.gentoo.org/doc/en/bugzilla-howto.xml It will take me a little bit, as I will set debug flags and reduce optimization flags, and will attach backtrace, etc once I've completed it. Thanks. Created attachment 138233 [details]
emerge --info
I have turned debug info on for the main application Mythmusic, libvisual, libvisual-plugins. This is the emerge --info requested. Next, I will upload the backtrace. Thanks.
Created attachment 138235 [details]
Backtrace of mythmusic/libvisual crash.
Here's the backtrace of the segfaulting application. I hope this helps. BTW, it has worked a few times, but segfaults about 95% of the time.
I am reopening the bug, as I have collected emerge info and backtrace after recompiling libvisual/libvisual-plugins, mythmusic all with debug information. Thanks. hmm could you please tell me what package installs : /usr/lib64/libvisual-0.4/actor/actor_nastyfft.so ? for ex. "equery belongs /usr/lib64/libvisual-0.4/actor/actor_nastyfft.so" (get equery from gentoolkit) my bad, it seems its in libvisual-plugins as you said... but somehow its not installed here, got to check why... kde-devel@nb-esprimo ~ $ equery belongs actor_nastyfft.so [ Searching for file(s) actor_nastyfft.so in *... ] media-plugins/libvisual-plugins-0.4.0-r1 (/usr/lib/libvisual-0.4/actor/actor_nastyfft.so) Moving actor_nastyfft.so fixes the problem and libvisual-plugins work okay. (In reply to comment #8) > kde-devel@nb-esprimo ~ $ equery belongs actor_nastyfft.so > [ Searching for file(s) actor_nastyfft.so in *... ] > media-plugins/libvisual-plugins-0.4.0-r1 > (/usr/lib/libvisual-0.4/actor/actor_nastyfft.so) > > Moving actor_nastyfft.so fixes the problem and libvisual-plugins work okay. > well... thanks. nastyfft plugins has been disabled due to bug #143810 though no ebuild revision bump was done.. so you end up with a potentially bogus libvisual-plugins install. I'll look into it to check if this plugin really has to be disabled and cant be fixed. syncing your portage tree and reemerging libvisual-plugins again should make nastyfft plugin disappear. Works as you said, thanks for quickie fixie. nastyfft plugin should be fixed in -r2, thanks for the report ! (In reply to comment #11) > nastyfft plugin should be fixed in -r2, thanks for the report ! > Thank you for taking care of this. I really appreciate it. |