Hi Lieting,
Lieting Yu wrote:
> Alex,
>
> Thanks for the reply. I followed the path you suggested but got a NULL 
> pointer for conn_tcp:
>
>   
>
>> 0xffffffff92c20e50 ::print queue_t q_ptr | ::print conn_t conn_tcp
>>     
> conn_tcp = 0
>
>   
There is a bug that seems to re-surface from time to time where the 
elements that are printed out for a structure
do not correspond to the actual structure members.  Try printing the 
entire structure and see if any of the fields near
conn_tcp look like pointers that might be conn_t's.  A while ago, I 
found the conn_t (or similar field) was where the conn_dev
(or similar field) should be.  You can try using address::whatis for 
pointers near the conn_tcp field to see if any of them
are coming from a conn related cache.

max


Reply via email to