[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]
Re: tentative bug report about difficult-to-reproduce but
On Sun, Jan 09, 2000 at 03:05:00PM -0500, Ilya Zakharevich <ilya@math.ohio-state.edu> wrote:
> > opcode.pl:
> > - $argsum |= (8|256) if $flags =~ /T/; # ... which may be lexical
> > + $argsum |= 8 if $flags =~ /T/; # ditto
>
> Redefining OA_TARGLEX to 0 (in op.h) should be easier.
I did this, and tested all dependnet modules. I couldn't easily reproduce
the problem with gimp-perl, but sdf still fails to work, and I still
encounter difficult-to-reproduce problems with pdl.
> > Dealing with the second is more complicated. You'll need to methodically
> > back out patches that affect the regular expression engine until you
I am quite sure that the regex engine can't be the source, as neither PDL
nor gimp-perl uses them in the relecant parts.
> When is _64 due? I would think that waiting until _64 may improve
I'll wait for _64 and test again. Sometimes problems happen to go away
with the next snapshot ;->
--
-----==- |
----==-- _ |
---==---(_)__ __ ____ __ Marc Lehmann +--
--==---/ / _ \/ // /\ \/ / pcg@opengroup.org |e|
-=====/_/_//_/\_,_/ /_/\_\ XX11-RIPE --+
The choice of a GNU generation |
|
- References to:
-
Ilya Zakharevich <ilya@math.ohio-state.edu>
[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index][Thread Index][Top&Search][Original]