in reply to Re: Techniques for isolating bugs in perl
in thread Techniques for isolating bugs in perl
We don't have Devel::Trace installed, but I suspect it would just make the bug go into hiding again: adding the "-s" flag makes the bug go away.
By running a shell script, I determined that the minimum name that the program needed to be named to trigger the bug was 16 characters long. The bug only manifests itself when run from a certain directory, as well. Perhaps something involving a minimum path size is affecting it.
Certain changes to whitespace don't make the bug go away; others do. Reducing the size of certain comments can trigger/hide the bug.
This bug is very confusing: changes to comments affect it, suggesting that there is a problem with how the code gets parsed, yet it runs until the end of the program before dumping core.
--Ytrew
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Techniques for isolating bugs in perl
by tilly (Archbishop) on Oct 22, 2004 at 00:19 UTC |