public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* all apps crash at startup with current CVS checkout of cygwin
@ 2003-08-28 13:21 Ronald Landheer-Cieslak
  2003-08-28 15:00 ` Christopher Faylor
  0 siblings, 1 reply; 10+ messages in thread
From: Ronald Landheer-Cieslak @ 2003-08-28 13:21 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 748 bytes --]

With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this
when I start rxvt:

      6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
  15845 [main] rxvt 1912 open_stackdumpfile: Dumping stack trace to rxvt.exe.sta
ckdump.

The stackdump is attached.

All Cygwin applications have this behaviour with the self-built Cygwin - so 
I'm rolling back to B20 (well.. the Aug 23 snapshot).

If anyone is interested, I'll be happy to send the result of 
$ objdump -x cygwin1-20030828.dll > cygwin1-20030828.dll.headers
or anything else (the built DLL itself, the result of any command I can run 
with or without it installed, etc.)

HTH

rlc

-- 
The Official Colorado State Vegetable is now the "state legislator".

[-- Attachment #2: rxvt.exe.stackdump --]
[-- Type: text/plain, Size: 1207 bytes --]

Exception: STATUS_ACCESS_VIOLATION at eip=6107BF59
eax=00000770 ebx=00000000 ecx=00000000 edx=FFFFFFFF esi=00000104 edi=6165012C
ebp=0022F430 esp=0022F408 program=D:\cygwin\bin\rxvt.exe
cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023
Stack trace:
Frame     Function  Args
0022F430  6107BF59  (00230640, 0000007C, 0022F470, 784ABD73)
0022F460  61057909  (6165012C, 00230178, 000001FA, 784AB650)
0022F4A0  61057C20  (6165012C, 0022F988, 00000001, 00000000)
0022F4D0  6104EB92  (610519C7, 0022F988, 00000000, 00000000)
0022FAB0  6104F517  (00000000, 00000000, 00237228, 7FFDE000)
0022FE30  610574A2  (0A040795, 00000001, 0022FE70, 6100AE7C)
0022FE40  61057649  (0A040795, 6100AE21, 0022FE70, 6104113B)
0022FE70  6100AE7C  (0A040398, 0A040795, 78465600, FFFFFFFF)
0022FED0  6100C4C4  (00000001, 00000000, 0000027C, 610578A5)
0022FEF0  6105855F  (00000000, 00000000, 0000027C, 00000000)
0022FF40  610048B6  (610D6ED8, FFFFFFFE, 00000048, 610D6DFC)
0022FF90  610051AD  (00000000, 00000000, 80430F47, 00000000)
0022FFB0  00424C12  (00401090, 037F0009, 0022FFF0, 77E8CA90)
0022FFC0  0040103C  (00000000, 00000000, 7FFDF000, 00000000)
0022FFF0  77E8CA90  (00401000, 00000000, 000000C8, 00000100)
End of stack trace


[-- Attachment #3: Type: text/plain, Size: 218 bytes --]

--
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] 10+ messages in thread

* Re: all apps crash at startup with current CVS checkout of cygwin
  2003-08-28 13:21 all apps crash at startup with current CVS checkout of cygwin Ronald Landheer-Cieslak
@ 2003-08-28 15:00 ` Christopher Faylor
  2003-08-28 19:42   ` Christopher Faylor
                     ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Christopher Faylor @ 2003-08-28 15:00 UTC (permalink / raw)
  To: cygwin

On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote:
>With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this
>when I start rxvt:
>
>      6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
>  15845 [main] rxvt 1912 open_stackdumpfile: Dumping stack trace to rxvt.exe.sta
>ckdump.
>
>The stackdump is attached.

Stackdumps of self-built dlls are really not interesting.  If you are
building the dll from scratch then you can always debug the problem with
a gdb + working DLL build with --enable-debugging.  gdb will show you
exactly where the error is occuring.

Or you can use addr2line to decode the addresses below:

addr2line -e cygwin1.dll 6107BF59

cgf

>Exception: STATUS_ACCESS_VIOLATION at eip=6107BF59
>eax=00000770 ebx=00000000 ecx=00000000 edx=FFFFFFFF esi=00000104 edi=6165012C
>ebp=0022F430 esp=0022F408 program=D:\cygwin\bin\rxvt.exe
>cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023
>Stack trace:
>Frame     Function  Args
>0022F430  6107BF59  (00230640, 0000007C, 0022F470, 784ABD73)
>0022F460  61057909  (6165012C, 00230178, 000001FA, 784AB650)
>0022F4A0  61057C20  (6165012C, 0022F988, 00000001, 00000000)
>0022F4D0  6104EB92  (610519C7, 0022F988, 00000000, 00000000)
>0022FAB0  6104F517  (00000000, 00000000, 00237228, 7FFDE000)
>0022FE30  610574A2  (0A040795, 00000001, 0022FE70, 6100AE7C)
>0022FE40  61057649  (0A040795, 6100AE21, 0022FE70, 6104113B)
>0022FE70  6100AE7C  (0A040398, 0A040795, 78465600, FFFFFFFF)
>0022FED0  6100C4C4  (00000001, 00000000, 0000027C, 610578A5)
>0022FEF0  6105855F  (00000000, 00000000, 0000027C, 00000000)
>0022FF40  610048B6  (610D6ED8, FFFFFFFE, 00000048, 610D6DFC)
>0022FF90  610051AD  (00000000, 00000000, 80430F47, 00000000)
>0022FFB0  00424C12  (00401090, 037F0009, 0022FFF0, 77E8CA90)
>0022FFC0  0040103C  (00000000, 00000000, 7FFDF000, 00000000)
>0022FFF0  77E8CA90  (00401000, 00000000, 000000C8, 00000100)
>End of stack trace

--
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] 10+ messages in thread

* Re: all apps crash at startup with current CVS checkout of cygwin
  2003-08-28 15:00 ` Christopher Faylor
