in reply to Re^5: Net::SSH2 exec timeout
in thread Net::SSH2 exec timeout
Attempt to free non-existent shared string 'GEN0', Perl interpreter: 0 +x8990e48 at Configuration.pl line 41, <> line 3. Segmentation fault
async { my $ssh2 = Net::SSH2->new(); $ssh2->connect($host); $ssh2->auth_password($user,$password); print "Upgrading firmware, this will take about 3 minutes. +\n"; my $chan2 = $ssh2->channel(); $chan2->exec("/sbin/fwupdate -m\n"); $chan2->close; }->detach;
Attempt to free non-existent shared string 'GEN0', Perl interpreter: 0 +x83f4e98, <> line 3. Unbalanced string table refcount: (1) for "GEN0" during global destruc +tion. Unbalanced string table refcount: (1) for "/usr/share/perl/5.12/Symbol +.pm" during global destruction. Scalars leaked: -6
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^7: Net::SSH2 exec timeout
by BrowserUk (Patriarch) on Sep 09, 2011 at 01:21 UTC | |
by £okì (Scribe) on Sep 09, 2011 at 01:32 UTC |