Bug 141713 - Libglade-java no longer sets up signal handlers correctly
Summary: Libglade-java no longer sets up signal handlers correctly
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Fedora
Classification: Fedora
Component: libglade-java
Version: rawhide
Hardware: powerpc
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Ben Konrath
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-12-03 04:11 UTC by W. Michael Petullo
Modified: 2007-11-30 22:10 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-12-14 15:46:22 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Java source code for Edit application. (4.19 KB, text/plain)
2004-12-03 04:12 UTC, W. Michael Petullo
no flags Details
GLADE description for Edit application. (12.83 KB, text/plain)
2004-12-03 04:12 UTC, W. Michael Petullo
no flags Details


Links
System ID Private Priority Status Summary Last Updated
GNOME Bugzilla 161190 0 None None None Never

Description W. Michael Petullo 2004-12-03 04:11:07 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:1.7.3)
Gecko/20041027 Epiphany/1.4.4

Description of problem:
Trying to run a Java application results in the following error messages:

[mike@imp gnome-java]$ ./Edit
java.lang.reflect.InvocationTargetException: ListenerDelegate.create
failure
java.lang.reflect.InvocationTargetException: ListenerDelegate.create
failure

The application loads fine but none of the signal handlers work.

Libglade-java-2.8.1-2 works fine.

Version-Release number of selected component (if applicable):
libglade-java-2.8.2-1

How reproducible:
Always

Steps to Reproduce:
Build and execute the attached Java application.  Build with:

gcj
--CLASSPATH=/usr/share/java/gtk2.4.jar:/usr/share/java/gnome2.8.jar:/usr/share/java/glade2.8.jar
-lgtkjar2.4 -lgnomejar2.8 -lgladejar2.8 -o Edit --main=Edit Edit.java

Ensure that Edit.glade is in the CWD when executing Edit.

Additional info:

Comment 1 W. Michael Petullo 2004-12-03 04:12:06 UTC
Created attachment 107817 [details]
Java source code for Edit application.

Comment 2 W. Michael Petullo 2004-12-03 04:12:45 UTC
Created attachment 107818 [details]
GLADE description for Edit application.

Comment 3 Thomas Fitzsimmons 2004-12-03 04:16:28 UTC
Can you have a look at this Ben?


Comment 4 Ben Konrath 2004-12-03 05:32:29 UTC
yeah, no problem.

Comment 5 Ben Konrath 2004-12-14 03:41:35 UTC
Ok, I tracked this down to an upstream issue. I've rolled a new rpm with the
patch that should fix this issue. Could you please test this? I've put the new
rpm in my repo so you'll have to change your yum.conf to point to:

[java-gnome]
name=bkonrath's Java-GNOME RPMs
baseurl=http://people.redhat.com/bkonrath/java-gnome/i386/

Comment 6 Ben Konrath 2004-12-14 03:53:30 UTC
Sorry, you probably want the ppc repo:

[java-gnome]
name=bkonrath's Java-GNOME RPMs
baseurl=http://people.redhat.com/bkonrath/java-gnome/ppc/

Comment 7 W. Michael Petullo 2004-12-14 04:34:56 UTC
Ben's RPM seems to fix this.  All's well with:

libgtk-java-2.4.6-1
libglade-java-2.8.2-2
libgnome-java-2.8.2-1

Comment 8 Ben Konrath 2004-12-14 15:46:22 UTC
Good to hear. Closing bug.


Note You need to log in before you can comment on or make changes to this bug.