Ticket #4 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Closing FahMon causes a segfault

Reported by: uncle_fungus Assigned to: uncle_fungus
Priority: blocker Milestone: OS X Conversion
Component: OS X Port Keywords:
Cc:

Description

Closing FahMon with either the "quit" menu item, or the close button on the main window frame causes FahMon to segfault.

There is probably some code that is causing a conflict with how OS X manages closing window frames and not the application.

Attachments

FahMon.crash.log (31.8 kB) - added by calxalot on 11/26/07 02:37:45.

Change History

10/16/07 10:37:14 changed by uncle_fungus

  • status changed from new to assigned.

11/26/07 02:37:45 changed by calxalot

  • attachment FahMon.crash.log added.

11/26/07 04:05:32 changed by calxalot

Looks like you just need something like this at the end of FahMonApp::OnExit()

#ifndef WXMAC

if (mInstanceChecker)

delete mInstanceChecker;

#endif

11/26/07 11:29:25 changed by uncle_fungus

  • status changed from assigned to closed.
  • resolution set to fixed.

Cheers, yes that was the problem. Fixed in r127