#6128: [with patch; needs work] Bug - sage-cleaner failed due to NULLs in
spawned-
processes files written by cleaner.py
----------------------+-----------------------------------------------------
Reporter: was | Owner: cwitty
Type: defect | Status: needs_work
Priority: major | Milestone: sage-4.2.1
Component: misc | Keywords:
Work_issues: | Author:
Reviewer: | Merged:
----------------------+-----------------------------------------------------
Comment(by ddrake):
Replying to [comment:4 was]:
> I also tried applying the patch manually.
>
> I then keep seeing
> {{{
> File "/scratch/wstein/build/sage-4.0.2/local/bin/sage-cleaner", line
75, in kill_spawned_jobs
> os.killpg(int(pid), 9)
> ValueError: invalid literal for int() with base 10: ''
> }}}
>
> which was the error that started this whole ticket... and which is an
error I have never seen before today.
I'm seeing a similar error in a freshly-built vanilla 4.2 on Ubuntu
Jaunty: the build finished without errors, and when I start Sage, I get:
{{{
$ ./sage
----------------------------------------------------------------------
| Sage Version 4.2, Release Date: 2009-10-24 |
| Type notebook() for the GUI, and license() for information. |
----------------------------------------------------------------------
sage: Traceback (most recent call last):
File "/home/drake/k/urohome/sage-4.2/local/bin/sage-cleaner", line 108,
in <module>
while cleanup() > 0:
File "/home/drake/k/urohome/sage-4.2/local/bin/sage-cleaner", line 53,
in cleanup
if not e or (e and kill_spawned_jobs(spawned_processes, parent_pid)):
File "/home/drake/k/urohome/sage-4.2/local/bin/sage-cleaner", line 75,
in kill_spawned_jobs
os.killpg(int(pid), 9)
ValueError: invalid literal for int() with base 10: '\xb2\xb3\xb3M\xc7'
sage:
}}}
This seems to be slightly different than the reported bug, but I'm seeing
the same errors that William did above, which is quite strange.
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/6128#comment:5>
Sage <http://www.sagemath.org>
Sage: Creating a Viable Open Source Alternative to Magma, Maple, Mathematica,
and MATLAB
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sage-trac" group.
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-trac?hl=en
-~----------~----~----~----~------~----~------~--~---