in reply to Re: Replacing closures (to work around threads crash)
in thread Replacing closures (to work around threads crash)
your example code doesn't show why you are trying to use closures
I'm not trying to use closures myself. I am using the Net::Telnet module and Telnet.pm uses closures in a number of different places. My main headache is that I don't understand (nor really want to understand ;-) Telnet.pm, I just want it to stop crashing. So I'm looking for a "safe" way of getting rid of the closures without having to go to the bother of actually understanding Telnet.pm.
BTW, I manufactured the above test program to get a repeatable (yeah, I know, but, hey, it's repeatable for me ;-) and quick crash to make debugging easier. The original program crashed intermittently once an hour or so, which was a real pain to debug -- the clue re closures was got from the "Free to wrong memory pool at Telnet.pm line 1987" message that accompanied most (but not all) the original crashes.
Update: Thanks to everyone for reporting the lack of crashes. After further testing, it seems the above test program always crashes on multi-cpu machines yet never crashes on single CPU ones (at least that's what I see).
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Replacing closures (to work around threads crash)
by BrowserUk (Patriarch) on Nov 22, 2004 at 09:39 UTC | |
Re^3: Replacing closures (to work around threads crash)
by castaway (Parson) on Nov 22, 2004 at 08:40 UTC | |
by eyepopslikeamosquito (Archbishop) on Nov 22, 2004 at 08:53 UTC |