in reply to •Re^3: Is $^M a leftover April Fool?
in thread Is $^M a leftover April Fool?
I think you are correct, the problem is, what would cause my death handlers to be invoked?
What I mean is, if my program can never recieve notification of the impending disaster, how will it know to do clean-up?
From what I could workout, stealing 64k at the top of the program, just means that it runs out of memory 64k earlier than it would have. Then it makes use of the 64k reserve transparently, and then fails when the reserve runs out.
As I said in the original thread, the code is there and does seem to be activated, but from the perspective of my perl script, the result is (more or less) identical because it just fails with 'Out of memory' or a Dr.Watson pop-up, or a core dump depending upon how I have my system configured.
As far as I could work out, there is no way for my script to be notified that the reserve buffer is being used, so it has no way to do anything about it?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^5: Is $^M a leftover April Fool?
by rir (Vicar) on Jan 06, 2005 at 19:39 UTC | |
by BrowserUk (Patriarch) on Jan 06, 2005 at 19:55 UTC | |
by dragonchild (Archbishop) on Jan 07, 2005 at 02:18 UTC | |
by BrowserUk (Patriarch) on Jan 07, 2005 at 05:35 UTC | |
by dragonchild (Archbishop) on Jan 07, 2005 at 13:30 UTC | |
| |
by rir (Vicar) on Jan 06, 2005 at 21:09 UTC | |
by BrowserUk (Patriarch) on Jan 06, 2005 at 22:07 UTC | |
by rir (Vicar) on Jan 07, 2005 at 07:00 UTC | |
|