help-octave
[Top][All Lists]
Advanced

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

Re: Troubleshooting segmentation Violation Octave MXE 3.8.0 Win7 32bit


From: ijourneaux
Subject: Re: Troubleshooting segmentation Violation Octave MXE 3.8.0 Win7 32bit
Date: Wed, 2 Apr 2014 20:33:09 -0700 (PDT)

Digging a little deeper

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 11456.0x10d8]
Array<double>::~Array (this=0x1d964db8, __in_chrg=<optimized out>)
    at
/mxe-octave/tmp-stable-octave/octave-3.8.1/liboctave/array/Array.h:243
243     /mxe-octave/tmp-stable-octave/octave-3.8.1/liboctave/array/Array.h:
No such file or directory.

If I have the correct array.h, line 243 is the if statement in the line
below.

  virtual ~Array (void)
  {
    if (--rep->count == 0)
      delete rep;
  }




--
View this message in context: 
http://octave.1599824.n4.nabble.com/Troubleshooting-segmentation-Violation-Octave-MXE-3-8-0-Win7-32bit-tp4662643p4663477.html
Sent from the Octave - General mailing list archive at Nabble.com.



reply via email to

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