in reply to Re^11: semi-panic: attempt to dup freed string?
in thread semi-panic: attempt to dup freed string?
Okay, that makes more sense.
It represents a design limitation; that you should create these things in your primary thread, and pass them to spawned threads, rather than have spawned threads pass them back, but that is typical usage anyway, so I can live with it. At least for now.
|
|---|