Behavior of the NCI PMC

Nolan L nol888 at gmail.com
Sun Jan 2 21:56:30 UTC 2011


On Sun, Jan 2, 2011 at 4:40 PM, Peter Lobsinger <plobsing at gmail.com> wrote:
> If you provide the script you've run to hit these assertions, we can get
> started on fixing this problem. Also, patches welcome.
The following PIR segment is enough to trigger an assertion.

.sub main
  .local pmc nci
  nci = new ['NCI']
  invokecc nci
.end

Instead of throwing an exception for trying to call a null FUNC, an
assertion is hit while generating the thunk function.


More information about the parrot-dev mailing list