[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug-kawa] [bug #34003] Unknown class confuses inliner
From: |
Helmut Eller |
Subject: |
[Bug-kawa] [bug #34003] Unknown class confuses inliner |
Date: |
Sat, 13 Aug 2011 11:24:15 +0000 |
User-agent: |
Opera/9.80 (X11; Linux i686; U; en) Presto/2.9.168 Version/11.50 |
URL:
<http://savannah.gnu.org/bugs/?34003>
Summary: Unknown class confuses inliner
Project: Kawa
Submitted by: ellerh
Submitted on: Sat 13 Aug 2011 11:24:14 AM GMT
Category: None
Severity: 3 - Normal
Item Group: None
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
This code:
(define (foo)
(try-catch
#f
(ex java.lang.Throwable
(instance? ex <cons>))))
produces a long a error:
x.scm:6:8: caught exception in inliner for #<procedure instance?> -
java.lang.RuntimeException: no such class: cons
followed by a long backtrace. The program is probably not
terribly useful, but the error message should be bit more friendly.
The same seems to happen if <cons> is replaced with <error>.
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?34003>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
- [Bug-kawa] [bug #34003] Unknown class confuses inliner,
Helmut Eller <=