octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #32682] Segmentation fault in "title" when plo


From: Carlo de Falco
Subject: [Octave-bug-tracker] [bug #32682] Segmentation fault in "title" when plotting surf with very large elevation
Date: Fri, 04 Mar 2011 23:06:44 +0000
User-agent: Mozilla/5.0 (Macintosh; U; Intel Mac OS X 10.6; en-US; rv:1.9.2.13) Gecko/20101203 Firefox/3.6.13

URL:
  <http://savannah.gnu.org/bugs/?32682>

                 Summary: Segmentation fault in "title" when plotting surf
with very large elevation
                 Project: GNU Octave
            Submitted by: cdf
            Submitted on: Sat 05 Mar 2011 12:06:43 AM CET
                Category: Plotting
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: dev
        Operating System: Mac OS

    _______________________________________________________

Details:

I get a consistently reproducible segmentation fault 
with current development version on Mac OS X by doing the following:


>> [X,Y,Z]=sombrero;
>> surf (X, Y, Z*1e303);
>> title ('test')
Segmentation fault


this happens with both graphics_toolkit's but while gnuplot does show the
sombrero, I see nothing in the fltk window.

c.




    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?32682>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]