Re: [ID 20000124.004] "perl in malloc(): warning: recursive call" on

2000-01-25 Thread Ilya Zakharevich
On Tue, Jan 25, 2000 at 02:44:05PM -0500, Chuck Robey wrote: > On Mon, 24 Jan 2000, Lars Eggert wrote: > > > Ilya, > > > > thanks for the quick response. > > > > > Signals and Perl do not mix. Please do not use signals if a segfault > > > is not a desirable form of output. > > > > Never? Afte

Re: [ID 20000124.004] "perl in malloc(): warning: recursive call" on

2000-01-24 Thread Ilya Zakharevich
On Mon, Jan 24, 2000 at 09:53:27PM -0800, Lars Eggert wrote: > > Signals and Perl do not mix. Please do not use signals if a segfault > > is not a desirable form of output. > > Never? Never. Well, I did not try XSUB signal handlers, but if it is a Perl subroutine, then the harm may be already

Re: [ID 20000124.004] "perl in malloc(): warning: recursive call" on

2000-01-24 Thread Ilya Zakharevich
Lars Eggert writes: > Running the following test script causes perl to crash. You may need > to run the script several times before seeing the problem. (The script > spawns a child process that does nothing but write to an array. The > parent signals the child periodically.) Signals and Perl do n