More on OS X kernel panic
More on OS X kernel panic
- Subject: More on OS X kernel panic
- From: "Chris Edgington" <email@hidden>
- Date: Fri, 23 Aug 2002 21:06:57 -0500
Ok, I've been reading xnu code and now I've got more info. It appears
that the panic described in my last email is telling me that the socket
buffer's count of bytes used is down to 0 - meaning all data has been
consumed or dropped, but the first mbuf's len is non-zero - meaning that
it has data that has not been consumed. How exactly does one get into
this state, if the sb->sb_cc and mb->m_len fields are managed by the bsd
kernel code? I'm sure I'm doing something wrong, I'm just not sure what
it is.
Thanks,
-Chris
_______________________________________________
macnetworkprog mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/macnetworkprog
Do not post admin requests to the list. They will be ignored.