[Bug 141] New: sablevm crashed when drawing into offscreen image

[email protected] Thu, 23 Jun 2005 06:41:12 -0400
Newsgroups gmane.comp.java.vm.sablevm.bugs
Message-ID <[email protected]>
http://sablevm.org/bugs/show_bug.cgi?id=141

           Summary: sablevm crashed when drawing into offscreen image
           Product: SableVM
           Version: 1.11[.x]
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: default
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]


The below warning appears when I start the vm in verbose mode just before the vm
crashes. The programme tries to draw a portion of an image which was loaded
before using a mediaTracker into an offscreen image, like this:

offscreen.drawImage(image, dx1, dy1, dx2, dy2, sx1, sy1, sx2, sy2, this );
('this' is the reference to an object of a class derived from a panel.)


"Gdk-WARNING **: Using Xft rendering requires the drawable argument to have a
specified colormap. All windows have a colormap.
however, pixmaps only have colormap by default if they were created wit a
non-NULL window argument. Otherwise a colormap must etc. etc...."

The problem only occurs with the arm version, not with the pc version!



------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
You are the QA contact for the bug, or are watching the QA contact.