Summary: | konqueror crashes after start by icon click | ||
---|---|---|---|
Product: | [Applications] konqueror | Reporter: | christian |
Component: | general | Assignee: | Konqueror Developers <konq-bugs> |
Status: | RESOLVED WORKSFORME | ||
Severity: | crash | CC: | jakehawkes2001 |
Priority: | NOR | ||
Version First Reported In: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
christian
2003-01-28 12:16:26 UTC
Additional note: I just found out that loading the directory view from konqueror webbrowser is possible. but changing the filebrowser view from menu is the reason for the crash. This looks like some sort of a weird installation problem -- BTwise, the crash occurs in the initializers of libvorbisenc.so.0 -- this is no Konqueror code, just Konqueror calling dlopen on a lib that depends on vorbisenc, and the latter crashing. Are you sure that all depepndencies are met? You were right. It was a version mismatch. Packager used older vorbislibs than my system. I set them to hold and now everything (at least kde) works fine. Thank you for you tip. This bug can be closed. ;) Thanks for the quick follow up -- that's not the kind of bug one wants to be real. comment for debian users with same problem. Problem are the libvorbis and libogg libraries from adrian bunk. You have to remove them from system (e.g. dpkg --force-depends xxx) and reinstall from woody. Now you have to set them to hold you are able to use apt sources of adrian without breaking kde. Don't use dselect to set the packages as hold. use dpkg --get-selections/dpkg --set-selections for this task. Enjoy kde... A question: I am not using debian, but gentoo instead. I am having the same problem, but in order to fix it, I need to know the correct version of the vorbislibs to use. Gentoo allows several versions of libraries to exists. Just saying "reinstall from woody" doesn't help me :) |