Will Coleda <[EMAIL PROTECTED]> wrote:

> .sub main @MAIN
>   $S0 = unicode:"\"]\nif I3 == "
> .end

> Generates:

> encodings/utf8.c:277: failed assertion `i->bytepos < PObj_buflen(s) - 4'

Slightly wrong assert. I've moved it after the advance of the bytepos
now.

> 2) The fact that the diagnostic shows up in encodings/utf8.c, rather
> than being caught and showing up on line 2 of my PIR code.

It's a C assert and not an exception, but it probably should be an
exception, yes.

leo

Reply via email to