#9482: implicit_plot3d gives "Out of memory allocating triangulation" when
plotting an empty surface
--------------------------+-------------------------------------------------
Reporter: cwitty | Owner: cwitty
Type: defect | Status: needs_review
Priority: major | Milestone: sage-4.5.2
Component: graphics | Keywords:
Author: Carl Witty | Upstream: N/A
Reviewer: | Merged:
Work_issues: |
--------------------------+-------------------------------------------------
Comment(by cwitty):
According to "man malloc":
If size is 0, then malloc()
returns either NULL, or a unique pointer value that can later be
successfully passed to free().
I guess under Linux malloc(0) returns NULL and under OSX it returns "a
unique pointer value that can later be successfully passed to free()".
--
Ticket URL: <http://trac.sagemath.org/sage_trac/ticket/9482#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.