[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: esdump dumps ...... core!
Soren Dayton wrote...
#0 0x32cb in get (dict=0x0, name=0x1020 "\023") at dict.c:106
106 unsigned long n = strhash(name), mask = dict->size - 1;
(gdb) back
#0 0x32cb in get (dict=0x0, name=0x1020 "\023") at dict.c:106
#1 0x1020 in ?? ()
(gdb) quit
this is a backtrace from gdb.
these are the relevant sections of the config.h
#ifdef __FreeBSD__
I've not been able to get es working with either editline or readline on
FreeBSD for a _very_ long time. I think it has to do with changes made
to crt0 many many moons ago (I use -current), but I'm not sure.