Thread: soekris help
View Single Post
  #2   (View Single Post)  
Old 13th December 2008
revzalot's Avatar
revzalot revzalot is offline
Shell Scout
 
Join Date: May 2008
Posts: 123
Default

Here's the 'trace':

Code:
ddb> trace                                                                      
Debugger(d03b7b10,d3530008,d353af1c,cfbfdff1,0) at Debugger+0x4                 
panic(d037bffa,d037bfba,16,0,0) at panic+0x55                                   
start_init(d27be000) at start_init+0x16d                                        
Bad frame pointer: 0xd044ced8                                                   
ddb>
Here's the ps:

Code:
ddb> ps                                                                         
   PID   PPID   PGRP    UID  S       FLAGS  WAIT          COMMAND               
    13      0      0      0  3    0x100200  bored         crypto                
    12      0      0      0  3    0x100200  aiodoned      aiodoned              
    11      0      0      0  3    0x100200  syncer        update                
    10      0      0      0  2    0x100200                cleaner               
     9      0      0      0  3    0x100200  reaper        reaper                
     8      0      0      0  3    0x100200  pgdaemon      pagedaemon            
     7      0      0      0  3    0x100200  pftm          pfpurge               
     6      0      0      0  3    0x100200  cardslotev    cardslot1             
     5      0      0      0  3    0x100200  cardslotev    cardslot0             
     4      0      0      0  3    0x100200  bored         syswq                 
     3      0      0      0  3    0x100200                idle0                 
     2      0      0      0  3    0x100200  kmalloc       kmthread              
*    1      0      0      0  7           0                swapper               
     0     -1      0      0  3     0x80200  scheduler     swapper               
ddb>
Reply With Quote