public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* cygwin64 1.7.25 "locate" core dumps
@ 2013-09-17  4:06 Jeff.Newmiller
  2013-10-26  6:14 ` Steve
  0 siblings, 1 reply; 5+ messages in thread
From: Jeff.Newmiller @ 2013-09-17  4:06 UTC (permalink / raw)
  To: cygwin

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

Could not find reports on core dumps in system programs recently, or problems
with the locate tool. 

What I do:

--------------------------------------------------------------------------
JNEWM@FSEL7800 ~
$ locate junk
/home/JNEWM/.cpan/build/Email-Simple-2.102-AftJAF/t/header-junk.t
/home/JNEWM/.cpan/build/Email-Simple-2.102-AftJAF/t/test-mails/junk-in-header
/home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk-extracted.ref
/home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk-target.msg
/home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk.msg
/home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk.ref
Segmentation fault (core dumped)

JNEWM@FSEL7800 ~
$
--------------------------------------------------------------------------

The tool works, except that it core dumps so it doesn't seem to feed a pipe
very well.

I tried running strace, and the end of the trace looks like the following.
It looks to me like the problem happened during or just after the file close.

--------------------------------------------------------------------------
   19 84479661 [main] locate 9720 read: 65536 = read(3, 0x60003B2D0, 65536)
748393 85228054 [main] locate 9720 read: read(3, 0x60003B2D0, 65536) blocking
   42 85228096 [main] locate 9720 fhandler_base::read: returning 65536, binary mode
   13 85228109 [main] locate 9720 read: 65536 = read(3, 0x60003B2D0, 65536)
767492 85995601 [main] locate 9720 read: read(3, 0x60003B2D0, 65536) blocking
   41 85995642 [main] locate 9720 fhandler_base::read: returning 65536, binary mode
   13 85995655 [main] locate 9720 read: 65536 = read(3, 0x60003B2D0, 65536)
1058095 87053750 [main] locate 9720 read: read(3, 0x60003B2D0, 65536) blocking
   41 87053791 [main] locate 9720 fhandler_base::read: returning 57882, binary mode
   13 87053804 [main] locate 9720 read: 57882 = read(3, 0x60003B2D0, 65536)
1025302 88079106 [main] locate 9720 read: read(3, 0x60003B2D0, 65536) blocking
   25 88079131 [main] locate 9720 fhandler_base::read: returning 0, binary mode
   13 88079144 [main] locate 9720 read: 0 = read(3, 0x60003B2D0, 65536)
  177 88079321 [main] locate 9720 close: close(3)
   18 88079339 [main] locate 9720 fhandler_base::close: closing '/var/locatedb' handle 0x1DC
   37 88079376 [main] locate 9720 close: 0 = close(3)
--- Process 9720, exception c0000005 at 000000010040368B
  176 88079552 [main] locate 9720 exception::handle: In cygwin_except_handler exception 0xC0000005 at 0x10040368B sp 0x22A800
   14 88079566 [main] locate 9720 exception::handle: In cygwin_except_handler signal 11 at 0x10040368B
   12 88079578 [main] locate 9720 try_to_debug: debugger_command ''
   16 88079594 [main] locate 9720 _cygtls::inside_kernel: pc 0x10040368B, h 0x100400000, inside_kernel 0
   19 88079613 [main] locate 9720 normalize_posix_path: src /dev/kmsg
   13 88079626 [main] locate 9720 normalize_posix_path: /dev/kmsg = normalize_posix_path (/dev/kmsg)
   12 88079638 [main] locate 9720 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/kmsg)
   15 88079653 [main] locate 9720 mount_info::conv_to_win32_path: src_path /dev/kmsg, dst \Device\MailSlot\cygwin\dev\kmsg, flags 0x2, rc 0
   24 88079677 [main] locate 9720 build_fh_pc: fh 0x1802DFC70, dev 0001000B
   62 88079739 [main] locate 9720 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.25/64/cygwin-1.7.25-1/src/src/winsup/cygwin/fhandler_mailslot.cc:134 status 0xC0000034 -> windows error 2
   15 88079754 [main] locate 9720 geterrno_from_win_error: windows error 2 == errno 2
   13 88079767 [main] locate 9720 sig_send: sendsig 0x88, pid 9720, signal 11, its_me 1
   13 88079780 [main] locate 9720 sig_send: wakeup 0xF0
   16 88079796 [main] locate 9720 sig_send: Waiting for pack.wakeup 0xF0
   21 88079817 [sig] locate 9720 sigpacket::process: signal 11 processing
   26 88079843 [sig] locate 9720 sigpacket::process: signal 11, signal handler 0x18006F710
   14 88079857 [sig] locate 9720 sigpacket::setup_handler: controlled interrupt. stackptr 0x22E028, stack 0x22E028, stackptr[-1] 0x22E028
   15 88079872 [sig] locate 9720 proc_subproc: args: 5, 1
   17 88079889 [sig] locate 9720 proc_subproc: clear waiting threads
   12 88079901 [sig] locate 9720 proc_subproc: finished clearing
   11 88079912 [sig] locate 9720 proc_subproc: returning 1
   12 88079924 [sig] locate 9720 _cygtls::interrupt_setup: armed signal_arrived 0xF4, signal 11
   12 88079936 [sig] locate 9720 sigpacket::setup_handler: signal 11 delivered
   12 88079948 [sig] locate 9720 sigpacket::process: returning 1
   12 88079960 [sig] locate 9720 wait_sig: signalling pack.wakeup 0xF0
   15 88079975 [main] locate 9720 set_process_mask_delta: oldmask 0, newmask 0, deltamask 0
   16 88079991 [main] locate 9720 signal_exit: exiting due to signal 11
   13 88080004 [main] locate 9720 try_to_debug: debugger_command ''
88082154 [main] locate 9720 open_stackdumpfile: Dumping stack trace to locate.exe.stackdump
 2150 88082154 [main] locate 9720 open_stackdumpfile: Dumping stack trace to locate.exe.stackdump
408716 88490870 [main] locate 9720 signal_exit: about to call do_exit (8B)
  213 88491083 [main] locate 9720 do_exit: do_exit (139), exit_state 2
   15 88491098 [main] locate 9720 void: 0x0 = signal (20, 0x1)
   11 88491109 [main] locate 9720 void: 0x0 = signal (1, 0x1)
    9 88491118 [main] locate 9720 void: 0x0 = signal (2, 0x1)
   10 88491128 [main] locate 9720 void: 0x0 = signal (3, 0x1)
   14 88491142 [main] locate 9720 fhandler_base::close_with_arch: line 1091:  /dev/pty0<0x1802DF470> usecount + -1 = 3
   11 88491153 [main] locate 9720 fhandler_base::close_with_arch: not closing archetype
   12 88491165 [main] locate 9720 fhandler_base::close_with_arch: line 1091:  /dev/pty0<0x1802DF470> usecount + -1 = 2
   10 88491175 [main] locate 9720 fhandler_base::close_with_arch: not closing archetype
   16 88491191 [main] locate 9720 fhandler_base::close_with_arch: line 1091:  /dev/pty0<0x1802DF470> usecount + -1 = 1
   10 88491201 [main] locate 9720 fhandler_base::close_with_arch: not closing archetype
   10 88491211 [main] locate 9720 init_cygheap::close_ctty: closing cygheap->ctty 0x1802DF470
   10 88491221 [main] locate 9720 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
   10 88491231 [main] locate 9720 fhandler_pty_slave::cleanup: /dev/pty0 closed, usecount 0
   11 88491242 [main] locate 9720 fhandler_pty_slave::close: closing last open /dev/pty0 handle
   83 88491325 [main] locate 9720 fhandler_console::free_console: freed console, res 1
   17 88491342 [main] locate 9720 fhandler_pty_common::close: pty0 <0xBC,0xC4> closing
   13 88491355 [main] locate 9720 dtable::delete_archetype: deleting element 0 for /dev/pty0(136/0)
   12 88491367 [main] locate 9720 getpid: 9720 = getpid()
   10 88491377 [main] locate 9720 proc_terminate: nprocs 0
   10 88491387 [main] locate 9720 proc_terminate: leaving
   18 88491405 [main] locate 9720 pinfo::exit: Calling ExitProcess n 0x8B, exitcode 0x8B00
--------------------------------------------------------------------------

------------------------------------------------------------------------
Jeff Newmiller, Principal Engineer             DNV KEMA Renewables, Inc.
jeff.newmiller@dnvkema.com    http://www.dnvkema.com/services/ces/solar/ 
------------------------------------------------------------------------
Please note: BEW Engineering Inc has merged with DNV KEMA Renewables, Inc.
My email address is changing (again) to the one you see on this email.
While emails to my bewengineering.com address and my dnv.com address
should continue to work for some time, I would appreciate it if you
would update your address book to reflect the new dnvkema.com domain name.


[-- Attachment #2: cygcheck.out --]
[-- Type: application/octet-stream, Size: 28202 bytes --]


Cygwin Configuration Diagnostics
Current System Time: Tue Sep 17 02:19:06 2013

Windows 7 Enterprise Ver 6.1 Build 7601 Service Pack 1

Path:	C:\cygwin64\usr\local\bin
	C:\cygwin64\bin
	C:\Program Files (x86)\Business Objects\Common\3.5\bin\NOTES
	C:\Program Files (x86)\Business Objects\Common\3.5\bin\NOTES\DATA
	C:\Windows\system32
	C:\Windows
	C:\Windows\System32\Wbem
	C:\Windows\System32\WindowsPowerShell\v1.0
	C:\Program Files (x86)\Microsoft Application Virtualization Client
	C:\Program Files (x86)\DNV\Team\bin
	C:\Program Files\TortoiseSVN\bin
	C:\Program Files (x86)\GTK2-Runtime\bin
	C:\Program Files (x86)\GNU\GnuPG\pub
	C:\Program Files\ggobi
	C:\strawberry\c\bin
	C:\strawberry\perl\site\bin
	C:\strawberry\perl\bin
	C:\Users\jnewm\AppData\Local\Pandoc
	C:\cygwin64\lib\lapack

Output from C:\cygwin64\bin\id.exe
UID: 457113(JNEWM)    GID: 428830(KWCUS881)
428830(KWCUS881)      545(Users)

SysDir: C:\Windows\system32
WinDir: C:\Windows

USER = 'JNEWM'
PWD = '/home/JNEWM'
HOME = '/home/JNEWM'

HOMEPATH = '\'
MANPATH = '/usr/local/man:/usr/share/man:/usr/man:'
APPDATA = 'C:\Users\jnewm\AppData\Roaming'
ProgramW6432 = 'C:\Program Files'
HOSTNAME = 'FSEL7800'
SHELL = '/bin/bash'
TERM = 'xterm'
PROCESSOR_IDENTIFIER = 'Intel64 Family 6 Model 42 Stepping 7, GenuineIntel'
WINDIR = 'C:\Windows'
PUBLIC = 'C:\Users\Public'
OLDPWD = '/home/JNEWM/oldbew/SunderlandSolar/2013Q3/Sunderland10MW/analysis/SetTargets'
USERDOMAIN = 'VERIT'
CommonProgramFiles(x86) = 'C:\Program Files (x86)\Common Files'
UATDATA = 'C:\Windows\SysWOW64\CCM\UATData\D9F8C395-CAB8-491d-B8AC-179A1FE1BE77'
OS = 'Windows_NT'
ALLUSERSPROFILE = 'C:\ProgramData'
windows_tracing_flags = '3'
windows_tracing_logfile = 'C:\BVTBin\Tests\installpackage\csilogfile.log'
temp = 'C:\Users\jnewm\AppData\Local\Temp'
COMMONPROGRAMFILES = 'C:\Program Files\Common Files'
TMP = '/tmp'
LOGIN_NAME = 'JNEWM'
USERNAME = 'jnewm'
PROCESSOR_LEVEL = '6'
ProgramFiles(x86) = 'C:\Program Files (x86)'
PSModulePath = 'C:\Windows\system32\WindowsPowerShell\v1.0\Modules\'
MODEL = 'E6x20'
FULL_NAME = 'Newmiller, Jeffrey'
FP_NO_HOST_CHECK = 'NO'
SYSTEMDRIVE = 'C:'
LANG = 'C.UTF-8'
USERPROFILE = 'C:\Users\jnewm'
TZ = 'America/Los_Angeles'
PS1 = '\[\e]0;\w\a\]\n\[\e[32m\]\u@\h \[\e[33m\]\w\[\e[0m\]\n\$ '
LOGONSERVER = '\\FSE1001'
LCIDDEC = '1033'
CommonProgramW6432 = 'C:\Program Files\Common Files'
PROCESSOR_ARCHITECTURE = 'AMD64'
LOCALAPPDATA = 'C:\Users\jnewm\AppData\Local'
VISUALSVN_SERVER = 'C:\Program Files (x86)\VisualSVN Server\'
SYSTYPE = 'OTHER'
ProgramData = 'C:\ProgramData'
SHLVL = '1'
USERDNSDOMAIN = 'VERIT.DNV.COM'
PATHEXT = '.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC'
HOMEDRIVE = 'H:'
COMSPEC = 'C:\Windows\system32\cmd.exe'
SYSTEMROOT = 'C:\Windows'
PRINTER = 'PDFCreator'
PROCESSOR_REVISION = '2a07'
REGIONLOC = 'NO'
TYPE = 'Notebook'
INFOPATH = '/usr/local/info:/usr/share/info:/usr/info:'
PROGRAMFILES = 'C:\Program Files'
DRVDIR = 'C:\DRV'
HOMESHARE = '\\FSE1001\JNEWM$'
PRIMARYGROUP = 'KWCUS881'
NUMBER_OF_PROCESSORS = '4'
SESSIONNAME = 'Console'
COMPUTERNAME = 'FSEL7800'
LCIDHEX = '409'
_ = '/usr/bin/cygcheck'

HKEY_CURRENT_USER\Software\Cygwin
HKEY_CURRENT_USER\Software\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_CURRENT_USER\Software\Cygwin\Program Options
HKEY_CURRENT_USER\Software\Cygwin\setup
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Installations
  (default) = '\??\C:\cygwin64'
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\Program Options
HKEY_LOCAL_MACHINE\SOFTWARE\Cygwin\setup
  (default) = 'C:\cygwin64'

obcaseinsensitive set to 1

Cygwin installations found in the registry:
  System: Key: e022582115c10879 Path: C:\cygwin64
  User:   Key: e022582115c10879 Path: C:\cygwin64

c:  hd  NTFS    238172Mb  49% CP CS UN PA FC     SYSTEM
d:  cd             N/A    N/A                    
g:  net NTFS    858205Mb  85% CP CS UN PA FC     Users+Apps+Common
h:  net NTFS    858205Mb  85% CP CS UN PA FC     Users+Apps+Common
o:  net NTFS    858207Mb  71% CP CS UN PA FC     OrgUnit
p:  net NTFS   1430348Mb  74% CP CS UN PA FC     Projects
q:  net NTFS    858207Mb  71% CP CS UN PA FC     OrgUnit
s:  net NTFS    858205Mb  85% CP CS UN PA FC     Users+Apps+Common
v:  hd             N/A    N/A                    

C:\cygwin64      /          system  binary,auto
C:\cygwin64\bin  /usr/bin   system  binary,auto
C:\cygwin64\lib  /usr/lib   system  binary,auto
cygdrive prefix  /cygdrive  user    binary,posix=0,auto

Found: C:\cygwin64\bin\awk
 -> C:\cygwin64\bin\gawk.exe
Found: C:\cygwin64\bin\bash.exe
Found: C:\cygwin64\bin\cat.exe
Found: C:\cygwin64\bin\cp.exe
Found: C:\strawberry\c\bin\cpp.exe
Not Found: crontab
Found: C:\cygwin64\bin\find.exe
Found: C:\Windows\system32\find.exe
Warning: C:\cygwin64\bin\find.exe hides C:\Windows\system32\find.exe
Found: C:\strawberry\c\bin\gcc.exe
Not Found: gdb
Found: C:\cygwin64\bin\grep.exe
Found: C:\cygwin64\bin\kill.exe
Found: C:\strawberry\c\bin\ld.exe
Found: C:\cygwin64\bin\ls.exe
Not Found: make
Found: C:\cygwin64\bin\mv.exe
Found: C:\strawberry\c\bin\patch.exe
Found: C:\cygwin64\bin\perl.exe
Found: C:\strawberry\perl\bin\perl.exe
Warning: C:\cygwin64\bin\perl.exe hides C:\strawberry\perl\bin\perl.exe
Found: C:\cygwin64\bin\rm.exe
Found: C:\cygwin64\bin\sed.exe
Not Found: ssh
Found: C:\cygwin64\bin\sh.exe
Found: C:\cygwin64\bin\tar.exe
Found: C:\cygwin64\bin\test.exe
Found: C:\cygwin64\bin\vi.exe
Not Found: vim

   37k 2013/07/14 C:\cygwin64\bin\cygamd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygamd-0.dll" v0.0 ts=2013-07-14 15:25
  306k 2013/07/14 C:\cygwin64\bin\cygarpack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygarpack-0.dll" v0.0 ts=2013-07-14 22:07
 2568k 2013/06/23 C:\cygwin64\bin\cygasn1-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygasn1-8.dll" v0.0 ts=2013-06-23 06:23
   16k 2013/03/26 C:\cygwin64\bin\cygattr-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygattr-1.dll" v0.0 ts=2013-03-26 18:26
  448k 2013/03/22 C:\cygwin64\bin\cygblas-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygblas-0.dll" v0.0 ts=2013-03-22 19:15
   64k 2013/03/07 C:\cygwin64\bin\cygbz2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygbz2-1.dll" v0.0 ts=2013-03-07 02:54
   39k 2013/07/14 C:\cygwin64\bin\cygcamd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcamd-0.dll" v0.0 ts=2013-07-14 15:45
   39k 2013/07/14 C:\cygwin64\bin\cygccolamd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygccolamd-0.dll" v0.0 ts=2013-07-14 15:54
  873k 2013/07/14 C:\cygwin64\bin\cygcholmod-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcholmod-0.dll" v0.0 ts=2013-07-14 17:37
   27k 2013/07/14 C:\cygwin64\bin\cygcolamd-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcolamd-0.dll" v0.0 ts=2013-07-14 15:32
   12k 2013/03/11 C:\cygwin64\bin\cygcom_err-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygcom_err-2.dll" v0.0 ts=2013-03-11 03:59
  584k 2013/05/29 C:\cygwin64\bin\cygcruft-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygcruft-1.dll" v0.0 ts=2013-05-29 05:55
    9k 2013/03/07 C:\cygwin64\bin\cygcrypt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypt-0.dll" v0.0 ts=2013-03-07 09:29
 1655k 2013/03/07 C:\cygwin64\bin\cygcrypto-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcrypto-1.0.0.dll" v0.0 ts=2013-03-07 12:01
  395k 2013/08/13 C:\cygwin64\bin\cygcurl-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygcurl-4.dll" v0.0 ts=2013-08-13 00:25
  158k 2013/07/14 C:\cygwin64\bin\cygcxsparse-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygcxsparse-0.dll" v0.0 ts=2013-07-14 16:07
 1526k 2013/03/08 C:\cygwin64\bin\cygdb-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb-5.3.dll" v0.0 ts=2013-03-08 07:55
  111k 2013/03/08 C:\cygwin64\bin\cygdb_cxx-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_cxx-5.3.dll" v0.0 ts=2013-03-08 07:56
  472k 2013/03/08 C:\cygwin64\bin\cygdb_sql-5.3.dll - os=4.0 img=0.0 sys=5.2
                  "cygdb_sql-5.3.dll" v0.0 ts=2013-03-08 07:58
  147k 2013/07/31 C:\cygwin64\bin\cygexpat-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygexpat-1.dll" v0.0 ts=2013-07-31 22:53
 1054k 2013/03/23 C:\cygwin64\bin\cygfftw3-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3-3.dll" v0.0 ts=2013-03-23 09:03
 1014k 2013/03/23 C:\cygwin64\bin\cygfftw3f-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f-3.dll" v0.0 ts=2013-03-23 08:57
   24k 2013/03/23 C:\cygwin64\bin\cygfftw3f_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3f_threads-3.dll" v0.0 ts=2013-03-23 08:57
   23k 2013/03/23 C:\cygwin64\bin\cygfftw3_threads-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygfftw3_threads-3.dll" v0.0 ts=2013-03-23 09:03
  210k 2013/08/05 C:\cygwin64\bin\cygfontconfig-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontconfig-1.dll" v0.0 ts=2013-08-05 07:59
   25k 2013/06/06 C:\cygwin64\bin\cygfontenc-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygfontenc-1.dll" v0.0 ts=2013-06-06 22:13
   53k 2013/05/06 C:\cygwin64\bin\cygformw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygformw-10.dll" v0.0 ts=2013-05-06 08:10
  576k 2013/05/14 C:\cygwin64\bin\cygfreetype-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygfreetype-6.dll" v0.0 ts=2013-05-14 04:50
   67k 2013/07/27 C:\cygwin64\bin\cyggcc_s-seh-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyggcc_s-seh-1.dll" v0.0 ts=2013-07-27 11:45
   29k 2013/03/11 C:\cygwin64\bin\cyggdbm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm-4.dll" v0.0 ts=2013-03-11 05:00
   12k 2013/03/11 C:\cygwin64\bin\cyggdbm_compat-4.dll - os=4.0 img=0.0 sys=5.2
                  "cyggdbm_compat-4.dll" v0.0 ts=2013-03-11 05:01
 1107k 2013/07/27 C:\cygwin64\bin\cyggfortran-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggfortran-3.dll" v0.0 ts=2013-07-27 12:34
  885k 2013/03/14 C:\cygwin64\bin\cygglpk-33.dll - os=4.0 img=0.0 sys=5.2
                  "cygglpk-33.dll" v0.0 ts=2013-03-14 08:19
  443k 2013/08/04 C:\cygwin64\bin\cyggmp-10.dll - os=4.0 img=0.0 sys=5.2
                  "cyggmp-10.dll" v0.0 ts=2013-08-04 20:58
  280k 2013/05/05 C:\cygwin64\bin\cygGraphicsMagick++-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagick++-3.dll" v0.0 ts=2013-05-05 21:13
 2769k 2013/05/05 C:\cygwin64\bin\cygGraphicsMagick-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagick-3.dll" v0.0 ts=2013-05-05 21:12
  143k 2013/05/05 C:\cygwin64\bin\cygGraphicsMagickWand-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygGraphicsMagickWand-2.dll" v0.0 ts=2013-05-05 21:13
 7684k 2013/04/30 C:\cygwin64\bin\cyggs-9.dll - os=4.0 img=0.0 sys=5.2
                  "cyggs-9.dll" v0.0 ts=2013-04-30 12:31
 2247k 2013/06/23 C:\cygwin64\bin\cyggssapi-3.dll - os=4.0 img=0.0 sys=5.2
                  "cyggssapi-3.dll" v0.0 ts=2013-06-23 06:31
 2500k 2013/05/25 C:\cygwin64\bin\cyghdf5-8.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5-8.dll" v0.0 ts=2013-05-25 08:57
  257k 2013/05/25 C:\cygwin64\bin\cyghdf5_cpp-8.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_cpp-8.dll" v0.0 ts=2013-05-25 10:10
  101k 2013/05/25 C:\cygwin64\bin\cyghdf5_hl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_hl-8.dll" v0.0 ts=2013-05-25 10:11
   10k 2013/05/25 C:\cygwin64\bin\cyghdf5_hl_cpp-8.dll - os=4.0 img=0.0 sys=5.2
                  "cyghdf5_hl_cpp-8.dll" v0.0 ts=2013-05-25 10:13
  101k 2013/06/23 C:\cygwin64\bin\cygheimbase-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygheimbase-1.dll" v0.0 ts=2013-06-23 06:20
  135k 2013/06/23 C:\cygwin64\bin\cygheimntlm-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygheimntlm-0.dll" v0.0 ts=2013-06-23 06:28
   29k 2013/03/14 C:\cygwin64\bin\cyghistory7.dll - os=4.0 img=0.0 sys=5.2
                  "cyghistory7.dll" v0.0 ts=2013-03-14 11:14
 1412k 2013/06/23 C:\cygwin64\bin\cyghx509-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyghx509-5.dll" v0.0 ts=2013-06-23 06:24
   78k 2013/03/15 C:\cygwin64\bin\cygICE-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygICE-6.dll" v0.0 ts=2013-03-15 09:46
  998k 2013/03/07 C:\cygwin64\bin\cygiconv-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygiconv-2.dll" v0.0 ts=2013-03-07 03:03
  195k 2013/04/05 C:\cygwin64\bin\cygidn-11.dll - os=4.0 img=0.0 sys=5.2
                  "cygidn-11.dll" v0.0 ts=2013-04-05 09:58
   38k 2013/06/24 C:\cygwin64\bin\cygintl-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygintl-8.dll" v0.0 ts=2013-06-24 04:36
  271k 2013/04/11 C:\cygwin64\bin\cygjasper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygjasper-1.dll" v0.0 ts=2013-04-11 08:18
   48k 2013/04/26 C:\cygwin64\bin\cygjbig-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygjbig-2.dll" v0.0 ts=2013-04-26 06:24
  236k 2013/04/12 C:\cygwin64\bin\cygjpeg-8.dll - os=4.0 img=0.0 sys=5.2
                  "cygjpeg-8.dll" v0.0 ts=2013-04-12 05:00
 3287k 2013/06/23 C:\cygwin64\bin\cygkrb5-26.dll - os=4.0 img=0.0 sys=5.2
                  "cygkrb5-26.dll" v0.0 ts=2013-06-23 06:27
 5321k 2013/03/22 C:\cygwin64\bin\cyglapack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cyglapack-0.dll" v0.0 ts=2013-03-22 19:15
   44k 2013/06/18 C:\cygwin64\bin\cyglber-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglber-2-4-2.dll" v0.0 ts=2013-06-17 21:00
  283k 2013/09/03 C:\cygwin64\bin\cyglcms2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cyglcms2-2.dll" v0.0 ts=2013-09-03 13:56
  243k 2013/06/18 C:\cygwin64\bin\cygldap-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap-2-4-2.dll" v0.0 ts=2013-06-17 21:00
  260k 2013/06/18 C:\cygwin64\bin\cygldap_r-2-4-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygldap_r-2-4-2.dll" v0.0 ts=2013-06-17 21:01
    6k 2013/08/31 C:\cygwin64\bin\cyglsa64.dll - os=4.0 img=0.0 sys=5.2
                  "cyglsa64.dll" v0.0 ts=2013-08-31 19:36
   34k 2013/05/27 C:\cygwin64\bin\cygltdl-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygltdl-7.dll" v0.0 ts=2013-05-27 07:22
  129k 2013/03/07 C:\cygwin64\bin\cyglzma-5.dll - os=4.0 img=0.0 sys=5.2
                  "cyglzma-5.dll" v0.0 ts=2013-03-07 10:20
  102k 2013/03/19 C:\cygwin64\bin\cygmagic-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygmagic-1.dll" v0.0 ts=2013-03-19 14:27
   28k 2013/05/06 C:\cygwin64\bin\cygmenuw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygmenuw-10.dll" v0.0 ts=2013-05-06 08:10
   42k 2013/08/12 C:\cygwin64\bin\cygmetalink-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetalink-3.dll" v0.0 ts=2013-08-13 00:02
  347k 2013/07/14 C:\cygwin64\bin\cygmetis-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygmetis-0.dll" v0.0 ts=2013-07-14 13:12
  319k 2013/05/05 C:\cygwin64\bin\cygmpfr-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygmpfr-4.dll" v0.0 ts=2013-05-05 13:40
   52k 2013/05/06 C:\cygwin64\bin\cygncurses++w-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncurses++w-10.dll" v0.0 ts=2013-05-06 08:14
  295k 2013/05/06 C:\cygwin64\bin\cygncursesw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygncursesw-10.dll" v0.0 ts=2013-05-06 08:08
13754k 2013/05/29 C:\cygwin64\bin\cygoctave-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctave-1.dll" v0.0 ts=2013-05-29 06:23
10303k 2013/05/29 C:\cygwin64\bin\cygoctinterp-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygoctinterp-1.dll" v0.0 ts=2013-05-29 07:01
   13k 2013/05/06 C:\cygwin64\bin\cygpanelw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygpanelw-10.dll" v0.0 ts=2013-05-06 08:09
   11k 2013/07/23 C:\cygwin64\bin\cygpaper-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpaper-1.dll" v0.0 ts=2013-07-23 05:40
  289k 2013/08/04 C:\cygwin64\bin\cygpcre-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygpcre-1.dll" v0.0 ts=2013-08-04 23:51
 1580k 2013/03/11 C:\cygwin64\bin\cygperl5_14.dll - os=4.0 img=0.0 sys=5.2
                  "cygperl5_14.dll" v0.0 ts=2013-03-12 00:25
  147k 2013/03/19 C:\cygwin64\bin\cygpng15-15.dll - os=4.0 img=0.0 sys=5.2
                  "cygpng15-15.dll" v0.0 ts=2013-03-19 02:58
   40k 2013/03/07 C:\cygwin64\bin\cygpopt-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygpopt-0.dll" v0.0 ts=2013-03-07 12:01
  310k 2013/03/18 C:\cygwin64\bin\cygqhull-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygqhull-6.dll" v0.0 ts=2013-03-18 10:56
  319k 2013/03/18 C:\cygwin64\bin\cygqhull_p-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygqhull_p-6.dll" v0.0 ts=2013-03-18 10:56
   95k 2013/04/10 C:\cygwin64\bin\cygqrupdate-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygqrupdate-0.dll" v0.0 ts=2013-04-10 20:26
  302k 2013/07/27 C:\cygwin64\bin\cygquadmath-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygquadmath-0.dll" v0.0 ts=2013-07-27 12:20
  193k 2013/03/14 C:\cygwin64\bin\cygreadline7.dll - os=4.0 img=0.0 sys=5.2
                  "cygreadline7.dll" v0.0 ts=2013-03-14 11:14
  424k 2013/06/23 C:\cygwin64\bin\cygroken-18.dll - os=4.0 img=0.0 sys=5.2
                  "cygroken-18.dll" v0.0 ts=2013-06-23 06:21
   96k 2013/08/11 C:\cygwin64\bin\cygsasl2-3.dll - os=4.0 img=0.0 sys=5.2
                  "cygsasl2-3.dll" v0.0 ts=2013-08-11 20:13
   28k 2013/03/15 C:\cygwin64\bin\cygSM-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygSM-6.dll" v0.0 ts=2013-03-15 09:52
  644k 2013/07/26 C:\cygwin64\bin\cygsqlite3-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsqlite3-0.dll" v0.0 ts=2013-07-26 06:03
  141k 2013/03/11 C:\cygwin64\bin\cygssh2-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygssh2-1.dll" v0.0 ts=2013-03-11 11:42
  377k 2013/03/07 C:\cygwin64\bin\cygssl-1.0.0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssl-1.0.0.dll" v0.0 ts=2013-03-07 12:01
   11k 2013/07/27 C:\cygwin64\bin\cygssp-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygssp-0.dll" v0.0 ts=2013-07-27 12:18
  892k 2013/07/27 C:\cygwin64\bin\cygstdc++-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygstdc++-6.dll" v0.0 ts=2013-07-27 12:02
    8k 2013/07/14 C:\cygwin64\bin\cygsuitesparseconfig-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygsuitesparseconfig-0.dll" v0.0 ts=2013-07-14 15:16
   51k 2013/05/06 C:\cygwin64\bin\cygticw-10.dll - os=4.0 img=0.0 sys=5.2
                  "cygticw-10.dll" v0.0 ts=2013-05-06 08:08
  359k 2013/04/24 C:\cygwin64\bin\cygtiff-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiff-5.dll" v0.0 ts=2013-04-24 06:30
   10k 2013/04/24 C:\cygwin64\bin\cygtiffxx-5.dll - os=4.0 img=0.0 sys=5.2
                  "cygtiffxx-5.dll" v0.0 ts=2013-04-24 06:30
  677k 2013/07/14 C:\cygwin64\bin\cygumfpack-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygumfpack-0.dll" v0.0 ts=2013-07-14 21:49
   15k 2013/03/11 C:\cygwin64\bin\cyguuid-1.dll - os=4.0 img=0.0 sys=5.2
                  "cyguuid-1.dll" v0.0 ts=2013-03-11 03:07
  275k 2013/06/23 C:\cygwin64\bin\cygwind-0.dll - os=4.0 img=0.0 sys=5.2
                  "cygwind-0.dll" v0.0 ts=2013-06-23 06:22
  309k 2013/04/25 C:\cygwin64\bin\cygwmf-0-2-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygwmf-0-2-7.dll" v0.0 ts=2013-04-24 19:33
  101k 2013/04/25 C:\cygwin64\bin\cygwmflite-0-2-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygwmflite-0-2-7.dll" v0.0 ts=2013-04-24 19:33
 1120k 2013/06/06 C:\cygwin64\bin\cygX11-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygX11-6.dll" v0.0 ts=2013-06-06 07:12
   12k 2013/06/06 C:\cygwin64\bin\cygXau-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXau-6.dll" v0.0 ts=2013-06-06 06:23
  368k 2013/03/18 C:\cygwin64\bin\cygXaw-7.dll - os=4.0 img=0.0 sys=5.2
                  "cygXaw-7.dll" v0.0 ts=2013-03-18 22:28
   97k 2013/08/14 C:\cygwin64\bin\cygxcb-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygxcb-1.dll" v0.0 ts=2013-08-14 19:30
   21k 2013/03/13 C:\cygwin64\bin\cygXdmcp-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXdmcp-6.dll" v0.0 ts=2013-03-13 04:58
   56k 2013/06/06 C:\cygwin64\bin\cygXext-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXext-6.dll" v0.0 ts=2013-06-06 10:04
   73k 2013/03/14 C:\cygwin64\bin\cygXft-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygXft-2.dll" v0.0 ts=2013-03-14 05:18
 1212k 2013/04/21 C:\cygwin64\bin\cygxml2-2.dll - os=4.0 img=0.0 sys=5.2
                  "cygxml2-2.dll" v0.0 ts=2013-04-21 05:57
   85k 2013/03/18 C:\cygwin64\bin\cygXmu-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXmu-6.dll" v0.0 ts=2013-03-18 21:58
   60k 2013/03/18 C:\cygwin64\bin\cygXpm-4.dll - os=4.0 img=0.0 sys=5.2
                  "cygXpm-4.dll" v0.0 ts=2013-03-18 22:17
   35k 2013/06/14 C:\cygwin64\bin\cygXrender-1.dll - os=4.0 img=0.0 sys=5.2
                  "cygXrender-1.dll" v0.0 ts=2013-06-14 09:29
  320k 2013/06/06 C:\cygwin64\bin\cygXt-6.dll - os=4.0 img=0.0 sys=5.2
                  "cygXt-6.dll" v0.0 ts=2013-06-06 20:43
   79k 2013/05/09 C:\cygwin64\bin\cygz.dll - os=4.0 img=0.0 sys=5.2
                  "cygz.dll" v0.0 ts=2013-05-09 22:20
 3071k 2013/08/31 C:\cygwin64\bin\cygwin1.dll - os=4.0 img=0.0 sys=5.2
                  "cygwin1.dll" v0.0 ts=2013-08-31 19:37
    Cygwin DLL version info:
        DLL version: 1.7.25
        DLL epoch: 19
        DLL old termios: 5
        DLL malloc env: 28
        Cygwin conv: 181
        API major: 0
        API minor: 270
        Shared data: 5
        DLL identifier: cygwin1
        Mount registry: 3
        Cygwin registry name: Cygwin
        Program options name: Program Options
        Installations name: Installations
        Cygdrive default prefix: 
        Build date: 
        Shared id: cygwin1S5


Can't find the cygrunsrv utility, skipping services check.


Cygwin Package Information
Last downloaded files to: C:\Users\jnewm\Downloads\cygwin_setup
Last downloaded files from: http://mirrors.kernel.org/sourceware/cygwin/

Package                 Version         Status
_autorebase             000011-1        OK
_update-info-dir        00235-1         OK
alternatives            1.3.30c-10      OK
base-cygwin             3.3-1           OK
base-files              4.1-1           OK
bash                    4.1.11-2        OK
bzip2                   1.0.6-2         OK
ca-certificates         1.87-1          OK
coreutils               8.15-3          OK
curl                    7.32.0-1        OK
cygutils                1.4.14-1        OK
cygwin                  1.7.25-1        OK
dash                    0.5.7-4         OK
diffutils               3.3-1           OK
editrights              1.02-1          OK
file                    5.13-1          OK
findutils               4.5.11-1        OK
font-adobe-dpi75        1.0.2-1         OK
font-alias              1.0.3-1         OK
font-encodings          1.0.4-1         OK
font-misc-misc          1.1.1-1         OK
fontconfig              2.10.93-1       OK
gawk                    4.1.0-1         OK
ghostscript             9.06-2          OK
ghostscript-fonts-other 6.0-1           OK
ghostscript-fonts-std   8.11-1          OK
grep                    2.14-2          OK
groff                   1.22.2-1        OK
gzip                    1.4-1           OK
hostname                3.13-1          OK
ipc-utils               1.0-2           OK
less                    458-1           OK
libamd0                 2.3.1-2         OK
libarpack0              3.1.3-1         OK
libasn1_8               1.5.2-4         OK
libattr1                2.4.46-1        OK
libbz2_1                1.0.6-2         OK
libcamd0                2.3.1-2         OK
libccolamd0             2.8.0-2         OK
libcholmod0             2.1.2-1         OK
libcolamd0              2.8.0-2         OK
libcom_err2             1.42.7-1        OK
libcrypt0               1.1-1           OK
libcurl4                7.32.0-1        OK
libcxsparse0            3.1.2-1         OK
libdb5.3                5.3.21-1        OK
libexpat1               2.1.0-3         OK
libfftw3_3              3.3.3-1         OK
libfontconfig1          2.10.93-1       OK
libfontenc1             1.1.2-1         OK
libfreetype6            2.4.12-1        OK
libgcc1                 4.8.1-3         OK
libgdbm4                1.10-2          OK
libgfortran3            4.8.1-3         OK
libglpk33               4.48-1          OK
libgmp10                5.1.2-1         OK
libGraphicsMagick3      1.3.18-2        OK
libgs9                  9.06-2          OK
libgssapi3              1.5.2-4         OK
libhdf5_8               1.8.11-1        OK
libheimbase1            1.5.2-4         OK
libheimntlm0            1.5.2-4         OK
libhx509_5              1.5.2-4         OK
libICE6                 1.0.8-1         OK
libiconv2               1.14-1          OK
libidn11                1.26-1          OK
libintl8                0.18.1.1-3      OK
libjasper1              1.900.1-13      OK
libjbig2                2.0-12          OK
libjpeg8                1.2.1-2         OK
libkrb5_26              1.5.2-4         OK
liblapack0              3.4.2-1         OK
liblcms2_2              2.5-1           OK
libltdl7                2.4.2-3         OK
liblzma5                5.0.4-1         OK
libmetalink3            0.1.2-1         OK
libmetis0               5.1.0-1         OK
libmpfr4                3.1.2-1         OK
libncursesw10           5.9-4           OK
libopenldap2_4_2        2.4.35-1        OK
libopenssl100           1.0.1e-1        OK
libpaper-common         1.1.24-2        OK
libpaper1               1.1.24-2        OK
libpcre1                8.33-1          OK
libpng15                1.5.14-1        OK
libpopt0                1.16-1          OK
libqhull_6              2012.1-2        OK
libqrupdate0            1.1.2-1         OK
libquadmath0            4.8.1-3         OK
libreadline7            6.2-1           OK
libroken18              1.5.2-4         OK
libsasl2_3              2.1.26-5        OK
libSM6                  1.2.1-1         OK
libsqlite3_0            3.7.17-3        OK
libssh2_1               1.4.2-1         OK
libssp0                 4.8.1-3         OK
libstdc++6              4.8.1-3         OK
libsuitesparseconfig0   4.2.1-1         OK
libtiff5                3.9.7-3         OK
libumfpack0             5.6.2-1         OK
libuuid1                2.21.2-1        OK
libwind0                1.5.2-4         OK
libwmf027               0.2.8.4-1       OK
libX11_6                1.6.0-1         OK
libXau6                 1.0.8-1         OK
libXaw7                 1.0.11-1        OK
libxcb1                 1.9.1-2         OK
libXdmcp6               1.1.1-1         OK
libXext6                1.3.2-1         OK
libXft2                 2.3.1-1         OK
libxml2                 2.9.1-1         OK
libXmu6                 1.1.1-1         OK
libXpm4                 3.5.10-1        OK
libXrender1             0.9.8-1         OK
libXt6                  1.1.4-1         OK
login                   1.10-10         OK
luit                    20121014-1      OK
man                     1.6g-2          OK
mintty                  1.2-beta1-1     OK
mkfontdir               1.0.7-1         OK
mkfontscale             1.1.1-1         OK
octave                  3.6.4-1         OK
perl                    5.14.4-1        OK
rebase                  4.4.0.1-1       OK
run                     1.3.0-1         OK
sed                     4.2.2-3         OK
tar                     1.26-1          OK
terminfo                5.9-4           OK
texinfo                 4.13-1          OK
tzcode                  2013c-1         OK
unzip                   6.0-1           OK
vim-minimal             7.3.1314-1      OK
wget                    1.13.4-1        OK
which                   2.20-2          OK
xterm                   291-1           OK
xz                      5.0.4-1         OK
zlib0                   1.2.8-1         OK
Use -h to see help about each section

[-- Attachment #3: locate.exe.stackdump --]
[-- Type: application/octet-stream, Size: 505 bytes --]

Exception: STATUS_ACCESS_VIOLATION at rip=0010040368B
rax=0000000000000000 rbx=000000000022A960 rcx=0000000000000000
rdx=000000010041D87A rsi=00000006000387C8 rdi=0000000000000000
r8 =0000000000000000 r9 =000000000022A958 r10=0000000000230000
r11=0000000100402CB9 r12=000000010041D7A9 r13=0000000000000000
r14=00000000FFFFFFFF r15=0000000000000000
rbp=0000000000000007 rsp=000000000022A820
program=C:\cygwin64\bin\locate.exe, pid 1500, thread main
cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B

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

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

* Re: cygwin64 1.7.25 "locate" core dumps
  2013-09-17  4:06 cygwin64 1.7.25 "locate" core dumps Jeff.Newmiller
@ 2013-10-26  6:14 ` Steve
  2013-10-26 16:23   ` Corinna Vinschen
  0 siblings, 1 reply; 5+ messages in thread
From: Steve @ 2013-10-26  6:14 UTC (permalink / raw)
  To: cygwin

On Mon, Sep 16, 2013 at 6:45 PM,  <Jeff.Newmiller@dnvkema.com> wrote:
> Could not find reports on core dumps in system programs recently, or problems
> with the locate tool.
>
> What I do:
>
> --------------------------------------------------------------------------
> JNEWM@FSEL7800 ~
> $ locate junk
> /home/JNEWM/.cpan/build/Email-Simple-2.102-AftJAF/t/header-junk.t
> /home/JNEWM/.cpan/build/Email-Simple-2.102-AftJAF/t/test-mails/junk-in-header
> /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk-extracted.ref
> /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk-target.msg
> /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk.msg
> /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk.ref
> Segmentation fault (core dumped)
>
> JNEWM@FSEL7800 ~
> $
> --------------------------------------------------------------------------
>
> The tool works, except that it core dumps so it doesn't seem to feed a pipe
> very well.
>
> I tried running strace, and the end of the trace looks like the following.
> It looks to me like the problem happened during or just after the file close.
>
> --------------------------------------------------------------------------
>    19 84479661 [main] locate 9720 read: 65536 = read(3, 0x60003B2D0, 65536)
> 748393 85228054 [main] locate 9720 read: read(3, 0x60003B2D0, 65536) blocking
>    42 85228096 [main] locate 9720 fhandler_base::read: returning 65536, binary mode
>    13 85228109 [main] locate 9720 read: 65536 = read(3, 0x60003B2D0, 65536)
> 767492 85995601 [main] locate 9720 read: read(3, 0x60003B2D0, 65536) blocking
>    41 85995642 [main] locate 9720 fhandler_base::read: returning 65536, binary mode
>    13 85995655 [main] locate 9720 read: 65536 = read(3, 0x60003B2D0, 65536)
> 1058095 87053750 [main] locate 9720 read: read(3, 0x60003B2D0, 65536) blocking
>    41 87053791 [main] locate 9720 fhandler_base::read: returning 57882, binary mode
>    13 87053804 [main] locate 9720 read: 57882 = read(3, 0x60003B2D0, 65536)
> 1025302 88079106 [main] locate 9720 read: read(3, 0x60003B2D0, 65536) blocking
>    25 88079131 [main] locate 9720 fhandler_base::read: returning 0, binary mode
>    13 88079144 [main] locate 9720 read: 0 = read(3, 0x60003B2D0, 65536)
>   177 88079321 [main] locate 9720 close: close(3)
>    18 88079339 [main] locate 9720 fhandler_base::close: closing '/var/locatedb' handle 0x1DC
>    37 88079376 [main] locate 9720 close: 0 = close(3)
> --- Process 9720, exception c0000005 at 000000010040368B
>   176 88079552 [main] locate 9720 exception::handle: In cygwin_except_handler exception 0xC0000005 at 0x10040368B sp 0x22A800
>    14 88079566 [main] locate 9720 exception::handle: In cygwin_except_handler signal 11 at 0x10040368B
>    12 88079578 [main] locate 9720 try_to_debug: debugger_command ''
>    16 88079594 [main] locate 9720 _cygtls::inside_kernel: pc 0x10040368B, h 0x100400000, inside_kernel 0
>    19 88079613 [main] locate 9720 normalize_posix_path: src /dev/kmsg
>    13 88079626 [main] locate 9720 normalize_posix_path: /dev/kmsg = normalize_posix_path (/dev/kmsg)
>    12 88079638 [main] locate 9720 mount_info::conv_to_win32_path: conv_to_win32_path (/dev/kmsg)
>    15 88079653 [main] locate 9720 mount_info::conv_to_win32_path: src_path /dev/kmsg, dst \Device\MailSlot\cygwin\dev\kmsg, flags 0x2, rc 0
>    24 88079677 [main] locate 9720 build_fh_pc: fh 0x1802DFC70, dev 0001000B
>    62 88079739 [main] locate 9720 seterrno_from_nt_status: /home/corinna/src/cygwin/cygwin-1.7.25/64/cygwin-1.7.25-1/src/src/winsup/cygwin/fhandler_mailslot.cc:134 status 0xC0000034 -> windows error 2
>    15 88079754 [main] locate 9720 geterrno_from_win_error: windows error 2 == errno 2
>    13 88079767 [main] locate 9720 sig_send: sendsig 0x88, pid 9720, signal 11, its_me 1
>    13 88079780 [main] locate 9720 sig_send: wakeup 0xF0
>    16 88079796 [main] locate 9720 sig_send: Waiting for pack.wakeup 0xF0
>    21 88079817 [sig] locate 9720 sigpacket::process: signal 11 processing
>    26 88079843 [sig] locate 9720 sigpacket::process: signal 11, signal handler 0x18006F710
>    14 88079857 [sig] locate 9720 sigpacket::setup_handler: controlled interrupt. stackptr 0x22E028, stack 0x22E028, stackptr[-1] 0x22E028
>    15 88079872 [sig] locate 9720 proc_subproc: args: 5, 1
>    17 88079889 [sig] locate 9720 proc_subproc: clear waiting threads
>    12 88079901 [sig] locate 9720 proc_subproc: finished clearing
>    11 88079912 [sig] locate 9720 proc_subproc: returning 1
>    12 88079924 [sig] locate 9720 _cygtls::interrupt_setup: armed signal_arrived 0xF4, signal 11
>    12 88079936 [sig] locate 9720 sigpacket::setup_handler: signal 11 delivered
>    12 88079948 [sig] locate 9720 sigpacket::process: returning 1
>    12 88079960 [sig] locate 9720 wait_sig: signalling pack.wakeup 0xF0
>    15 88079975 [main] locate 9720 set_process_mask_delta: oldmask 0, newmask 0, deltamask 0
>    16 88079991 [main] locate 9720 signal_exit: exiting due to signal 11
>    13 88080004 [main] locate 9720 try_to_debug: debugger_command ''
> 88082154 [main] locate 9720 open_stackdumpfile: Dumping stack trace to locate.exe.stackdump
>  2150 88082154 [main] locate 9720 open_stackdumpfile: Dumping stack trace to locate.exe.stackdump
> 408716 88490870 [main] locate 9720 signal_exit: about to call do_exit (8B)
>   213 88491083 [main] locate 9720 do_exit: do_exit (139), exit_state 2
>    15 88491098 [main] locate 9720 void: 0x0 = signal (20, 0x1)
>    11 88491109 [main] locate 9720 void: 0x0 = signal (1, 0x1)
>     9 88491118 [main] locate 9720 void: 0x0 = signal (2, 0x1)
>    10 88491128 [main] locate 9720 void: 0x0 = signal (3, 0x1)
>    14 88491142 [main] locate 9720 fhandler_base::close_with_arch: line 1091:  /dev/pty0<0x1802DF470> usecount + -1 = 3
>    11 88491153 [main] locate 9720 fhandler_base::close_with_arch: not closing archetype
>    12 88491165 [main] locate 9720 fhandler_base::close_with_arch: line 1091:  /dev/pty0<0x1802DF470> usecount + -1 = 2
>    10 88491175 [main] locate 9720 fhandler_base::close_with_arch: not closing archetype
>    16 88491191 [main] locate 9720 fhandler_base::close_with_arch: line 1091:  /dev/pty0<0x1802DF470> usecount + -1 = 1
>    10 88491201 [main] locate 9720 fhandler_base::close_with_arch: not closing archetype
>    10 88491211 [main] locate 9720 init_cygheap::close_ctty: closing cygheap->ctty 0x1802DF470
>    10 88491221 [main] locate 9720 fhandler_base::close_with_arch: closing passed in archetype 0x0, usecount 0
>    10 88491231 [main] locate 9720 fhandler_pty_slave::cleanup: /dev/pty0 closed, usecount 0
>    11 88491242 [main] locate 9720 fhandler_pty_slave::close: closing last open /dev/pty0 handle
>    83 88491325 [main] locate 9720 fhandler_console::free_console: freed console, res 1
>    17 88491342 [main] locate 9720 fhandler_pty_common::close: pty0 <0xBC,0xC4> closing
>    13 88491355 [main] locate 9720 dtable::delete_archetype: deleting element 0 for /dev/pty0(136/0)
>    12 88491367 [main] locate 9720 getpid: 9720 = getpid()
>    10 88491377 [main] locate 9720 proc_terminate: nprocs 0
>    10 88491387 [main] locate 9720 proc_terminate: leaving
>    18 88491405 [main] locate 9720 pinfo::exit: Calling ExitProcess n 0x8B, exitcode 0x8B00
> --------------------------------------------------------------------------
>
> ------------------------------------------------------------------------
> Jeff Newmiller, Principal Engineer             DNV KEMA Renewables, Inc.
> jeff.newmiller@dnvkema.com    http://www.dnvkema.com/services/ces/solar/
> ------------------------------------------------------------------------
> Please note: BEW Engineering Inc has merged with DNV KEMA Renewables, Inc.
> My email address is changing (again) to the one you see on this email.
> While emails to my bewengineering.com address and my dnv.com address
> should continue to work for some time, I would appreciate it if you
> would update your address book to reflect the new dnvkema.com domain name.
>
>
> --
> 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

I have the same exact issue and outputs as you do.

I ran:
$ gdb locate.exe
(gdb) run findthis
Starting program: /usr/bin/locate findthis
[New Thread 4616.0x2794]
[New Thread 4616.0x2178]

Program received signal SIGSEGV, Segmentation fault.
splitstring (s=s@entry=0x0, separators=separators@entry=0x10041d87a
":", first=first@entry=false, pos=pos@entry=0x22a928,
    len=len@entry=0x22a930) at
/usr/src/debug/findutils-4.5.11-1/lib/splitstring.c:58
58            if (s[*pos])

Seems like a problem trying to process the next string if it exists...
Here is the relevant function from splitstring.c:58
____
splitstring(const char *s, const char *separators, bool first,
        size_t *pos, size_t *len)
{
  if (first)
    {
      *pos = 0u;
      *len = 0u;
    }
  else
    {
      *pos += *len;        /* advance to the next field. */
      if (s[*pos])
    ++*pos;            /* skip the separator */
      else
    return false;        /* we reached the end. */
    }
  *len = field_length (&s[*pos], separators);
  return true;
}
____

Not sure if this helps at all...

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

* Re: cygwin64 1.7.25 "locate" core dumps
  2013-10-26  6:14 ` Steve
