Code::Blocks Forums

User forums => Help => Topic started by: Denis on September 15, 2007, 05:17:49 pm

Title: Sample wx application under linux: terminated with status -1
Post by: Denis on September 15, 2007, 05:17:49 pm
I created wxWidgets project with default settings. It compiled, started, but after closing allication window, I got message from CodeBlocks:
Quote
Process terminated with status -1 (0 minutes, 12 seconds)
If I tryed to debug it, CodeBlocks showen message:
Quote
Program received signal SIGSEGV, Segmentation fault.

What I have to do in oder to get rid of this?

PS: OpenSUSE 10.2, wxWidgets 2.8.4
PPS: MS Windows project works without this problem