Author Topic: Sample wx application under linux: terminated with status -1  (Read 2714 times)

Offline Denis

  • Multiple posting newcomer
  • *
  • Posts: 48
Sample wx application under linux: terminated with status -1
« 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