Re: [Sablevm-developer] Problems with 1.0.3 - java/lang/UnsatisfiedLinkError
Brought to you by:
egagnon
From: Grzegorz P. <gr...@se...> - 2002-08-20 21:52:50
|
W li=B6cie z wto, 20-08-2002, godz. 23:30, Mark Wielaard pisze:=20 > Hi, >=20 > On Tue, 2002-08-20 at 21:10, Grzegorz Prokopski wrote: > > W li=B6cie z wto, 20-08-2002, godz. 20:55, Mark Wielaard pisze:=20 > > > I am going to try to update to the CVS version and try again. > > If it fails - try 1.0.1 and report the result please. > Then I downloaded the 1.0.1 versions: > sablevm-1.0.1.tar.gz, sablevm-class-library-1.0.1.tar.gz and > sablevm-native-library-1.0.1.tar.gz. > Unpacked sablevm-1.0.1.tar.gz, unpacked the other two archives inside > the sablevm-1.0.1 directory and replaced the system.h, system.c and > jni_system_specific.h files with the patched CVS versions. This produced > a binary that got a little bit further as can be seen in the attached > output file but gives a java/lang/ExceptionInInitializerError at the > end. yes, but it got much further it seems. > I hope someone else will get better results. I will probably not have > more time to play with this stuff before the weekend. If you have > specific things you want me to try out please let me know, but I won't > have time to debug this on my own right now. I'd happily try it myself, but unfortunatelly debian machines admins still haven't installed needed packages on the only PowerPC that is freely available to debian developers. [I don't have access to any other PowerPC machine] Idea: The problem may be because the assemmbler part may not be working like it should. If that's the case - please disable assember code for a moment and try that "plain C" version of "test&swap" function (which should never ever be used for real ;) Please pass --enable-debugging-features option to configure, so that we knew you're using most "safe" settings. That's very simple test. I am curious if that makes any difference and if results are always the same for every run. Regards GBP |