sysdepCallMethod??

Sanjiv Kumar Gupta kaffe@rufus.w3.org
Tue, 25 Sep 2001 09:39:26 +0530


it runs if I simply return from the verifyMethod() and tidyverifyMethod() in
code-analyse.c without doing anything.

--sanjiv

-----Original Message-----
From: Sanjiv Kumar Gupta [mailto:sanjivg@noida.hcltech.com]
Sent: Friday, September 21, 2001 2:23 PM
To: 'Sanjiv KumarKaffe (E-mail) '
Subject: RE: sysdepCallMethod??



 further to my mail on sysdepCallMethod(), the stack trace when i am getting
SEGV is below

#0  0x805b5f6 in newMultiArray (clazz=0x80000a10, dims=0x803fb28)
    at object.c:126
#1  0x805bcaa in soft_multianewarray (class=0x80000a10, dims=-2147483592, 
    args=0x0) at soft.c:136
#2  0x80617ca in verifyBasicBlock (meth=0x80ce450, pc=3) at
code-analyse.c:341
#3  0x8061528 in verifyMethod (meth=0x80ce450) at code-analyse.c:293
#4  0x804f47c in virtualMachine (meth=0x80ce450, arg=0x803fd38, 
    retval=0x803fdb4) at ./intrp/machine.c:121
#5  0x804aaf2 in do_execute_java_method (ee=0x0, obj=0x80d2928, 
    method_name=0x8091a14 "add", signature=0x8091a18
"(Ljava/lang/Thread;)V", 
    mb=0x80ce450, isStaticCall=0) at support.c:76
#6  0x8046ea8 in createInitialThread (nm=0x809194c "main") at thread.c:161
#7  0x8046710 in initThreads () at thread.c:94
#8  0x8042038 in initialiseKaffe () at baseClasses.c:97
#9  0x8040264 in main (argc=3, argv=0x803fe64) at main.c:88

thanks and regards
sanjiv
-----Original Message-----
From: Sanjiv Kumar Gupta
To: Kaffe (E-mail)
Sent: 9/21/01 9:38 AM
Subject: sysdepCallMethod??


hi,
I am trying to run kaffe 0.9.2 on a new hardware. I could successfully
compile it with SP_OFFSET 1 (as shown by developers/sp_offset.c on
target
hardware).
I am receiving a SEGV within initThreads()->CreatefirstThread
("main")->do_execute_java_method()->virtualMachine(0->verifymethod()->ne
wArr
ayMemory(). also while debugging it goes to #error: Alarm signal are not
supported. I have compiled only intrp mode with staticlibs only. I am
clueless, do i need sysdepCallMethod()?? 

thanks in advance for any suggestions.
--Sanjiv