ian@retina.bu.edu (Ian Boardman) (08/02/90)
I am trying to build X11 R4 on a Sun4/110 running SunOS 4.1. I
expected some problems. Here's one, which happens while making in ./rgb:
./rgb rgb < rgb.txt
sh: 25607 Memory fault - core dumped
*** Error code 139
gdb rgb points me thusly:
(gdb) where
#0 0x5bd4 in dbm_do_nextkey ()
#1 0x2968 in main (argc=2, argv=(char **) 0xf7fffd84) (rgb.c line 124)
rgb.c:124:
if (dbm_store (rgb_dbm, key, content, DBM_REPLACE)) {
fprintf (stderr, "%s: store of entry \"%s\" failed\n",
ProgramName, name);
fflush (stderr);
}
This is as far as I go without at least asking for help. If anyone
knows about this bug, or knows where I should go for help, please advise.
Thanks.
--
Ian Boardman
Center for Adaptive Systems
Boston Univ.
ian@bucasb.bu.edu