In the process of reviewing #11138, I found the following. Looks like some sort of leak, but I know virtually nothing of such things. It doesn't affect the ticket - it's clear we should us the Kronecker product implementation - but thought it might be of interest to someone.
This is on a Mac OS X 10.6 computer. We should be able to factor this without that happening, right? Or is it only because I interrupted the computation? But one would still want no weird errors when something is interrupted. - kcrisman ---------------------------------------------------------------------- | Sage Version 4.6.2, Release Date: 2011-02-25 | | Type notebook() for the GUI, and license() for information. | ---------------------------------------------------------------------- sage: n = next_prime(10^30)*next_prime(10^40) sage: factor(n) ^C--------------------------------------------------------------------------- KeyboardInterrupt Traceback (most recent call last) <snip> KeyboardInterrupt: sage: Exiting Sage (CPU time 0m30.15s, Wall time 0m39.21s). *** Warning: I/O: leaked file descriptor (0): /var/folders/Yy/ YytEJm5VEB0+pBRD7JNLe++++TQ/-Tmp-/MPQS.503.34295/LPNEW. *** Warning: I/O: leaked file descriptor (0): /var/folders/Yy/ YytEJm5VEB0+pBRD7JNLe++++TQ/-Tmp-/MPQS.503.34295/FNEW. -- 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
