Message-Id: <200003070943.EAA02596@delorie.com> Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: "Pavel Kudrna" Organization: MFF-UK Praha, Plasma Phys. Grp. To: cygwin AT sourceware DOT cygnus DOT com Date: Tue, 7 Mar 2000 10:42:43 +0100 MIME-Version: 1.0 Content-type: text/plain; charset=US-ASCII Content-transfer-encoding: 7BIT Subject: Pixmap problem X-mailer: Pegasus Mail for Win32 (v3.12b) My program crashes calling XFillRectangle after it successfully creates the pixmap with the function XCreatePixmap: pixmap = XCreatePixmap(theDisplay, Tk_WindowId(tkwin), Tk_Width(tkwin), Tk_Height(tkwin), Tk_Depth(tkwin) ); XFillRectangle(theDisplay, pixmap, wingc, 0, 0, Tk_Width(tkwin), Tk_Height(tkwin) ); The error message is: [main] c:\progra~1\cygnus\root\home\kudrna\xtest.exe 2029 (0) handle_exceptions: Exception: STATUS_ACCESS_VIOLATION [main] xtest 2029 (0) handle_exceptions: Dumping stack trace to xtest.exe.core The same program under ddd debugger gives Program received signal SIGSEGV, Segmentation fault. 0x66309485 in _size_of_stack_reserve__ () (gdb) Program is running on WinNT4.0, CygwinB20, Starnet X-Win32, Pentium II, 512MB memory. Do you have any idea about the reason why? Thanks Pavel Kudrna. -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com