public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin 1.7.8 + 3/18/11 snapshot + git = crash
@ 2011-03-23  1:33 Kevin Layer
  2011-03-23  2:25 ` Eric Blake
  2011-03-23  5:37 ` cygwin 1.7.8 + 3/18/11 " Christopher Faylor
  0 siblings, 2 replies; 21+ messages in thread
From: Kevin Layer @ 2011-03-23  1:33 UTC (permalink / raw)
  To: cygwin

This is on Windows 7 64-bit.

The crash at the end left an index.lock file.

Please let me know what I can do to help track down the problem.

Kevin


+ git rebase --whitespace=nowarn private/layer-scm
First, rewinding head to replay your work on top of it...
Applying: add regression files
Using index info to reconstruct a base tree...
<stdin>:326: trailing whitespace.
                                    nil))) 
<stdin>:631: trailing whitespace.
                                    nil))) 
<stdin>:940: trailing whitespace.
                                    nil))) 
<stdin>:1245: trailing whitespace.
                                    nil))) 
<stdin>:1550: trailing whitespace.
                                    nil))) 
warning: squelched 6 whitespace errors
warning: 11 lines add whitespace errors.
Falling back to patching base and 3-way merge...
      1 [main] git-merge-recursive 2864 C:\cygwin\lib\git-core\git-merge-recursive.exe: *** fatal error - could not load C:\WINDOWS\system32\winmm.dll, Win32 error 487
Stack trace:
Frame     Function  Args
00229E84  6102793B  (00229E84, 00000000, 00000000, 0022A1C0)
0022A174  6102793B  (6117EC60, 00008000, 00000000, 61180997)
0022B1A4  61004F1B  (61180101, 0022B1D0, 01000030, 00A70250)
0022B404  61001756  (610EF431, 0022B430, 611BE1F0, 0022C6D8)
0022B448  6115EE2C  (6123E0E0, 00000000, 00000000, 00000000)
0022B478  610EF7BE  (0022B4C0, 00000000, 00008238, 00A600F0)
0022B4D8  610C33A5  (0053A820, 00000000, 00000124, 00000010)
0022B4F8  00467C20  (0053A820, 00000124, 00000010, 00482D3E)
0022B528  00482F4A  (0022C664, 00000FFA, 00B4A288, 61073E36)
0022C628  0048315B  (00BB6ED8, 0000764A, 00000000, 00000007)
0022C688  00485A04  (00BB6ED8, 0000764A, 004F9642, 0022C6E8)
0022C738  004AE63D  (0022C834, 0022C7F4, 612437DC, 612482BD)
0022C8E8  004B01E7  (000081A4, 00B9A084, 000081A4, 00B9A09C)
0022CA98  004B0FE5  (0022CB50, 00AA9C18, 00AA9C38, 00AA9C58)
0022CAD8  004B1589  (0022CB50, 00A9C0C8, 00AA81A0, 00000000)
0022CB28  004B17CC  (0022CB50, 0022CC14, 0022CC00, 00000001)
End of stack trace (more stack frames may be present)
/usr/lib/git-core/git-am: line 121:  2864 Hangup                  git-merge-recursive $orig_tree -- HEAD $his_tree
Failed to merge in the changes.
Patch failed at 0001 add regression files

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".


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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23  1:33 cygwin 1.7.8 + 3/18/11 snapshot + git = crash Kevin Layer
@ 2011-03-23  2:25 ` Eric Blake
  2011-03-23  2:40   ` Chris Sutcliffe
                     ` (2 more replies)
  2011-03-23  5:37 ` cygwin 1.7.8 + 3/18/11 " Christopher Faylor
  1 sibling, 3 replies; 21+ messages in thread
From: Eric Blake @ 2011-03-23  2:25 UTC (permalink / raw)
  To: cygwin, layer

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

On 03/22/2011 06:24 PM, Kevin Layer wrote:
> This is on Windows 7 64-bit.
> 
> The crash at the end left an index.lock file.
> 
> Please let me know what I can do to help track down the problem.

It's already tracked down - it's a bug in Microsoft's winmm.dll, and the
latest snapshot cygwin1.dll works around it by avoiding that buggy dll.

>       1 [main] git-merge-recursive 2864 C:\cygwin\lib\git-core\git-merge-recursive.exe: *** fatal error - could not load C:\WINDOWS\system32\winmm.dll, Win32 error 487

The list archives have more details.

-- 
Eric Blake   eblake@redhat.com    +1-801-349-2682
Libvirt virtualization library http://libvirt.org


