I've done a little more digging and I can see when the error happens the
overarching interpret_expression sub (104) is repeatedly called to break
down a larger expressions into components.
When I see the error it is ultimately after 10 calls where the
expressions are as follows...
    
- a=a.split("")
- a.split("")
- ""
- b=[function(c,d){d=(d%c.length+c.length)%c.length
- [function(c,d){d=(d%c.length+c.length)%c.length
- (d%c.length+c.length)%c.length
- d%c.length+c.length
- d%c.length
- d
- c.length
  

At this point it goes down the $member eq 'length' branch where i assume
it fails because $obj has the HASH(0x########) value.

All the streams that fail show the same pattern.


------------------------------------------------------------------------
milk's Profile: http://forums.slimdevices.com/member.php?userid=65884
View this thread: http://forums.slimdevices.com/showthread.php?t=111543

_______________________________________________
plugins mailing list
[email protected]
http://lists.slimdevices.com/mailman/listinfo/plugins

Reply via email to