At the thread creation point error is occuring ;Segmentation fault core dumpedpackage hi; sub fn { my $thread_signal = threads->create(\&Signal_ThreadCb,@_); push @main::threads_pool,$thread_signal; } package main; hi::fn(); hi::fn(); hi::fn();
In reply to Re^2: perl threads in a recursive function
by Anonymous Monk
in thread perl threads in a recursive function
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |