Ticket #271 (closed defect: fixed)

Opened 4 years ago

Last modified 4 years ago

Bug reporting freezes when running with py2exe

Reported by: gpolo Owned by: boltrix
Priority: blocker Milestone: Umit 1.0beta2
Component: Umit Version:
Keywords: Cc:

Description

I've noticed this at least under windows xp, after running py2exed umit, reporting a bug freezes it.

Attachments

ticket_271.diff (4.2 kB) - added by gpolo 4 years ago.

Change History

Changed 4 years ago by gpolo

The problem is related to using either gobject.timeout_add or gobject.idle_add and creating a dialog (the one showing the successful message, for example).

After removing the call to the gobject function it no longer freezes, but the user experience is much much worse.

Changed 4 years ago by gpolo

Changed 4 years ago by gpolo

I've solved this by avoiding multiple mainloops which were being created by running multiple dialogs using the "run" method.

Changed 4 years ago by gpolo

  • status changed from new to closed
  • resolution set to fixed

Fixed in r4472.

Note: See TracTickets for help on using tickets.