Code::Blocks Forums

User forums => Help => Topic started by: RichardET on July 17, 2015, 04:57:50 pm

Title: Using CodeBlocks with OpenBSD 5.7 64bit
Post by: RichardET on July 17, 2015, 04:57:50 pm
I have an older Compaq AMD Sempron running OpenBSD 5.7 RELEASE.  The OS runs fine, and I have CodeBlocks 13.12 installed.
Using CodeBlocks, I can compile and produce code plus output very easily, but when I quit CodeBlocks, the software always core dumps.  This behaviour also occurs on VM's of OpenBSD which I run on a Ubuntu laptop and a Windows laptop, both of which are Lenovo with core i3,i7 respectively. 

On the Sempron, as a FreeBSD system, CodeBlocks does not core dump, nor if I run it as a Linux system;  I like OpenBSD, but wonder why it has issues with CodeBlocks?
Title: Re: Using CodeBlocks with OpenBSD 5.7 64bit
Post by: stahta01 on July 17, 2015, 05:21:47 pm
Have you tried to disable all the CB Plugins one at a time to see if one them is causing the crash?

Tim S.
Title: Re: Using CodeBlocks with OpenBSD 5.7 64bit
Post by: RichardET on July 18, 2015, 02:37:13 pm
did not help!
Title: Re: Using CodeBlocks with OpenBSD 5.7 64bit
Post by: BlueHazzard on July 19, 2015, 05:41:14 pm
can you try a nightly build? i don't know where you can get them for OpenBSD but you can search the nightly build forum.
Or can you try to build c::b by yourself (it is not difficult, just use c::b to build c::b and use the wx2.8 libraries)? 13.12 is 2 years old, there should be tons of bugfixes in it...

greetings