[Bug 279653] Page fault in in6_selecthlim
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 17 Jun 2024 23:08:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279653 takahiro.kurosawa@gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |takahiro.kurosawa@gmail.com --- Comment #8 from takahiro.kurosawa@gmail.com --- (In reply to Daniel Ponte from comment #4) Can you show me the output of print ((struct ifnet *)0xfffff8004c742000)->if_afdata[28] print *(struct ifnet *)0xfffff8004c742000 on kgdb? Probably %rdi still held the ifnet pointer at the fatal fault because if_getafdata() was a tiny function (I can confirm if the disassemble output of if_getafdata is provided). -- You are receiving this mail because: You are the assignee for the bug.