jed-users mailing list

[2011 Date Index] [2011 Thread Index] [Other years]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]

Re: [Jed-users-l] segfaults


frank <y199mp1505@xxxxxxxxx> wrote:
> Some debugging with 'printf' already identifies segfaults in main.c:

All I can suggest is that you recompile with CFLAGS=-g and then run it
under gdb:

   $ gdb src/objs/jed
   (gdb) run
   <SEGV>
   (gdb) where

Also `ldd src/objs/jed` may indicate some incompatible libraries.

Thanks,
--John
_______________________________________________
Jed-users-l mailing list
Jed-users-l@xxxxxxxx
http://mailman.jtan.com/mailman/listinfo/jed-users-l


[2011 date index] [2011 thread index]
[Thread Prev] [Thread Next]      [Date Prev] [Date Next]