public inbox for java-prs@sourceware.org
help / color / mirror / Atom feed
* [Bug AWT/20014] New: BufferedImage.getGraphics() aborts
@ 2005-02-16 18:50 hendrich at informatik dot uni-hamburg dot de
  2005-02-16 19:26 ` [Bug AWT/20014] " hendrich at informatik dot uni-hamburg dot de
                   ` (6 more replies)
  0 siblings, 7 replies; 8+ messages in thread
From: hendrich at informatik dot uni-hamburg dot de @ 2005-02-16 18:50 UTC (permalink / raw)
  To: java-prs

Trying to call BufferedImage.getGraphics() aborts on my Linux system.
Tested with both in gcc-4.0-20050130 snapshot and a fresh CVS checkout of
gcc-gui-branch-20050128 as of 20050209. I have recommended/current versions
of all dependencies including cairo-0.30.

Testcase attached. Using gij with or without
-Dgnu.java.awt.peer.gtk.Graphics=Graphics2D
does not help.

-- 
           Summary: BufferedImage.getGraphics() aborts
           Product: gcc
           Version: 4.0.0
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: AWT
        AssignedTo: fitzsim at redhat dot com
        ReportedBy: hendrich at informatik dot uni-hamburg dot de
                CC: fitzsim at redhat dot com,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=20014


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

* [Bug AWT/20014] BufferedImage.getGraphics() aborts
  2005-02-16 18:50 [Bug AWT/20014] New: BufferedImage.getGraphics() aborts hendrich at informatik dot uni-hamburg dot de
@ 2005-02-16 19:26 ` hendrich at informatik dot uni-hamburg dot de
  2005-02-22  7:42 ` fitzsim at redhat dot com
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: hendrich at informatik dot uni-hamburg dot de @ 2005-02-16 19:26 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From hendrich at informatik dot uni-hamburg dot de  2005-02-16 18:26 -------
Created an attachment (id=8205)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=8205&action=view)
testcase

jfig-gcc/jfig> gij PR20014
-I- started...
-I- got a buffered image: BufferedImage@809ef20: type=2
java.awt.image.DirectColorModel[pixel_bits=32,
cspace=java.awt.color.ICC_ColorSpace@80eff30, transferType=3, transparency=3,
hasAlpha=true, isAlphaPremultiplied=false, redMask=ff0000, greenMask=ff00,
blueMask=ff, alphaMask=ff000000] java.awt.image.WritableRaster[(0,0), 50 x
50,java.awt.image.SinglePixelPackedSampleModel[scanlineStride=50,
mask[0]=0xff0000, mask[1]=0xff00, mask[2]=0xff,
mask[3]=0xff000000],java.awt.image.DataBufferInt@809eee0]
Abort


-- 


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


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

