IRC channel logs
2024-12-18.log
back to list of logs
<lechner>
Hi, should I be able to provoke a segmentation fault in the SRFI-37 arg parser?
https://bpa.st/UZAQ
<lechner>
this is the code
https://codeberg.org/lechner/guile-exec/src/branch/history/exec/guile-exec
<dsmith>
lechner, Guile should never segfault
<lechner>
dsmith / okay, thanks! i'll try to debug
<rlb>
lechner: there's a bit of discussion here too with respect to what guile intends to promise:
https://www.gnu.org/software/guile/manual/html_node/Multi_002dThreading.html
e.g. "All libguile functions...", etc.
<lechner>
rlb / thanks! could you or anyone else venture a guess as to what happened here?
https://bpa.st/UZAQ
<lechner>
I see no (next-args) on line 113
https://git.savannah.gnu.org/cgit/guile.git/tree/module/srfi/srfi-37.scm#n113