Thanks for the info, Bill - good to know.
> - try the same using >= sage-4.7.alpha1 ---------------------------------------------------------------------- | Sage Version 4.7.alpha3, Release Date: 2011-03-31 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- ********************************************************************** * * * Warning: this is a prerelease version, and it may be unstable. * * * ********************************************************************** sage: time factor(next_prime(10^30)*next_prime(10^40)) CPU times: user 192.07 s, sys: 0.38 s, total: 192.46 s Wall time: 195.08 s 1000000000000000000000000000057 * 10000000000000000000000000000000000000121 sage: factor(next_prime(10^30)*next_prime(10^40)) ^C--------------------------------------------------------------------------- # this was after about a minute KeyboardInterrupt Traceback (most recent call last) <snip> KeyboardInterrupt: sage: Exiting Sage (CPU time 4m10.35s, Wall time 6m25.36s). *** Warning: I/O: leaked file descriptor (0): /var/folders/Yy/ YytEJm5VEB0+pBRD7JNLe++++TQ/-Tmp-/MPQS.503.4709/FNEW. *** Warning: I/O: leaked file descriptor (0): /var/folders/Yy/ YytEJm5VEB0+pBRD7JNLe++++TQ/-Tmp-/MPQS.503.4709/LPNEW. I would view this as a bug, I guess. But maybe there isn't any way to avoid it? Is getting rid of this sort of temp file "garbage collection"? - kcrisman -- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
