<html><head><meta http-equiv="Content-Type" content="text/html charset=windows-1252"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;">Looking for clues that would help debug the following error —<div><br></div><div>I'm converting a package [1] to be multi-collection & thus compatible with Racket 5.3.5.<div><br></div><div>The revised package works with 6.0. But under 5.3.5, I get a fatal 'segmentation fault: 11' error while building the docs. I by trial & error I have traced the offending code to the call to `make-base-eval` shown below:</div><div><br></div><div><div>#lang scribble/manual</div><div>@(require scribble/eval)</div><div>@(define my-eval (make-base-eval))</div></div><div><br></div><div>The segfault occurs when I install the package from the local directory, or when I use the Github URL for the source. [2]</div><div><br></div><div>Comparing the docs between 5.3.5 and 6.0, I don't see any changes to make-base-eval, so at this point, I'm stuck for ideas.</div><div><br></div><div> </div><div><br></div><div><br></div><div>[1] <a href="http://github.com/mbutterick/sugar/tree/dev-53">http://github.com/mbutterick/sugar/tree/dev-53</a></div><div><br></div><div>[2] <a href="github://github.com/mbutterick/sugar/dev-53">github://github.com/mbutterick/sugar/dev-53</a></div></div></body></html>