Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: BlueHazzard on November 24, 2015, 02:56:14 pm
-
Hi,
i was trying to use wx30 build for c::b trunk. I get a crash (segfault) on installing a (any) plugin: Plugins->Manage Plugins->Install new
As far as my investigation went, i can tell that the crash occurs in a UI Update event, after the plugin was extracted. I can't exactly locate the problem because the ui calls are ?somehow asynchronous?
I have tested this on linux mint15 can someone confirm this crash or is this just me?
Details linux mint 15 64bit
build wxWidgets gtk2-unicode-3.1
c::b trunk
greetings
-
Before I can reproduce the issue, here comes a question: How can I create a .cbplugin file? :) Is it just a zip file? I haven't tried to create such package before, I don't see the related document in the wiki, thanks.
-
Use the codeblocks plugin wizard. :)
-
Use the codeblocks plugin wizard. :)
Is your CB wxWidgets 2.8 or wxWidgets 3.0?
On Debian 8; using CB linked to wxWidgets 3.0; a simple Tool plugin worked once I fixed the Project to use no lib prefix for the so file.
Tim S.
-
Or you export it from the plugin manager ;)
-
I tested this on windows 7 and it worked. Can someone try on Linux, and confirm that only i have this bug?
thanks