Re: [cp-patches] RFC: GtkButtonPeer fix

2006-10-18 Thread Tania Bento
Hey,

Upon further inspection, it turns out that this is a bug in jamvm. 

Sorry,
Tania

On Wed, 2006-10-18 at 16:36 -0400, Tania Bento wrote:
 Hey,
 
 This patch fixes a segmentation fault caused when the button's label was
 null.  
 
 Can someone kindly comment on or approve this patch?
 
 Thanks,
 Tania
 
 2006-10-18  Tania Bento  [EMAIL PROTECTED]
 
   *native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c:
   (gtkSetLabel): Prevented a segmentation fault.




Re: Re: [cp-patches] RFC: GtkButtonPeer fix

2006-10-18 Thread Robert Lougher

Any details on how to reproduce it?  Is it 100% reproducible?  Send
some details and I'll have a look at it.

Rob.

On 10/18/06, Tania Bento [EMAIL PROTECTED] wrote:

Hey,

Upon further inspection, it turns out that this is a bug in jamvm.

Sorry,
Tania

On Wed, 2006-10-18 at 16:36 -0400, Tania Bento wrote:
 Hey,

 This patch fixes a segmentation fault caused when the button's label was
 null.

 Can someone kindly comment on or approve this patch?

 Thanks,
 Tania

 2006-10-18  Tania Bento  [EMAIL PROTECTED]

   *native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkButtonPeer.c:
   (gtkSetLabel): Prevented a segmentation fault.