[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [hobbit] hobbitd_channel
- To: hobbit (at) hswn.dk
- Subject: Re: [hobbit] hobbitd_channel
- From: Henrik "Størner" <henrik (at) hswn.dk>
- Date: Thu, 8 Oct 2009 21:37:14 +0000 (UTC)
- Newsgroups: lists.hobbit
- Organization: Linux Users Inc.
- References: <5A14875A0A461B48B967A66281C1DFCC03A57130 (at) dhreinsvxb03.messaging.danaherad.com> <E4674276443CFB4BBDE56855AF2E4A46045323E0 (at) tciexch2.tci.loc> <4A9F57BD.1000100 (at) unil.ch> <5A14875A0A461B48B967A66281C1DFCC03898CBE (at) dhreinsvxb03.messaging.danaherad.com> <5A14875A0A461B48B967A66281C1DFCC03A57130 (at) dhreinsvxb03.messaging.danaherad.com> <BA6B801A0471124EB9D301BCCA67368ED5D95F (at) rhddenmbx04-dex-bup>
- User-agent: nn/6.7.3
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