Re: cygcheck -p file.exe segmentation fault (x86_64)

2014-04-24 Thread Corinna Vinschen
On Apr 23 23:25, Doug Henderson wrote: > On Wed, Apr 23, 2014 at 9:44 AM, Corinna Vinschen wrote: > > On Apr 23 09:17, Doug Henderson wrote: > >> I am trying to identify the package containing the strings executable. > >> > >> $ uname -a > >> CYGWIN_NT-6.1 Rover 1.7.29(0.272/5/3) 2014-04-07 13:46 x

Re: cygcheck -p file.exe segmentation fault (x86_64)

2014-04-23 Thread Steven Penny
On Wed, Apr 23, 2014 at 10:17 AM, Doug Henderson wrote: > $ cygcheck -p strings.exe > Segmentation fault As a workaround you can use $ set strings.exe $ curl "cygwin.com/cgi-bin2/package-grep.cgi?text=1&arch=x86_64&grep=$1" Or $ apt-cyg searchall strings.exe -- Problem reports:

RE: cygcheck -p file.exe segmentation fault (x86_64)

2014-04-23 Thread Nellis, Kenneth
From: Doug Henderson > > I am trying to identify the package containing the strings executable. $ cygcheck -f `which strings` binutils-2.24.51-2 $ --Ken Nellis

Re: cygcheck -p file.exe segmentation fault (x86_64)

2014-04-23 Thread Corinna Vinschen
On Apr 23 09:17, Doug Henderson wrote: > I am trying to identify the package containing the strings executable. > > $ uname -a > CYGWIN_NT-6.1 Rover 1.7.29(0.272/5/3) 2014-04-07 13:46 x86_64 Cygwin > > $ cygcheck -p strings.exe > Segmentation fault > > After installing the binutils package (whic

cygcheck -p file.exe segmentation fault (x86_64)

2014-04-23 Thread Doug Henderson
I am trying to identify the package containing the strings executable. $ uname -a CYGWIN_NT-6.1 Rover 1.7.29(0.272/5/3) 2014-04-07 13:46 x86_64 Cygwin $ cygcheck -p strings.exe Segmentation fault After installing the binutils package (which contains strings.exe) I still get the segfault. Further