public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/20720] New: crash when pressing laptop arrow keys
@ 2005-04-01 19:05 fitzsim at redhat dot com
  2005-04-22 15:02 ` [Bug AWT/20720] " fitzsim at redhat dot com
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: fitzsim at redhat dot com @ 2005-04-01 19:05 UTC (permalink / raw)
  To: java-prs

AWT applications crash when processing certain key events because the
keysym-to-keycode mapping is wrong.  The crash is preceded by this warning:

** (:7916): WARNING **: No keyval found for hardware keycode 233
*** glibc detected *** free(): invalid pointer: 0x085819a0 ***

-- 
           Summary: crash when pressing laptop arrow keys
           Product: gcc
           Version: 4.1.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: AWT
        AssignedTo: fitzsim at redhat dot com
        ReportedBy: fitzsim at redhat dot com
                CC: gcc-bugs at gcc dot gnu dot org,java-prs at gcc dot gnu
                    dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20720


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug AWT/20720] crash when pressing laptop arrow keys
  2005-04-01 19:05 [Bug AWT/20720] New: crash when pressing laptop arrow keys fitzsim at redhat dot com
@ 2005-04-22 15:02 ` fitzsim at redhat dot com
  2005-08-24 19:40 ` [Bug awt/20720] " fitzsim at redhat dot com
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fitzsim at redhat dot com @ 2005-04-22 15:02 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |ASSIGNED
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-04-22 14:56:41
               date|                            |


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20720


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug awt/20720] crash when pressing laptop arrow keys
  2005-04-01 19:05 [Bug AWT/20720] New: crash when pressing laptop arrow keys fitzsim at redhat dot com
  2005-04-22 15:02 ` [Bug AWT/20720] " fitzsim at redhat dot com
@ 2005-08-24 19:40 ` fitzsim at redhat dot com
  2005-09-06  3:17 ` fitzsim at redhat dot com
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: fitzsim at redhat dot com @ 2005-08-24 19:40 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical
           Priority|P2                          |P1


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20720


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug awt/20720] crash when pressing laptop arrow keys
  2005-04-01 19:05 [Bug AWT/20720] New: crash when pressing laptop arrow keys fitzsim at redhat dot com
  2005-04-22 15:02 ` [Bug AWT/20720] " fitzsim at redhat dot com
  2005-08-24 19:40 ` [Bug awt/20720] " fitzsim at redhat dot com
@ 2005-09-06  3:17 ` fitzsim at redhat dot com
  2005-09-06  3:30 ` cvs-commit at developer dot classpath dot org
  2005-09-06  3:55 ` mark at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: fitzsim at redhat dot com @ 2005-09-06  3:17 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From fitzsim at redhat dot com  2005-09-06 03:16 -------
Fixed in GNU Classpath.  Closing.


-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|ASSIGNED                    |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20720


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug awt/20720] crash when pressing laptop arrow keys
  2005-04-01 19:05 [Bug AWT/20720] New: crash when pressing laptop arrow keys fitzsim at redhat dot com
                   ` (2 preceding siblings ...)
  2005-09-06  3:17 ` fitzsim at redhat dot com
@ 2005-09-06  3:30 ` cvs-commit at developer dot classpath dot org
  2005-09-06  3:55 ` mark at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: cvs-commit at developer dot classpath dot org @ 2005-09-06  3:30 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at developer dot classpath dot org  2005-09-06 03:30 -------
Subject: Bug 20720

CVSROOT:	/cvsroot/classpath
Module name:	classpath
Branch: 	
Changes by:	Thomas Fitzsimmons <fitzsim@savannah.gnu.org>	05/09/06 03:08:54

Modified files:
	.              : ChangeLog 
	native/jni/gtk-peer: gnu_java_awt_peer_gtk_GtkWindowPeer.c 

Log message:
	2005-09-05  Thomas Fitzsimmons  <fitzsim@redhat.com>
	
	PR awt/20720
	* native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c
	(get_first_keyval_from_keymap): Return -1 if no keyval was found
	for given hardware keycode.
	(keysym_to_awt_keycode): Likewise.
	(keysym_to_awt_keylocation): Likewise.
	(key_press_cb): Return immediately if no keyval was found for
	given hardware keycode.
	(key_release_cb): Likewise.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4653&tr2=1.4654&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GtkWindowPeer.c.diff?tr1=1.57&tr2=1.58&r1=text&r2=text






-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20720


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [Bug awt/20720] crash when pressing laptop arrow keys
  2005-04-01 19:05 [Bug AWT/20720] New: crash when pressing laptop arrow keys fitzsim at redhat dot com
                   ` (3 preceding siblings ...)
  2005-09-06  3:30 ` cvs-commit at developer dot classpath dot org
@ 2005-09-06  3:55 ` mark at gcc dot gnu dot org
  4 siblings, 0 replies; 6+ messages in thread
From: mark at gcc dot gnu dot org @ 2005-09-06  3:55 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
   Target Milestone|---                         |0.18


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=20720


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2005-09-06  3:55 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-04-01 19:05 [Bug AWT/20720] New: crash when pressing laptop arrow keys fitzsim at redhat dot com
2005-04-22 15:02 ` [Bug AWT/20720] " fitzsim at redhat dot com
2005-08-24 19:40 ` [Bug awt/20720] " fitzsim at redhat dot com
2005-09-06  3:17 ` fitzsim at redhat dot com
2005-09-06  3:30 ` cvs-commit at developer dot classpath dot org
2005-09-06  3:55 ` mark at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).