[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 619 bytes --]

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23  2:25 ` Eric Blake
@ 2011-03-23  2:40   ` Chris Sutcliffe
  2011-03-23 19:07     ` Kevin Layer
  2011-03-23 18:51   ` Kevin Layer
  2011-03-23 19:59   ` cygwin 1.7.8 + 3/23/11 " Kevin Layer
  2 siblings, 1 reply; 21+ messages in thread
From: Chris Sutcliffe @ 2011-03-23  2:40 UTC (permalink / raw)
  To: cygwin

On 22 March 2011 21:33, Eric Blake wrote:
> On 03/22/2011 06:24 PM, Kevin Layer wrote:
>> This is on Windows 7 64-bit.
>>
>> The crash at the end left an index.lock file.
>>
>> Please let me know what I can do to help track down the problem.
>
> It's already tracked down - it's a bug in Microsoft's winmm.dll, and the
> latest snapshot cygwin1.dll works around it by avoiding that buggy dll.
>
>>       1 [main] git-merge-recursive 2864 C:\cygwin\lib\git-core\git-merge-recursive.exe: *** fatal error - could not load C:\WINDOWS\system32\winmm.dll, Win32 error 487
>
> The list archives have more details.

Based on Kevin's email subject, I assume he's already running the
latest snapshot.

Kevin, can you please provide the output of 'uname -a'?

Chris

-- 
Chris Sutcliffe
http://emergedesktop.org
http://www.google.com/profiles/ir0nh34d

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23  1:33 cygwin 1.7.8 + 3/18/11 snapshot + git = crash Kevin Layer
  2011-03-23  2:25 ` Eric Blake
@ 2011-03-23  5:37 ` Christopher Faylor
  2011-03-23  8:30   ` marco atzeri
  1 sibling, 1 reply; 21+ messages in thread
From: Christopher Faylor @ 2011-03-23  5:37 UTC (permalink / raw)
  To: cygwin

On Tue, Mar 22, 2011 at 05:24:10PM -0700, Kevin Layer wrote:
>This is on Windows 7 64-bit.
>
>The crash at the end left an index.lock file.
>
>Please let me know what I can do to help track down the problem.

As always, the cygcheck output requested at
http://cygwin.com/problems.html would be useful.

Also, try the 3/24 snapshot at http://cygwin.com/snapshots/ .

cgf

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23  5:37 ` cygwin 1.7.8 + 3/18/11 " Christopher Faylor
@ 2011-03-23  8:30   ` marco atzeri
  2011-03-23 15:00     ` Christopher Faylor
  0 siblings, 1 reply; 21+ messages in thread
From: marco atzeri @ 2011-03-23  8:30 UTC (permalink / raw)
  To: cygwin

On Wed, Mar 23, 2011 at 6:32 AM, Christopher Faylor > wrote:
> On Tue, Mar 22, 2011 at 05:24:10PM -0700, Kevin Layer wrote:
>>This is on Windows 7 64-bit.
>>
>>The crash at the end left an index.lock file.
>>
>>Please let me know what I can do to help track down the problem.
>
> As always, the cygcheck output requested at
> http://cygwin.com/problems.html would be useful.
>
> Also, try the 3/24 snapshot at http://cygwin.com/snapshots/ .

On my calendar today is the 23.
I guess for that reason there is no 3/24 snapshot yet
;-)

>
> cgf
>

Marco

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23  8:30   ` marco atzeri
@ 2011-03-23 15:00     ` Christopher Faylor
  2011-03-23 15:44       ` Charles Wilson
  0 siblings, 1 reply; 21+ messages in thread
From: Christopher Faylor @ 2011-03-23 15:00 UTC (permalink / raw)
  To: cygwin

On Wed, Mar 23, 2011 at 06:37:21AM +0100, marco atzeri wrote:
>On Wed, Mar 23, 2011 at 6:32 AM, Christopher Faylor > wrote:
>> On Tue, Mar 22, 2011 at 05:24:10PM -0700, Kevin Layer wrote:
>>>This is on Windows 7 64-bit.
>>>
>>>The crash at the end left an index.lock file.
>>>
>>>Please let me know what I can do to help track down the problem.
>>
>> As always, the cygcheck output requested at
>> http://cygwin.com/problems.html would be useful.
>>
>> Also, try the 3/24 snapshot at http://cygwin.com/snapshots/ .
>
>On my calendar today is the 23.
>I guess for that reason there is no 3/24 snapshot yet
>;-)

I meant todays's snapshot, actually.

But, I suspect you knew that.  There really is nothing funnier in the
world than noting people's typos in a public mailing list, is there?

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23 15:00     ` Christopher Faylor
@ 2011-03-23 15:44       ` Charles Wilson
  2011-03-23 16:27         ` Christopher Faylor
  0 siblings, 1 reply; 21+ messages in thread
From: Charles Wilson @ 2011-03-23 15:44 UTC (permalink / raw)
  To: cygwin

On 3/23/2011 10:46 AM, Christopher Faylor wrote:
> On Wed, Mar 23, 2011 at 06:37:21AM +0100, marco atzeri wrote:
>> On Wed, Mar 23, 2011 at 6:32 AM, Christopher Faylor > wrote:
>>> Also, try the 3/24 snapshot at http://cygwin.com/snapshots/ .
>>
>> On my calendar today is the 23.
>> I guess for that reason there is no 3/24 snapshot yet
>> ;-)
> 
> I meant todays's snapshot, actually.
> 
> But, I suspect you knew that.  There really is nothing funnier in the
> world than noting people's typos in a public mailing list, is there?

Meh.  When I read this thread, I thought you were actually saying, in
effect, "I've got a fix but it won't show up in a snapshot until Thursday".

Odd, but not unheard of, since everybody's always busy.

Even with marco's smiley, I suspect legitimate confusion, not snark.
'Course, that wouldn't have stopped ME from trying the 3/23 snapshot,
and the 3/22 snapshot, Just In Case(tm).  Or checking the ChangeLog in
CVS for likely-looking commits with your name on them...

--
Chuck



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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23 15:44       ` Charles Wilson
@ 2011-03-23 16:27         ` Christopher Faylor
  0 siblings, 0 replies; 21+ messages in thread
From: Christopher Faylor @ 2011-03-23 16:27 UTC (permalink / raw)
  To: cygwin

On Wed, Mar 23, 2011 at 11:24:07AM -0400, Charles Wilson wrote:
>Even with marco's smiley, I suspect legitimate confusion, not snark.

Actually, it was confirmed that it actually was "snark" (man, I hate
that word) in cygwin-talk.  And, that's where further discussion should
take place.

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23  2:25 ` Eric Blake
  2011-03-23  2:40   ` Chris Sutcliffe
@ 2011-03-23 18:51   ` Kevin Layer
  2011-03-23 20:09     ` Corinna Vinschen
  2011-03-23 19:59   ` cygwin 1.7.8 + 3/23/11 " Kevin Layer
  2 siblings, 1 reply; 21+ messages in thread
From: Kevin Layer @ 2011-03-23 18:51 UTC (permalink / raw)
  To: cygwin

Eric Blake <eblake@redhat.com> wrote:

>> On 03/22/2011 06:24 PM, Kevin Layer wrote:
>> > This is on Windows 7 64-bit.
>> > 
>> > The crash at the end left an index.lock file.
>> > 
>> > Please let me know what I can do to help track down the problem.
>> 
>> It's already tracked down - it's a bug in Microsoft's winmm.dll, and the
>> latest snapshot cygwin1.dll works around it by avoiding that buggy dll.

I'm using the 3/23/11 snapshot and I just got another crash, which
looks the same:

      0 [main] git-merge-recursive 4784 C:\cygwin\lib\git-core\git-merge-recursive.exe: *** fatal error - unable to load C:\WINDOWS\system32\winmm.dll, Win32 error 487
Stack trace:
Frame     Function  Args
00229E84  6102794B  (00229E84, 00000000, 00000000, 00DFBF62)
0022A174  6102794B  (6117EC60, 00008000, 00000000, 61180997)
0022B1A4  61004F1B  (61180101, 0022B1D0, 00A70290, 00000000)
0022B404  61001756  (610EF441, 0022B430, 00A80280, 6120A220)
0022B448  6115EE2C  (6123E0E0, 0022C700, 00000000, 00000000)
0022B478  610EF7CE  (0022B4C0, 00000000, 000000F0, 00A80280)
0022B4D8  610C33B5  (0053A820, 00000000, 00000124, 00000010)
0022B4F8  00467C20  (0053A820, 00000124, 00000010, 00482D3E)
0022B528  00482F4A  (0022C664, 00000FFA, 00B90E98, 61073E46)
0022C628  0048315B  (00BF1678, 0000764A, 00000000, 00000007)
0022C688  00485A04  (00BF1678, 0000764A, 004F9642, 0022C6E8)
0022C738  004AE63D  (0022C834, 0022C7F4, 61248A84, 61248C35)
0022C8E8  004B01E7  (000081A4, 00B9EB7C, 000081A4, 00B9EB94)
0022CA98  004B0FE5  (0022CB50, 00AA9C98, 00AA9CB8, 00AA9CD8)
0022CAD8  004B1589  (0022CB50, 00A9C148, 00AA8220, 00000000)
0022CB28  004B17CC  (0022CB50, 0022CC14, 0022CC00, 00000001)
End of stack trace (more stack frames may be present)
/usr/lib/git-core/git-am: line 121:  4784 Hangup                  git-merge-recursive $orig_tree -- HEAD $his_tree
Failed to merge in the changes.
Patch failed at 0001 add regression files



Just to verify:

C:\cygwin\bin>dir cygwin1.dll
 Volume in drive C has no label.
 Volume Serial Number is E033-5FC1

 Directory of C:\cygwin\bin

03/23/2011  07:21 AM         2,665,117 cygwin1.dll
               1 File(s)      2,665,117 bytes
               0 Dir(s)  17,147,928,576 bytes free

C:\cygwin\bin>



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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23  2:40   ` Chris Sutcliffe
@ 2011-03-23 19:07     ` Kevin Layer
  2011-03-23 20:14       ` Corinna Vinschen
  0 siblings, 1 reply; 21+ messages in thread
From: Kevin Layer @ 2011-03-23 19:07 UTC (permalink / raw)
  To: cygwin

Chris Sutcliffe <ir0nh34d@gmail.com> wrote:

>> On 22 March 2011 21:33, Eric Blake wrote:
>> > On 03/22/2011 06:24 PM, Kevin Layer wrote:
>> >> This is on Windows 7 64-bit.
>> >>
>> >> The crash at the end left an index.lock file.
>> >>
>> >> Please let me know what I can do to help track down the problem.
>> >
>> > It's already tracked down - it's a bug in Microsoft's winmm.dll, and the
>> > latest snapshot cygwin1.dll works around it by avoiding that buggy dll.
>> >
>> >>       1 [main] git-merge-recursive 2864 C:\cygwin\lib\git-core\git-merge-recursive.exe: *** fatal error - could not load C:\WINDOWS\system32\winmm.dll, Win32 error 487
>> >
>> > The list archives have more details.
>> 
>> Based on Kevin's email subject, I assume he's already running the
>> latest snapshot.

I am now.  See my most recent email.

>> Kevin, can you please provide the output of 'uname -a'?

CYGWIN_NT-5.2-WOW64 hobart128 1.7.9s(0.236/5/3) 20110323 01:32:07 i686 Cygwin

Thanks.

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

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

* cygwin 1.7.8 + 3/23/11 snapshot + git = crash
  2011-03-23  2:25 ` Eric Blake
  2011-03-23  2:40   ` Chris Sutcliffe
  2011-03-23 18:51   ` Kevin Layer
@ 2011-03-23 19:59   ` Kevin Layer
  2011-03-23 20:56     ` Christopher Faylor
  2 siblings, 1 reply; 21+ messages in thread
From: Kevin Layer @ 2011-03-23 19:59 UTC (permalink / raw)
  To: cygwin

I'm going to start a new thread, since I don't want the previous
thread subject to make people miss it.

Eric Blake <eblake@redhat.com> wrote:

>> On 03/22/2011 06:24 PM, Kevin Layer wrote:
>> > This is on Windows 7 64-bit.
>> > 
>> > The crash at the end left an index.lock file.
>> > 
>> > Please let me know what I can do to help track down the problem.
>> 
>> It's already tracked down - it's a bug in Microsoft's winmm.dll, and the
>> latest snapshot cygwin1.dll works around it by avoiding that buggy dll.

I'm using the 3/23/11 snapshot and I just got another crash, which
looks the same:

      0 [main] git-merge-recursive 4784 C:\cygwin\lib\git-core\git-merge-recursive.exe: *** fatal error - unable to load C:\WINDOWS\system32\winmm.dll, Win32 error 487
Stack trace:
Frame     Function  Args
00229E84  6102794B  (00229E84, 00000000, 00000000, 00DFBF62)
0022A174  6102794B  (6117EC60, 00008000, 00000000, 61180997)
0022B1A4  61004F1B  (61180101, 0022B1D0, 00A70290, 00000000)
0022B404  61001756  (610EF441, 0022B430, 00A80280, 6120A220)
0022B448  6115EE2C  (6123E0E0, 0022C700, 00000000, 00000000)
0022B478  610EF7CE  (0022B4C0, 00000000, 000000F0, 00A80280)
0022B4D8  610C33B5  (0053A820, 00000000, 00000124, 00000010)
0022B4F8  00467C20  (0053A820, 00000124, 00000010, 00482D3E)
0022B528  00482F4A  (0022C664, 00000FFA, 00B90E98, 61073E46)
0022C628  0048315B  (00BF1678, 0000764A, 00000000, 00000007)
0022C688  00485A04  (00BF1678, 0000764A, 004F9642, 0022C6E8)
0022C738  004AE63D  (0022C834, 0022C7F4, 61248A84, 61248C35)
0022C8E8  004B01E7  (000081A4, 00B9EB7C, 000081A4, 00B9EB94)
0022CA98  004B0FE5  (0022CB50, 00AA9C98, 00AA9CB8, 00AA9CD8)
0022CAD8  004B1589  (0022CB50, 00A9C148, 00AA8220, 00000000)
0022CB28  004B17CC  (0022CB50, 0022CC14, 0022CC00, 00000001)
End of stack trace (more stack frames may be present)
/usr/lib/git-core/git-am: line 121:  4784 Hangup                  git-merge-recursive $orig_tree -- HEAD $his_tree
Failed to merge in the changes.
Patch failed at 0001 add regression files



Just to verify:

C:\cygwin\bin>dir cygwin1.dll
 Volume in drive C has no label.
 Volume Serial Number is E033-5FC1

 Directory of C:\cygwin\bin

03/23/2011  07:21 AM         2,665,117 cygwin1.dll
               1 File(s)      2,665,117 bytes
               0 Dir(s)  17,147,928,576 bytes free

C:\cygwin\bin>


>> Kevin, can you please provide the output of 'uname -a'?

CYGWIN_NT-5.2-WOW64 hobart128 1.7.9s(0.236/5/3) 20110323 01:32:07 i686 Cygwin


Let me know if there is anything else I can do.

Kevin

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23 18:51   ` Kevin Layer
@ 2011-03-23 20:09     ` Corinna Vinschen
  0 siblings, 0 replies; 21+ messages in thread
From: Corinna Vinschen @ 2011-03-23 20:09 UTC (permalink / raw)
  To: cygwin

On Mar 23 11:47, Kevin Layer wrote:
> Eric Blake <eblake@redhat.com> wrote:
> 
> >> On 03/22/2011 06:24 PM, Kevin Layer wrote:
> >> > This is on Windows 7 64-bit.
> >> > 
> >> > The crash at the end left an index.lock file.
> >> > 
> >> > Please let me know what I can do to help track down the problem.
> >> 
> >> It's already tracked down - it's a bug in Microsoft's winmm.dll, and the
> >> latest snapshot cygwin1.dll works around it by avoiding that buggy dll.
> 
> I'm using the 3/23/11 snapshot and I just got another crash, which
> looks the same:
> 
>       0 [main] git-merge-recursive 4784 C:\cygwin\lib\git-core\git-merge-recursive.exe: *** fatal error - unable to load C:\WINDOWS\system32\winmm.dll, Win32 error 487

Do you have a publically accessible git repo and a minimal set of
commands to reproduce this issue?


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23 19:07     ` Kevin Layer
@ 2011-03-23 20:14       ` Corinna Vinschen
  2011-03-23 21:25         ` Christopher Faylor
  0 siblings, 1 reply; 21+ messages in thread
From: Corinna Vinschen @ 2011-03-23 20:14 UTC (permalink / raw)
  To: cygwin

On Mar 23 11:51, Kevin Layer wrote:
> >> > On 03/22/2011 06:24 PM, Kevin Layer wrote:
> >> >> This is on Windows 7 64-bit.
> >> >>[...]
> CYGWIN_NT-5.2-WOW64 hobart128 1.7.9s(0.236/5/3) 20110323 01:32:07 i686 Cygwin

Er... this isn't W7, that's XP or 2K3.


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

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

* Re: cygwin 1.7.8 + 3/23/11 snapshot + git = crash
  2011-03-23 19:59   ` cygwin 1.7.8 + 3/23/11 " Kevin Layer
@ 2011-03-23 20:56     ` Christopher Faylor
  0 siblings, 0 replies; 21+ messages in thread
From: Christopher Faylor @ 2011-03-23 20:56 UTC (permalink / raw)
  To: cygwin

On Wed, Mar 23, 2011 at 12:55:45PM -0700, Kevin Layer wrote:
>I'm going to start a new thread, since I don't want the previous
>thread subject to make people miss it.
>
>Eric Blake <eblake@redhat.com> wrote:
>
>>> On 03/22/2011 06:24 PM, Kevin Layer wrote:
>>> > This is on Windows 7 64-bit.
>>> > 
>>> > The crash at the end left an index.lock file.
>>> > 
>>> > Please let me know what I can do to help track down the problem.
>>> 
>>> It's already tracked down - it's a bug in Microsoft's winmm.dll, and the
>>> latest snapshot cygwin1.dll works around it by avoiding that buggy dll.
>
>I'm using the 3/23/11 snapshot and I just got another crash, which
>looks the same:
>
>      0 [main] git-merge-recursive 4784 C:\cygwin\lib\git-core\git-merge-recursive.exe: *** fatal error - unable to load C:\WINDOWS\system32\winmm.dll, Win32 error 487
>
>>> Kevin, can you please provide the output of 'uname -a'?
>
>CYGWIN_NT-5.2-WOW64 hobart128 1.7.9s(0.236/5/3) 20110323 01:32:07 i686 Cygwin

Thanks Chris Sutcliffe for asking for this output. 

Kevin, are you running Windows XP 64?  That's what the above implies.

cgf

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23 20:14       ` Corinna Vinschen
@ 2011-03-23 21:25         ` Christopher Faylor
  2011-03-23 22:38           ` Christopher Faylor
  2011-03-24 14:07           ` Corinna Vinschen
  0 siblings, 2 replies; 21+ messages in thread
From: Christopher Faylor @ 2011-03-23 21:25 UTC (permalink / raw)
  To: cygwin

On Wed, Mar 23, 2011 at 09:08:48PM +0100, Corinna Vinschen wrote:
>On Mar 23 11:51, Kevin Layer wrote:
>> >> > On 03/22/2011 06:24 PM, Kevin Layer wrote:
>> >> >> This is on Windows 7 64-bit.
>> >> >>[...]
>> CYGWIN_NT-5.2-WOW64 hobart128 1.7.9s(0.236/5/3) 20110323 01:32:07 i686 Cygwin
>
>Er... this isn't W7, that's XP or 2K3.

Yeah, it would make sense if this was 64-bit Windows 2K3.  I even saw
some reports of this problem on W2K3.

cgf

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23 21:25         ` Christopher Faylor
@ 2011-03-23 22:38           ` Christopher Faylor
  2011-03-24  9:01             ` Christopher Faylor
  2011-03-24 14:07           ` Corinna Vinschen
  1 sibling, 1 reply; 21+ messages in thread
From: Christopher Faylor @ 2011-03-23 22:38 UTC (permalink / raw)
  To: cygwin

On Wed, Mar 23, 2011 at 04:56:02PM -0400, Christopher Faylor wrote:
>On Wed, Mar 23, 2011 at 09:08:48PM +0100, Corinna Vinschen wrote:
>>On Mar 23 11:51, Kevin Layer wrote:
>>> >> > On 03/22/2011 06:24 PM, Kevin Layer wrote:
>>> >> >> This is on Windows 7 64-bit.
>>> >> >>[...]
>>> CYGWIN_NT-5.2-WOW64 hobart128 1.7.9s(0.236/5/3) 20110323 01:32:07 i686 Cygwin
>>
>>Er... this isn't W7, that's XP or 2K3.
>
>Yeah, it would make sense if this was 64-bit Windows 2K3.  I even saw
>some reports of this problem on W2K3.

Unfortunately, sourceware's spam filter has several persistent (blocked
due to a raw email address) attempts to report that it's XP 64.

cgf

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23 22:38           ` Christopher Faylor
@ 2011-03-24  9:01             ` Christopher Faylor
  2011-03-24 17:29               ` Christopher Faylor
  0 siblings, 1 reply; 21+ messages in thread
From: Christopher Faylor @ 2011-03-24  9:01 UTC (permalink / raw)
  To: cygwin

On Wed, Mar 23, 2011 at 05:25:03PM -0400, Christopher Faylor wrote:
>On Wed, Mar 23, 2011 at 04:56:02PM -0400, Christopher Faylor wrote:
>>On Wed, Mar 23, 2011 at 09:08:48PM +0100, Corinna Vinschen wrote:
>>>On Mar 23 11:51, Kevin Layer wrote:
>>>> >> > On 03/22/2011 06:24 PM, Kevin Layer wrote:
>>>> >> >> This is on Windows 7 64-bit.
>>>> >> >>[...]
>>>> CYGWIN_NT-5.2-WOW64 hobart128 1.7.9s(0.236/5/3) 20110323 01:32:07 i686 Cygwin
>>>
>>>Er... this isn't W7, that's XP or 2K3.
>>
>>Yeah, it would make sense if this was 64-bit Windows 2K3.  I even saw
>>some reports of this problem on W2K3.
>
>Unfortunately, sourceware's spam filter has several persistent (blocked
>due to a raw email address) attempts to report that it's XP 64.

The most recent snapshot, dated 2011-03-23 21:41:22 may fix this
problem.

And, once again: http://cygwin.com/acronyms/#PCYMTNQREAIYR .

cgf

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-23 21:25         ` Christopher Faylor
  2011-03-23 22:38           ` Christopher Faylor
@ 2011-03-24 14:07           ` Corinna Vinschen
  1 sibling, 0 replies; 21+ messages in thread
From: Corinna Vinschen @ 2011-03-24 14:07 UTC (permalink / raw)
  To: cygwin

On Mar 23 16:56, Christopher Faylor wrote:
> On Wed, Mar 23, 2011 at 09:08:48PM +0100, Corinna Vinschen wrote:
> >On Mar 23 11:51, Kevin Layer wrote:
> >> >> > On 03/22/2011 06:24 PM, Kevin Layer wrote:
> >> >> >> This is on Windows 7 64-bit.
> >> >> >>[...]
> >> CYGWIN_NT-5.2-WOW64 hobart128 1.7.9s(0.236/5/3) 20110323 01:32:07 i686 Cygwin
> >
> >Er... this isn't W7, that's XP or 2K3.
> 
> Yeah, it would make sense if this was 64-bit Windows 2K3.  I even saw
> some reports of this problem on W2K3.

Oh boy.  

I even reproduced it myself on XP 64 and 2K3 64, but I didn't notice
that the "use_dont_resolve_hack" flag wasn't set for those, because I
never tested again *after* the final patch was applied to CVS.

*hanging head in shame*


Corinna

-- 
Corinna Vinschen                  Please, send mails regarding Cygwin to
Cygwin Project Co-Leader          cygwin AT cygwin DOT com
Red Hat

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-24  9:01             ` Christopher Faylor
@ 2011-03-24 17:29               ` Christopher Faylor
  2011-03-24 21:29                 ` Kevin Layer
  2011-03-24 21:55                 ` Kevin Layer
  0 siblings, 2 replies; 21+ messages in thread
From: Christopher Faylor @ 2011-03-24 17:29 UTC (permalink / raw)
  To: cygwin

On Wed, Mar 23, 2011 at 06:37:53PM -0400, Christopher Faylor wrote:
>On Wed, Mar 23, 2011 at 05:25:03PM -0400, Christopher Faylor wrote:
>>On Wed, Mar 23, 2011 at 04:56:02PM -0400, Christopher Faylor wrote:
>>>On Wed, Mar 23, 2011 at 09:08:48PM +0100, Corinna Vinschen wrote:
>>>>On Mar 23 11:51, Kevin Layer wrote:
>>>>> >> > On 03/22/2011 06:24 PM, Kevin Layer wrote:
>>>>> >> >> This is on Windows 7 64-bit.
>>>>> >> >>[...]
>>>>> CYGWIN_NT-5.2-WOW64 hobart128 1.7.9s(0.236/5/3) 20110323 01:32:07 i686 Cygwin
>>>>
>>>>Er... this isn't W7, that's XP or 2K3.
>>>
>>>Yeah, it would make sense if this was 64-bit Windows 2K3.  I even saw
>>>some reports of this problem on W2K3.
>>
>>Unfortunately, sourceware's spam filter has several persistent (blocked
>>due to a raw email address) attempts to report that it's XP 64.
>
>The most recent snapshot, dated 2011-03-23 21:41:22 may fix this
>problem.
>
>And, once again: http://cygwin.com/acronyms/#PCYMTNQREAIYR .

Ping.

cgf

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-24 17:29               ` Christopher Faylor
@ 2011-03-24 21:29                 ` Kevin Layer
  2011-03-24 21:55                 ` Kevin Layer
  1 sibling, 0 replies; 21+ messages in thread
From: Kevin Layer @ 2011-03-24 21:29 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:

>> On Wed, Mar 23, 2011 at 06:37:53PM -0400, Christopher Faylor wrote:
>> >On Wed, Mar 23, 2011 at 05:25:03PM -0400, Christopher Faylor wrote:
>> >>On Wed, Mar 23, 2011 at 04:56:02PM -0400, Christopher Faylor wrote:
>> >>>On Wed, Mar 23, 2011 at 09:08:48PM +0100, Corinna Vinschen wrote:
>> >>>>On Mar 23 11:51, Kevin Layer wrote:
>> >>>>> >> > On 03/22/2011 06:24 PM, Kevin Layer wrote:
>> >>>>> >> >> This is on Windows 7 64-bit.
>> >>>>> >> >>[...]
>> >>>>> CYGWIN_NT-5.2-WOW64 hobart128 1.7.9s(0.236/5/3) 20110323 01:32:07 i686 Cygwin
>> >>>>
>> >>>>Er... this isn't W7, that's XP or 2K3.
>> >>>
>> >>>Yeah, it would make sense if this was 64-bit Windows 2K3.  I even saw
>> >>>some reports of this problem on W2K3.
>> >>
>> >>Unfortunately, sourceware's spam filter has several persistent (blocked
>> >>due to a raw email address) attempts to report that it's XP 64.
>> >
>> >The most recent snapshot, dated 2011-03-23 21:41:22 may fix this
>> >problem.
>> >
>> >And, once again: http://cygwin.com/acronyms/#PCYMTNQREAIYR .
>> 
>> Ping.

