On 2016-10-17 17:40, Jori Mäntysalo wrote:
but due to overcommit there is no exception raised.

That's really the fault of the OS, not the fault of Sage.

Side comment: don't use

x = malloc(n)
memset(x, 0, n)

There is calloc for that.

And *certainly* don't use <int>NULL, use 0 for that.

--
You received this message because you are subscribed to the Google Groups 
"sage-devel" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to sage-devel+unsubscr...@googlegroups.com.
To post to this group, send email to sage-devel@googlegroups.com.
Visit this group at https://groups.google.com/group/sage-devel.
For more options, visit https://groups.google.com/d/optout.

Reply via email to