Hi, Yes, this issue was reported (issue 605) and is now fixed in the trunk. I wanted to release a new version this weekend, but unfortunately I was sick. Right now I'm trying to fix an important issue (also related to LOBs); hopefully there release will be this weekend.
Regards, Thomas On Friday, April 3, 2015, Axel Maumont <[email protected]> wrote: > Hello Thomas, > > We detected an infinite loop at this location : > > org.h2.store.LobStorageMap.init() line: 110 [local variables unavailable] > org.h2.engine.Database.open(int, int) line: 761 > org.h2.engine.Database.openDatabase(int, int, boolean) line: 266 > org.h2.engine.Database.<init>(org.h2.engine.ConnectionInfo, > java.lang.String) line: 260 > org.h2.engine.Engine.openSession(org.h2.engine.ConnectionInfo, boolean, > java.lang.String) line: 60 > org.h2.engine.Engine.openSession(org.h2.engine.ConnectionInfo) line: 167 > org.h2.engine.Engine.createSessionAndValidate(org.h2.engine.ConnectionInfo) > line: 145 > org.h2.engine.Engine.createSession(org.h2.engine.ConnectionInfo) line: 128 > org.h2.engine.Engine.createSession(org.h2.engine.ConnectionInfo) line: 26 > org.h2.engine.SessionRemote.connectEmbeddedOrServer(boolean) line: 347 > org.h2.jdbc.JdbcConnection.<init>(org.h2.engine.ConnectionInfo, boolean) > line: 108 > org.h2.jdbc.JdbcConnection.<init>(java.lang.String, java.util.Properties) > line: 92 > org.h2.Driver.connect(java.lang.String, java.util.Properties) line: 72 > org.h2.server.web.WebServer.getConnection(java.lang.String, > java.lang.String, java.lang.String, java.lang.String) line: 750 > org.h2.server.web.WebThread(org.h2.server.web.WebApp).test() line: 895 > org.h2.server.web.WebThread(org.h2.server.web.WebApp).process(java.lang.String) > line: 221 > org.h2.server.web.WebThread(org.h2.server.web.WebApp).processRequest(java.lang.String, > java.lang.String) line: 170 > org.h2.server.web.WebThread.process() line: 137 > org.h2.server.web.WebThread.run() line: 93 > java.lang.Thread.run() line: 722 > > > I noticed also some strange things: > - Maven jar and release jar are not identical > - the method "org.h2.mvstore.StreamStore.getMaxBlockKey(byte[])" does not > match exactly with the sources delivered in archive "h2-2015-03-02.zip" > > I precise this issue does not occur with h2-1.4.185.jar > > You can test it with the attached database. > > Best regards, > > Axel > > > -- > You received this message because you are subscribed to the Google Groups > "H2 Database" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected] > <javascript:_e(%7B%7D,'cvml','h2-database%[email protected]');> > . > To post to this group, send email to [email protected] > <javascript:_e(%7B%7D,'cvml','[email protected]');>. > Visit this group at http://groups.google.com/group/h2-database. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "H2 Database" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/h2-database. For more options, visit https://groups.google.com/d/optout.
