Ticket #122 (closed bug: fixed)

Opened 13 years ago

Last modified 12 years ago

-t4 broken (r34808)

Reported by: coke Owned by:
Priority: normal Milestone:
Component: core Version:
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description

Running a tcl program, I get an error like so:

Method 'get_list' not found for invocant of class 'String'

Running this through parrot -t4, the error changes to:

No such attribute '$.target'

I already fixed this once; perhaps there's another attribute that needs to get saved/restored on the interpreter when tracing.

Change History

Changed 13 years ago by coke

with a recent partcl and parrot 39187:

$ ~/bird/bin/parrot -t4 tcl.pbc t/cmd_array.t 
# Calling sub 'tcl;_main'
# (null)
# Calling sub 'parrot;TclExpr;PAST;Grammar;__onload'
# current instr.: '_main' pc 3 (src/tclsh.pir:37)
Segmentation fault

Removing the -t4, you get the tcl prompt.

Changed 12 years ago by coke

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

This no longer occurs with a parrot of the 2.1.0 vintage.

Note: See TracTickets for help on using tickets.