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

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

[Octave-bug-tracker] [bug #50102] csvread/dlm read crashes the interpret


From: Julien K.
Subject: [Octave-bug-tracker] [bug #50102] csvread/dlm read crashes the interpreter
Date: Fri, 20 Jan 2017 12:29:32 +0000 (UTC)
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:50.0) Gecko/20100101 Firefox/50.0

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

                 Summary: csvread/dlm read crashes the interpreter
                 Project: GNU Octave
            Submitted by: julien_k
            Submitted on: Fri 20 Jan 2017 12:29:31 PM GMT
                Category: Interpreter
                Severity: 3 - Normal
                Priority: 5 - Normal
              Item Group: None
                  Status: None
             Assigned to: None
         Originator Name: 
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 4.2.0
        Operating System: Microsoft Windows

    _______________________________________________________

Details:

Dear octave maintainers,

I built octave-4.2.0 from source on cygwin32 and I get a panic while trying to
read a file 

I run octave directly from the build dir as a test:

$ ./run-octave
[ ... ]
octave:1> A = rand(2,4) ;
octave:2> dlmwrite('A.txt',A,';') ;
octave:3> dlmread('A.txt',';') ;
panic: Segmentation fault -- stopping myself...
attempting to save variables to 'octave-workspace'...

The file "A.txt" seems ok:

$ cat A.txt
0.1306441452814343;0.8857767385559925;0.9683188499526589;0.7098461239802842
0.7245152910945072;0.173438417637011;0.7121772944616351;0.2547977878928745

My configure options are:

./configure --enable-shared --disable-64 --disable-docs \
  --disable-java --enable-threads=windows --enable-bounds-check

Am I doing anything wrong here? Is this a cygwin issue?

Regards,
Julien





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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