[kaffe] string.c:373: stringInternString: Assertion `temp == string' failed.
Ito Kazumitsu
kaz at maczuka.gcd.org
Sun Jun 8 17:50:19 PDT 2008
> Not always but often, the error "Assertion `temp == string' failed"
> occurs when runnig h2 database (http://www.h2database.com/).
> $ kaffe -cp ../h2/bin/h2.jar org.h2.tools.Server -tcp -tcpAllowOthers true -log
> kaffe-bin: string.c:373: stringInternString: Assertion `temp == string' failed.
The condition of the occurrence of this error seems to be very limited.
I see this error only on one machine, and never on others.
The problematic machine is like this.
$ uname -a
Linux htk 2.6.9-34.0.2.ELsmp #1 SMP Fri Jun 30 10:33:58 EDT 2006 i686 i686 i386 GNU/Linux
$ kaffe -fullversion
java full version "kaffe-1.4.2"
kaffe VM "1.1.10-pre"
...
Engine: Just-in-time v3 Version: 1.1.10-pre Java Version: 1.4
Heap defaults: minimum size: 5 MB, maximum size: unlimited
Stack default size: 256 KB
Configuration/Compilation options:
) Compile date : Mon Apr 14 09:08:51 JST 2008
Compile host : xxx
Install prefix : /home/ito/work/kaffe
Thread system : unix-pthreads
Garbage Collector: kaffe-gc
CC : gcc -std=gnu99
CFLAGS : -g -O2 -Wall -W -Wextra -fno-strict-aliasing -fno-omit-frame-pointer -pthread
LDFLAGS :
ChangeLog head : 2008-03-09 Dalibor Topic <robilad at kaffe.org>
$ gcc --version
gcc (GCC) 3.4.5 20051201 (Red Hat 3.4.5-2)
Copyright (C) 2004 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
More information about the kaffe
mailing list