@ 2013-10-26 16:23   ` Corinna Vinschen
  2013-10-28 16:17     ` Thorsten Kampe
  2013-10-28 16:43     ` Corinna Vinschen
  0 siblings, 2 replies; 5+ messages in thread
From: Corinna Vinschen @ 2013-10-26 16:23 UTC (permalink / raw)
  To: cygwin; +Cc: Eric Blake

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

On Oct 25 20:19, Steve wrote:
> On Mon, Sep 16, 2013 at 6:45 PM,  <Jeff.Newmiller@dnvkema.com> wrote:
> > Could not find reports on core dumps in system programs recently, or problems
> > with the locate tool.
> >
> > What I do:
> >
> > --------------------------------------------------------------------------
> > JNEWM@FSEL7800 ~
> > $ locate junk
> > /home/JNEWM/.cpan/build/Email-Simple-2.102-AftJAF/t/header-junk.t
> > /home/JNEWM/.cpan/build/Email-Simple-2.102-AftJAF/t/test-mails/junk-in-header
> > /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk-extracted.ref
> > /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk-target.msg
> > /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk.msg
> > /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk.ref
> > Segmentation fault (core dumped)

WJFFM.  I created a new updatedb like this:

  $ LC_ALL=C updatedb --prunefs='nfs smbfs' --prunepaths='/dev /cygdrive /proc /tmp /var/cache/ccache /var/spool /var/tmp /usr/bin /usr/lib'

> > --- Process 9720, exception c0000005 at 000000010040368B
                                            ^^^^^^^^^^^^^^^^

This is an address within the locate executable itself, line 58 in
lib/splitstring.c.  Either a wrong pointer or a broken length
information.

Does it work if you regenerate your updatedb, perhaps?

Eric, is this perhaps a know bug in locate from findutils 4.5.11?


Corinna

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

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

* Re: cygwin64 1.7.25 "locate" core dumps
  2013-10-26 16:23   ` Corinna Vinschen
