Ticket #1701 (new bug) — at Version 1

Opened 12 years ago

Last modified 11 years ago

.const string of a .local string that's been assigned to -> bus error

Reported by: hanekomu Owned by:
Priority: normal Milestone:
Component: none Version: 2.5.0
Severity: medium Keywords:
Cc: Language:
Patch status: Platform: mac

Description (last modified by bacek) (diff)

.sub 'bus_error'
    .local string hello
    hello = "'Allo, 'allo, 'allo."
    .const string hello = "Hello, Polly."
    say hello
.end

produces a bus error on parrot 2.5.0-devel, Mac OS X 10.5.8.

Not assigning to the .local hello does not produce the bus error.

Change History

Changed 12 years ago by bacek

  • description modified (diff)
Note: See TracTickets for help on using tickets.