From: o AT globeset DOT com (Steve o) Subject: Re: Getting ntxlib to work with cygwin 13 Nov 1997 18:53:59 -0800 Message-ID: <346BA925.CF889FB.cygnus.gnu-win32@globeset.com> References: <199711131626 DOT QAA57910 AT out1 DOT ibm DOT net> Reply-To: o AT globeset DOT com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: vischne AT ibm DOT net, gnu-win32 AT cygnus DOT com vischne AT ibm DOT net wrote: > One member of this mailing list suggested ntxlib as a possible basis for > non X-server Xlib development. I downloaded the last version of > ntxlib.zip, several years old, dusted out its cobwebs, and got the > following when I tried to compile the test program. > TEST caused an invalid page fault in > module at 0000:00009924. > Registers: I had a similar experience. I compiled up rxvt to use ntxlib, andcygwin faulted. Under gdb, I found that malloc was failing to allocate a 4 byte chunk of memory. So I wrapped up malloc so that it rounded up the memory chunk sizes to multiples of 8. No faults since. Pretty bizarre. Any ideas from the cygwin gurus? I'm running WinNT4SP3, PentiumII, and the latest cygwin.dll. A snapshot of the rxvt port is here: Win32 rxvt -steve - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".