[Sablevm-developer] Re: Bug#164363: libsablevm-native1: UnsatisfiedLinkError when using AWT
Brought to you by:
egagnon
From: Toby S. <str...@gm...> - 2002-10-24 13:45:51
|
0> In article <103...@gr...>, 0> Grzegorz Prokopski <URL:mailto:gr...@se...> ("Grzegorz") wrote: Grzegorz> OKay, it kinda worked, but now I am getting this (1.0.4): Grzegorz> Grzegorz> XXXXXXX TestAWT.class Grzegorz> INSET:java.awt.Insets(top=0,bottom=0,left=0,right=0) Grzegorz> loading gtkpeer Grzegorz> init Grzegorz> TRYING TO GET INTO GTKMAIN Grzegorz> ACQUIRED LOCK TO RUN GTKMAIN Grzegorz> 262 Grzegorz> sablevm: INTERNAL ERROR (source file "native_interface.c", line 24655): Grzegorz> todo Grzegorz> [and commandline returned w/o any effect] I get the same with my simplest AWT test class (a Frame, a Label, and a WindowAdapter) - we're now waiting for monitor_enter and friends to be implemented in sablevm. Which is an improvement from a development perspective, if not immediately useful to users. Pretty much everything in AWT uses thread synchronisation somewhere or other (I expect, not having examined classlib), so we're not going to have a working AWT application for a while. :-( |