[perl #48034] [BUG] examples/streams/Bytes.pir runtime error

Will Coleda via RT parrotbug-followup at parrotcode.org
Tue Dec 16 06:14:56 UTC 2008


On Sat Dec 01 19:43:10 2007, coke wrote:
>  ./parrot examples/tge/branch/transform.pir
> "load_bytecode" couldn't find file 'lib/Leaf.pir'
> current instr.: '_main' pc 5 (examples/tge/branch/transform.pir:21)
> slurpee:~/research/parrot-todo coke$ ./parrot examples/streams/Bytes.pir
> Null PMC access in isa()
> current instr.: '_main' pc 10 (examples/streams/Bytes.pir:23)

This file is intended to be run out of the directory it's located in. I've updated the docs in 
r33951 to reflect this.

However, the file itself is apparently crufty. It dies this way now:

$ ../../../parrot transform.pir branch.g
Class 'TGE' not found
current instr.: '_main' pc 20 (transform.pir:31)

Furthermore, it then immediately invokes a method on the (non-existant) TGE object called 
'agcompile'.

This method name doesn't appear anywhere else in the repository.

-- 
Will "Coke" Coleda


More information about the parrot-dev mailing list