Thread: [Fwd: [Java-gnome-developer] Got signal 11 /lib/tls/libc.so.6]
Brought to you by:
afcowie
From: Hans D. <ha...@de...> - 2004-11-06 13:55:53
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Greetings. So, nobody ever tried java-gnome 2.6.0.1 on Fedora Core 2? I am the first? Nobody ever experience segmentation violation with the tls/libc.so.6 library on any other distro? Check the original mail below for more details. Best regards, Hans Deragon - -- Consultant en informatique/Software Consultant Deragon Informatique inc. Open source: http://www.deragon.biz http://facil.qc.ca (Promotion du libre) mailto://ha...@de... http://autopoweroff.deragon.biz (Logiciel) - -------- Original Message -------- Subject: [Java-gnome-developer] Got signal 11 /lib/tls/libc.so.6 Date: Sat, 30 Oct 2004 15:24:18 -0400 From: Hans Deragon <ha...@de...> Organization: Deragon Informatique inc. To: jav...@li... Greetings. Newbie here. In my first attempt to run a basic Java-Gnome program (Example1.java slightly modified), I get the following: - ---> (java-gnome:8032): GLib-GObject-CRITICAL **: file gobject.c: line 1222 (g_object_get): assertion `G_IS_OBJECT (object)' failed (java-gnome:8032): GLib-GObject-CRITICAL **: file gobject.c: line 1222 (g_object_get): assertion `G_IS_OBJECT (object)' failed An unexpected exception has been detected in native code outside the VM. Unexpected Signal : 11 occurred at PC=0x173711 Function=__libc_free+0x61 Library=/lib/tls/libc.so.6 Current Java thread: at org.gnu.glade.LibGlade.glade_xml_new_from_buffer(Native Method) at org.gnu.glade.LibGlade.<init>(LibGlade.java:117) at org.gnu.glade.LibGlade.<init>(LibGlade.java:88) at org.gnu.glade.LibGlade.<init>(LibGlade.java:60) at marketmanager.gui.MarketManagerGui.<init>(MarketManagerGui.java:17) at marketmanager.gui.MarketManagerGui.main(MarketManagerGui.java:38) <---- I am running Fedora Core 2 with latest patches, java-gnome-2.6.0.1 and j2sdk1.4.2_05. Anybody have suggestions on how to get pass this hurdle? Best regards, Hans Deragon - -- Consultant en informatique/Software Consultant Deragon Informatique inc. Open source: http://www.deragon.biz http://facil.qc.ca (Promotion du libre) mailto://ha...@de... http://autopoweroff.deragon.biz (Logiciel) - ------------------------------------------------------- This SF.Net email is sponsored by: Sybase ASE Linux Express Edition - download now for FREE LinuxWorld Reader's Choice Award Winner for best database on Linux. http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click _______________________________________________ java-gnome-developer mailing list jav...@li... https://lists.sourceforge.net/lists/listinfo/java-gnome-developer -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFBjNfgkn1Tn1exbkgRAlsTAJ0XtEEMfbtYpwk00eZjxkkYjlwbdwCfcyeM JuU92QcPs+H/24MIMhHeZVc= =izQk -----END PGP SIGNATURE----- |
From: Luca De R. <pie...@fa...> - 2004-11-06 14:09:40
|
Il giorno sab, 06-11-2004 alle 08:55 -0500, Hans Deragon ha scritto: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Greetings. >=20 >=20 > So, nobody ever tried java-gnome 2.6.0.1 on Fedora Core 2? I am the fi= rst? > Nobody ever experience segmentation violation with the tls/libc.so.6 lib= rary > on any other distro? Check the original mail below for more details. I'm running it on fedora since 2 years, there are fedora2 libgtk-java rpm packages avilable as well as semi-official fedora3 java-gnome rpms, everything is linked ion the site. Fedora4 will ship with java-gnome. ...maybe you are not the first to try it on fedora ;) --=20 Luca De Rugeriis <pie...@fa...> |
From: Mark H. <mh...@ti...> - 2004-11-06 14:53:16
|
This could be related to problems some people have been having with the way glade loads files. (A few patches have been committed to cvs for this recently). Could you send the code please? -- .''`. Mark Howard : :' : `. `' http://www.tildemh.com `- mh...@de... | mh...@ti... |
From: Hans D. <ha...@de...> - 2004-11-06 19:16:22
Attachments:
kaput.glade
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Mark Howard wrote: > This could be related to problems some people have been having with the way > glade loads files. (A few patches have been committed to cvs for this recently). > Could you send the code please? I performed further tests and discovered that the problem is purely caused by the glade file, which contains a Gnome application window (very simple). My code works with Example1's glade file, and Example1 crashes with this kaput.glade file. So there is something in this glade file that is not handled properly. kaput.glade is attached. To reproduce, run Example1 loading this glade file. Thanks, Hans Deragon - -- Consultant en informatique/Software Consultant Deragon Informatique inc. Open source: http://www.deragon.biz http://facil.qc.ca (Promotion du libre) mailto://ha...@de... http://autopoweroff.deragon.biz (Logiciel) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFBjSMAkn1Tn1exbkgRAtF+AJ9fptrTiibl5m7e3FkK1HrOCYNPLwCeLdXd K8wlJW8y9sC8Y60MxHcH3DM= =LtWj -----END PGP SIGNATURE----- |
From: Hans D. <ha...@de...> - 2004-11-07 15:34:35
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Luca De Rugeriis wrote: > Il giorno sab, 06-11-2004 alle 08:55 -0500, Hans Deragon ha scritto: > >>-----BEGIN PGP SIGNED MESSAGE----- >>Hash: SHA1 >> >>Greetings. >> >> >> So, nobody ever tried java-gnome 2.6.0.1 on Fedora Core 2? I am the first? >> Nobody ever experience segmentation violation with the tls/libc.so.6 library >>on any other distro? Check the original mail below for more details. > > I'm running it on fedora since 2 years, there are fedora2 libgtk-java > rpm packages avilable as well as semi-official fedora3 java-gnome rpms, > everything is linked ion the site. Fedora4 will ship with java-gnome. > ...maybe you are not the first to try it on fedora ;) This is nice to hear that FC4 will ship java-gnome... Does that mean that FC4 will also ship a free Java implementation? I thought that this was out of the question because Java, the language itself, is not opened but controlled by Sun. Any other distros that plan or are already shipping java-gnome? I want to know how much Java will be embraced. The software I create with Java is pretty much for myself. I use Python when I want to create software that runs on all distros (see http://autopoweroff.deragon.biz). It would be nice if I could start writting Java apps that I would know would run out of the box on many of the main distros (Debian, Fedora, SuSE, Mandrake, etc...). If this has been discussed somewhere else, no need to repeat info again (although a summary of what you know would be nice). Please provide a link instead. Thanks Hans Deragon - -- Consultant en informatique/Software Consultant Deragon Informatique inc. Open source: http://www.deragon.biz http://facil.qc.ca (Promotion du libre) mailto://ha...@de... http://autopoweroff.deragon.biz (Logiciel) -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFBjkBfkn1Tn1exbkgRAsc9AJ9QSbksg296NXL1Ocw/+w3/Q1FYMACdFZQb mw4i2OjIKz3p+HyQsXqdDD0= =wCuK -----END PGP SIGNATURE----- |