http://www.perlmonks.org?node_id=1003174


in reply to Re^2: unusual perl segfaults
in thread unusual perl segfaults

it seems i was able to resolve my problem by setting the data segment size value.
ulimit -n 1024 -u 35 -m 200000 -d unlimited -s 8192 -c 200000 -v 2000 +00
after setting I didn't experience core dumps anymore.

Replies are listed 'Best First'.
Re^4: unusual perl segfaults
by v_melnik (Scribe) on Jul 06, 2014 at 13:37 UTC

    Thank you so much, it has helped in my case too!

    V.Melnik