|
|
|
|
|
by zasdffaa
1317 days ago
|
|
> creating threads is not possible because the logging system makes heavy use of setjmp(). Naive question from a non-c user, setjmp/longjmp just manipulate the stack and since each thread has its own execution stack, that should be completely safe ISTM - so why is it unsafe/impossible? I'm missing something. |
|