This is the mail archive of the kawa@sourceware.org mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: null pointer during macro expansion


Oh, uh... there's no need for this to be in an r7rs library for the problem to happen.

    -seth

On 11/26/2014 02:01 PM, Seth Alves wrote:
This is boiled down from srfi-42, and I'm not sure it's even valid code. I'm having trouble making it any smaller without the problem vanishing:

<unknown>: caught exception in inline-compiler for list gnu.lists.LList.reverseInPlace(java.lang.Object) - java.lang.NullPointerException
    gnu.expr.LambdaExp.enterFunction(LambdaExp.java:1290)
    gnu.expr.ApplyExp.compile(ApplyExp.java:391)
    gnu.expr.ApplyExp.compile(ApplyExp.java:190)
...

If this is too big, let me know and I'll try harder to trim something out.

    -seth



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]