IRC channel logs
2016-10-03.log
back to list of logs
<lluis>anyone seen a SEGV during scm_init_guile()? (inside GC_init(), actually) <lluis>when calling scm_init_guile() in a program I'm witing (extensible with guile) <lluis>one about multi-threading: I have a C program that calls scm_init_guile() and defines variable "var" (using scm_c_eval), it then creates a second thread that also calls scm_init_guile() and evals "(format #1 \\"var: ~s\\\\n\\" var)", which excepts with unbound-variable; isn't state of globals shared across threads? <ijp>lluis: maybe you are getting the error from #1 instead of var? <ijp>then again, I'd expect a different error there <ijp>can you rule out a race? <jmd>Is there a way I can call the posix ioctl function? <paroneayea>working Alyssa P. Hacker into the ActivityPub standard, because why not.