On Fri, Nov 27, 2009 at 3:40 PM, Alex Ghitza <[email protected]> wrote: > > When I start sage-4.2.1, about 5 seconds after the sage: prompt > appears, I get this: > > ---------------------------------------------------------------------- > | Sage Version 4.2.1, Release Date: 2009-11-14 | > | Type notebook() for the GUI, and license() for information. | > ---------------------------------------------------------------------- > sage: Traceback (most recent call last): > File "/home/ghitza/sage-devel/local/bin/sage-cleaner", line 108, in <module> > while cleanup() > 0: > File "/home/ghitza/sage-devel/local/bin/sage-cleaner", line 53, in cleanup > if not e or (e and kill_spawned_jobs(spawned_processes, parent_pid)): > File "/home/ghitza/sage-devel/local/bin/sage-cleaner", line 75, in > kill_spawned_jobs > os.killpg(int(pid), 9) > ValueError: invalid literal for int() with base 10: 'Cl\xd9\x02\x1f\x7fl' > > > I have not run into this in previous versions. Has anyone else seen > this?
I've never heard of this. The above could be caused by some file being corrupted. Delete $HOME/.sage/temp to get rid of this problem. William -- To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-support URL: http://www.sagemath.org
