Ticket #1078 (closed defect: fixed)
DSage cannot find Cpu_time.sobj
| Reported by: | jvoight | Owned by: | yi |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | packages: standard | Keywords: | |
| Cc: | Work issues: | ||
| Report Upstream: | Reviewers: | ||
| Authors: | Merged in: | ||
| Dependencies: | Stopgaps: |
Description
Hi Yi,
I'm mostly up to speed, but just tonight I started running into the following bug:
Traceback (most recent call last):
File "/home/jvoight/sage/local/lib/python2.5/site-packages/twisted/internet/posixbase.py",
line 220, in run
self.mainLoop()
File "/home/jvoight/sage/local/lib/python2.5/site-packages/twisted/internet/posixbase.py",
line 228, in mainLoop
self.runUntilCurrent()
File "/home/jvoight/sage/local/lib/python2.5/site-packages/twisted/internet/base.py",
line 561, in runUntilCurrent
call.func(*call.args, call.kw)
File "/home/jvoight/sage/local/lib/python2.5/site-packages/twisted/internet/task.py",
line 108, in call
d = defer.maybeDeferred(self.f, *self.a, self.kw)
--- <exception caught here> ---
File "/home/jvoight/sage/local/lib/python2.5/site-packages/twisted/internet/defer.py",
line 107, in maybeDeferred
result = f(*args, kw)
File "/home/jvoight/sage/local/bin/dsage_worker.py", line
372, in check_work
cpu_time = cPickle.loads(open('cpu_time.sobj', 'rb').read())
exceptions.IOError: [Errno 2] No such file or directory: 'cpu_time.sobj'
Have you patched something recently?
You can check it out by running your favorite jobs on /home/jvoight/sage/sage on sage.math. It's possible the problem is that I'm running 2.8.9...
