public inbox for cygwin-apps@cygwin.com
 help / color / mirror / Atom feed
* [cygwin64]git grep causes segmentation fault.
@ 2013-04-22  7:20 Rosen Penev
  2013-04-22  9:39 ` Corinna Vinschen
  0 siblings, 1 reply; 6+ messages in thread
From: Rosen Penev @ 2013-04-22  7:20 UTC (permalink / raw)
  To: cygwin-apps

On any git enabled folder, doing git grep ___ will cause a segmentation
fault. If reproduction is not possible, I can provide a stackdump file.
This is on Windows 8 64-bit.

Regular Cygwin works fine. git is at the latest 1.7.9-1 version.

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

* Re: [cygwin64]git grep causes segmentation fault.
  2013-04-22  7:20 [cygwin64]git grep causes segmentation fault Rosen Penev
@ 2013-04-22  9:39 ` Corinna Vinschen
  2013-04-22 10:04   ` Rosen Penev
  0 siblings, 1 reply; 6+ messages in thread
From: Corinna Vinschen @ 2013-04-22  9:39 UTC (permalink / raw)
  To: cygwin-apps

On Apr 22 00:19, Rosen Penev wrote:
> On any git enabled folder, doing git grep ___ will cause a segmentation
> fault. If reproduction is not possible, I can provide a stackdump file.
> This is on Windows 8 64-bit.

Works for me with the latest 64 bit cygwin 1.7.18-21 on W8.  Please
provide the stackdump, but make sure it's from the 1.7.18-21 DLL.


Corinna

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

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

* Re: [cygwin64]git grep causes segmentation fault.
  2013-04-22  9:39 ` Corinna Vinschen
@ 2013-04-22 10:04   ` Rosen Penev
  2013-04-22 13:25     ` Corinna Vinschen
  0 siblings, 1 reply; 6+ messages in thread
From: Rosen Penev @ 2013-04-22 10:04 UTC (permalink / raw)
  To: cygwin-apps

I uploaded the stack dump to my dropbox account. Hopefully there is no
issue with this.

https://dl.dropboxusercontent.com/u/102011983/git.exe.stackdump

The exact command line used was 'git grep something'.

I've noticed that while trying to reproduce this that it sometimes works
but when it does it works very badly.  For example this is partial
output that I obtained from a different directory:

$ git grep x
error: 'Makefile': Bad address
error: 'fgets_sse2.c': Bad address
      0 [sig] git 4360 wait_sig: WaitForSingleObject(0x158) for thread
exit retu
5000587 [sig] git 4360 wait_sig: WaitForSingleObject(0x228) for thread
exit retu

On 4/22/2013 2:39 AM, Corinna Vinschen wrote:
> On Apr 22 00:19, Rosen Penev wrote:
>> On any git enabled folder, doing git grep ___ will cause a segmentation
>> fault. If reproduction is not possible, I can provide a stackdump file.
>> This is on Windows 8 64-bit.
> Works for me with the latest 64 bit cygwin 1.7.18-21 on W8.  Please
> provide the stackdump, but make sure it's from the 1.7.18-21 DLL.
>
>
> Corinna
>

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

* Re: [cygwin64]git grep causes segmentation fault.
  2013-04-22 10:04   ` Rosen Penev
@ 2013-04-22 13:25     ` Corinna Vinschen
  2013-04-22 21:08       ` Rosen Penev
  0 siblings, 1 reply; 6+ messages in thread
From: Corinna Vinschen @ 2013-04-22 13:25 UTC (permalink / raw)
  To: cygwin-apps



Please, don't top-post.


On Apr 22 03:04, Rosen Penev wrote:
> I uploaded the stack dump to my dropbox account. Hopefully there is no
> issue with this.
> 
> https://dl.dropboxusercontent.com/u/102011983/git.exe.stackdump
> 
> The exact command line used was 'git grep something'.
> 
> I've noticed that while trying to reproduce this that it sometimes works
> but when it does it works very badly.  For example this is partial
> output that I obtained from a different directory:
> 
> $ git grep x
> error: 'Makefile': Bad address

I uploaded a 64 bit test DLL to
ftp://cygwin.com/pub/cygwin/64bit/test-cygwin1.dll.bz2
SHA1: a612059eb53be99690beb5313ae45eb61181202a

Can you please try if you can still reproduce the problem?


Thanks,
Corinna

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

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

* Re: [cygwin64]git grep causes segmentation fault.
  2013-04-22 13:25     ` Corinna Vinschen
@ 2013-04-22 21:08       ` Rosen Penev
  2013-04-23  8:26         ` Corinna Vinschen
  0 siblings, 1 reply; 6+ messages in thread
From: Rosen Penev @ 2013-04-22 21:08 UTC (permalink / raw)
  To: cygwin-apps

The test DLL seems to have fixed the issue. Thank you.

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

* Re: [cygwin64]git grep causes segmentation fault.
  2013-04-22 21:08       ` Rosen Penev
@ 2013-04-23  8:26         ` Corinna Vinschen
  0 siblings, 0 replies; 6+ messages in thread
From: Corinna Vinschen @ 2013-04-23  8:26 UTC (permalink / raw)
  To: cygwin-apps

On Apr 22 14:08, Rosen Penev wrote:
> The test DLL seems to have fixed the issue. Thank you.

Thanks for the confirmation.  I'll upload a new 64 bit Cygwin DLL
later today or tomorrow.


Corinna

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

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

end of thread, other threads:[~2013-04-23  8:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-22  7:20 [cygwin64]git grep causes segmentation fault Rosen Penev
2013-04-22  9:39 ` Corinna Vinschen
2013-04-22 10:04   ` Rosen Penev
2013-04-22 13:25     ` Corinna Vinschen
2013-04-22 21:08       ` Rosen Penev
2013-04-23  8:26         ` Corinna Vinschen

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