DragonFly BSD
DragonFly bugs List (threaded) for 2006-07
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

Re: pf crash + questions


From: "Simon 'corecode' Schubert" <corecode@xxxxxxxxxxxx>
Date: Sat, 29 Jul 2006 19:26:42 +0200

Richard Nyberg wrote:
My dragonfy firewall panics now and then. Using bittorrent greatly enhances
the chances of a panic. Unfortunately the backtraces from the core dumps have
mostly looked like garbage.

duh. so the bug still exists :/ we thought it was fixed, but something still destroys the state tables...


Some questions
1) Is the correct way to generate a core dump from DDB to "call dumpsys"?

or enter "panic". it should dump as well.


3) How do I produce the trace above from kgdb? I'd prefer not having to
copy it by hand :)

kgdb kernel core [..] (kgdb) bt

(or, if it occured in a module, you have to load the kmods as well:)

(kgdb) source /usr/src/test/debug/gdb.kernel
(kgdb) kldstat
[mark output]
(kgdb) ^Z
# asf -s /modules
[paste output]
^D
# fg
(kgdb) source .asf
(kgdb) bt

cheers
 simon

--
Serve - BSD     +++  RENT this banner advert  +++    ASCII Ribbon   /"\
Work - Mac      +++  space for low €€€ NOW!1  +++      Campaign     \ /
Party Enjoy Relax   |   http://dragonflybsd.org      Against  HTML   \
Dude 2c 2 the max   !   http://golden-apple.biz       Mail + News   / \

Attachment: signature.asc
Description: OpenPGP digital signature



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