re: backtrace without panic, MBuf leak in nd6_resolve() (was: MBuf leak in ether_output())
matthew green <[email protected]>
| Newsgroups | gmane.os.netbsd.devel.network |
|---|---|
| Message-ID | <[email protected]> |
try including <ddb/db_interface.h> and using db_stacktrace() at any point you want a back trace instead of panic. also dtrace can do similar. .mrg.