You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After building and installing current master, loading any of chibi.img, red.img, or snow.img using the -i flag results in the error message
dynamic function lookup failure: <static> (sexp_proc1)sexp_peek_u8_stub
This doesn't cause the process to terminate; running scripts or the REPL still works. The particular function failed to be dlsym-ed here differs.
Might this be an accidental regression from the static userlib or image generation changes? I'm happy to do further diagnostics on my end to make sure I haven't missed or misused something. I could reproduce this on up-to-date Archlinux and MacOS, both x86.
The text was updated successfully, but these errors were encountered:
I can't reproduce this for chibi.img, but can for the other images. Those are functions loaded from other dynamic libraries, not libchibi-scheme, so either they aren't being loaded yet when the image is mapped, or dlsym is failing to find them. I'll take a look when I find time.
After building and installing current
master
, loading any ofchibi.img
,red.img
, orsnow.img
using the-i
flag results in the error messageThis doesn't cause the process to terminate; running scripts or the REPL still works. The particular function failed to be
dlsym
-ed here differs.Might this be an accidental regression from the static userlib or image generation changes? I'm happy to do further diagnostics on my end to make sure I haven't missed or misused something. I could reproduce this on up-to-date Archlinux and MacOS, both x86.
The text was updated successfully, but these errors were encountered: