public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* RE: 20040217 snapshot problem (also causes gdb crash)
@ 2004-02-20 14:52 Richard Campbell
  2004-02-20 15:37 ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Campbell @ 2004-02-20 14:52 UTC (permalink / raw)
  To: cygwin

>If you just run xwin.exe does it also misbehave?  

Yes.

>If so, how about running under the debugger?
>gdb /usr/X11R6/bin/xwin.exe

Definitely weird - didn't even get to the point of letting me type the "r"; gdb crashes
out immediately.

C:\cygwin\usr\X11R6\bin>gdb XWin.exe
     29 [main] ? 1840 init_cheap: Couldn't reserve space for cygwin's heap, Win3
2 error 487
c:\cygwin\bin\gdb.exe (1840): *** AllocationBase 0x0, BaseAddress 0x616A0000, Re
gionSize 0x1AE0000, State 0x10000


C:\cygwin\usr\X11R6\bin>bash
bash-2.05b$ gdb XWin.exe
    175 [main] ? 1188 cygheap_fixup_in_child: Couldn't reserve space for cygwin'
s heap (0x616A0000 <0xCA0000>) in child, Win32 error 487
C:\cygwin\bin\gdb.exe (1188): *** m.AllocationBase 0x0, m.BaseAddress 0x616A0000
, m.RegionSize 0x1AE0000, m.State 0x10000

bash-2.05b$

So that's something, anyway - neither XWin or gdb run under my system in the post 1.5.7-1 
snapshots.

As a data point to try and claim that I am not a total moron, this does WFM on another 
machine running XP Home (20040218 snapshot + XWin.exe).

-Richard Campbell.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 20040217 snapshot problem (also causes gdb crash)
  2004-02-20 14:52 20040217 snapshot problem (also causes gdb crash) Richard Campbell
@ 2004-02-20 15:37 ` Christopher Faylor
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Faylor @ 2004-02-20 15:37 UTC (permalink / raw)
  To: cygwin

On Fri, Feb 20, 2004 at 09:45:29AM -0500, Richard Campbell wrote:
>>If you just run xwin.exe does it also misbehave?  
>
>Yes.
>
>>If so, how about running under the debugger?
>>gdb /usr/X11R6/bin/xwin.exe
>
>Definitely weird - didn't even get to the point of letting me type the "r"; gdb crashes
>out immediately.
>
>C:\cygwin\usr\X11R6\bin>gdb XWin.exe
>     29 [main] ? 1840 init_cheap: Couldn't reserve space for cygwin's heap, Win3
>2 error 487
>c:\cygwin\bin\gdb.exe (1840): *** AllocationBase 0x0, BaseAddress 0x616A0000, Re
>gionSize 0x1AE0000, State 0x10000

Sounds like a rebasing problem to me.  Have you rebased your DLLs?

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: 20040217 snapshot problem (also causes gdb crash)
@ 2004-02-20 16:30 Richard Campbell
  0 siblings, 0 replies; 5+ messages in thread
From: Richard Campbell @ 2004-02-20 16:30 UTC (permalink / raw)
  To: cygwin

Same error after doing a rebaseall.

C:\cygwin\bin>bash
bash-2.05b$ ./rebaseall
/usr/lib/apache/mod_auth_mysql.dll: skipped because nonexistent
/usr/lib/apache/mod_auth_ntsec.dll: skipped because nonexistent
/usr/lib/apache/libdav.dll: skipped because nonexistent
/usr/lib/apache/libphp4.dll: skipped because nonexistent
/usr/lib/apache/libssl.dll: skipped because nonexistent
bash-2.05b$ exit

C:\cygwin\bin>gdb
     29 [main] ? 2496 init_cheap: Couldn't reserve space for cygwin's heap, Win3
2 error 487
C:\cygwin\bin\gdb.exe (2496): *** AllocationBase 0x0, BaseAddress 0x616A0000, Re
gionSize 0x1AE0000, State 0x10000

C:\cygwin\bin>bash
bash-2.05b$ gdb
      3 [main] ? 1676 cygheap_fixup_in_child: Couldn't reserve space for cygwin
s heap (0x616A0000 <0xAE0000>) in child, Win32 error 487
C:\cygwin\bin\gdb.exe (1676): *** m.AllocationBase 0x0, m.BaseAddress 0x616A000
, m.RegionSize 0x1AE0000, m.State 0x10000

bash-2.05b$

-Richard Campbell.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: 20040217 snapshot problem (also causes gdb crash)
  2004-02-20 15:41 Richard Campbell
@ 2004-02-20 15:47 ` Christopher Faylor
  0 siblings, 0 replies; 5+ messages in thread
From: Christopher Faylor @ 2004-02-20 15:47 UTC (permalink / raw)
  To: cygwin

On Fri, Feb 20, 2004 at 10:21:02AM -0500, Richard Campbell wrote:
>>Sounds like a rebasing problem to me.  Have you rebased your DLLs?
>
>No.  Not that I know of, anyway.  Any apps do rebasing as part of install?

Dunno.  I don't think so.  I run rebaseall on all of my systems.

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

* RE: 20040217 snapshot problem (also causes gdb crash)
@ 2004-02-20 15:41 Richard Campbell
  2004-02-20 15:47 ` Christopher Faylor
  0 siblings, 1 reply; 5+ messages in thread
From: Richard Campbell @ 2004-02-20 15:41 UTC (permalink / raw)
  To: cygwin

>Sounds like a rebasing problem to me.  Have you rebased your DLLs?

No.  Not that I know of, anyway.  Any apps do rebasing as part of install?

-Richard Campbell.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2004-02-20 15:47 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-02-20 14:52 20040217 snapshot problem (also causes gdb crash) Richard Campbell
2004-02-20 15:37 ` Christopher Faylor
2004-02-20 15:41 Richard Campbell
2004-02-20 15:47 ` Christopher Faylor
2004-02-20 16:30 Richard Campbell

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).