[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

esdump dumps ...... core!



#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__
#ifndef DEVFD
#define DEVFD                   1
#endif  
#ifndef USE_SIGACTION
#define USE_SIGACTION           1
#endif  
#ifndef INITIAL_PATH
#define INITIAL_PATH           "/usr/local/bin", "/usr/bin","/bin",""
#endif
#ifndef GETGROUPS_USES_GID_T
#define GETGROUPS_USES_GID_T    1
#endif
#endif


anyone have any suggestions?  I have not really looked at it yt (btw,
this is only with readline)

Soren