I think the latest snapshot, but I'm not 100%.

I removed the repo where I was getting the crash and started over.

Kevin

Hoping this email goes through.  I reconfigured my email client (MH-E)
to not include email addresses in the quoting of messages.

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

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

* Re: cygwin 1.7.8 + 3/18/11 snapshot + git = crash
  2011-03-24 17:29               ` Christopher Faylor
  2011-03-24 21:29                 ` Kevin Layer
@ 2011-03-24 21:55                 ` Kevin Layer
  1 sibling, 0 replies; 21+ messages in thread
From: Kevin Layer @ 2011-03-24 21:55 UTC (permalink / raw)
  To: cygwin

Christopher Faylor wrote:

>> On Wed, Mar 23, 2011 at 06:37:53PM -0400, Christopher Faylor wrote:
>> >On Wed, Mar 23, 2011 at 05:25:03PM -0400, Christopher Faylor wrote:
>> >>On Wed, Mar 23, 2011 at 04:56:02PM -0400, Christopher Faylor wrote:
>> >>>On Wed, Mar 23, 2011 at 09:08:48PM +0100, Corinna Vinschen wrote:
>> >>>>On Mar 23 11:51, Kevin Layer wrote:
>> >>>>> >> > On 03/22/2011 06:24 PM, Kevin Layer wrote:
>> >>>>> >> >> This is on Windows 7 64-bit.
>> >>>>> >> >>[...]
>> >>>>> CYGWIN_NT-5.2-WOW64 hobart128 1.7.9s(0.236/5/3) 20110323 01:32:07 i686 Cygwin
>> >>>>
>> >>>>Er... this isn't W7, that's XP or 2K3.
>> >>>
>> >>>Yeah, it would make sense if this was 64-bit Windows 2K3.  I even saw
>> >>>some reports of this problem on W2K3.
>> >>
>> >>Unfortunately, sourceware's spam filter has several persistent (blocked
>> >>due to a raw email address) attempts to report that it's XP 64.
>> >
>> >The most recent snapshot, dated 2011-03-23 21:41:22 may fix this
>> >problem.
>> >
>> >And, once again: http://cygwin.com/acronyms/#PCYMTNQREAIYR .

I would like to point out the email addresses I did quote, before I
fixed the 30-year old behavior of MH-E (by redefining parts of it,
since it's not customizable), were both *invalid* email addresses.

>> Ping.

Left out the word "works".  The latest snapshot works, I believe.

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

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

end of thread, other threads:[~2011-03-24 21:29 UTC | newest]

Thread overview: 21+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-03-23  1:33 cygwin 1.7.8 + 3/18/11 snapshot + git = crash Kevin Layer
2011-03-23  2:25 ` Eric Blake
2011-03-23  2:40   ` Chris Sutcliffe
2011-03-23 19:07     ` Kevin Layer
2011-03-23 20:14       ` Corinna Vinschen
2011-03-23 21:25         ` Christopher Faylor
2011-03-23 22:38           ` Christopher Faylor
2011-03-24  9:01             ` Christopher Faylor
2011-03-24 17:29               ` Christopher Faylor
2011-03-24 21:29                 ` Kevin Layer
2011-03-24 21:55                 ` Kevin Layer
2011-03-24 14:07           ` Corinna Vinschen
2011-03-23 18:51   ` Kevin Layer
2011-03-23 20:09     ` Corinna Vinschen
2011-03-23 19:59   ` cygwin 1.7.8 + 3/23/11 " Kevin Layer
2011-03-23 20:56     ` Christopher Faylor
2011-03-23  5:37 ` cygwin 1.7.8 + 3/18/11 " Christopher Faylor
2011-03-23  8:30   ` marco atzeri
2011-03-23 15:00     ` Christopher Faylor
2011-03-23 15:44       ` Charles Wilson
2011-03-23 16:27         ` Christopher Faylor

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