@ 2003-08-28 19:42   ` Christopher Faylor
  2003-08-29  9:31   ` Ronald Landheer-Cieslak
  2003-08-29  9:47   ` Ronald Landheer-Cieslak
  2 siblings, 0 replies; 10+ messages in thread
From: Christopher Faylor @ 2003-08-28 19:42 UTC (permalink / raw)
  To: cygwin

On Thu, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote:
>On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote:
>>With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this
>>when I start rxvt:
>>
>>      6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
>>  15845 [main] rxvt 1912 open_stackdumpfile: Dumping stack trace to rxvt.exe.sta
>>ckdump.
>>
>>The stackdump is attached.
>
>Stackdumps of self-built dlls are really not interesting.  If you are
>building the dll from scratch then you can always debug the problem with
>a gdb + working DLL build with --enable-debugging.  gdb will show you
>exactly where the error is occuring.
>
>Or you can use addr2line to decode the addresses below:
>
>addr2line -e cygwin1.dll 6107BF59

Another option is to send cygcheck output as an attachment.  I can't
duplicate this with my home-grown cygiwn or with the last snapshot.

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] 10+ messages in thread

* Re: all apps crash at startup with current CVS checkout of cygwin
  2003-08-28 15:00 ` Christopher Faylor
  2003-08-28 19:42   ` Christopher Faylor
@ 2003-08-29  9:31   ` Ronald Landheer-Cieslak
  2003-08-29  9:47   ` Ronald Landheer-Cieslak
  2 siblings, 0 replies; 10+ messages in thread
From: Ronald Landheer-Cieslak @ 2003-08-29  9:31 UTC (permalink / raw)
  To: cygwin

I didn't know about the --enable-debugging option yet - I'll turn it on and
see what I get.

thx

rlc

On Thu, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote:
> On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote:
> >With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this
> >when I start rxvt:
> >
> >      6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
> >  15845 [main] rxvt 1912 open_stackdumpfile: Dumping stack trace to rxvt.exe.sta
> >ckdump.
> >
> >The stackdump is attached.
> 
> Stackdumps of self-built dlls are really not interesting.  If you are
> building the dll from scratch then you can always debug the problem with
> a gdb + working DLL build with --enable-debugging.  gdb will show you
> exactly where the error is occuring.
> 
> Or you can use addr2line to decode the addresses below:
> 
> addr2line -e cygwin1.dll 6107BF59
> 
> cgf
> 
> >Exception: STATUS_ACCESS_VIOLATION at eip=6107BF59
> >eax=00000770 ebx=00000000 ecx=00000000 edx=FFFFFFFF esi=00000104 edi=6165012C
> >ebp=0022F430 esp=0022F408 program=D:\cygwin\bin\rxvt.exe
> >cs=001B ds=0023 es=0023 fs=0038 gs=0000 ss=0023
> >Stack trace:
> >Frame     Function  Args
> >0022F430  6107BF59  (00230640, 0000007C, 0022F470, 784ABD73)
> >0022F460  61057909  (6165012C, 00230178, 000001FA, 784AB650)
> >0022F4A0  61057C20  (6165012C, 0022F988, 00000001, 00000000)
> >0022F4D0  6104EB92  (610519C7, 0022F988, 00000000, 00000000)
> >0022FAB0  6104F517  (00000000, 00000000, 00237228, 7FFDE000)
> >0022FE30  610574A2  (0A040795, 00000001, 0022FE70, 6100AE7C)
> >0022FE40  61057649  (0A040795, 6100AE21, 0022FE70, 6104113B)
> >0022FE70  6100AE7C  (0A040398, 0A040795, 78465600, FFFFFFFF)
> >0022FED0  6100C4C4  (00000001, 00000000, 0000027C, 610578A5)
> >0022FEF0  6105855F  (00000000, 00000000, 0000027C, 00000000)
> >0022FF40  610048B6  (610D6ED8, FFFFFFFE, 00000048, 610D6DFC)
> >0022FF90  610051AD  (00000000, 00000000, 80430F47, 00000000)
> >0022FFB0  00424C12  (00401090, 037F0009, 0022FFF0, 77E8CA90)
> >0022FFC0  0040103C  (00000000, 00000000, 7FFDF000, 00000000)
> >0022FFF0  77E8CA90  (00401000, 00000000, 000000C8, 00000100)
> >End of stack trace
> 
> --
> 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/

-- 
A day for firm decisions!!!!!  Or is it?

--
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] 10+ messages in thread

* Re: all apps crash at startup with current CVS checkout of cygwin
  2003-08-28 15:00 ` Christopher Faylor
  2003-08-28 19:42   ` Christopher Faylor
  2003-08-29  9:31   ` Ronald Landheer-Cieslak
@ 2003-08-29  9:47   ` Ronald Landheer-Cieslak
  2003-08-29 16:50     ` Christopher Faylor
  2 siblings, 1 reply; 10+ messages in thread
From: Ronald Landheer-Cieslak @ 2003-08-29  9:47 UTC (permalink / raw)
  To: cygwin

On Thu, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote:
> On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote:
> >With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this
> >when I start rxvt:
> >
> >      6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
> >  15845 [main] rxvt 1912 open_stackdumpfile: Dumping stack trace to rxvt.exe.sta
> >ckdump.
> >
> >The stackdump is attached.
> 
> Stackdumps of self-built dlls are really not interesting.  If you are
> building the dll from scratch then you can always debug the problem with
> a gdb + working DLL build with --enable-debugging.  gdb will show you
> exactly where the error is occuring.
> 
> Or you can use addr2line to decode the addresses below:
> 
$ addr2line -e cygwin1.dll 6107BF59
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/sync.cc:75

just in case it helps :)

rlc

-- 
To be awake is to be alive.  -- Henry David Thoreau, in "Walden"

--
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] 10+ messages in thread

* Re: all apps crash at startup with current CVS checkout of cygwin
  2003-08-29  9:47   ` Ronald Landheer-Cieslak
@ 2003-08-29 16:50     ` Christopher Faylor
  2003-08-30 21:13       ` Christopher Faylor
  0 siblings, 1 reply; 10+ messages in thread
From: Christopher Faylor @ 2003-08-29 16:50 UTC (permalink / raw)
  To: cygwin

On Fri, Aug 29, 2003 at 11:41:52AM +0200, Ronald Landheer-Cieslak wrote:
>On Thu, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote:
>> On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote:
>> >With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this
>> >when I start rxvt:
>> >
>> >      6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
>> >  15845 [main] rxvt 1912 open_stackdumpfile: Dumping stack trace to rxvt.exe.sta
>> >ckdump.
>> >
>> >The stackdump is attached.
>> 
>> Stackdumps of self-built dlls are really not interesting.  If you are
>> building the dll from scratch then you can always debug the problem with
>> a gdb + working DLL build with --enable-debugging.  gdb will show you
>> exactly where the error is occuring.
>> 
>> Or you can use addr2line to decode the addresses below:
                                                 ^^
                                                 **
>> 
>$ addr2line -e cygwin1.dll 6107BF59
>/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/sync.cc:75
>
>just in case it helps :)

--
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] 10+ messages in thread

* Re: all apps crash at startup with current CVS checkout of cygwin
  2003-08-29 16:50     ` Christopher Faylor
@ 2003-08-30 21:13       ` Christopher Faylor
  2003-08-30 21:37         ` Elfyn McBratney
  2003-09-01  8:48         ` Ronald Landheer-Cieslak
  0 siblings, 2 replies; 10+ messages in thread
From: Christopher Faylor @ 2003-08-30 21:13 UTC (permalink / raw)
  To: cygwin; +Cc: blytkerchan

On Fri, Aug 29, 2003 at 12:06:28PM -0400, Christopher Faylor wrote:
>On Fri, Aug 29, 2003 at 11:41:52AM +0200, Ronald Landheer-Cieslak wrote:
>>On Thu, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote:
>>> On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote:
>>> >With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this
>>> >when I start rxvt:
>>> >
>>> >      6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
>>> >  15845 [main] rxvt 1912 open_stackdumpfile: Dumping stack trace to rxvt.exe.sta
>>> >ckdump.
>>> >
>>> >The stackdump is attached.
>>> 
>>> Stackdumps of self-built dlls are really not interesting.  If you are
>>> building the dll from scratch then you can always debug the problem with
>>> a gdb + working DLL build with --enable-debugging.  gdb will show you
>>> exactly where the error is occuring.
>>> 
>>> Or you can use addr2line to decode the addresses below:
>                                                 ^^
>                                                 **
>>> 
>>$ addr2line -e cygwin1.dll 6107BF59
>>/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/sync.cc:75
>>
>>just in case it helps :)

Any word on this?  cygcheck output?  Full addr2line decoding of stack
trace?  gdb back trace of crash?

Out of curiousity, has anyone else seen this?

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] 10+ messages in thread

* Re: all apps crash at startup with current CVS checkout of cygwin
  2003-08-30 21:13       ` Christopher Faylor
@ 2003-08-30 21:37         ` Elfyn McBratney
  2003-09-01  8:48         ` Ronald Landheer-Cieslak
  1 sibling, 0 replies; 10+ messages in thread
