public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* Exception in thread "main" java.lang.InternalError: bad type SP:0 st.l:1
@ 2022-02-24 21:49 Panicz Maciej Godek
  2022-02-25  1:31 ` Per Bothner
  0 siblings, 1 reply; 4+ messages in thread
From: Panicz Maciej Godek @ 2022-02-24 21:49 UTC (permalink / raw)
  To: kawa

Hi,
I'm working on my code, and after some recent modificationsI get the
following error when I try to import my module:

Exception in thread "main" java.lang.InternalError: bad type SP:0 st.l:1
code:primitive.sequenceExtent(gnu.lists.Pair,Screen)Extent
        at gnu.bytecode.Label.setTypes(Label.java:106)
        at gnu.bytecode.Label.define(Label.java:231)
        at gnu.expr.LambdaExp.compileEnd(LambdaExp.java:640)
        at gnu.expr.LambdaExp.compileAsInlined(LambdaExp.java:1522)
        at gnu.expr.ApplyExp.compile(ApplyExp.java:378)
        ...
        at gnu.expr.ModuleExp.evalModule1(ModuleExp.java:246)
        at kawa.Shell.run(Shell.java:293)
        at kawa.Shell.run(Shell.java:183)
        at kawa.repl.processArgs(repl.java:724)
        at kawa.repl.main(repl.java:830)

How do I even approach debugging this?

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-02-25 17:12 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-02-24 21:49 Exception in thread "main" java.lang.InternalError: bad type SP:0 st.l:1 Panicz Maciej Godek
2022-02-25  1:31 ` Per Bothner
2022-02-25 16:26   ` Panicz Maciej Godek
2022-02-25 17:11     ` Per Bothner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).