in reply to Debugging perl crash
This may be a compiler issue. Clang/LLVM is the future but it's not been as heavily tested with perl as GCC has. Just maybe something is off. Try building perl with gcc and see if the problem goes away.
cd /usr/ports/lang/gcc make install clean export CC=gcc .. Rebuild perl. Sounds like you are not using a port version..
I do have some heavy stuff running under perl v5.14.4 compiled by default clang on FreeBSD 10/x86_64. I've never seen crashes like you describe.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Debugging perl crash
by vsespb (Chaplain) on Jun 29, 2014 at 16:53 UTC | |
by 1s44c (Scribe) on Jun 30, 2014 at 11:03 UTC | |
by vsespb (Chaplain) on Jun 30, 2014 at 11:42 UTC | |
by vsespb (Chaplain) on Jun 30, 2014 at 17:36 UTC |