On 03/23/16 11:55, Eir Nym wrote:
Hi,

Is there method to check this with compiled binaries?


Hi,

You might try:

strings /boot/modules/*.ko | grep me

But you need to analyze the output. Possibly you could add a kdb_backtrace() call around the printf in question in the kernel. That would give you the answer which module is causing the error.

--HPS

_______________________________________________
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"

Reply via email to