Welcome to iraf.net Wednesday, May 22 2024 @ 12:19 AM GMT


 Forum Index > Help Desk > General IRAF New Topic Post Reply
 Slow cygwin IRAF problem.
   
Mattias Ergon
 10/16/2009 05:38PM (Read 2088 times)  
+----
Newbie

Status: offline


Registered: 04/11/2009
Posts: 7
Hi!I have a problem with cygwin IRAF installed on my XP laptop. Sometimes (often) IRAF tasks are running very slowly. Checking the CPU it's more or less idle. Running an strace on x_images.e shows that most time is spent in connecting to port 1432. This seems to fail with a connection refused error.I tried to shut down my firewall but that did not solve the problem. Any ideas?/Mattias

 
Profile Email
 Quote
fitz
 10/16/2009 05:38PM  
AAAAA
Admin

Status: offline


Registered: 09/30/2005
Posts: 4040
IRAF doesn't specifically use port 1432, what I could find out about that particular port is detailed at http://www.pc-library.com/ports/tcp-udp-port/1432/If you're using remote disks for the data (e.g. NFS mounted partitions) then the slowdown might be because of the NFS, otherwise the worst IRAF does explicitly are things like resolving host names. What are the calls before the port 1432 connection, anything that might be considered "strange"?-Mike

 
Profile Email
 Quote
Mattias Ergon
 10/16/2009 05:38PM  
+----
Newbie

Status: offline


