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: Sun, 09 Dec 2012 19:48:56 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.11 (KHTML, like Gecko) Chrome/23.0.1271.95 Safari/537.11

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

                 Summary: Segfault in __contourc__ when Java runtime is loaded
                 Project: GNU Octave
            Submitted by: mtmiller
            Submitted on: Sun 09 Dec 2012 02:48:54 PM EST
                Category: Libraries
                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: GNU/Linux

    _______________________________________________________

Details:

With the Java runtime loaded, a segfault occurs when running a certain dataset
through contourc.


obj = javaObject ("java.lang.Object");
matfile = urlwrite
("http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=15;filename=array.mat;att=1;bug=695434";,
"array.mat");
load ("-mat", matfile);
c = contourc (z, [500, 500]);


If the Java runtime is not loaded, it does not crash. If a different contour
level value is given, it does not crash.

Originally reported at http://bugs.debian.org/695434.




    _______________________________________________________

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]