[armedbear-ticket] [armedbear] #198: Hunchentoot load failure
armedbear
armedbear-devel at common-lisp.net
Thu Feb 23 10:10:35 UTC 2012
#198: Hunchentoot load failure
----------------------------------------------------------------------------------------------+
Reporter: https://www.google.com/accounts/o8/id?id=aitoawnthushznrlieuamks3fxvzisibfmuzjyo | Owner: ehuelsmann
Type: defect | Status: new
Priority: major | Milestone: 1.1.0
Component: compiler | Version: 1.0
Keywords: |
----------------------------------------------------------------------------------------------+
Loading Hunchentoot from Quicklisp fails on abcl-1.1 where it works for
abcl-1.0.1
{{{
Compiled function can't be loaded:
org.armedbear.lisp.ASDF_TMP_taskmaster_39 from
org.armedbear.lisp.Pathname at 21cb0e86
[Condition of type ERROR]
Restarts:
0: [TRY-RECOMPILING] Recompile taskmaster and try loading it again
1: [RETRY] Retry loading FASL for #<ASDF:CL-SOURCE-FILE "hunchentoot"
"taskmaster">.
2: [ACCEPT] Continue, treating loading FASL for #<ASDF:CL-SOURCE-FILE
"hunchentoot" "taskmaster"> as having been successful.
3: [ABORT] Abort compilation.
4: [*ABORT] Return to SLIME's top level.
5: [ABORT] Abort thread.
Backtrace:
0: (#<FUNCTION {378780A2}> #<ERROR {1A2690BF}> #<FUNCTION {378780A2}>)
1: (APPLY #<FUNCTION {378780A2}> (#<ERROR {1A2690BF}> #<FUNCTION
{378780A2}>))
2: (SYSTEM::RUN-HOOK SYSTEM::*INVOKE-DEBUGGER-HOOK* #<ERROR {1A2690BF}>
#<FUNCTION {378780A2}>)
3: (INVOKE-DEBUGGER #<ERROR {1A2690BF}>)
4: org.armedbear.lisp.Lisp.error(Lisp.java:379)
5:
org.armedbear.lisp.FaslClassLoader.loadFunction(FaslClassLoader.java:138)
6:
org.armedbear.lisp.FaslClassLoader$pf_get_fasl_function.execute(FaslClassLoader.java:164)
7: org.armedbear.lisp.LispThread.execute(LispThread.java:666)
8: org.armedbear.lisp.Lisp.evalCall(Lisp.java:557)
}}}
N.b version should be 1.1.0-dev
--
Ticket URL: <http://trac.common-lisp.net/armedbear/ticket/198>
armedbear <http://common-lisp.net/project/armedbear>
armedbear
More information about the armedbear-ticket
mailing list