in reply to Re^9: semi-panic: attempt to dup freed string?
in thread semi-panic: attempt to dup freed string?
This doesn't detract from the fact that what you've given me works! But I'm still trying to tie down exactly why it works.
The code (o->sv = newSV(0);) is in new since new is called in the same Perl interpreter as get.
I'm calling get() in two threads, but new() only in one?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^11: semi-panic: attempt to dup freed string?
by ikegami (Patriarch) on Mar 26, 2011 at 02:54 UTC | |
by BrowserUk (Patriarch) on Mar 26, 2011 at 06:41 UTC |