Ticket #69 (closed defect: fixed)
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
Note: See
TracTickets for help on using
tickets.

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.