On 2021-09-14, Edward Crawler <[email protected]> wrote:
> Hi People,
>
> I have a OpenBSD 6.9 device which I'm using as firewall. The system crashes
> frequently -almost once a day-
> Also, there is lots of "pmap_unwire" errors in dmesg. Can it be a reason for
> system crash?
> What would be the reason of these crashes?
- What is printed when it enters DDB? (I guess this is on serial console;
please connect it before it crashes so you can see)
- Please include "ps" and "ps /o"
> ddb{9}> machine ddbcpu 10
^^ ^^
> Stopped at x86_ipi_db+0x12: leave
> ddb{16}> trace
^^
the prompt shows the cpu number in decimal, but the input to commands
(including "machine ddbcpu") is read in hex. therefore if you have cpu10
and higher, you either need to use hex, or specify that the number is
in decimal, i.e. "mach ddbcpu 0t10"
> tun_dev_write(2807,ffff80002657fe88,11,0) at tun_dev_write+0x18f
an outline of what you've got running on the system would be helpful too.
When you've collected this, please send it along with the information from your
first mail (so it's all self-contained and useful to someone without reference
to the earlier misc@ post) to [email protected].