help-octave
[Top][All Lists]
Advanced

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

Re: panic segment fault error


From: Robert A. Macy
Subject: Re: panic segment fault error
Date: Fri, 17 Jun 2005 10:15:22 -0700

THAT'S OLD SW !  No support.  Having said that...

I had the same problem both on the Win98 and WinXP system
running the binary octave 2.1.50a-inst.exe.  BUT got it
fixed.

Somewhere there is a "core dump" of octave.  I think it
appears in the \octave_files in the root.  

You may have a problem that can't be fixed.  However, in my
case, I simply ran out of allocated memory with octave not
liking that.  Adding memory using Cygwin control statements
fixed the problem.  You can search the email archive for
the discussion that insued.

         - Robert -

On Fri, 17 Jun 2005 12:54:13 -0400
 address@hidden wrote:
> I get this message when running a script file using the
> Win32 binary 
> of Octave 2.1.50.
> 
> I have traced it to one of the following commands:
> 
> if nl > 0
>   fda=sparse(repmat(all_list(L,1),1,3), ...
>  repmat(all_list(L,1),1,3)+repmat([-1 0 1],nl,1), ...
>   repmat([1 -2 1], nl,1),nm,nm);
> else
>     fda=spalloc(n*m,n*m,size(all_list,1)*5);
> endif
> 
> When the segment fault happens the octave windows closes
> immediately 
> so I just see the message flash on the screen and then it
> is gone.  
> How can I debug this problem??
> 
> Thanks
> 
> Lou
> 
> 



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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