Bug 204874 - kate crashes on open file because of libkfilemodule
Summary: kate crashes on open file because of libkfilemodule
Status: RESOLVED FIXED
Alias: None
Product: kde
Classification: I don't know
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Microsoft Windows
: HI crash
Target Milestone: ---
Assignee: KDE-Windows
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-08-23 16:09 UTC by Christian Ehrlicher
Modified: 2009-08-25 23:54 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Christian Ehrlicher 2009-08-23 16:09:41 UTC
Version:            (using Devel)
Compiler:          msvc200x 
OS:                MS Windows
Installed from:    Compiled sources

Because kfilemodule gets a 'lib' prefix (WITH_PREFIX in CMakeLists.txt) it could not be loaded with KPluginLoader/findLibraryInternal() and therefore e.g. kate is crashing (see kfiledialog.cpp:145).
I can't fix it because I don't know why WITH_PREFIX is added in the first place but I think it is wrong.
Comment 1 Christian Ehrlicher 2009-08-23 16:10:31 UTC
kate crashes when you try to open a file
Comment 2 Casper van Donderen 2009-08-24 07:23:56 UTC
Happens in all applications that can open file (tested with Kolourpaint, KWrite & Gwenview).
Comment 3 Casper van Donderen 2009-08-24 07:32:40 UTC
Fixed in r1014877.
Comment 4 Dario Andres 2009-08-25 23:54:21 UTC
@Actually, the fix for this bug caused the same crash on Linux (reverse way): bug 205069.