From octave-maintainers-request at bevo dot che dot wisc dot edu Fri Apr 9 09:50:13 1999 Subject: Seg fault due to "attempted clean up" ? From: "John W. Eaton" To: jgomez at pc117179 dot shef dot ac dot uk (Jose L Gomez Dans) Cc: j dot l dot gomez-dans at sheffield dot ac dot uk, octave-maintainers@bevo.che.wisc.edu Date: Fri, 9 Apr 1999 09:46:40 -0500 (CDT) On 9-Apr-1999, Jose L Gomez Dans wrote: | To: octave-maintainers at bevo dot che dot wisc dot edu | Cc: j dot l dot gomez-dans at sheffield dot ac dot uk | Subject: Seg fault due to "attempted clean up" ? | | Bug report for Octave 2.0.13.97 configured for i386-pc-linux-gnu | | Description: | ----------- | | After using octave for a long time, I'm not able to start it anymore. | Last time, I was using plplot to plot graphs, and did a rather hasty exit, | which I blame for the actual behaviour. I doubt that this is the real cause of the problem that you are seeing. | The problem is that octave seg faults. See the repeat by bit to see | the whole story. | | Repeat-By: | --------- | | $octave | GNU Octave, version 2.0.13.97 | [snip][snip] | | error: Segmentation fault -- stopping myself... | error: attempted clean up apparently failed -- aborting | Aborted | $ In all cases like this that I have seen so far, the problem is that the C and C++ system libraries are not compatible with each other, or they are not compatible with the versions that Octave was linked against. Did you recently upgrade your C or C++ libraries? jwe