develooper Front page | perl.perl5.porters | Postings from March 2009

Re: [perl #63938] [PATCH] Don't enqueue pending signals during global destruction

Thread Previous | Thread Next
From:
David Nicol
Date:
March 18, 2009 11:10
Subject:
Re: [perl #63938] [PATCH] Don't enqueue pending signals during global destruction
Message ID:
934f64a20903181110u63864254i2418027a8494daef@mail.gmail.com
the patch:


+	if (!PL_psig_pend) return;
 	/* Set a flag to say this signal is pending, that is awaiting delivery after
 	 * the current Perl opcode completes */
 	PL_psig_pend[sig]++;


You're certain than PL_psig_pend gets set to zero when the array is demalloced?

Thread Previous | Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About