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.
|
|---|
| 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 |