help-octave
[Top][All Lists]
Advanced

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

Re: reliable seg fault


From: Mike Miller
Subject: Re: reliable seg fault
Date: Mon, 24 Oct 2011 11:19:27 -0500 (CDT)
User-agent: Alpine 2.00 (DEB 1167 2008-08-23)

On Mon, 24 Oct 2011, Francesco Potortì wrote:

octave:2> n=181; p=39; X=ones(n,p); X'*X;
panic: Segmentation fault -- stopping myself...
attempting to save variables to `octave-core'...
save to `octave-core' complete
Segmentation fault

That is, when there are 39 columns, a matrix "X" with fewer than 181 rows
is ok, but with 181 or more rows it seg faults when I attempt X'*X.

No problem on Debian:

GNU Octave, version 3.2.4
Octave was configured for "x86_64-pc-linux-gnu".


I know that other people won't have this problem. I've been using Octave for many years and it always worked. I'm just wondering if anyone here has an idea of what might be causing this problem. I can have the sysadmin redo the installation, and maybe that will work, or maybe he'll do the same thing wrong twice. That's why having a clue about the cause of the problem might help me.

Mike

reply via email to

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