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

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

[Octave-bug-tracker] [bug #37891] Segfault in __contourc__ when Java run


From: Mike Miller
Subject: [Octave-bug-tracker] [bug #37891] Segfault in __contourc__ when Java runtime is loaded
Date: Tue, 01 Jan 2013 20:22:38 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.97 Safari/537.11

Update of bug #37891 (project octave):

                  Status:               Confirmed => Fixed                  
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #7:

Fixed by converting the drawcn function to iterative instead of recursive:

http://hg.savannah.gnu.org/hgweb/octave/rev/704e15f8fecd

JFTR I was indeed able to reproduce this without loading Java, it just took a
much bigger example. The attached image caused contour to crash for me the
same way without my fix, running


img = imread ("spiral.png");
c = contourc (img);


(file #27182)
    _______________________________________________________

Additional Item Attachment:

File name: spiral.png                     Size:177 KB


    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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