Re: [osol-discuss] [networking-discuss] SXCE 109 kernel panic

2009-03-11 Thread Cathy Zhou
It looks like the FW_HOOKS() macro has already set mp and ipha to NULL, but we continues to call ip_tcp_input() and lead to the panic. I will see whether there is already bug filed for this, and if not, file a new bug. Thanks - Cathy Gino wrote: # mdb -k unix.0 vmcore.0 Loading modules:

Re: [osol-discuss] [networking-discuss] SXCE 109 kernel panic

2009-03-11 Thread Cathy Zhou
Okay. This is 6791062. - Cathy It looks like the FW_HOOKS() macro has already set mp and ipha to NULL, but we continues to call ip_tcp_input() and lead to the panic. I will see whether there is already bug filed for this, and if not, file a new bug. Thanks - Cathy Gino wrote: # mdb -k