Re: perl segfault - how to troubleshoot
- From: Ilya Zakharevich <nospam-abuse@xxxxxxxxx>
- Date: Tue, 2 Dec 2008 07:56:38 +0000 (UTC)
[A complimentary Cc of this posting was sent to
James Harris
<james.harris.1@xxxxxxxxxxxxxx>], who wrote in article <b60d51cf-e511-4249-a200-d7cc03a9d705@xxxxxxxxxxxxxxxxxxxxxxxxxxxx>:
$ perl -c mythrename.pl
Segmentation fault
Try running under debugger:
gdb `which perl` -c mythrename.pl
$ perl -d mythrename.pl
Loading DB routines from perl5db.pl version 1.28
Editor support available.
Enter h or `h h' for help, or `man perldebug' for more help.
Try enabling autotrace. Report.
Hope this helps,
Ilya
.
- Follow-Ups:
- Re: perl segfault - how to troubleshoot
- From: Ilya Zakharevich
- Re: perl segfault - how to troubleshoot
- References:
- perl segfault - how to troubleshoot
- From: James Harris
- perl segfault - how to troubleshoot
- Prev by Date: Re: suggestions for tree data structure
- Next by Date: FAQ 8.4 How do I print something out in color?
- Previous by thread: Re: perl segfault - how to troubleshoot
- Next by thread: Re: perl segfault - how to troubleshoot
- Index(es):
Relevant Pages
|