[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: seg-fault/core-dump with current sources
From: |
Ben Abbott |
Subject: |
Re: seg-fault/core-dump with current sources |
Date: |
Tue, 14 Sep 2010 19:47:22 -0400 |
On Sep 14, 2010, at 5:56 PM, Ben Abbott wrote:
> My tip is ...
>
> http://hg.savannah.gnu.org/hgweb/octave/rev/2d14817353a6
>
> When I start Octave I get a core-dump
>
> $ ./run-octave
> GNU Octave, version 3.3.52+
> Copyright (C) 2010 John W. Eaton and others.
> This is free software; see the source code for copying conditions.
> There is ABSOLUTELY NO WARRANTY; not even for MERCHANTABILITY or
> FITNESS FOR A PARTICULAR PURPOSE. For details, type `warranty'.
>
> Octave was configured for "i386-apple-darwin10.4.0".
>
> Additional information about Octave is available at http://www.octave.org.
>
> Please contribute if you find this software useful.
> For more information, visit http://www.octave.org/help-wanted.html
>
> Read http://www.octave.org/bugs.html to learn how to submit bug reports.
>
> For information about changes from previous versions, type `news'.
>
> panic: Segmentation fault -- stopping myself...
> attempting to save variables to `octave-core'...
> save to `octave-core' complete
> Segmentation fault
>
Opps ... I should have built beginning with ./autogen
With a fresh build Octave runs.
Ben