Getting ntxlib to work with cygwin

Steve o o@globeset.com
Thu Nov 13 17:27:00 GMT 1997


vischne@ibm.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 <unknown> 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@cygnus.com" with one line of text: "help".



More information about the Cygwin mailing list