Hello,
On an emmbedded device we have a Java-SWT application. I have a very small Java-SWT application that just shows a hello world button and cretates an object of the (SWT) class Image. At the moment the object of the class Image is created, Direct fb terminates with a 'signal 11':
(-) [ NO NAME 0.873] ( 9684) Fusion/Object: == Window Pool ==
(-) [ NO NAME 0.874] ( 9684) Fusion/Object: -> added 0x1023ed10
(-) [ NO NAME 0.874] ( 9684) Core/Surface: dfb_surface_create( core 0x1013de98, size 1x1, format RGB16 )
(-) [ NO NAME 0.875] ( 9684) Fusion/Object: == Surface Pool ==
(-) [ NO NAME 0.876] ( 9684) Fusion/Object: -> added 0x1023e718
(-) [ NO NAME 0.877] ( 9684) IDirectFBWindow: IDirectFBWindow_Construct() <- 0, 0 - 1x1
(-) [ NO NAME 0.878] ( 9684) IDirectFBWindow: IDirectFBWindow_React()
(!) [ 9684: 1.162] --> Caught signal 11 (at 0x1c, invalid address) <--
(-) [ NO NAME 1.163] ( 9684) DirectFB/Core: dfb_core_destroy...
(-) [ NO NAME 1.164] ( 9684) Direct/Signals: Removing handler 0x2baf149c for signal -1 with context 0x1013de98...
(-) [ NO NAME 1.165] ( 9684) DirectFB/Core: Shutting down...
We use the Java CDC foundation profile virtual machine (version 1.0.1), SWT (version 3.064), GTK+ for Direct FB(version 2.0.9-2) and Direct FB(version 0.9.22). All examples from GTK+ run fine, so various widgets are shown on the frame buffer (the pixmap example also works fine).
When I remove the creation of the (SWT) Image object, the application runs fine. So only when an object of the class Image is created, Direct FB terminates.
Any suggestions would be welcome! Thanks, Rene
_______________________________________________ directfb-users mailing list [email protected] http://mail.directfb.org/cgi-bin/mailman/listinfo/directfb-users
