Good day, monks.
I have a problem with my script:
%perl in malloc (): warning: recursive call
%Out of memory!
I know this is a because of kinda %SIG is not safe with UNIX malloc() or something close...
But i haven't find any cures (so far).
So far i have only two ideas:
1.avoid using of signals(no);
2.upgrade perl(hmm...)
Please consult me what i can do to eliminate this stuff.