in reply to Getting the Error message "*** glibc detected *** corrupted double-linked list:"

My guess is that you have done something which is not thread safe. Like using a module which is not thread safe, like DBI or other modules which have a C library below them.

It might also be a bug in your version of Perl.

But as you don't show us any code, operating system, or Perl version, it's hard to give you any more concrete hints.

  • Comment on Re: Getting the Error message "*** glibc detected *** corrupted double-linked list:"

Replies are listed 'Best First'.
Re^2: Getting the Error message "*** glibc detected *** corrupted double-linked list:"
by chiragforever (Novice) on Jul 13, 2006 at 12:53 UTC

    I am writing a script to test the web server.Basically this utility is written to test the login-logout feature of the web server. Below is the complete code of the utility.Please look into that.

    20060713 Janitored by Corion: Added formatting, code tags, as per Writeup Formatting Tips

    edit (broquaint): Added <readmore> tags per consideration.