@ 2013-10-28 16:17     ` Thorsten Kampe
  2013-10-28 16:43     ` Corinna Vinschen
  1 sibling, 0 replies; 5+ messages in thread
From: Thorsten Kampe @ 2013-10-28 16:17 UTC (permalink / raw)
  To: cygwin

* Corinna Vinschen (Sat, 26 Oct 2013 13:11:18 +0200)
> On Oct 25 20:19, Steve wrote:
> > On Mon, Sep 16, 2013 at 6:45 PM,  <Jeff.Newmiller@dnvkema.com> wrote:
> > > Could not find reports on core dumps in system programs recently, or problems
> > > with the locate tool.
> > >
> > > What I do:
> > >
> > > --------------------------------------------------------------------------
> > > JNEWM@FSEL7800 ~
> > > $ locate junk
> > > /home/JNEWM/.cpan/build/Email-Simple-2.102-AftJAF/t/header-junk.t
> > > /home/JNEWM/.cpan/build/Email-Simple-2.102-AftJAF/t/test-mails/junk-in-header
> > > /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk-extracted.ref
> > > /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk-target.msg
> > > /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk.msg
> > > /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk.ref
> > > Segmentation fault (core dumped)

Same with me on two Cygwin X64 installations (but not on x32).

Thorsten


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

