Skip to content

Instantly share code, notes, and snippets.

@kaworu
Created November 20, 2014 13:58
Show Gist options
  • Save kaworu/c39e16452a8dc3fe97a9 to your computer and use it in GitHub Desktop.
Save kaworu/c39e16452a8dc3fe97a9 to your computer and use it in GitHub Desktop.
(hd0) ./disk.img
(cd0) ./install56.iso
@kaworu
Copy link
Author

kaworu commented Nov 20, 2014

# ping 8.8.8.8
PING 8.8.8.8 (8.8.8.8): 56 data bytes
panic: smashed stack in ether_output
Stopped at      0xffffffff813466c9:     leave
RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS PANIC!
IF RUNNING SMP, USE 'mach ddbcpu <#>' AND 'trace' ON OTHER PROCESSORS, TOO.
DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION!      
ddb{1}> trace
(null)() at 0xffffffff813466c9
(null)() at 0xffffffff811a39be
(null)() at 0xffffffff81195149
(null)() at 0xffffffff811f48a1
(null)() at 0xffffffff8124d3d4
(null)() at 0xffffffff8124dabd
(null)() at 0xffffffff811bd47a
(null)() at 0xffffffff811bfb89
(null)() at 0xffffffff811bfe52
(null)() at 0xffffffff81327177
end of kernel
end trace frame: 0x40, count: -10
ddb{1}> ps
   PID   PPID   PGRP    UID  S       FLAGS  WAIT          COMMAND
* 4180  11639   4180      0  7        0x33                ping
 11639      1  11639      0  3        0x8b  pause         ksh
  8190      1   8190      0  3        0x80  select        cron
 31711      1  31711     99  3        0x90  poll          sndiod
  4036   1237   1237     95  3        0x90  kqread        smtpd
 16177   1237   1237     95  3        0x90  kqread        smtpd
  1376   1237   1237     95  3        0x90  kqread        smtpd
   727   1237   1237     95  3        0x90  kqread        smtpd
 14880   1237   1237     95  3        0x90  kqread        smtpd
  6322   1237   1237    103  3        0x90  kqread        smtpd
  1237      1   1237      0  3        0x80  kqread        smtpd
 17686   5881   5881     74  3        0x90  bpf           pflogd
  5881      1   5881      0  3        0x80  netio         pflogd
  4706  28493  28493     73  3        0x90  poll          syslogd
 28493      1  28493      0  3        0x80  netio         syslogd
 26890      0      0      0  3     0x14200  aiodoned      aiodoned
 31028      0      0      0  3     0x14200  syncer        update
  2909      0      0      0  3     0x14200  cleaner       cleaner
  9680      0      0      0  3     0x14200  reaper        reaper
  6817      0      0      0  3     0x14200  pgdaemon      pagedaemon
 20268      0      0      0  3     0x14200  bored         crypto
  6230      0      0      0  3     0x14200  pftm          pfpurge
 10281      0      0      0  3  0x40014200  acpi0         acpi0
 31978      0      0      0  3  0x40014200                idle1
 15212      0      0      0  3     0x14200  bored         systqmp
 13901      0      0      0  3     0x14200  bored         systq
 11075      0      0      0  3     0x14200  bored         syswq
  1935      0      0      0  7  0x40014200                idle0
     1      0      1      0  3        0x82  wait          init 
     0     -1      0      0  3     0x10200  scheduler     swapper
ddb{1}> mach ddbcpu 0  
Stopped at      0xffffffff813466c9:     leave
RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS PANIC!
IF RUNNING SMP, USE 'mach ddbcpu <#>' AND 'trace' ON OTHER PROCESSORS, TOO.
DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION!
ddb{0}> trace                                                        
(null)() at 0xffffffff813466c9
(null)() at 0xffffffff81344bc4
(null)() at 0xffffffff813296fb
end trace frame: 0x0, count: -3
ddb{0}> mach ddbcpu 1          
Stopped at      0xffffffff813466c9:     leave
RUN AT LEAST 'trace' AND 'ps' AND INCLUDE OUTPUT WHEN REPORTING THIS PANIC!
IF RUNNING SMP, USE 'mach ddbcpu <#>' AND 'trace' ON OTHER PROCESSORS, TOO.
DO NOT EVEN BOTHER REPORTING THIS WITHOUT INCLUDING THAT INFORMATION!      
ddb{1}> trace                                                        
(null)() at 0xffffffff813466c9
(null)() at 0xffffffff811a39be
(null)() at 0xffffffff81195149
(null)() at 0xffffffff811f48a1
(null)() at 0xffffffff8124d3d4
(null)() at 0xffffffff8124dabd
(null)() at 0xffffffff811bd47a
(null)() at 0xffffffff811bfb89
(null)() at 0xffffffff811bfe52
(null)() at 0xffffffff81327177
end of kernel                 
end trace frame: 0x40, count: -10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment