Ticket #69 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

Assertion failed 'function kite_vm_execute_call' in vm/kite_execute.c

Reported by: thewolf Owned by: mooneer
Priority: major Milestone:
Component: interpreter Version: 1.0b7
Keywords: Cc:

Description

When running the kite xml parser from  http://github.com/rowanjl/kite-xml/tree/master, I get this error:

Assertion failed: (0), function kite_vm_execute_call, file vm/kite_execute.c, line 474. Abort trap

Change History

comment:1 Changed 3 years ago by mooneer

  • Status changed from new to closed
  • Resolution set to fixed

This isn't actually a bug. However, it's an unfriendly error message. r440 changes this into a more friendly TypeMismatch? exception that has the possibility of being caught. Enjoy.

Note: See TracTickets for help on using tickets.