Hi Monks,

Firstly, I thank all the people here for helping/supporting me for all my previous questions, and here is the next. Hope you will give your valuable suggestions even for this.

I am implementing threads and threads::shared modules in order to connect to multiple hosts and execute some operation on the remote systems using the Net::SSH2 module.

The above described application was developed and tested successfully on Solaris 8, 9 platforms. When tested the same on linux platform Redhat ES 3 resulting in the following errors

*** glibc detected *** double free or corruption (!prev): 0x085873e0 ***

By searching over in google and even in perlmonks too (http://perlmonks.org/?node_id=560475 -- there was no reply for this ). We could guess that there might be some problem with the linux version or glibc or perl.

We have used another version of linux i.e Redhat ES 4, but did not fetch us anything. Same error arised. Then we have upgraded the glibc 2.3.4-2 to glibc 2.7 which due to some inconsistency or improper library linking resulted in unusable system.

We are using Active State perl and even upgarded that from 5.8.8 and even tested the same thing on Fedora Core 4 systems. But no luck.

Please let us know if we have any work around or any help to overcome that problem.

Thanks in advance.

Srinivas


In reply to glibc error in linux by srinivas_rocks

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.