Using version 1.3.8-48 [Built by IBM-MCP].
Unfortunately I'm unaware of what the application was doing. We have seen the following trace in syslog. However, I'm not sure when this occurred relative to the failure time. We have been able to recreate this message by pointing to a dummy https: port without failures.
00090493.574768| 673|SYSLOG | 225|<27>Jul 20 15:48:15 sfcb[1774]:
00090493.575225| 673|SYSLOG | 225|<27>Jul 20 15:48:15 sfcb[1774]: ** httpAdapter.c:1142 Timeout error accepting SSL connection -- exiting
(gdb) info thread
* 1 process 16282 0x0ffab774 in cleanupCimXmlRequest () from /ppc/sfcb/fsp/sfcb/libsfcCimXmlCodec.so.0
(gdb) bt
**NOTE: debug frames are hidden in bt display**
#0 0x0ffab774 in cleanupCimXmlRequest () from /ppc/sfcb/fsp/sfcb/libsfcCimXmlCodec.so.0
#1 0x0ffda7a4 in pauseCodec () from /ppc/sfcb/fsp/sfcb/libsfcHttpAdapter.so.0
#2 0x0ffdb224 in pauseCodec () from /ppc/sfcb/fsp/sfcb/libsfcHttpAdapter.so.0
#3 0x0ffdb84c in isDir () from /ppc/sfcb/fsp/sfcb/libsfcHttpAdapter.so.0
#4 0x0ffdc7b4 in httpDaemon () from /ppc/sfcb/fsp/sfcb/libsfcHttpAdapter.so.0
#7 0x0fc3ccf0 in generic_start_main (main=0x100032d0 <_init+3512>, argc=2, ubp_av=0x7fd92a14, auxvec=0x7fd92aac, init=<value optimized out>,
fini=<value optimized out>, rtld_fini=<value optimized out>, stack_end=<value optimized out>) at ../csu/libc-start.c:231
#8 0x0fc3cf0c in __libc_start_main (argc=2, ubp_av=0x7fd92a14, ubp_ev=<value optimized out>, auxvec=0x7fd92aac, rtld_fini=0x3000e0a8 <_dl_fini>, stinfo=0x100041e8,
stack_on_entry=0x7fd92a00) at ../sysdeps/unix/sysv/linux/powerpc/libc-start.c:127
I'm going to attach the core file. Its large 8.9 MB.
zipped core file
It looks like it's having an issue during the cleanup, which shouldn't have affected the actual response. Do we have any info on whether it got the response? We do really need to know some more specifics on what operation was occurring when this happened. Is there any way to narrow that down?