alexkalderimis has asked for the wisdom of the Perl Monks concerning the following question:
but if I try any more than 7 elements I get bizarre corrupted memory addresses in the objects: here are some examples:$logic = ($cA & $cB & $cC & $cD); say '$cA & $cB & $cC & $cD is :', $logic->as_string; >>> ((A and B and C and D or E) or F)
and InterMine::PathQuery::ConstraintSet=HASH(0x8737;=8) and InterMine::PathQuery::ConstraintSet=HASH(0x8ae23s0) and InterMine::PathQuery::ConstraintSet=HASH(0x8uu6sw8) you can see the code for the offending module here: http://pastebin.com/QN2sZN5G and the associated code here: http://pastebin.com/XwxDxJJH I have never seen anything like this before - any ideas out there from the Monks? AlexCan't locate object method "as_string" via package "InterMine::PathQue +ry::ConstraintSet=HASH(0x87yt738)"
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Corrupted Object memory addresses
by ikegami (Patriarch) on Jun 21, 2010 at 17:33 UTC | |
by alexkalderimis (Initiate) on Jun 21, 2010 at 17:44 UTC |