Registered: 04/11/2009
Posts: 7
Hi!Here's the full strace of x_images.e during the execution of the imhead task.I've marked the first place (it's repated several times) where this seems to happen./ Mattias[code:1:c610fed608]
**********************************************
Program name: C:\cygwin\home\Mattias-Ergon\iraf\irafbin\bin.cygwin\x_images.e (pid 4532, ppid 1112)
App version: 1005.19, api: 0.150
DLL version: 1005.25, api: 0.156
DLL build: 2008-06-12 19:34
OS version: Windows NT-5.1
Heap size: 402653184
Date/Time: 2009-10-16 17:36:30
**********************************************
17426255 17426670 [read_pipe] x_images.e 4532 fhandler_base::read: returning 2, binary mode
236 17426906 [main] x_images.e 4532 readv: 2 = readv (0, 0x22C700, 1), errno 111
35 17426941 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
40 17426981 [main] x_images.e 4532 sig_send: wakeup 0x624
40 17427021 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
34 17427055 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
35 17427090 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
29 17427119 [main] x_images.e 4532 readv: readv (0, 0x22C700, 1) blocking, sigcatchers 11
78 17427197 [read_pipe] x_images.e 4532 fhandler_base::read: returning 2, binary mode
286 17427483 [main] x_images.e 4532 readv: 2 = readv (0, 0x22C700, 1), errno 111
38 17427521 [main] x_images.e 4532 set_signal_mask: oldmask 0x0, newmask 0x4002, mask_bits 0x0
30 17427551 [main] x_images.e 4532 set_signal_mask: not calling sig_dispatch_pending
29 17427580 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
30 17427610 [main] x_images.e 4532 sig_send: wakeup 0x624
32 17427642 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
30 17427672 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
31 17427703 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
28 17427731 [main] x_images.e 4532 readv: readv (0, 0x22C700, 1) blocking, sigcatchers 11
164 17427895 [read_pipe] x_images.e 4532 fhandler_base::read: returning 256, binary mode
187 17428082 [main] x_images.e 4532 readv: 256 = readv (0, 0x22C700, 1), errno 111
33 17428115 [main] x_images.e 4532 set_signal_mask: oldmask 0x4002, newmask 0x0, mask_bits 0x4002
31 17428146 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -39, its_me 1
29 17428175 [main] x_images.e 4532 sig_send: wakeup 0x624
30 17428205 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
29 17428234 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
31 17428265 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -39
614 17428879 [main] x_images.e 4532 normalize_posix_path: src t_ALsj130121.fits
29 17428908 [main] x_images.e 4532 cwdstuff::get: posix /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013
29 17428937 [main] x_images.e 4532 cwdstuff::get: (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013) = cwdstuff::get (0x22C1B0, 260, 1, 0), errno 111
37 17428974 [main] x_images.e 4532 normalize_posix_path: /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits = normalize_posix_path (t_ALsj130121.fits)
38 17429012 [main] x_images.e 4532 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
35 17429047 [main] x_images.e 4532 set_flags: flags: binary (0x2)
40 17429087 [main] x_images.e 4532 mount_info::conv_to_win32_path: src_path /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, dst C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, flags 0xA, rc 0
71 17429158 [main] x_images.e 4532 symlink_info::check: not a symlink
34 17429192 [main] x_images.e 4532 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x22BE70) (0xA)
34 17429226 [main] x_images.e 4532 path_conv::check: this->path(C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits), has_acls(1)
39 17429265 [main] x_images.e 4532 build_fh_pc: fh 0x6116E108
40 17429305 [main] x_images.e 4532 access: returning 0
214 17429519 [main] x_images.e 4532 normalize_posix_path: src t_ALsj130121.fits
41 17429560 [main] x_images.e 4532 cwdstuff::get: posix /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013
33 17429593 [main] x_images.e 4532 cwdstuff::get: (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013) = cwdstuff::get (0x22C1A0, 260, 1, 0), errno 111
42 17429635 [main] x_images.e 4532 normalize_posix_path: /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits = normalize_posix_path (t_ALsj130121.fits)
41 17429676 [main] x_images.e 4532 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
31 17429707 [main] x_images.e 4532 set_flags: flags: binary (0x2)
37 17429744 [main] x_images.e 4532 mount_info::conv_to_win32_path: src_path /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, dst C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, flags 0xA, rc 0
61 17429805 [main] x_images.e 4532 symlink_info::check: not a symlink
32 17429837 [main] x_images.e 4532 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x22BE60) (0xA)
141 17429978 [main] x_images.e 4532 path_conv::check: this->path(C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits), has_acls(1)
33 17430011 [main] x_images.e 4532 build_fh_pc: fh 0x6116E108
30 17430041 [main] x_images.e 4532 access: returning 0
349 17430390 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
33 17430423 [main] x_images.e 4532 sig_send: wakeup 0x624
36 17430459 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
3 17430462 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
60 17430522 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
38 17430560 [main] x_images.e 4532 sigaction_worker: signal 2, newact 0x22C890 (handler 0x1), oa 0x69B7C6
31 17430591 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -2, its_me 1
41 17430632 [main] x_images.e 4532 sig_send: wakeup 0x624
35 17430667 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
3 17430670 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
56 17430726 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -2
34 17430760 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
88 17430848 [main] x_images.e 4532 sig_send: wakeup 0x624
33 17430881 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
34 17430915 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
37 17430952 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
32 17430984 [main] x_images.e 4532 sigaction_worker: signal 15, newact 0x22C890 (handler 0x1), oa 0x69B7C6
28 17431012 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -15, its_me 1
31 17431043 [main] x_images.e 4532 sig_send: wakeup 0x624
121 17431164 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
47 17431211 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
48 17431259 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -15
38 17431297 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
36 17431333 [main] x_images.e 4532 sig_send: wakeup 0x624
42 17431375 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
3 17431378 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
61 17431439 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
34 17431473 [main] x_images.e 4532 sigaction_worker: signal 2, newact 0x22C890 (handler 0x69B7C6), oa 0x1
34 17431507 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
36 17431543 [main] x_images.e 4532 sig_send: wakeup 0x624
35 17431578 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
38 17431616 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
34 17431650 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
36 17431686 [main] x_images.e 4532 sigaction_worker: signal 15, newact 0x22C890 (handler 0x69B7C6), oa 0x1
34 17431720 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
34 17431754 [main] x_images.e 4532 sig_send: wakeup 0x624
38 17431792 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
38 17431830 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
43 17431873 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
38 17431911 [main] x_images.e 4532 open: open (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x4000)
33 17431944 [main] x_images.e 4532 normalize_posix_path: src /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits
29 17431973 [main] x_images.e 4532 normalize_posix_path: /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits = normalize_posix_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
37 17432010 [main] x_images.e 4532 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
33 17432043 [main] x_images.e 4532 set_flags: flags: binary (0x2)
28 17432071 [main] x_images.e 4532 mount_info::conv_to_win32_path: src_path /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, dst C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, flags 0xA, rc 0
76 17432147 [main] x_images.e 4532 symlink_info::check: not a symlink
36 17432183 [main] x_images.e 4532 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x22C0F0) (0xA)
48 17432231 [main] x_images.e 4532 path_conv::check: this->path(C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits), has_acls(1)
43 17432274 [main] x_images.e 4532 build_fh_pc: fh 0x6116E108
33 17432307 [main] x_images.e 4532 fhandler_base::open: (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x104000)
274 17432581 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x104000, supplied_bin 0x10000
35 17432616 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
29 17432645 [main] x_images.e 4532 fhandler_base::open: 0 = NtCreateFile (0x624, 80100000, C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, io, NULL, 0, 7, 1, 4020, NULL, 0)
49 17432694 [main] x_images.e 4532 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x104000)
39 17432733 [main] x_images.e 4532 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x4000)
33 17432766 [main] x_images.e 4532 open: 3 = open (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x4000)
37 17432803 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
35 17432838 [main] x_images.e 4532 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
36 17432874 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
35 17432909 [main] x_images.e 4532 fcntl_worker: 0 = fcntl (3, 4, 0x0)
29 17432938 [main] x_images.e 4532 stat64: entering
46 17432984 [main] x_images.e 4532 normalize_posix_path: src /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits
35 17433019 [main] x_images.e 4532 normalize_posix_path: /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits = normalize_posix_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
33 17433052 [main] x_images.e 4532 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
36 17433088 [main] x_images.e 4532 set_flags: flags: binary (0x2)
37 17433125 [main] x_images.e 4532 mount_info::conv_to_win32_path: src_path /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, dst C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, flags 0xA, rc 0
79 17433204 [main] x_images.e 4532 symlink_info::check: not a symlink
29 17433233 [main] x_images.e 4532 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x22C0F0) (0xA)
44 17433277 [main] x_images.e 4532 path_conv::check: this->path(C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits), has_acls(1)
31 17433308 [main] x_images.e 4532 build_fh_pc: fh 0x6116A458
37 17433345 [main] x_images.e 4532 stat_worker: (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x22C840, 0, 0x6116A458), file_attributes 544
40 17433385 [main] x_images.e 4532 fhandler_base::open: (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x110000)
54 17433439 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
30 17433469 [main] x_images.e 4532 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
31 17433500 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
28 17433528 [main] x_images.e 4532 fhandler_base::open: 0 = NtCreateFile (0x598, 20080, C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, io, NULL, 0, 7, 1, 4000, NULL, 0)
32 17433560 [main] x_images.e 4532 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x110000)
36 17433596 [main] x_images.e 4532 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x10000)
48 17433644 [main] x_images.e 4532 get_file_attribute: file: C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits
85 17433729 [main] x_images.e 4532 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-3337508496-1830193563-1758173110-1005
31 17433760 [main] x_images.e 4532 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-3337508496-1830193563-1758173110-513
39 17433799 [main] x_images.e 4532 get_info_from_sd: ACL 1A4, uid 1005, gid 513
63 17433862 [main] x_images.e 4532 fhandler_base::fstat_helper: 0 = fstat (, 0x22C840) st_atime=4AD892D3 st_size=9034560, st_mode=0x81A4, st_ino=5629499534622892, sizeof=96
38 17433900 [main] x_images.e 4532 fhandler_base::close: closing '/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits' handle 0x598
56 17433956 [main] x_images.e 4532 stat_worker: 0 = (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x22C840)
34 17433990 [main] x_images.e 4532 stat64: entering
38 17434028 [main] x_images.e 4532 normalize_posix_path: src /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits
30 17434058 [main] x_images.e 4532 normalize_posix_path: /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits = normalize_posix_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
34 17434092 [main] x_images.e 4532 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
35 17434127 [main] x_images.e 4532 set_flags: flags: binary (0x2)
32 17434159 [main] x_images.e 4532 mount_info::conv_to_win32_path: src_path /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, dst C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, flags 0xA, rc 0
57 17434216 [main] x_images.e 4532 symlink_info::check: not a symlink
30 17434246 [main] x_images.e 4532 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x22B640) (0xA)
41 17434287 [main] x_images.e 4532 path_conv::check: this->path(C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits), has_acls(1)
33 17434320 [main] x_images.e 4532 build_fh_pc: fh 0x6116A458
36 17434356 [main] x_images.e 4532 stat_worker: (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x22C7B0, 0, 0x6116A458), file_attributes 544
36 17434392 [main] x_images.e 4532 fhandler_base::open: (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x110000)
52 17434444 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
34 17434478 [main] x_images.e 4532 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
29 17434507 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
32 17434539 [main] x_images.e 4532 fhandler_base::open: 0 = NtCreateFile (0x598, 20080, C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, io, NULL, 0, 7, 1, 4000, NULL, 0)
41 17434580 [main] x_images.e 4532 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x110000)
37 17434617 [main] x_images.e 4532 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x10000)
50 17434667 [main] x_images.e 4532 get_file_attribute: file: C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits
73 17434740 [main] x_images.e 4532 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-3337508496-1830193563-1758173110-1005
30 17434770 [main] x_images.e 4532 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-3337508496-1830193563-1758173110-513
34 17434804 [main] x_images.e 4532 get_info_from_sd: ACL 1A4, uid 1005, gid 513
60 17434864 [main] x_images.e 4532 fhandler_base::fstat_helper: 0 = fstat (, 0x22C7B0) st_atime=4AD892D3 st_size=9034560, st_mode=0x81A4, st_ino=5629499534622892, sizeof=96
39 17434903 [main] x_images.e 4532 fhandler_base::close: closing '/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits' handle 0x598
48 17434951 [main] x_images.e 4532 stat_worker: 0 = (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x22C7B0)
86 17435037 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
35 17435072 [main] x_images.e 4532 sig_send: wakeup 0x598
40 17435112 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x598
45 17435157 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x598
41 17435198 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
709 17435907 [main] x_images.e 4532 __dup_ent: old hostent structure "mattias-2" 0xB36500
55 17435962 [main] x_images.e 4532 __dup_ent: duping hostent "mattias-2", 0x18B2A1A0
64 17436026 [main] x_images.e 4532 __dup_ent: duped hostent "mattias-2", 0xB36500
29 17436055 [main] x_images.e 4532 cygwin_gethostbyname: h_name mattias-2
30 17436085 [main] x_images.e 4532 cygwin_socket: socket (2, 1, 0)
89 17436174 [main] x_images.e 4532 fdsock: reset socket inheritance
39 17436213 [main] x_images.e 4532 build_fh_pc: fh 0x6116A458
32 17436245 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
33 17436278 [main] x_images.e 4532 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
48 17436326 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
29 17436355 [main] x_images.e 4532 fdsock: fd 4, name '', soc 0x598
31 17436386 [main] x_images.e 4532 cygwin_socket: 4 = socket (2, 1, 0)
30 17436416 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
31 17436447 [main] x_images.e 4532 sig_send: wakeup 0x568
33 17436480 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x568
42 17436522 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x568
35 17436557 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
38 17436595 [main] x_images.e 4532 fhandler_socket::ioctl: socket is now nonblocking
38 17436633 [main] x_images.e 4532 fhandler_socket::ioctl: 0 = ioctl_socket (8004667E, 22B3BC)
--- Process 3628, exception 000006BA at 7C812A6B
277 17436910 [main] x_images.e 4532 __set_errno: void __set_winsock_errno(const char*, int):234 val 119
41 17436951 [main] x_images.e 4532 __set_winsock_errno: connect:788 - winsock error 10036 -> errno 119
31 17436982 [main] x_images.e 4532 cygwin_select: 5, 0x0, 0x22B370, 0x22B350, 0x0
67 17437049 [main] x_images.e 4532 dtable::select_write: fd 4
31 17437080 [main] x_images.e 4532 dtable::select_except: fd 4
33 17437113 [main] x_images.e 4532 cygwin_select: to NULL, ms FFFFFFFF
34 17437147 [main] x_images.e 4532 cygwin_select: sel.always_ready 0
65 17437212 [main] x_images.e 4532 start_thread_socket: Handle 0x598
46 17437258 [main] x_images.e 4532 start_thread_socket: Added to writefds
33 17437291 [main] x_images.e 4532 start_thread_socket: Added to exceptfds
40 17437331 [main] x_images.e 4532 start_thread_socket: exitsock 0x588
28 17437359 [main] x_images.e 4532 start_thread_socket: stuff_start 0x22B2D4
67 17437426 [select_socket] x_images.e 4532 thread_socket: stuff_start 0xB8BFB4
24 17437450 [main] x_images.e 4532 select_stuff::wait: m 2, ms 4294967295******************** LOOK HERE ******************************2627753 20065203 [select_socket] x_images.e 4532 thread_socket: Win32 select returned 1
123 20065326 [select_socket] x_images.e 4532 thread_socket: s 0xB88F70, testing fd 4 ()
82 20065408 [select_socket] x_images.e 4532 thread_socket: except_ready
75 20065483 [main] x_images.e 4532 select_stuff::wait: woke up. wait_ret 1. verifying
61 20065544 [main] x_images.e 4532 select_stuff::wait: gotone 1
56 20065600 [main] x_images.e 4532 select_stuff::wait: returning 0
58 20065658 [main] x_images.e 4532 select_stuff::cleanup: calling cleanup routines
55 20065713 [main] x_images.e 4532 socket_cleanup: si 0xB88FA0 si->thread 0x61106F30
89 20065802 [main] x_images.e 4532 socket_cleanup: sent a byte to exitsock 0x588, res 1
147 20065949 [main] x_images.e 4532 socket_cleanup: reading a byte from exitsock 0x588
111 20066060 [main] x_images.e 4532 socket_cleanup: recv returned 1
150 20066210 [main] x_images.e 4532 socket_cleanup: returning
127 20066337 [main] x_images.e 4532 peek_socket: considering handle 0x598
70 20066407 [main] x_images.e 4532 peek_socket: adding write fd_set , fd 4
84 20066491 [main] x_images.e 4532 peek_socket: WINSOCK_SELECT returned 0
62 20066553 [main] x_images.e 4532 set_bits: me 0xB88F70, testing fd 4 ()
65 20066618 [main] x_images.e 4532 set_bits: ready 1
58 20066676 [main] x_images.e 4532 select_stuff::poll: returning 1
61 20066737 [main] x_images.e 4532 select_stuff::cleanup: calling cleanup routines
72 20066809 [main] x_images.e 4532 select_stuff::~select_stuff: deleting select records
156 20066965 [main] x_images.e 4532 cygwin_getsockopt: WinSock SO_ERROR = 10061
87 20067052 [main] x_images.e 4532 cygwin_getsockopt: 0 = getsockopt (4, 65535, 0x1007, 0x22B3B4, 0x22B3B8)
95 20067147 [main] x_images.e 4532 __set_errno: int cygwin_connect(int, const sockaddr*, socklen_t):806 val 111
100 20067247 [main] x_images.e 4532 fhandler_socket::ioctl: socket is now blocking
78 20067325 [main] x_images.e 4532 fhandler_socket::ioctl: 0 = ioctl_socket (8004667E, 22B3B0)
86 20067411 [main] x_images.e 4532 cygwin_connect: -1 = connect (4, 0x22B620, 16)
75 20067486 [main] x_images.e 4532 close: close (4)
179 20067665 [main] x_images.e 4532 fhandler_socket::close: 0 = fhandler_socket::close()
72 20067737 [main] x_images.e 4532 close: 0 = close (4)
297 20068034 [main] x_images.e 4532 stat64: entering
90 20068124 [main] x_images.e 4532 normalize_posix_path: src /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits
74 20068198 [main] x_images.e 4532 normalize_posix_path: /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits = normalize_posix_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
78 20068276 [main] x_images.e 4532 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
92 20068368 [main] x_images.e 4532 set_flags: flags: binary (0x2)
73 20068441 [main] x_images.e 4532 mount_info::conv_to_win32_path: src_path /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, dst C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, flags 0xA, rc 0
197 20068638 [main] x_images.e 4532 symlink_info::check: not a symlink
75 20068713 [main] x_images.e 4532 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x22C100) (0xA)
106 20068819 [main] x_images.e 4532 path_conv::check: this->path(C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits), has_acls(1)
82 20068901 [main] x_images.e 4532 build_fh_pc: fh 0x6116A458
65 20068966 [main] x_images.e 4532 stat_worker: (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x22C850, 0, 0x6116A458), file_attributes 544
85 20069051 [main] x_images.e 4532 fhandler_base::open: (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x110000)
175 20069226 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
90 20069316 [main] x_images.e 4532 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
82 20069398 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
70 20069468 [main] x_images.e 4532 fhandler_base::open: 0 = NtCreateFile (0x598, 20080, C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, io, NULL, 0, 7, 1, 4000, NULL, 0)
93 20069561 [main] x_images.e 4532 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x110000)
88 20069649 [main] x_images.e 4532 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x10000)
131 20069780 [main] x_images.e 4532 get_file_attribute: file: C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits
235 20070015 [main] x_images.e 4532 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-3337508496-1830193563-1758173110-1005
75 20070090 [main] x_images.e 4532 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-3337508496-1830193563-1758173110-513
86 20070176 [main] x_images.e 4532 get_info_from_sd: ACL 1A4, uid 1005, gid 513
152 20070328 [main] x_images.e 4532 fhandler_base::fstat_helper: 0 = fstat (, 0x22C850) st_atime=4AD892D3 st_size=9034560, st_mode=0x81A4, st_ino=5629499534622892, sizeof=96
87 20070415 [main] x_images.e 4532 fhandler_base::close: closing '/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits' handle 0x598
155 20070570 [main] x_images.e 4532 stat_worker: 0 = (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x22C850)
355 20070925 [main] x_images.e 4532 close: close (3)
84 20071009 [main] x_images.e 4532 fhandler_base::close: closing '/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits' handle 0x624
143 20071152 [main] x_images.e 4532 close: 0 = close (3)
855 20072007 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
315 20072322 [main] x_images.e 4532 sig_send: wakeup 0x624
85 20072407 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
8 20072415 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
181 20072596 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
75 20072671 [main] x_images.e 4532 sigaction_worker: signal 2, newact 0x22C890 (handler 0x1), oa 0x69B7C6
96 20072767 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -2, its_me 1
81 20072848 [main] x_images.e 4532 sig_send: wakeup 0x624
92 20072940 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
95 20073035 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
93 20073128 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -2
93 20073221 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
76 20073297 [main] x_images.e 4532 sig_send: wakeup 0x624
111 20073408 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
-33 20073375 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
183 20073558 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
71 20073629 [main] x_images.e 4532 sigaction_worker: signal 15, newact 0x22C890 (handler 0x1), oa 0x69B7C6
75 20073704 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -15, its_me 1
79 20073783 [main] x_images.e 4532 sig_send: wakeup 0x624
79 20073862 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
7 20073869 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
131 20074000 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -15
117 20074117 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
91 20074208 [main] x_images.e 4532 sig_send: wakeup 0x624
105 20074313 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
6 20074319 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
161 20074480 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
91 20074571 [main] x_images.e 4532 sigaction_worker: signal 2, newact 0x22C890 (handler 0x69B7C6), oa 0x1
69 20074640 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
111 20074751 [main] x_images.e 4532 sig_send: wakeup 0x624
79 20074830 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
94 20074924 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
81 20075005 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
70 20075075 [main] x_images.e 4532 sigaction_worker: signal 15, newact 0x22C890 (handler 0x69B7C6), oa 0x1
99 20075174 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
77 20075251 [main] x_images.e 4532 sig_send: wakeup 0x624
83 20075334 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x624
7 20075341 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x624
156 20075497 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
77 20075574 [main] x_images.e 4532 open: open (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x4000)
74 20075648 [main] x_images.e 4532 normalize_posix_path: src /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits
79 20075727 [main] x_images.e 4532 normalize_posix_path: /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits = normalize_posix_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
77 20075804 [main] x_images.e 4532 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
81 20075885 [main] x_images.e 4532 set_flags: flags: binary (0x2)
74 20075959 [main] x_images.e 4532 mount_info::conv_to_win32_path: src_path /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, dst C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, flags 0xA, rc 0
158 20076117 [main] x_images.e 4532 symlink_info::check: not a symlink
70 20076187 [main] x_images.e 4532 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x22C0F0) (0xA)
92 20076279 [main] x_images.e 4532 path_conv::check: this->path(C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits), has_acls(1)
96 20076375 [main] x_images.e 4532 build_fh_pc: fh 0x6116E108
81 20076456 [main] x_images.e 4532 fhandler_base::open: (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x104000)
620 20077076 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x104000, supplied_bin 0x10000
84 20077160 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
71 20077231 [main] x_images.e 4532 fhandler_base::open: 0 = NtCreateFile (0x624, 80100000, C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, io, NULL, 0, 7, 1, 4020, NULL, 0)
75 20077306 [main] x_images.e 4532 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x104000)
83 20077389 [main] x_images.e 4532 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x4000)
77 20077466 [main] x_images.e 4532 open: 3 = open (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x4000)
70 20077536 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x0
78 20077614 [main] x_images.e 4532 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
85 20077699 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
79 20077778 [main] x_images.e 4532 fcntl_worker: 0 = fcntl (3, 4, 0x0)
77 20077855 [main] x_images.e 4532 stat64: entering
87 20077942 [main] x_images.e 4532 normalize_posix_path: src /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits
81 20078023 [main] x_images.e 4532 normalize_posix_path: /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits = normalize_posix_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
76 20078099 [main] x_images.e 4532 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
98 20078197 [main] x_images.e 4532 set_flags: flags: binary (0x2)
71 20078268 [main] x_images.e 4532 mount_info::conv_to_win32_path: src_path /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, dst C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, flags 0xA, rc 0
186 20078454 [main] x_images.e 4532 symlink_info::check: not a symlink
77 20078531 [main] x_images.e 4532 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x22C0F0) (0xA)
94 20078625 [main] x_images.e 4532 path_conv::check: this->path(C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits), has_acls(1)
80 20078705 [main] x_images.e 4532 build_fh_pc: fh 0x6116A458
102 20078807 [main] x_images.e 4532 stat_worker: (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x22C840, 0, 0x6116A458), file_attributes 544
77 20078884 [main] x_images.e 4532 fhandler_base::open: (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x110000)
146 20079030 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
75 20079105 [main] x_images.e 4532 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
67 20079172 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
62 20079234 [main] x_images.e 4532 fhandler_base::open: 0 = NtCreateFile (0x598, 20080, C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, io, NULL, 0, 7, 1, 4000, NULL, 0)
78 20079312 [main] x_images.e 4532 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x110000)
74 20079386 [main] x_images.e 4532 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x10000)
124 20079510 [main] x_images.e 4532 get_file_attribute: file: C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits
216 20079726 [main] x_images.e 4532 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-3337508496-1830193563-1758173110-1005
98 20079824 [main] x_images.e 4532 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-3337508496-1830193563-1758173110-513
114 20079938 [main] x_images.e 4532 get_info_from_sd: ACL 1A4, uid 1005, gid 513
152 20080090 [main] x_images.e 4532 fhandler_base::fstat_helper: 0 = fstat (, 0x22C840) st_atime=4AD89312 st_size=9034560, st_mode=0x81A4, st_ino=5629499534622892, sizeof=96
90 20080180 [main] x_images.e 4532 fhandler_base::close: closing '/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits' handle 0x598
654 20080834 [main] x_images.e 4532 stat_worker: 0 = (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x22C840)
131 20080965 [main] x_images.e 4532 stat64: entering
71 20081036 [main] x_images.e 4532 normalize_posix_path: src /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits
70 20081106 [main] x_images.e 4532 normalize_posix_path: /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits = normalize_posix_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
74 20081180 [main] x_images.e 4532 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
66 20081246 [main] x_images.e 4532 set_flags: flags: binary (0x2)
66 20081312 [main] x_images.e 4532 mount_info::conv_to_win32_path: src_path /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, dst C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, flags 0xA, rc 0
132 20081444 [main] x_images.e 4532 symlink_info::check: not a symlink
74 20081518 [main] x_images.e 4532 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x22B640) (0xA)
71 20081589 [main] x_images.e 4532 path_conv::check: this->path(C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits), has_acls(1)
72 20081661 [main] x_images.e 4532 build_fh_pc: fh 0x6116A458
73 20081734 [main] x_images.e 4532 stat_worker: (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x22C7B0, 0, 0x6116A458), file_attributes 544
444 20082178 [main] x_images.e 4532 fhandler_base::open: (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x110000)
317 20082495 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
85 20082580 [main] x_images.e 4532 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
68 20082648 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
59 20082707 [main] x_images.e 4532 fhandler_base::open: 0 = NtCreateFile (0x598, 20080, C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, io, NULL, 0, 7, 1, 4000, NULL, 0)
750 20083457 [main] x_images.e 4532 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x110000)
85 20083542 [main] x_images.e 4532 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x10000)
113 20083655 [main] x_images.e 4532 get_file_attribute: file: C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits
201 20083856 [main] x_images.e 4532 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-3337508496-1830193563-1758173110-1005
96 20083952 [main] x_images.e 4532 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-3337508496-1830193563-1758173110-513
87 20084039 [main] x_images.e 4532 get_info_from_sd: ACL 1A4, uid 1005, gid 513
147 20084186 [main] x_images.e 4532 fhandler_base::fstat_helper: 0 = fstat (, 0x22C7B0) st_atime=4AD89312 st_size=9034560, st_mode=0x81A4, st_ino=5629499534622892, sizeof=96
92 20084278 [main] x_images.e 4532 fhandler_base::close: closing '/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits' handle 0x598
144 20084422 [main] x_images.e 4532 stat_worker: 0 = (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x22C7B0)
167 20084589 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
91 20084680 [main] x_images.e 4532 sig_send: wakeup 0x598
81 20084761 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x598
79 20084840 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x598
492 20085332 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
1551 20086883 [main] x_images.e 4532 __dup_ent: old hostent structure "mattias-2" 0xB36500
95 20086978 [main] x_images.e 4532 __dup_ent: duping hostent "mattias-2", 0x18B2A1A0
143 20087121 [main] x_images.e 4532 __dup_ent: duped hostent "mattias-2", 0xB36500
76 20087197 [main] x_images.e 4532 cygwin_gethostbyname: h_name mattias-2
75 20087272 [main] x_images.e 4532 cygwin_socket: socket (2, 1, 0)
347 20087619 [main] x_images.e 4532 fdsock: reset socket inheritance
84 20087703 [main] x_images.e 4532 build_fh_pc: fh 0x6116A458
88 20087791 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
79 20087870 [main] x_images.e 4532 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
70 20087940 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
72 20088012 [main] x_images.e 4532 fdsock: fd 4, name '', soc 0x598
78 20088090 [main] x_images.e 4532 cygwin_socket: 4 = socket (2, 1, 0)
241 20088331 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
80 20088411 [main] x_images.e 4532 sig_send: wakeup 0x568
96 20088507 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x568
80 20088587 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x568
92 20088679 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
88 20088767 [main] x_images.e 4532 fhandler_socket::ioctl: socket is now nonblocking
84 20088851 [main] x_images.e 4532 fhandler_socket::ioctl: 0 = ioctl_socket (8004667E, 22B3BC)
448 20089299 [main] x_images.e 4532 __set_errno: void __set_winsock_errno(const char*, int):234 val 119
83 20089382 [main] x_images.e 4532 __set_winsock_errno: connect:788 - winsock error 10036 -> errno 119
187 20089569 [main] x_images.e 4532 cygwin_select: 5, 0x0, 0x22B370, 0x22B350, 0x0
316 20089885 [main] x_images.e 4532 dtable::select_write: fd 4
76 20089961 [main] x_images.e 4532 dtable::select_except: fd 4
85 20090046 [main] x_images.e 4532 cygwin_select: to NULL, ms FFFFFFFF
85 20090131 [main] x_images.e 4532 cygwin_select: sel.always_ready 0
157 20090288 [main] x_images.e 4532 start_thread_socket: Handle 0x598
86 20090374 [main] x_images.e 4532 start_thread_socket: Added to writefds
84 20090458 [main] x_images.e 4532 start_thread_socket: Added to exceptfds
85 20090543 [main] x_images.e 4532 start_thread_socket: exitsock 0x588
71 20090614 [main] x_images.e 4532 start_thread_socket: stuff_start 0x22B2D4
364 20090978 [main] x_images.e 4532 select_stuff::wait: m 2, ms 4294967295
276 20091254 [select_socket] x_images.e 4532 thread_socket: stuff_start 0xB8BFB4
2489361 22580615 [select_socket] x_images.e 4532 thread_socket: Win32 select returned 1
80 22580695 [select_socket] x_images.e 4532 thread_socket: s 0xB88F70, testing fd 4 ()
44 22580739 [select_socket] x_images.e 4532 thread_socket: except_ready
182 22580921 [main] x_images.e 4532 select_stuff::wait: woke up. wait_ret 1. verifying
35 22580956 [main] x_images.e 4532 select_stuff::wait: gotone 1
33 22580989 [main] x_images.e 4532 select_stuff::wait: returning 0
40 22581029 [main] x_images.e 4532 select_stuff::cleanup: calling cleanup routines
35 22581064 [main] x_images.e 4532 socket_cleanup: si 0xB88FA0 si->thread 0x61106F30
55 22581119 [main] x_images.e 4532 socket_cleanup: sent a byte to exitsock 0x588, res 1
75 22581194 [main] x_images.e 4532 socket_cleanup: reading a byte from exitsock 0x588
41 22581235 [main] x_images.e 4532 socket_cleanup: recv returned 1
67 22581302 [main] x_images.e 4532 socket_cleanup: returning
39 22581341 [main] x_images.e 4532 peek_socket: considering handle 0x598
36 22581377 [main] x_images.e 4532 peek_socket: adding write fd_set , fd 4
38 22581415 [main] x_images.e 4532 peek_socket: WINSOCK_SELECT returned 0
36 22581451 [main] x_images.e 4532 set_bits: me 0xB88F70, testing fd 4 ()
36 22581487 [main] x_images.e 4532 set_bits: ready 1
36 22581523 [main] x_images.e 4532 select_stuff::poll: returning 1
34 22581557 [main] x_images.e 4532 select_stuff::cleanup: calling cleanup routines
45 22581602 [main] x_images.e 4532 select_stuff::~select_stuff: deleting select records
69 22581671 [main] x_images.e 4532 cygwin_getsockopt: WinSock SO_ERROR = 10061
131 22581802 [main] x_images.e 4532 cygwin_getsockopt: 0 = getsockopt (4, 65535, 0x1007, 0x22B3B4, 0x22B3B8)
35 22581837 [main] x_images.e 4532 __set_errno: int cygwin_connect(int, const sockaddr*, socklen_t):806 val 111
43 22581880 [main] x_images.e 4532 fhandler_socket::ioctl: socket is now blocking
43 22581923 [main] x_images.e 4532 fhandler_socket::ioctl: 0 = ioctl_socket (8004667E, 22B3B0)
35 22581958 [main] x_images.e 4532 cygwin_connect: -1 = connect (4, 0x22B620, 16)
106 22582064 [main] x_images.e 4532 close: close (4)
616 22582680 [main] x_images.e 4532 fhandler_socket::close: 0 = fhandler_socket::close()
43 22582723 [main] x_images.e 4532 close: 0 = close (4)
97 22582820 [main] x_images.e 4532 stat64: entering
103 22582923 [main] x_images.e 4532 normalize_posix_path: src /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits
39 22582962 [main] x_images.e 4532 normalize_posix_path: /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits = normalize_posix_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
126 22583088 [main] x_images.e 4532 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
105 22583193 [main] x_images.e 4532 set_flags: flags: binary (0x2)
33 22583226 [main] x_images.e 4532 mount_info::conv_to_win32_path: src_path /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, dst C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, flags 0xA, rc 0
77 22583303 [main] x_images.e 4532 symlink_info::check: not a symlink
44 22583347 [main] x_images.e 4532 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x22C100) (0xA)
34 22583381 [main] x_images.e 4532 path_conv::check: this->path(C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits), has_acls(1)
38 22583419 [main] x_images.e 4532 build_fh_pc: fh 0x6116A458
27 22583446 [main] x_images.e 4532 stat_worker: (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x22C850, 0, 0x6116A458), file_attributes 544
49 22583495 [main] x_images.e 4532 fhandler_base::open: (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x110000)
88 22583583 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x110000, supplied_bin 0x10000
40 22583623 [main] x_images.e 4532 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
27 22583650 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
27 22583677 [main] x_images.e 4532 fhandler_base::open: 0 = NtCreateFile (0x598, 20080, C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, io, NULL, 0, 7, 1, 4000, NULL, 0)
35 22583712 [main] x_images.e 4532 fhandler_base::open: 1 = fhandler_base::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x110000)
40 22583752 [main] x_images.e 4532 fhandler_base::open_fs: 1 = fhandler_disk_file::open (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, 0x10000)
45 22583797 [main] x_images.e 4532 get_file_attribute: file: C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits
231 22584028 [main] x_images.e 4532 cygpsid::debug_print: get_sids_info: owner SID = S-1-5-21-3337508496-1830193563-1758173110-1005
39 22584067 [main] x_images.e 4532 cygpsid::debug_print: get_sids_info: group SID = S-1-5-21-3337508496-1830193563-1758173110-513
37 22584104 [main] x_images.e 4532 get_info_from_sd: ACL 1A4, uid 1005, gid 513
112 22584216 [main] x_images.e 4532 fhandler_base::fstat_helper: 0 = fstat (, 0x22C850) st_atime=4AD89312 st_size=9034560, st_mode=0x81A4, st_ino=5629499534622892, sizeof=96
34 22584250 [main] x_images.e 4532 fhandler_base::close: closing '/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits' handle 0x598
59 22584309 [main] x_images.e 4532 stat_worker: 0 = (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 0x22C850)
213 22584522 [main] x_images.e 4532 fhandler_base::lseek: lseek (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, 8978432, 0)
35 22584557 [main] x_images.e 4532 fhandler_base::lseek: setting file pointer to 0 (high), 8978432 (low)
39 22584596 [main] x_images.e 4532 lseek64: 8978432 = lseek (3, 8978432, 0)
35 22584631 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
34 22584665 [main] x_images.e 4532 sig_send: wakeup 0x598
33 22584698 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x598
37 22584735 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x598
42 22584777 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
58 22584835 [main] x_images.e 4532 readv: readv (3, 0x22C690, 1) blocking, sigcatchers 11
31 22584866 [main] x_images.e 4532 readv: no need to call ready_for_read
89 22584955 [main] x_images.e 4532 fhandler_base::read: returning 56128, binary mode
33 22584988 [main] x_images.e 4532 readv: 56128 = readv (3, 0x22C690, 1), errno 111
77 22585065 [main] x_images.e 4532 close: close (3)
92 22585157 [main] x_images.e 4532 fhandler_base::close: closing '/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits' handle 0x624
187 22585344 [main] x_images.e 4532 close: 0 = close (3)
375 22585719 [main] x_images.e 4532 stat64: entering
39 22585758 [main] x_images.e 4532 normalize_posix_path: src t_ALsj130121.fits
32 22585790 [main] x_images.e 4532 cwdstuff::get: posix /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013
38 22585828 [main] x_images.e 4532 cwdstuff::get: (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013) = cwdstuff::get (0x22C4C0, 260, 1, 0), errno 111
91 22585919 [main] x_images.e 4532 normalize_posix_path: /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits = normalize_posix_path (t_ALsj130121.fits)
33 22585952 [main] x_images.e 4532 mount_info::conv_to_win32_path: conv_to_win32_path (/home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits)
32 22585984 [main] x_images.e 4532 set_flags: flags: binary (0x2)
37 22586021 [main] x_images.e 4532 mount_info::conv_to_win32_path: src_path /home/Mattias-Ergon/ToO-P40-004/data/alfosc/sn2009jf-photometry-091013/t_ALsj130121.fits, dst C:\cygwin\home\Mattias-Ergon\ToO-P40-004\data\alfosc\sn2009jf-photometry-091013\t_ALsj130121.fits, flags 0xA, rc 0
61 22586082 [main] x_images.e 4532 symlink_info::check: not a symlink
58 22586140 [main] x_images.e 4532 symlink_info::check: 0 = symlink.check (C:\cygwin\home\Mattias-Ergon\ToO-P40-004\dat

 
Profile Email
 Quote
fitz
 10/16/2009 05:38PM  
AAAAA
Admin

Status: offline


Registered: 09/30/2005
Posts: 4040
Your posting appears to be truncated, I didn't see any reference to port 1432, it ends with trying to resolve the pathname. The path doesn't contain spaces or other chars that might be a problem but note that the Windows syntax of e.g. "C:/path/foo.fits" isn't allowed and you should be using the Cygwin path specification that looks like a 'normal' unix path, e.g. '/cygdrive/path/foo.fits'.If the posting was truncated, post just the last 50-or-so lines if you still think port 1432 is an issue.-Mike

 
Profile Email
 Quote
Mattias Ergon
 10/16/2009 05:38PM  
+----
Newbie

Status: offline


Registered: 04/11/2009
Posts: 7
Hi Fitz!I'm not sure any longer about the port number. But I'm still pretty sure that things get's stalled when trying to connect to some socket and after a few seconds this fails with WinSock SO_ERROR = 10061 which is "connection refused".Here's a shorter version of the log:
1:9473D6E329 Formatted Code

709 17435907 [main] x_images.e 4532 __dup_ent: old hostent structure "mattias-2" 0xB36500
55 17435962 [main] x_images.e 4532 __dup_ent: duping hostent "mattias-2", 0x18B2A1A0
64 17436026 [main] x_images.e 4532 __dup_ent: duped hostent "mattias-2", 0xB36500
29 17436055 [main] x_images.e 4532 cygwin_gethostbyname: h_name mattias-2
30 17436085 [main] x_images.e 4532 cygwin_socket: socket (2, 1, 0)
89 17436174 [main] x_images.e 4532 fdsock: reset socket inheritance
39 17436213 [main] x_images.e 4532 build_fh_pc: fh 0x6116A458
32 17436245 [main] x_images.e 4532 fhandler_base::set_flags: flags 0x10002, supplied_bin 0x0
33 17436278 [main] x_images.e 4532 fhandler_base::set_flags: O_TEXT/O_BINARY set in flags 0x10000
48 17436326 [main] x_images.e 4532 fhandler_base::set_flags: filemode set to binary
29 17436355 [main] x_images.e 4532 fdsock: fd 4, name '', soc 0x598
31 17436386 [main] x_images.e 4532 cygwin_socket: 4 = socket (2, 1, 0)
30 17436416 [main] x_images.e 4532 sig_send: sendsig 0x74C, pid 4532, signal -34, its_me 1
31 17436447 [main] x_images.e 4532 sig_send: wakeup 0x568
33 17436480 [main] x_images.e 4532 sig_send: Waiting for pack.wakeup 0x568
42 17436522 [sig] x_images.e 4532 wait_sig: signalling pack.wakeup 0x568
35 17436557 [main] x_images.e 4532 sig_send: returning 0x0 from sending signal -34
38 17436595 [main] x_images.e 4532 fhandler_socket::ioctl: socket is now nonblocking
38 17436633 [main] x_images.e 4532 fhandler_socket::ioctl: 0 = ioctl_socket (8004667E, 22B3BC)
--- Process 3628, exception 000006BA at 7C812A6B
277 17436910 [main] x_images.e 4532 __set_errno: void __set_winsock_errno(const char*, int):234 val 119
41 17436951 [main] x_images.e 4532 __set_winsock_errno: connect:788 - winsock error 10036 -> errno 119
31 17436982 [main] x_images.e 4532 cygwin_select: 5, 0x0, 0x22B370, 0x22B350, 0x0
67 17437049 [main] x_images.e 4532 dtable::select_write: fd 4
31 17437080 [main] x_images.e 4532 dtable::select_except: fd 4
33 17437113 [main] x_images.e 4532 cygwin_select: to NULL, ms FFFFFFFF
34 17437147 [main] x_images.e 4532 cygwin_select: sel.always_ready 0
65 17437212 [main] x_images.e 4532 start_thread_socket: Handle 0x598
46 17437258 [main] x_images.e 4532 start_thread_socket: Added to writefds
33 17437291 [main] x_images.e 4532 start_thread_socket: Added to exceptfds
40 17437331 [main] x_images.e 4532 start_thread_socket: exitsock 0x588
28 17437359 [main] x_images.e 4532 start_thread_socket: stuff_start 0x22B2D4
67 17437426 [select_socket] x_images.e 4532 thread_socket: stuff_start 0xB8BFB4
24 17437450 [main] x_images.e 4532 select_stuff::wait: m 2, ms 4294967295

*************** THINGS GET STALLED HERE *******************

2627753 20065203 [select_socket] x_images.e 4532 thread_socket: Win32 select returned 1
123 20065326 [select_socket] x_images.e 4532 thread_socket: s 0xB88F70, testing fd 4 ()
82 20065408 [select_socket] x_images.e 4532 thread_socket: except_ready
75 20065483 [main] x_images.e 4532 select_stuff::wait: woke up. wait_ret 1. verifying
61 20065544 [main] x_images.e 4532 select_stuff::wait: gotone 1
56 20065600 [main] x_images.e 4532 select_stuff::wait: returning 0
58 20065658 [main] x_images.e 4532 select_stuff::cleanup: calling cleanup routines
55 20065713 [main] x_images.e 4532 socket_cleanup: si 0xB88FA0 si->thread 0x61106F30
89 20065802 [main] x_images.e 4532 socket_cleanup: sent a byte to exitsock 0x588, res 1
147 20065949 [main] x_images.e 4532 socket_cleanup: reading a byte from exitsock 0x588
111 20066060 [main] x_images.e 4532 socket_cleanup: recv returned 1
150 20066210 [main] x_images.e 4532 socket_cleanup: returning
127 20066337 [main] x_images.e 4532 peek_socket: considering handle 0x598
70 20066407 [main] x_images.e 4532 peek_socket: adding write fd_set , fd 4
84 20066491 [main] x_images.e 4532 peek_socket: WINSOCK_SELECT returned 0
62 20066553 [main] x_images.e 4532 set_bits: me 0xB88F70, testing fd 4 ()
65 20066618 [main] x_images.e 4532 set_bits: ready 1
58 20066676 [main] x_images.e 4532 select_stuff::poll: returning 1
61 20066737 [main] x_images.e 4532 select_stuff::cleanup: calling cleanup routines
72 20066809 [main] x_images.e 4532 select_stuff::~select_stuff: deleting select records
156 20066965 [main] x_images.e 4532 cygwin_getsockopt: WinSock SO_ERROR = 10061
87 20067052 [main] x_images.e 4532 cygwin_getsockopt: 0 = getsockopt (4, 65535, 0x1007, 0x22B3B4, 0x22B3B8)
95 20067147 [main] x_images.e 4532 __set_errno: int cygwin_connect(int, const sockaddr*, socklen_t):806 val 111
100 20067247 [main] x_images.e 4532 fhandler_socket::ioctl: socket is now blocking
78 20067325 [main] x_images.e 4532 fhandler_socket::ioctl: 0 = ioctl_socket (8004667E, 22B3B0)
86 20067411 [main] x_images.e 4532 cygwin_connect: -1 = connect (4, 0x22B620, 16)
75 20067486 [main] x_images.e 4532 close: close (4)
179 20067665 [main] x_images.e 4532 fhandler_socket::close: 0 = fhandler_socket::close()
72 20067737 [main] x_images.e 4532 close: 0 = close (4) [/code:1:9473d6e329]

 
Profile Email
 Quote
   
Content generated in: 0.16 seconds
New Topic Post Reply

Normal Topic Normal Topic
Sticky Topic Sticky Topic
Locked Topic Locked Topic
New Post New Post
Sticky Topic W/ New Post Sticky Topic W/ New Post
Locked Topic W/ New Post Locked Topic W/ New Post
View Anonymous Posts 
Anonymous users can post 
Filtered HTML Allowed 
Censored Content 
dog allergies remedies cialis 20 mg chilblain remedies


Privacy Policy
Terms of Use

User Functions

Login