Christian! Hi ! 

What a small world it is :) Thank you for helping me out!

I have tried the zentus driver, and have sent the same issue. I am now looking 
at getting the http://www.ch-werner.de/javasqlite/ compiled for my platform - 
fingers crossed!

I don't see any difference if I run the test program with a preceding   java 
-Djava.compiler=NONE ... am I doing something foolish?

Thanks so much again, very much hope that life is treating you well at the 
moment.

Katie,

-----Original Message-----
From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] 
On Behalf Of Christian Smith
Sent: 25 September 2011 22:34
To: General Discussion of SQLite Database
Subject: Re: [sqlite] SQLite on armv7l GNU/Linux - JDBC issues - any 
suggestions?!

On Sun, Sep 25, 2011 at 09:52:00PM +0100, Christian Smith wrote:
> On Sun, Sep 25, 2011 at 11:08:38AM +0100, Katie Blake wrote:
> > 
> > I hope that this is the correct list to send this question.
> > I am trying to use SQLite on a Gumstix Linux module running Angstrom armv7l 
> > GNU/Linux.  (32-bit).
> > 
> > I have installed the sqlite packages and can happily create and query a 
> > database using the sqlite command line.
> > 
> > I would like to access my database from some Java code ? and I am hitting 
> > some problems!
> > 
> > I see the error:
> > 
> > java: codegen.c:2036: codegen_emit: Assertion `(15) != 15' failed.
> > Aborted
> > 
> 
> This looks like a JVM error when trying to output JIT code.
>
> You might also want to investigate the error within the JVM from your JRE 
> vendor.

Oh, and try running the JVM in non-JIT mode. That will isolate the problem to 
the JVM JIT compiler, and at least allow you to continue testing:
        java -Djava.compiler=NONE ...

Christian
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Katie Blake, Software Developer

Visit us at Metering Europe, Booth B54.

Sentec Ltd              phone:  +44(0) 1223 303800
5 The Westbrook Centre  fax:    +44(0) 1223 303801
Milton Road             mobile: 
Cambridge               email:  kbl...@sentec.co.uk
CB4 1YG, UK             web:    www.sentec.co.uk

This email is confidential. If you have received it in error, please notify 
Sentec Ltd UK at postmas...@sentec.co.uk immediately,
delete it from your system and note that you may not copy, distribute or use 
its contents.

Sentec Limited is registered at the above address UK Company Number 3452194.

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to