Opened 14 years ago
Closed 14 years ago
#1 closed defect (fixed)
SAGE Notebook leaves dead processes on OS X
Reported by: | was | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | basic arithmetic | Keywords: | |
Cc: | Merged in: | ||
Authors: | Reviewers: | ||
Report Upstream: | Work issues: | ||
Branch: | Commit: | ||
Dependencies: | Stopgaps: |
Description
The sage notebook restart often leaves "dead Python" process running. This is especially bad on OS X, where there is a 100 process limit by default (at least on my laptop).
Change History (1)
comment:1 Changed 14 years ago by
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
I finally decided to fix that bug under OS X where the SAGE notebook spawns > 100 processes, which OS X doesn't like (i.e., when you hit restart a lot). It took me 2 minutes to fix, so I wish I had done it earlier.
I just inserted this line
in worksheet.py as line 661, so now its:
I checked this into the standard darcs repository.