NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: kern/58898: Crash when testing camera in chromium



Can you please share the output of dmesg and the following gdb
commands on the crash dump?

(gdb) disas *(videoclose+0xbb)
(gdb) print *(struct video_softc *)video_cd.cd_devs[0]->dv_private

Can you share the disassembly of videoclose in your netbsd.4 kernel
with `objdump -dr netbsd.4' (and selecting the relevant part)?

Can you share what changes you have in your tree?  And can you make
sure you have a clean build?  It looks like there might be mismatches
between your netbsd.gdb, your netbsd.4.core, and the source code,
which risks send everyone on wild goose chases if not resolved.


Home | Main Index | Thread Index | Old Index