This is the mail archive of the cygwin-xfree@cygwin.com mailing list for the Cygwin XFree86 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Cygwin/X just now started to crash with Solaris app, 8bpp UPDATE


On Thu, 21 Oct 2004, Sebastian wrote:

> Hey again,
> 
> I've excluded the option that pScreen might be NULL by adding if(pScreen != NULL) {  the code }...it still crashes thought, with the same gdb output.
> The strange thing is that this crash happens something like 1 time out of 3, the other two times i can use the application for hours without any problems.
> I'm losing hair over this ;) Is this an issue that should be discussed with Keith Packard / or other people within the X.org team? The crash does occur when running the latest XWin on a 8-bit screen aswell.

have you tried setting a breakpoint on the line?
Maybe pScreen->PaintWindowBackground is not initalized properly. Is 
pScreen->PaintWindowBackground a valid pointer to a function?
Actually it should be fbPaintWindow or maybe there is still a layer 
between. 

bye
	ago
-- 
 Alexander.Gottwald@s1999.tu-chemnitz.de 
 http://www.gotti.org           ICQ: 126018723


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]