in reply to Perl segfaults: Why?
I suspect it's tell (or something it calls) that's faulting, not the addition. ( cdarke has since shown this to be true. ) This would be the result of receiving a number for argument instead of a file handle.
There should be a validation check that catches this. I don't have access to 5.10.1 at this very moment to check if it's been fixed there. Could someone check?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl segfaults: Why?
by BrowserUk (Patriarch) on Sep 15, 2009 at 17:05 UTC | |
|
Re^2: Perl segfaults: Why?
by FunkyMonk (Bishop) on Sep 15, 2009 at 19:18 UTC | |
by ikegami (Patriarch) on Sep 15, 2009 at 19:55 UTC | |
by FunkyMonk (Bishop) on Sep 15, 2009 at 21:31 UTC | |
by Burak (Chaplain) on Sep 15, 2009 at 21:27 UTC |