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

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

[Octave-bug-tracker] [bug #35140] Segfault executing Voronoi functions


From: Melvin Robinson
Subject: [Octave-bug-tracker] [bug #35140] Segfault executing Voronoi functions
Date: Wed, 21 Dec 2011 03:26:15 +0000
User-agent: Mozilla/5.0 (Windows NT 5.1; rv:9.0) Gecko/20100101 Firefox/9.0

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

                 Summary: Segfault executing Voronoi functions
                 Project: GNU Octave
            Submitted by: melrobin
            Submitted on: Wed 21 Dec 2011 03:26:14 AM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: Crash
                  Status: None
             Assigned to: None
         Originator Name: Melvin Robinson
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 3.4.3
        Operating System: GNU/Linux

    _______________________________________________________

Details:

I can produce a segfault on versions 3.4.3, 3.5.90 and Mercurial sources of
Octave.  Here is the command that is run from the installation:

make[3]: Entering directory
`/home/melrobin/octave/current_octave/octave/doc/interpreter'
../../run-octave -f -q -H -p . --eval "geometryimages ('voronoi', 'eps');"

Here are the results:
panic: Segmentation fault -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
make[3]: *** [voronoi.eps] Segmentation fault

This was for a build on Mercurial sources, but I am able to reproduce this for
3.4.3 and 3.5.90:
octave:1> version
ans = 3.4.3
octave:2> geometryimages ('voronoi', 'eps');
warning: X11 DISPLAY environment variable not set
panic: Segmentation fault -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Segmentation fault
address@hidden interpreter]$

and

octave:1> version
ans = 3.5.90
octave:2> geometryimages('voronoi','eps');
panic: Segmentation fault -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Segmentation fault
address@hidden interpreter]$

The octave-core file seems pretty empty save for a variable called ans.

I can try to troubleshoot some more, but don't really know where to go.  It
seems to be raised as a bug because the problem occurs in multiple versions.








    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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