in reply to Re: (Segfault) Re: is_constant() - a routine that detects constant subs
in thread is_constant() - a routine that detects constant subs
$ ./perl ~/crash.pl Constant subroutine One::FOO redefined at /home/sam/crash.pl line 59. Yes Constant subroutine One::FOO redefined at /home/sam/crash.pl line 59. Yes Segmentation fault (core dumped)
So, not only is it segfaulting, but it's also printing warnings even when "no warnings" is in effect! Argh!
-sam
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: (Segfault) Re: is_constant() - a routine that detects constant subs
by samtregar (Abbot) on May 20, 2002 at 17:51 UTC |