From: Elfyn McBratney @ 2003-08-30 21:37 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:
> On Fri, Aug 29, 2003 at 12:06:28PM -0400, Christopher Faylor wrote:
> >On Fri, Aug 29, 2003 at 11:41:52AM +0200, Ronald Landheer-Cieslak wrote:
> >>On Thu, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote:
> >>> On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote:
> >>> >With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this
> >>> >when I start rxvt:
> >>> >
> >>> >      6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
> >>> >  15845 [main] rxvt 1912 open_stackdumpfile: Dumping stack trace to rxvt.exe.sta
> >>> >ckdump.
> >>> >
> >>> >The stackdump is attached.
> >>> 
> >>> Stackdumps of self-built dlls are really not interesting.  If you are
> >>> building the dll from scratch then you can always debug the problem with
> >>> a gdb + working DLL build with --enable-debugging.  gdb will show you
> >>> exactly where the error is occuring.
> >>> 
> >>> Or you can use addr2line to decode the addresses below:
> >                                                 ^^
> >                                                 **
> >>> 
> >>$ addr2line -e cygwin1.dll 6107BF59
> >>/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/sync.cc:75
> >>
> >>just in case it helps :)
> 
> Any word on this?  cygcheck output?  Full addr2line decoding of stack
> trace?  gdb back trace of crash?
> 
> Out of curiousity, has anyone else seen this?

Nope.  Out of the ten machines I run Cygwin on at work (2000/XP Pro with
1.5.2/1.5.3s/CVS) I havn't seen anything like this.

Though come to think of it I was seeing a strange problem with sourcenav,
a month or so back, where running any cygwin program (from within sourcenav)
would result in a SEGV (e.g., `grep' and `cvs').  Never even attempted to
investigate it.  (Probably should have at least mentioned it here)

Just putting that out there in case it might help, probably won't in any case
as the machine in question was really crapped out, anyway.

-- 
Elfyn McBratney

+------------------------------------------------------------+
|                 Software Patents in Europe                 |
+------------------------------------------------------------+
| On September 1st 2003 the European Parliment will make a   |
| decision about establishing a new law which would allow    |
| software patents in Europe.  This means that Europe's      |
| programmers and citizens alike could face considerable     |
| risk.                                                      |
+------------------------------------------------------------+
| Unlike copyright, patents can block independent creations! |
| Software patents can render software copyright useless.    |
| One copyrighted work can be covered by hundreds of patents |
| of which the author doesn't even know but for whose        |
| infringement he and his users can be sued.  Some of these  |
| patents may be impossible to work around, because they are |
| broad or because they are part of communication standards. |
+------------------------------------------------------------+
| What can you do to help?  FFII/Eurolinux are organising    |
| activities in and near the parliment to bring about an     |
| interdisciplinary discussion in a field which has for too  |
| long been dominated by industrial patent lawyers.          |
+------------------------------------------------------------+
| For more information, or too see how you can help, visit   |
| <http://swpat.ffii.org>.                                   |
+------------------------------------------------------------+


--
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] 10+ messages in thread

* Re: all apps crash at startup with current CVS checkout of cygwin
  2003-08-30 21:13       ` Christopher Faylor
  2003-08-30 21:37         ` Elfyn McBratney
@ 2003-09-01  8:48         ` Ronald Landheer-Cieslak
  2003-09-01 14:48           ` Ronald Landheer-Cieslak
  1 sibling, 1 reply; 10+ messages in thread
From: Ronald Landheer-Cieslak @ 2003-09-01  8:48 UTC (permalink / raw)
  To: cygwin

I'm back at the failing machine now - I'll report back shortly :)

rlc

On Sat, Aug 30, 2003 at 04:40:33PM -0400, Christopher Faylor wrote:
> On Fri, Aug 29, 2003 at 12:06:28PM -0400, Christopher Faylor wrote:
> >On Fri, Aug 29, 2003 at 11:41:52AM +0200, Ronald Landheer-Cieslak wrote:
> >>On Thu, Aug 28, 2003 at 10:34:00AM -0400, Christopher Faylor wrote:
> >>> On Thu, Aug 28, 2003 at 12:08:20PM +0200, Ronald Landheer-Cieslak wrote:
> >>> >With a fresh checkout from cygwin's CVS repo, fresh build, etc. I get this
> >>> >when I start rxvt:
> >>> >
> >>> >      6 [main] rxvt 1912 handle_exceptions: Exception: STATUS_ACCESS_VIOLATION
> >>> >  15845 [main] rxvt 1912 open_stackdumpfile: Dumping stack trace to rxvt.exe.sta
> >>> >ckdump.
> >>> >
> >>> >The stackdump is attached.
> >>> 
> >>> Stackdumps of self-built dlls are really not interesting.  If you are
> >>> building the dll from scratch then you can always debug the problem with
> >>> a gdb + working DLL build with --enable-debugging.  gdb will show you
> >>> exactly where the error is occuring.
> >>> 
> >>> Or you can use addr2line to decode the addresses below:
> >                                                 ^^
> >                                                 **
> >>> 
> >>$ addr2line -e cygwin1.dll 6107BF59
> >>/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/sync.cc:75
> >>
> >>just in case it helps :)
> 
> Any word on this?  cygcheck output?  Full addr2line decoding of stack
> trace?  gdb back trace of crash?
> 
> Out of curiousity, has anyone else seen this?
> 
> 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/

