[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: (ITS#5452) seg fault in syncprov_op abandon on master



Since it crashes on
	if ( so->s_op->o_connid == op->o_connid &&
	     so->s_op->o_msgid == op->orn_msgid   )
please try
	frame 0
        print *op
        print *so->s_op
and maybe
	backtrace full
while you are at it.

-- 
Hallvard