[11579] in Athena Bugs
sun4 7.6Q: codecenter
daemon@ATHENA.MIT.EDU (alexp@MIT.EDU)
Tue Jan 4 15:51:08 1994
From: alexp@MIT.EDU
Date: Tue, 4 Jan 94 15:50:56 EST
To: Marc Horowitz <marc@MIT.EDU>, bugs@MIT.EDU
Cc: alexp@MIT.EDU
Marc,
This does not answer the original question (why Codecenter bombs out) but
may be of help to you in finding the bug in the code. I compiled the whole
bundle with suncc, the -g switch and all your includes and defines (by the
way I never got any errors compiling sh.c and sh.proc.c as you did - maybe
that was some local setting you had). With the resulting a.out and core file
generated when it bombs out, I ran:
CenterLine's Process Debugging Mode (pdm) Version 1.2.0 - 4.8
For customer service, call 1-800-669-9165 or use the 'email' command
pdm 1 -> debug a.out core
Debugging program `a.out'
Core was generated by `a.out'.
Program terminated with signal 11, Segmentation fault.
#0 wfree () at sh.func.c:1000
1000 nwp = wp->w_next;
Hope this helps (don't have time to poke into this any further). I will still
report the original problem to CenterLine. Let me know if this helps.
Cheers, Alex