I get the below segfault trying to use Net::SSH::Perl with threads.
I've tried several versions of perl, Math::Pari, and pari with the same
result.
I found a suggestion that I should be using Net::SSH2 because Net::SSH is
not thread safe.
Following the Net::SSH::Perl documentation it seems I'm already using SSH-2,
however,
I can't get the software to run without Net::SSH installed.
My first question:
Is anyone using Net::SSH::Perl (and Net::SCP) with threads and, if so, how
do they configure the perl installation?
Thanks!
Alan
#0 0xf6dfdb2c in moveoffstack_newer_than () from
/auto/share/perl/5.8.6thr/lib/site_perl/5.8.6/i686-linux-thread-multi/auto/Math/Pari/Pari.so
(gdb) bt
#0 0xf6dfdb2c in moveoffstack_newer_than () from
/auto/share/perl/5.8.6thr/lib/site_perl/5.8.6/i686-linux-thread-multi/auto/Math/Pari/Pari.so
#1 0xf6e0144d in XS_Math__Pari_DESTROY () from
/auto/share/perl/5.8.6thr/lib/site_perl/5.8.6/i686-linux-thread-multi/auto/Math/Pari/Pari.so
#2 0x080c05ef in Perl_pp_entersub ()
#3 0x08065dd8 in S_call_body ()
#4 0x0806946b in Perl_call_sv ()
#5 0x080cc9bb in Perl_sv_clear ()
#6 0x080cd24a in Perl_sv_free ()
#7 0x080c82b9 in S_visit ()
#8 0x080c8319 in Perl_sv_clean_objs ()
#9 0x0806b598 in perl_destruct ()
#10 0xf7085b6a in Perl_ithread_destruct () from
/auto/share/perl/5.8.6thr/lib/5.8.6/i686-linux-thread-multi/auto/threads/threads.so
#11 0xf7085db5 in ithread_mg_free () from
/auto/share/perl/5.8.6thr/lib/5.8.6/i686-linux-thread-multi/auto/threads/threads.so
#12 0x080cd3bd in Perl_sv_unmagic ()
#13 0xf7084df4 in Perl_ithread_DESTROY () from
/auto/share/perl/5.8.6thr/lib/5.8.6/i686-linux-thread-multi/auto/threads/threads.so
#14 0xf7084e8f in XS_threads_DESTROY () from
/auto/share/perl/5.8.6thr/lib/5.8.6/i686-linux-thread-multi/auto/threads/threads.so
#15 0x080c05ef in Perl_pp_entersub ()
#16 0x08065dd8 in S_call_body ()
#17 0x0806946b in Perl_call_sv ()
#18 0x080cc9bb in Perl_sv_clear ()
#19 0x080cd24a in Perl_sv_free ()
#20 0x080ed87b in Perl_leave_scope ()
#21 0x080ed90c in Perl_pop_scope ()
#22 0x080f5943 in Perl_pp_return ()
#23 0x080beed8 in Perl_runops_standard ()
#24 0x08069cd6 in perl_run ()
#25 0x080635c5 in main ()
For anyone who has showed up here looking for related information, the hashes and digits in the first post were not formatted and tricked GitHub into thinking they were references instead of literal data.
This ticket was imported from rt.cpan.org 62053
I get the below segfault trying to use Net::SSH::Perl with threads. I've tried several versions of perl, Math::Pari, and pari with the same result. I found a suggestion that I should be using Net::SSH2 because Net::SSH is not thread safe. Following the Net::SSH::Perl documentation it seems I'm already using SSH-2, however, I can't get the software to run without Net::SSH installed. My first question: Is anyone using Net::SSH::Perl (and Net::SCP) with threads and, if so, how do they configure the perl installation? Thanks! Alan