* Re: cygwin64 1.7.25 "locate" core dumps
  2013-10-26 16:23   ` Corinna Vinschen
  2013-10-28 16:17     ` Thorsten Kampe
@ 2013-10-28 16:43     ` Corinna Vinschen
  1 sibling, 0 replies; 5+ messages in thread
From: Corinna Vinschen @ 2013-10-28 16:43 UTC (permalink / raw)
  To: cygwin, Eric Blake

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

On Oct 26 13:11, Corinna Vinschen wrote:
> On Oct 25 20:19, Steve wrote:
> > On Mon, Sep 16, 2013 at 6:45 PM,  <Jeff.Newmiller@dnvkema.com> wrote:
> > > Could not find reports on core dumps in system programs recently, or problems
> > > with the locate tool.
> > >
> > > What I do:
> > >
> > > --------------------------------------------------------------------------
> > > JNEWM@FSEL7800 ~
> > > $ locate junk
> > > /home/JNEWM/.cpan/build/Email-Simple-2.102-AftJAF/t/header-junk.t
> > > /home/JNEWM/.cpan/build/Email-Simple-2.102-AftJAF/t/test-mails/junk-in-header
> > > /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk-extracted.ref
> > > /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk-target.msg
> > > /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk.msg
> > > /home/JNEWM/.cpan/build/MIME-tools-5.503-wxTSaY/testmsgs/uu-junk.ref
> > > Segmentation fault (core dumped)
> 
> WJFFM.  I created a new updatedb like this:
> 
>   $ LC_ALL=C updatedb --prunefs='nfs smbfs' --prunepaths='/dev /cygdrive /proc /tmp /var/cache/ccache /var/spool /var/tmp /usr/bin /usr/lib'
> 
> > > --- Process 9720, exception c0000005 at 000000010040368B
>                                             ^^^^^^^^^^^^^^^^
> 
> This is an address within the locate executable itself, line 58 in
> lib/splitstring.c.  Either a wrong pointer or a broken length
> information.
> 
> Does it work if you regenerate your updatedb, perhaps?
> 
> Eric, is this perhaps a know bug in locate from findutils 4.5.11?

I found the cause for the crash.  locate from findutils 4.5.11 has
a bug which results in trying to dereference a NULL string pointer.
It happens because it neglects to check the string for being non-NULL
at one point in the source... which, unfortunately, can be hit easily.

Apart from a findutils update to 4.5.12, a temporary workaround is
easy:

  $ export LOCATE_PATH=/var/locatedb
  $ locate junk
  [...no crash...]
  $ 


HTH,
Corinna

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

[-- Attachment #2: Type: application/pgp-signature, Size: 836 bytes --]

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

end of thread, other threads:[~2013-10-28 16:17 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-17  4:06 cygwin64 1.7.25 "locate" core dumps Jeff.Newmiller
2013-10-26  6:14 ` Steve
2013-10-26 16:23   ` Corinna Vinschen
2013-10-28 16:17     ` Thorsten Kampe
2013-10-28 16:43     ` 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).