Port-arm archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: NetBSD 10 and opencv-3.4.17 pkg crash
> Sorry for the noise, let me resend because I realize the address to
> disassemble was different in this repro. And I'm still getting used to
> Thunderbird to fixing some formatting...
Okay, I'm clearly having email issues. Somehow 2 messages now have
successfully sent from sdf.org, but have not made it to the mailing list.
I gave it a couple hours. I think it's on my end because I just switched
to using Thunderbird client to connect mx.sdf.org via IMAP.
To limit duplication, please see my previous message (that I'm responding
to) for the stack trace after loading python3.11.core.
>>> Can you show "x/16i 0x0000f508a75d8e20" (that is: disassemble the code,
>>> starting 16 byte before the crash address and show 16 instructions)?
>>>
>>> This might give a clue what is happening here.
>>
Besides my email issues, in my last message I didn't subtract 0x10 from
the address for the disassembly, here goes:
(gdb) x/16i 0x0000fffff1180b00
0xfffff1180b00 <_rtld_start+32>: sub sp, sp, #0x10
0xfffff1180b04 <_rtld_start+36>: mov x0, sp
0xfffff1180b08 <_rtld_start+40>: mov x1, x25
0xfffff1180b0c <_rtld_start+44>: bl 0xfffff1186c10 <_rtld>
0xfffff1180b10 <_rtld_start+48>: mov x17, x0
0xfffff1180b14 <_rtld_start+52>: ldp x0, x1, [sp], #16
0xfffff1180b18 <_rtld_start+56>: mov x2, x24
0xfffff1180b1c <_rtld_start+60>: br x17
0xfffff1180b20 <_rtld_bind_start>: ldr x9, [sp]
0xfffff1180b24 <_rtld_bind_start+4>: stp x0, x1, [sp, #-16]!
0xfffff1180b28 <_rtld_bind_start+8>: stp x2, x3, [sp, #-16]!
0xfffff1180b2c <_rtld_bind_start+12>: stp x4, x5, [sp, #-16]!
0xfffff1180b30 <_rtld_bind_start+16>: stp x6, x7, [sp, #-16]!
0xfffff1180b34 <_rtld_bind_start+20>: stp x8, xzr, [sp, #-16]!
0xfffff1180b38 <_rtld_bind_start+24>: stp q0, q1, [sp, #-32]!
0xfffff1180b3c <_rtld_bind_start+28>: stp q2, q3, [sp, #-32]!
Appreciate your help.
-Joel
Home |
Main Index |
Thread Index |
Old Index