On Tue, Nov 22, 2011 at 3:05 PM, Lukas Razik <linux@razik.name> wrote:
#0 0xfffff8010229ba9c in mca_pml_ob1_send_request_start_copy
(sendreq=0xb23200, bml_btl=0xb29050, size=0) at pml_ob1_sendreq.c:551
551 hdr->hdr_match.hdr_ctx =
sendreq->req_send.req_base.req_comm->c_contextid;
(gdb) backtrace
If you can get into gdb here, I guess it would be useful to print the
address of hdr->hdr_match.hdr_ctx and
sendreq->req_send.req_base.req_comm->c_contextid to see which one is
misaligned.
Not sure of the gdb syntax... does it work to just do
p &hdr->hdr_match.hdr_ctx and sendreq->req_send.req_base.req
p &sendreq->req_send.req_base.req_comm->c_contextid