-- 
A gambler's biggest thrill is winning a bet.
His next biggest thrill is losing a bet.

--
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] 10+ messages in thread

* Re: all apps crash at startup with current CVS checkout of cygwin
  2003-09-01  8:48         ` Ronald Landheer-Cieslak
@ 2003-09-01 14:48           ` Ronald Landheer-Cieslak
  0 siblings, 0 replies; 10+ messages in thread
From: Ronald Landheer-Cieslak @ 2003-09-01 14:48 UTC (permalink / raw)
  To: cygwin

[-- Attachment #1: Type: text/plain, Size: 569 bytes --]

"Shortly" took a bit longer than I expected, but OK..
I've put the cygwin1.dll in place and ran cygcheck - id crashed but the 
cygcheck.out file it produced is attached anyhow..

I have also attached a file called cygwin1-20030828.dll.map, which 
contains the addr2line output for the addresses in the stacktrace I 
posted earlier.

I don't want to worry you too much, though: I haven't had these problems with
any of the cgf-compiled Cygwins so far.. (including the latest snapshot).

rlc

-- 
It's easier to take it apart than to put it back together.
		-- Washlesky

[-- Attachment #2: cygwin1-20030828.dll.map --]
[-- Type: text/plain, Size: 1226 bytes --]

/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/sync.cc:75
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/path.cc:3794
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/path.cc:3865
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/path.cc:217
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/path.cc:492
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/path.cc:3633
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/path.cc:3663
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/environ.cc:138
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/environ.cc:733
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/pinfo.cc:93
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/dcrt0.cc:685
/home/RLandheer/cygwin/build/i686-pc-cygwin/winsup/cygwin/../../../../src/winsup/cygwin/dcrt0.cc:915
??:0
??:0
??:0

[-- Attachment #3: cygcheck.out --]
[-- Type: text/plain, Size: 7668 bytes --]

Cygwin Package Information
Last downloaded files to: D:\Cygwin downloads
Last downloaded files from: ftp://archive.progeny.com/cygwin

Package                 Version
_update-info-dir        00176-1
apache                  1.3.24-5
ash                     20020731-3
astyle                  1.15.3-3
autoconf                2.57a-1
autoconf-devel          2.57-1
autoconf-stable         2.13-4
automake                1.7.5a-1
automake-devel          1.7.5-1
automake-stable         1.4p5-5
base-files              1.3-1
base-passwd             1.1-1
bash                    2.05b-12
binutils                20030307-1
bison                   20030307-1
byacc                   1.9-1
bzip2                   1.0.2-5
ccache                  2.2-1
ccdoc                   0.8.39-1
cgoban                  1.9.12-1
clear                   1.0-1
cmake                   1.6.7-2
compface                1.4-5
cron                    3.0.1-11
crypt                   1.0-1
ctags                   5.5-4
curl                    7.10.4-1
curl-devel              7.10.4-1
cvs                     1.11.6-3
cygrunsrv               0.96-2
cygutils                1.2.1-2
cygwin                  1.5.2-1
cygwin-doc              1.3-4
dejagnu                 20021217-2
diff                    1.0-1
diffutils               2.8.4-1
doxygen                 1.2.18-1
dpkg                    1.10.4-2
ed                      0.2-1
ELFIO                   1.0.0-1
expat                   1.95.6-2
expect                  20030128-1
figlet                  2.2-1
file                    4.03-2
fileutils               4.1-2
findutils               4.1.7-4
flex                    2.5.4-2
fortune                 1.8-2
fvwm                    2.4.7-2
gawk                    3.1.3-3
gcc                     3.2-3
gcc-mingw               20020817-5
gcc2                    2.95.3-10
gdb                     20030303-1
gdbm                    1.8.3-7
gettext                 0.12.1-3
gettext-devel           0.12.1-3
ghostscript             7.05-2
ghostscript-base        7.05-2
ghostscript-x11         7.05-2
gnugo                   3.2-1
gnupg                   1.2.2-2
gperf                   2.7.2-1
grace                   5.1.12-1
grep                    2.5-1
groff                   1.18.1-2
gsl                     1.3-1
guile                   1.6.4-12
guile-devel             1.6.4-12
guile-doc               1.6.4-12
gzip                    1.3.5-1
indent                  2.2.8-1
inetutils               1.3.2-24
ioperm                  0.4-1
irc                     20010101-3
jpeg                    6b-11
less                    381-1
lesstif                 0.93.41-1
libbz2_1                1.0.2-5
libcharset1             1.9.1-3
libdb3.1                3.1.17-2
libgdbm                 1.8.0-5
libgdbm-devel           1.8.3-7
libgdbm3                1.8.3-2
libgdbm4                1.8.3-7
libgettextpo0           0.12.1-3
libguile12              1.6.4-12
libiconv                1.9.1-3
libiconv2               1.9.1-3
libintl                 0.10.38-3
libintl1                0.10.40-1
libintl2                0.12.1-3
libjpeg6b               6b-8
libkpathsea3            2.0.2-12
libltdl3                1.5-3
libncurses-devel        5.3-4
libncurses5             5.2-1
libncurses6             5.2-8
libncurses7             5.3-4
libpcre                 4.1-1
libpcre0                4.3-4
libpng                  1.2.5-4
libpng10                1.0.15-4
libpng10-devel          1.0.15-4
libpng12                1.2.5-4
libpng12-devel          1.2.5-4
libpng2                 1.0.12-1
libpopt0                1.6.4-4
libPropList             0.10.1-3
libreadline4            4.1-2
libreadline5            4.3-5
libtiff3                3.6.0-2
libtool                 1.5a-1
libtool-devel           1.5-3
libtool-stable          1.4.3-2
libxerces-c21           2.1.0-1
libxerces-c22           2.2.0-1
libxerces-c23           2.3.0-3
libxml2                 2.5.7-1
libxslt                 1.0.30-2
login                   1.9-7
lynx                    2.8.4-7
m4                      1.4-1
make                    3.80-1
man                     1.5j-2
mc                      4.6.0a-20030721-1
mingw-runtime           3.0-1
mktemp                  1.5-3
naim                    0.11.6-2
nano                    1.2.0-1
nasm                    0.98.37-2
ncurses                 5.3-4
newlib-man              20020801
openbox                 0.99.1-3
openssh                 3.6.1p2-2
openssl                 0.9.7b-3
openssl-devel           0.9.7b-3
openssl096              0.9.6j-1
patch                   2.5.8-7
patchutils              0.2.22-2
pcre                    4.3-4
pcre-devel              4.3-4
pcre-doc                4.3-4
pdksh                   5.2.14-2
perl                    5.8.1-1
perl_manpages           5.8.0-3
pkgconfig               0.15.0-4
procps                  010801-2
proftpd                 1.2.9rc1-3
psutils                 1.17-1
python                  2.3-2
rcs                     5.7-3
readline                4.3-5
rebase                  2.2-3
rpm-doc                 4.1-1
ruby                    1.8.0-1
rxvt                    2.7.10-3
sed                     4.0.7-3
sh-utils                2.0.15-4
shutdown                1.3-1
splint                  3.1.1-1
ssmtp                   2.38.7-4
swig                    1.3.19-1
tar                     1.13.25-3
tcltk                   20030214-1
tcsh                    6.12.00-7
termcap                 20021106-2
terminfo                5.3-2
tetex-base              2.0.2-12
tetex-bin               2.0.2-12
tetex-devel             2.0.2-12
tetex-tiny              2.0.2-12
texinfo                 4.2-4
textutils               2.0.21-1
tiff                    3.6.0-5
tin                     1.6.1-1
unzip                   5.50-5
upx                     1.24-1
vim                     6.2-3
w32api                  2.3-1
wget                    1.8.2-2
which                   1.5-2
WindowMaker             0.80.0-2
x2x                     1.27-2
Xaw3d                   1.5-1
xerces-c                2.3.0-3
xerces-c-devel          2.3.0-3
xerces-c-doc            2.3.0-3
XFree86-base            4.2.0-1
XFree86-bin             4.2.0-3
XFree86-doc             4.2.0-1
XFree86-etc             4.2.0-1
XFree86-f100            4.2.0-3
XFree86-fcyr            4.2.0-3
XFree86-fenc            4.2.0-3
XFree86-fnts            4.2.0-3
XFree86-fscl            4.2.0-3
XFree86-fsrv            4.2.0-1
XFree86-html            4.2.0-1
XFree86-jdoc            4.2.0-1
XFree86-lib             4.2.0-5
XFree86-man             4.2.0-1
XFree86-nest            4.2.0-1
XFree86-prog            4.2.0-1
XFree86-prt             4.2.0-1
XFree86-ps              4.2.0-1
XFree86-startup-scripts 4.2.0-5
XFree86-vfb             4.2.0-1
XFree86-xserv           4.2.0-42
XFree86-xwinclip        4.2.0-8
zip                     2.3-5
zlib                    1.1.4-4
zsh                     4.0.6-5


Cygwin Win95/NT Configuration Diagnostics
Current System Time: Mon Sep 01 16:32:32 2003

Windows 2000 Professional Ver 5.0 Build 2195 Service Pack 3

Path:	C:\PROGRA~1\Borland\CBUILD~2\Bin
	C:\PROGRA~1\Borland\CBUILD~2\Projects\Bpl
	C:\oracle\ora81\bin
	C:\Program Files\Oracle\jre\1.1.7\bin
	C:\PROGRA~1\Borland\CBUILD~1\Projects\Bpl
	C:\PROGRA~1\Borland\CBUILD~1\Bin
	c:\mks\mkssi
	c:\mks\mksnt
	C:\WINNT\system32
	C:\WINNT
	C:\WINNT\System32\Wbem
	C:\WINNT\system32\nls
	C:\WINNT\system32\nls\ENGLISH
	C:\Program Files\doxygen\bin
	C:\Program Files\UltraEdit10
	d:\cygwin\bin
	d:\DLL_test
	C:\j2sdk1.4.2\bin
	C:\BC5\BIN
	C:\Program Files\UltraEdit10
	Z:.
	Y:.
	C:\BC5\BIN
	C:\
	C:\DOS
	C:


[-- Attachment #4: Type: text/plain, Size: 218 bytes --]

--
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] 10+ messages in thread

end of thread, other threads:[~2003-09-01 14:48 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-08-28 13:21 all apps crash at startup with current CVS checkout of cygwin Ronald Landheer-Cieslak
2003-08-28 15:00 ` Christopher Faylor
2003-08-28 19:42   ` Christopher Faylor
2003-08-29  9:31   ` Ronald Landheer-Cieslak
2003-08-29  9:47   ` Ronald Landheer-Cieslak
2003-08-29 16:50     ` Christopher Faylor
2003-08-30 21:13       ` Christopher Faylor
2003-08-30 21:37         ` Elfyn McBratney
2003-09-01  8:48         ` Ronald Landheer-Cieslak
2003-09-01 14:48           ` Ronald Landheer-Cieslak

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).