in reply to Crash in perl_destruct
The only approach I can recommend is reducing the size of your script until the error goes away, and then taking things in again until it appears again, thus finding the module that causes this. An XS module is a very likely cause for this.
Before we can be of any assistance, we'll need at least the version of Perl you're using, the platform you're using it on, and also the environment you're using Perl in, that is, embedded, mod_perl, or Perl standalone.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Crash in perl_destruct
by holli (Abbot) on Dec 17, 2009 at 15:13 UTC | |
|
Re^2: Crash in perl_destruct
by Anonymous Monk on Dec 17, 2009 at 15:22 UTC | |
|
Re^2: Crash in perl_destruct
by rahulgupta70 (Novice) on Dec 18, 2009 at 06:14 UTC |