Mike Kemelmakher
-
2005-11-23
- priority: 5 --> 9
I'm not sure if jamvm is suitable for such kind of
things ... but i tried to use it along with classpath
0.19 to run tomcat 5.x ...
anyway what i see when i run it in gdb is that jamvm
constantly fails in different functions in alloc.c ..
like following
Program received signal SIGSEGV, Segmentation fault.
0x080497cc in markClassStatics (class=0xb0203b00,
mark_soft_refs=1) at alloc.c:910
910 if(ob != NULL && !IS_HARD_MARKED(ob))
each time during IS_MARKED(ptr) invocation .. i also
printed ob pointer value and it is very unsual when
corruption happens ..
let me know if you have any ideas ..
thanks,
Mike