On Thursday 10 March 2005 21:01, Mario Klebsch wrote:
> Am 10.03.2005 um 17:20 schrieb Werner Hoch:
> > Hi all,
> >
> > I've tried to start geda but it segfaults:
> >
> > --------------------
> > Program received signal SIGSEGV, Segmentation fault.
> > 0x404a8fe7 in _int_malloc () from /lib/libc.so.6
> > (gdb) backtrace
> > #0  0x404a8fe7 in _int_malloc () from /lib/libc.so.6
> > #1  0x404aa59c in malloc () from /lib/libc.so.6
>
> ...
>
> Looks like yet another job for efence.

Crash in line 1081:
The enum with the extensions is longer than the ExtList[]

===================================================================
RCS file: /home/cvspsrv/cvsroot/eda/geda/devel/geda/src/tool.c,v
retrieving revision 1.6
diff -u -r1.6 tool.c
--- tool.c      12 Feb 2005 22:06:03 -0000      1.6
+++ tool.c      11 Mar 2005 20:13:38 -0000
@@ -141,7 +141,7 @@
        EXT_OUT,
        EXT_GW,
        EXT_V,
-       EXT_VVP,
+       /*      EXT_VVP,*/
        EXT_VCD,
        EXT_VHD,
        EXT_DRC,

I'm don't know if outcommenting is the propper solution for the problem, 
but it seems to be the reason.

regards
Werner

Reply via email to