Ticket #283 (new defect)
os._exit hangs app
| Reported by: | ghazel | Owned by: | ianb |
|---|---|---|---|
| Priority: | normal | Milestone: | 1.4.1 |
| Component: | paste | Version: | released-version |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Calling os._exit from a child thread to force the process to exit does not work in python < 2.5.1 (failed on 2.3, 2.4.4, passed on 2.5.1). The common case of the main thread being inside accept() causes this hang. Example attached.
If paste is still supporting python 2.4, some other mechanism should be used to stop the process.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.

