On Thu, Apr 17, 2008 at 2:42 PM, Luis Motta Campos
<[EMAIL PROTECTED]> wrote:
> Andrew Beekhof wrote:
> > Then there is the failed start operation... that wont be helping at all.
> >
> > pengine[13743]: 2008/04/17_12:23:22 WARN: unpack_rsc_op: Processing
> > failed op database-filesystem_start_0 on db-sql1.ripe.net: Error
> >
> > And finally, it looks like there was a crash in the pengine process.
> >
> > crmd[12352]: 2008/04/17_12:23:22 WARN: Managed pengine process 13743
> > killed by signal 11 [SIGSEGV - Segmentation violation].
> > crmd[12352]: 2008/04/17_12:23:22 ERROR: Managed pengine process 13743
> > dumped core
> >
> > can you have a look for a core file in
> > /var/lib/heartbeat/cores/hacluster/ and post the backtrace?
>
> Sorry for the delay, I'm not exactly a C programmer (needed to figure
> out how to produce backtraces).
>
> I hope that this makes sense and is what you're looking for.
perfect!
hmmm, this is the code it's referring to:
for(lpc = 0; lpc < g_list_length(nodes); lpc++) {
node = g_list_nth_data(nodes, lpc);
if(safe_str_eq(node->details->id, id)) {
return node;
}
}
i can't see at all how that would fail. I'll add an explicit check
for NULL and see if I can reconstruct the input.
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems