Ticket #1602 (new bug) — at Version 1

Opened 12 years ago

Last modified 12 years ago

.INTERPINFO_CURRENT_OBJECT causes segfault:

Reported by: coke Owned by:
Priority: normal Milestone:
Component: none Version: trunk
Severity: fatal Keywords:
Cc: Language:
Patch status: Platform:

Description (last modified by coke) (diff)

.include 'interpinfo.pasm'

.sub main :main
  $P1234 = interpinfo .INTERPINFO_CURRENT_OBJECT
  $S0 = typeof $P1234
  say "alive"
.end

the typeof call segfaults.

Change History

Changed 12 years ago by coke

  • description modified (diff)

presumable NULL vs. PMCNULL.

Note: See TracTickets for help on using tickets.