[xorg-bugzilla-noise] [Bug 1092] Xnest segfaults immediately

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 17 10:47:25 PDT 2004


Please do not reply to this email: if you want to comment on the bug, go to          
the URL shown below and enter yourcomments there.   
 
https://freedesktop.org/bugzilla/show_bug.cgi?id=1092        
   




------- Additional Comments From sndirsch at suse.de  2004-08-17 10:47 -------
It's crashing in xc/programs/Xserver/miext/damage/damage.c 
 
--> miext/damage/getDrawableDamageRef: 
 
 
    PixmapPtr   pPixmap; 
     
    if (pDrawable->type == DRAWABLE_WINDOW) 
    { 
        ScreenPtr   pScreen = pDrawable->pScreen; 
 
        pPixmap = 0; 
        if (pScreen->GetWindowPixmap) 
            pPixmap = (*pScreen->GetWindowPixmap) ((WindowPtr)pDrawable); 
            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 
 
At this line ... 
 
         
   
   
--         
Configure bugmail: https://freedesktop.org/bugzilla/userprefs.cgi?tab=email       
   
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.


More information about the xorg-bugzilla-noise mailing list