]> sourceware.org Git - newlib-cygwin.git/commitdiff
debug
authorChristopher Faylor <me@cgf.cx>
Mon, 20 Aug 2001 16:03:54 +0000 (16:03 +0000)
committerChristopher Faylor <me@cgf.cx>
Mon, 20 Aug 2001 16:03:54 +0000 (16:03 +0000)
winsup/cygwin/cygheap.cc

index 4db829fce117821d3ec4bca9150e9ef185ed6c79..0097bfe83b22d39214c2ab0a64688228fa6365c4 100644 (file)
@@ -112,7 +112,7 @@ cygheap_fixup_in_child (child_info *ci, bool execed)
       DWORD n = (DWORD) cygheap_max - (DWORD) cygheap;
       /* Reserve cygwin heap in same spot as parent */
       if (!VirtualAlloc (cygheap, CYGHEAPSIZE, MEM_RESERVE, PAGE_NOACCESS))
-           api_fatal ("Couldn't reserve space for cygwin's heap (%p) in child, cygheap, %E", cygheap);
+           api_fatal ("Couldn't reserve space for cygwin's heap (%p <%p>) in child, cygheap, %E", cygheap, newaddr);
 
       /* Allocate same amount of memory as parent */
       if (!VirtualAlloc (cygheap, n, MEM_COMMIT, PAGE_READWRITE))
This page took 0.031142 seconds and 5 git commands to generate.