In <BA6B801A0471124EB9D301BCCA67368ED5D95F at rhddenmbx04-dex-bup> "Williams, Doug (Consultant-RIC)" <Doug.Williams at rhd.com> writes:
FYI, I had 2 hpux 11.23 (IA) hobbit servers (the hobbit server processes, not the host) today crash this morning. One of the hosts had a core file:
#0 0x60000000c0379830:0 in kill+0x30 () from /usr/lib/hpux32/libc.so.1 #1 0x60000000c026f6f0:0 in raise+0x30 () from /usr/lib/hpux32/libc.so.1 #2 0x60000000c0332bf0:0 in abort+0x190 () from /usr/lib/hpux32/libc.so.1 #3 0x400b970:0 in xstrdup (s=3D<not available>) at memory.c:175 #4 0x4007750:0 in main (argc=3D<not available>, argv=3D<not available>) at hobbitd_channel.c:239
Looks like it ran out of memory - that codepath is triggered when there isn't enough memory to make a copy of a string buffer.
Henrik