View Single Post
Old 12th August 2008
gosha gosha is offline
Spam Deminer
 
Join Date: Jun 2008
Location: China
Posts: 256
Default

hello
here is what first comes out hilighted in blu on the screen:
Code:
Stopped at	0x58b3:uvm_fault(0xd07e9980), 0x50000, 0, 1) -> e kernel: page fault 

trap, code=0
Stopped at	db_read_bytes+0x14:	movb	0(%edx),%al
ddb>
then I typed "trace":
Code:
ddb> trace
db_read_bytes(58b3,1,d6a87d20,2,d6a87ddc) at db_read_bytes+0x14
db_get_value(58b3,1,0,2,0) at db_get_valuee+0x24
db_disasm(58b3,1,d0357b78,0,0) at db_disasm+0x25
db_print_loc_and_inst(58b3,d6a87e08,0,fffbf5c0,0) at db_print_loc_and_inst+0x2d

db_trap(9,0,1234de,0,0) at db_trap+0x75
kdb_trap(9,0,d6a87e88,0) at kdb_trap+0xab
trap() at trap+0x95
--- trap (number 9) ---
(null)(7ef00040,0,53050000,12,38492d) at 0x58b3
ddb>
Reply With Quote