Ticket #843 (new defect)
Job control process not killed when closing window
| Reported by: | https://me.yahoo.com/postrockrob#52e3a | Owned by: | rob |
|---|---|---|---|
| Priority: | major | Milestone: | 0.15 |
| Component: | threads | Keywords: | |
| Cc: |
Description
Closing the window (or tab) that contains a running job should prompt with a dialog to kill the running process. Currently, the process continues and brings up an error:
Traceback (most recent call last):
File "/opt/lib/python2.5/site-packages/wx-2.8-gtk2-unicode/wx/_core.py", line 14614, in <lambda>
lambda event: event.callable(*event.args, **event.kw) )
File "/data2/home/rob/src/peppy/peppy/sidebar.py", line 180, in finishedCallback
self.finishCallback(job)
File "z:\src\peppy\peppy\jobcontrol.py", line 266, in deregisterProcess
AttributeError: process
Reproduce by opening a second frame, starting the interpreter using Tools -> Run, and then closing the frame that is running the interpreter.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
