Bug 25275 - Cairo assertion error
Summary: Cairo assertion error
Status: RESOLVED WONTFIX
Alias: None
Product: classpath
Classification: Unclassified
Component: awt (show other bugs)
Version: unspecified
: P3 normal
Target Milestone: 0.92
Assignee: Thomas Fitzsimmons
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-12-06 13:53 UTC by Roman Kennke
Modified: 2006-06-02 14:44 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:
Known to work:
Known to fail:
Last reconfirmed: 2005-12-21 21:33:54


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Roman Kennke 2005-12-06 13:53:52 UTC
grey_gandalf reported this error on IRC:

(.:18354): GdkPixbuf-CRITICAL **: gdk_pixbuf_get_has_alpha: assertion `pixbuf != NULL'
failed
java.lang.InternalError: GdkPixbuf: gdk_pixbuf_get_has_alpha: assertion `pixbuf != NULL' failed
   at java.lang.VMThrowable.fillInStackTrace (VMThrowable.java:native)
   at java.lang.VMThrowable.fillInStackTrace (VMThrowable.java:79)
   at java.lang.Throwable.fillInStackTrace (Throwable.java:498)
   at java.lang.Throwable.<init> (Throwable.java:159)
   at java.lang.Error.<init> (Error.java:81)
   at java.lang.VirtualMachineError.<init> (VirtualMachineError.java:71)
   at java.lang.InternalError.<init> (InternalError.java:70)
 
** ERROR **: file ../../../../../../../../kaffe/libraries/javalib/external/classpath/native/jni/gtk-peer/gnu_java_awt_peer_gtk_GdkPixbufDecoder.c: line 131 (area_updated_cb): assertion failed: (gdk_pixbuf_get_has_alpha (pixbuf))
aborting...
java.lang.NullPointerException
Killed

He tried an application that uses the following application: http://www.jpedal.org/sv.html
using Kaffe from CVS HEAD.
Comment 1 Roman Kennke 2006-06-02 14:44:58 UTC
This is outdated by the new Java2D impl.