Ticket #3 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Crash on right or double-click in client list

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

Description (Last modified by uncle_fungus)

Right clicking in the client list when no client is selected results in FahMon crashing with a Bus Error. The same thing happens when you double click on the whitespace in the client list.

Change History

10/16/07 10:34:17 changed by uncle_fungus

  • status changed from new to assigned.

10/16/07 10:34:36 changed by uncle_fungus

  • description changed.

(in reply to: ↑ description ) 10/16/07 12:01:59 changed by uncle_fungus

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

Replying to uncle_fungus:

Right clicking in the client list when no client is selected results in FahMon crashing with a Bus Error. The same thing happens when you double click on the whitespace in the client list.

Fixed in r64. It was caused by wxWidgets 2.8.6 using a "native" style control for the listview component by default. A simple override by setting a wxwidgets system option was enough to fix it.