gEDA-user: Gschem Random Segmentation Fault - Autosave
Patrick Doyle
wpdster at gmail.com
Wed Aug 2 09:20:30 EDT 2006
On 8/1/06, User Tomdean <tomdean at speakeasy.org> wrote:
> More random segment faults. Gdb points to autosave().
>
> This seems to happen more often when I have
>
> (component-library "/usr/home/tomdean/cad/sym")
>
> in ~/.geda/gafrc
>
> Any ideas?
>
> tomdean
>
I had the same problem, was pointed at autosave as being the culprit and added:
(auto-save-interval 0)
to my gschemrc file (in my project directory)
I have also read (perhaps in the FAQ) that setting the G_SLICE
environment variable as:
export G_SLICE=always-malloc
will work around this problem. I have been told that this has been
fixed in CVS and will be in the next snapshot.
--wpd
More information about the geda-user
mailing list