Opened 14 years ago

Closed 14 years ago

#40 closed defect (fixed)

figure out why DR Watson shows up on exit (MS Windows)

Reported by: Antoine Martin Owned by: Antoine Martin
Priority: major Milestone: 1.0
Component: Client Keywords:
Cc:

Description

The error report is totally useless (thanks Microsoft), and according to this response to my question on the py2exe mailing list, the only way to resolve this is trial and error. (great..)

Change History (1)

comment:1 Changed 14 years ago by Antoine Martin

Resolution: fixed
Status: newclosed

It was the named pipe listener, this caused more serious problems with python 2.5: the process would not terminate properly.

We now workaround this by sending a message to ourselves which takes care of waking up the thread: changeset

Note: See TracTickets for help on using tickets.