[comp.lang.prolog] Stony Brook Prolog dumps core on a SPARC

yonezawa@cs.uiuc.edu (Noritake Yonezawa) (10/17/90)

In article <1990Oct16.165724.8422@mintaka.lcs.mit.edu> deeb@ghoti.lcs.mit.edu (Stephen Humble) writes:

> When given the command "sbprolog ../modlib/\$readloop", both
> executables die with a segmentation fault when they try to dereference
> NULL. A backtrace and the offending function follow.

Perhaps I fixed it as follows or so:

In function: inserth; at line: 16

>    *(hptr++) = (LONG)hptr;

<    *(hptr) = (LONG)hptr;
<    hptr++;

Since I lost the source, I can't confirm it.

--
Noritake Yonezawa [yonezawa@cs.uiuc.edu]
Department of Computer Science
University of Illinois at Urbana-Champaign