Ticket #1326 (closed bug: fixed)

Opened 12 years ago

Last modified 12 years ago

crow.pir is broken

Reported by: barney Owned by: dukeleto
Priority: normal Milestone: 1.9
Component: tools Version: 1.8.0
Severity: medium Keywords: release
Cc: Language:
Patch status: Platform: all

Description

crow.pir, which helps with creating the release announcements is broken:

bernhard@heist:~/devel/Parrot/svn/parrot$ svn up Revision 42788. bernhard@heist:~/devel/Parrot/svn/parrot$ ./parrot tools/util/crow.pir --type=tex Null PMC access in get_string_keyed() current instr.: 'parrot;JSON;PIR;_string_pir' pc 6571 (compilers/data_json/data_json/pge2pir.pir:226) called from Sub 'parrot;TGE;Tree;_eval_cell' pc 7376 (compilers/tge/TGE/Tree.pir:176) called from Sub 'parrot;TGE;Tree;get' pc 7335 (compilers/tge/TGE/Tree.pir:156) called from Sub 'parrot;JSON;PIR;_value_pir' pc 6139 (compilers/data_json/data_json/pge2pir.pir:70) called from Sub 'parrot;TGE;Tree;_eval_cell' pc 7376 (compilers/tge/TGE/Tree.pir:176) called from Sub 'parrot;TGE;Tree;get' pc 7335 (compilers/tge/TGE/Tree.pir:156) called from Sub 'parrot;JSON;PIR;_object_pir' pc 6346 (compilers/data_json/data_json/pge2pir.pir:134) called from Sub 'parrot;TGE;Tree;_eval_cell' pc 7376 (compilers/tge/TGE/Tree.pir:176) called from Sub 'parrot;TGE;Tree;get' pc 7335 (compilers/tge/TGE/Tree.pir:156) called from Sub 'parrot;JSON;PIR;_value_pir' pc 6139 (compilers/data_json/data_json/pge2pir.pir:70) called from Sub 'parrot;TGE;Tree;_eval_cell' pc 7376 (compilers/tge/TGE/Tree.pir:176) called from Sub 'parrot;TGE;Tree;get' pc 7335 (compilers/tge/TGE/Tree.pir:156) called from Sub 'parrot;JSON;PIR;_ROOT_result' pc 6015 (compilers/data_json/data_json/pge2pir.pir:22) called from Sub 'parrot;TGE;Tree;_eval_cell' pc 7376 (compilers/tge/TGE/Tree.pir:176) called from Sub 'parrot;TGE;Tree;get' pc 7335 (compilers/tge/TGE/Tree.pir:156) called from Sub 'data_json;JSON;Compiler;compile' pc 118 (data_json.pir:69) called from Sub 'parrot;Config;JSON;ReadConfig' pc 43 (runtime/parrot/library/Config/JSON.pir:42) called from Sub 'get_json' pc 174 (tools/util/crow.pir:85) called from Sub 'main' pc 50 (tools/util/c

Change History

Changed 12 years ago by dukeleto

  • platform set to all

This was broken before the 1.7.0 release, I ran into the issue as well and forgot to report it during the mad dash to get everything else done.

Changed 12 years ago by japhb

  • status changed from new to closed
  • resolution set to fixed

Fixed in r43082.

Note: See TracTickets for help on using tickets.