in reply to Segmentation fault: problem with perl threads
The first is a bug in perl. You can try to run your script with perl-5.10.0 or perl-5.8-maint (the soon-to-be 5.8.9). Both contain many fixes for bugs in perl-5.8.
The second possible is a non-thread-safe XS module that you use, or a buggy XS module. Without knowing what modules you use this is impossible to diagnose remotely.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Segmentation fault: problem with perl threads
by katharnakh (Novice) on Sep 15, 2008 at 12:08 UTC | |
by zentara (Cardinal) on Sep 15, 2008 at 13:33 UTC | |
by katharnakh (Novice) on Sep 15, 2008 at 15:17 UTC | |
by zentara (Cardinal) on Sep 15, 2008 at 15:52 UTC |