Bug #18766 2012-10-23 14:57

linux_dwiebe

C::B SVN - leaves zombie processes

Running: C::B svn 8468

Steps: Create a new wxWidgets project, select SVN version of wx, check Use PCH, Use Unicode, Use wxSmith.

Click Build and Run under the Debug configuration, and the click Quit on the app that starts. C::B will leave that program as a zombie, and report that it returns -1.

Contact me for more info: benjiwiebe14@gmail.com

Category
Application::Error
Group
Platform:Linux
Status
Closed
Close date
2012-10-23 16:06
Assigned to
mortenmacfly
mortenmacfly 2012-10-23 16:06

This is not a bug in C::B but is the result of what you return in wxApp.

C::B only provides a stub (!) which you have to modify to suite your needs, including that it returns (success or fail in wxApp::OnInit().

Closing invalid bug therefore.