| | 20 | * 08:45 EAM : one exposure was stuck at cam. psastro was hung waiting for a reply from nebulous for an input file. the input file exists (manual requests for the file succeeded). checking the psastro stack, the code was waiting for a response from nebclient via soap. My best guess: a hiccup in the apache server. psastro stack trace: |
| | 21 | {{{ |
| | 22 | #0 0x00007f9b09e37bd5 in recv () from /lib/libpthread.so.0 |
| | 23 | #1 0x00007f9b0dd6885d in frecv (soap=0x484ea70, s=0x4854b98 "POST /nebulous HTTP/1.1\r\nHost: ippc75\r\nUser-Agent: gSOAP/2.7\r\nContent-Type: text/xml; charset=utf-8\r\nContent-Length: 605\r\nConnection: close\r\nSOAPAction: \"urn:Nebulous/Server/SOAP#find_instances\"\r\n\r\n<?"..., n=65536) at stdsoap2.c:955 |
| | 24 | #2 0x00007f9b0dd59e88 in soap_recv_raw (soap=0x7) at stdsoap2.c:1201 |
| | 25 | #3 0x00007f9b0dd5a1d6 in soap_recv (soap=0x484ea70) at stdsoap2.c:1318 |
| | 26 | #4 0x00007f9b0dd5a335 in soap_getchar (soap=0x7) at stdsoap2.c:1335 |
| | 27 | #5 0x00007f9b0dd67246 in soap_begin_recv (soap=0x484ea70) at stdsoap2.c:12925 |
| | 28 | #6 0x00007f9b0dd57109 in soap_call_ns1__find_USCOREinstances (soap=0x484ea70, soap_endpoint=0x3d093e0 "http://ippc75/nebulous", soap_action=0x7f9b0dd715d0 "urn:Nebulous/Server/SOAP#find_instances", key=<value optimized out>, volume=<value optimized out>, _param_3=0x7fff867cba10) at soapClient.c:684 |
| | 29 | #7 0x00007f9b0dd4715f in nebFindInstances (server=0x14692e0, key=0xfffffffffffffe00 <Address 0xfffffffffffffe00 out of bounds>, volume=<value optimized out>) at nebclient.c:480 |
| | 30 | #8 0x00007f9b0dd47667 in nebFind (server=0x14692e0, key=0x3d43040 "neb://ipp117.0/gpc1/OSS.nt/2018/05/31//o8269g0257o.1392342/o8269g0257o.1392342.ch.2074968.XY11.cmf") at nebclient.c:548 |
| | 31 | #9 0x00007f9b0dfaba15 in pmConfigConvertFilename (filename=0x3d43040 "neb://ipp117.0/gpc1/OSS.nt/2018/05/31//o8269g0257o.1392342/o8269g0257o.1392342.ch.2074968.XY11.cmf", config=0x624760, create=false, trunc=false) at pmConfig.c:1828 |
| | 32 | #10 0x00007f9b0dfe713f in readPHUfromFilename (filename=0x7 <Address 0x7 out of bounds>, config=0x4854b98) at pmFPAfileDefine.c:458 |
| | 33 | #11 0x00007f9b0dfe8cd7 in fpaFileDefineFromArray (outConfig=<value optimized out>, sysConfig=0x4775ad0, bind=0x0, name=0x403f91 "PSASTRO.INPUT", filenames=0x3d42640) at pmFPAfileDefine.c:645 |
| | 34 | #12 0x00007f9b0dfe9be0 in pmFPAfileDefineFromArgs (success=0x7fff867cbe7f, config=0x624760, filename=0x403f91 "PSASTRO.INPUT", argname=0x403f99 "INPUT") at pmFPAfileDefine.c:741 |
| | 35 | #13 0x00000000004028df in psastroParseCamera (config=0x624760) at psastroParseCamera.c:20 |
| | 36 | #14 0x0000000000401fe5 in main (argc=22, argv=<value optimized out>) at psastro.c:39 |
| | 37 | }}} |