Comment 6 for bug 1391705

Revision history for this message
Alex (worthless-trash-junk) wrote :

Yes, at the end of the day any kernel panic is definitely the kernel's fault. I have separately filed with Apple for their kernel bug. But, it looks like sbcl is misbehaving to cause the kernel panic, so I'm interested in what's going on there. Thanks for looking at the sbcl log. In the panicked state:

(lldb) showipcsummary # first few sorted by tablesize:
task pid #acts tablesize command
0xffffff805d66ea10 15078 17 127317 sbcl
0xffffff8039918718 1 5 5120 launchd.developm
0xffffff803b1e4718 48 16 1194 opendirectoryd
0xffffff8039916000 24 2 1194 appleeventsd
0xffffff8041ef9458 248 27 1024 Mail
0xffffff804215c5b8 255 7 682 SystemUIServer

Do you have any idea why sbcl would try to have such a massive ipc table during its make?