* [Bug AWT/20014] BufferedImage.getGraphics() aborts
  2005-02-16 18:50 [Bug AWT/20014] New: BufferedImage.getGraphics() aborts hendrich at informatik dot uni-hamburg dot de
  2005-02-16 19:26 ` [Bug AWT/20014] " hendrich at informatik dot uni-hamburg dot de
@ 2005-02-22  7:42 ` fitzsim at redhat dot com
  2005-08-24 19:32 ` [Bug awt/20014] " fitzsim at redhat dot com
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fitzsim at redhat dot com @ 2005-02-22  7:42 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever Confirmed|                            |1
   Last reconfirmed|0000-00-00 00:00:00         |2005-02-22 06:27:45
               date|                            |


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


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

* [Bug awt/20014] BufferedImage.getGraphics() aborts
  2005-02-16 18:50 [Bug AWT/20014] New: BufferedImage.getGraphics() aborts hendrich at informatik dot uni-hamburg dot de
  2005-02-16 19:26 ` [Bug AWT/20014] " hendrich at informatik dot uni-hamburg dot de
  2005-02-22  7:42 ` fitzsim at redhat dot com
@ 2005-08-24 19:32 ` fitzsim at redhat dot com
  2005-08-24 19:35 ` fitzsim at redhat dot com
                   ` (3 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fitzsim at redhat dot com @ 2005-08-24 19:32 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Priority|P2                          |P1


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


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

* [Bug awt/20014] BufferedImage.getGraphics() aborts
  2005-02-16 18:50 [Bug AWT/20014] New: BufferedImage.getGraphics() aborts hendrich at informatik dot uni-hamburg dot de
                   ` (2 preceding siblings ...)
  2005-08-24 19:32 ` [Bug awt/20014] " fitzsim at redhat dot com
@ 2005-08-24 19:35 ` fitzsim at redhat dot com
  2005-09-02  4:21 ` fitzsim at redhat dot com
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 8+ messages in thread
From: fitzsim at redhat dot com @ 2005-08-24 19:35 UTC (permalink / raw)
  To: java-prs



-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|normal                      |critical


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


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

* [Bug awt/20014] BufferedImage.getGraphics() aborts
  2005-02-16 18:50 [Bug AWT/20014] New: BufferedImage.getGraphics() aborts hendrich at informatik dot uni-hamburg dot de
                   ` (3 preceding siblings ...)
  2005-08-24 19:35 ` fitzsim at redhat dot com
@ 2005-09-02  4:21 ` fitzsim at redhat dot com
  2005-09-02  4:32 ` cvs-commit at developer dot classpath dot org
  2005-09-06 13:02 ` mark at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: fitzsim at redhat dot com @ 2005-09-02  4:21 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From fitzsim at redhat dot com  2005-09-02 04:21 -------
This worked on GNU Classpath CVS with
-Dgnu.java.awt.peer.gtk.Graphics=Graphics2D.  I also committed a small fix to
make it work without -Dgnu.java.awt.peer.gtk.Graphics=Graphics2D.  Closing.


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


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


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

* [Bug awt/20014] BufferedImage.getGraphics() aborts
  2005-02-16 18:50 [Bug AWT/20014] New: BufferedImage.getGraphics() aborts hendrich at informatik dot uni-hamburg dot de
                   ` (4 preceding siblings ...)
  2005-09-02  4:21 ` fitzsim at redhat dot com
@ 2005-09-02  4:32 ` cvs-commit at developer dot classpath dot org
  2005-09-06 13:02 ` mark at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: cvs-commit at developer dot classpath dot org @ 2005-09-02  4:32 UTC (permalink / raw)
  To: java-prs


------- Additional Comments From cvs-commit at developer dot classpath dot org  2005-09-02 04:32 -------
Subject: Bug 20014

CVSROOT:	/cvsroot/classpath
Module name:	classpath
Branch: 	
Changes by:	Thomas Fitzsimmons <fitzsim@savannah.gnu.org>	05/09/02 04:15:52

Modified files:
	.              : ChangeLog 
	gnu/java/awt/peer/gtk: GdkGraphics2D.java 

Log message:
	2005-09-02  Thomas Fitzsimmons  <fitzsim@redhat.com>
	
	PR awt/20014
	* gnu/java/awt/peer/gtk/GdkGraphics2D.java (static): Always call
	initStaticState.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/ChangeLog.diff?tr1=1.4614&tr2=1.4615&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/classpath/classpath/gnu/java/awt/peer/gtk/GdkGraphics2D.java.diff?tr1=1.42&tr2=1.43&r1=text&r2=text






-- 


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


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

* [Bug awt/20014] BufferedImage.getGraphics() aborts
  2005-02-16 18:50 [Bug AWT/20014] New: BufferedImage.getGraphics() aborts hendrich at informatik dot uni-hamburg dot de
                   ` (5 preceding siblings ...)
  2005-09-02  4:32 ` cvs-commit at developer dot classpath dot org
@ 2005-09-06 13:02 ` mark at gcc dot gnu dot org
  6 siblings, 0 replies; 8+ messages in thread
From: mark at gcc dot gnu dot org @ 2005-09-06 13:02 UTC (permalink / raw)
  To: java-prs



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


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


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

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

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-02-16 18:50 [Bug AWT/20014] New: BufferedImage.getGraphics() aborts hendrich at informatik dot uni-hamburg dot de
2005-02-16 19:26 ` [Bug AWT/20014] " hendrich at informatik dot uni-hamburg dot de
2005-02-22  7:42 ` fitzsim at redhat dot com
2005-08-24 19:32 ` [Bug awt/20014] " fitzsim at redhat dot com
2005-08-24 19:35 ` fitzsim at redhat dot com
2005-09-02  4:21 ` fitzsim at redhat dot com
2005-09-02  4:32 ` cvs-commit at developer dot classpath dot org
2005-09-06 13:02 ` 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).