Ticket #9 (closed defect: fixed)

Opened 3 years ago

Last modified 2 years ago

close while loading segfault

Reported by: kickback Assigned to: kickback
Priority: high Milestone: sweep1.0
Component: sweep Version:
Severity: critical Keywords: segfault loading close closing
Cc:

Description

sweep segfaults if you have more than one instance open and you close an instance that is currently loading a file.

Change History

01/16/06 03:42:06 changed by kickback

  • status changed from new to assigned.

03/09/06 03:25:16 changed by kickback

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

fixed in changset:370 needed to cancel the active ops and remove a gtk_idle function in view_destroy_cb before removing the sample/window. comments in the cancel_active_op function mention possible leaks. i'll investigate that.