bugKawa - Bugs: bug #36856, More Dalvik issues

 
 

bug #36856: More Dalvik issues

Submitter:  Helmut Eller <ellerh>
Submitted:  Tue 17 Jul 2012 07:19:16 AM UTC
   
 
Category:  None Severity:  3 - Normal
Item Group:  None Status:  Fixed
Privacy:  Public Assigned to:  bothner
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Tue 17 Jul 2012 08:10:05 AM UTC, comment #2: 

Gosh you're fast!  Works now.

Helmut Eller <ellerh>
Tue 17 Jul 2012 07:59:09 AM UTC, comment #1: 

I checked in a fix.  Please try again.

Per Bothner <bothner>
Group administrator
Tue 17 Jul 2012 07:19:16 AM UTC, original submission:  

On Android I get his error:

#|kawa:1|# (import (only (rnrs hashtables)  make-eqv-hashtable))
#|kawa:2|# (make-eqv-hashtable)
java.lang.VerifyError: kawa/lib/kawa/hashtable$HashTable
        at kawa.lib.rnrs.hashtables.makeEqvHashtable(hashtables.scm:26)
        at kawa.lib.rnrs.hashtables.makeEqvHashtable(hashtables.scm)
        at java.lang.reflect.Method.invokeNative(Native Method)
        at java.lang.reflect.Method.invoke(Method.java:511)
        at gnu.expr.PrimProcedure.apply(PrimProcedure.java:285)
        at gnu.mapping.CallContext.runUntilDone(CallContext.java:234)
        at gnu.expr.ModuleExp.evalModule2(ModuleExp.java:373)
        at gnu.expr.ModuleExp.evalModule(ModuleExp.java:210)
        at kawa.Shell.run(Shell.java:279)
        at kawa.Shell.run(Shell.java:194)
        at kawa.Shell.run(Shell.java:175)
        at kawa.repl.processArgs(repl.java:382)
        at kawa.repl.main(repl.java:870)
        at dalvik.system.NativeStart.main(Native Method)
#|kawa:3|#


And the log contains this:

W/dalvikvm(26166): VFY: invoke type does not match method type of Lkawa/lib/kawa/hashtable$HashTable;.$finit$
W/dalvikvm(26166): VFY:  rejecting opcode 0x6e at 0x0003
W/dalvikvm(26166): VFY:  rejected Lkawa/lib/kawa/hashtable$HashTable;.<init> (Lgnu/mapping/Procedure;Lgnu/mapping/Procedure;)V
W/dalvikvm(26166): Verifier rejected class Lkawa/lib/kawa/hashtable$HashTable;



Helmut Eller <ellerh>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bothner (Posted a comment)
  • -email is unavailable- added by ellerh (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

    Only logged-in users can vote.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-07-17 bothner StatusNone Fixed
        Assigned toNone bothner
        Open/ClosedOpen Closed

    Back to the top

    Powered by Savane 3.13-4b48.
    Corresponding source code