Importing cched (sagittarius debug) causes SEGV

Issue #114 resolved
Takashi Kato repo owner created an issue

(import (sagittarius debug)) causes SEGV if the library is cached.

This is because get-dispatch-macro-character on the toplevel. If the library is cached then current-loading-port returns NULL and getting reader table causes SEGV. It might be better to return the same value as current-input-port if the value is NULL.

Comments (1)

  1. Log in to comment