Bug 204874

Summary: kate crashes on open file because of libkfilemodule
Product: [I don't know] kde Reporter: Christian Ehrlicher <Ch.Ehrlicher>
Component: generalAssignee: KDE-Windows <kde-windows>
Status: RESOLVED FIXED    
Severity: crash CC: andresbajotierra, casper.vandonderen
Priority: HI    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Microsoft Windows   
Latest Commit: Version Fixed In:

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.