News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

Using CodeBlocks with OpenBSD 5.7 64bit

Started by RichardET, July 17, 2015, 04:57:50 PM

Previous topic - Next topic

RichardET

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?

stahta01

Have you tried to disable all the CB Plugins one at a time to see if one them is causing the crash?

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]


BlueHazzard

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