waruto210 commented on issue #3239:
URL: https://github.com/apache/brpc/issues/3239#issuecomment-4029571913

   > 
[brpc/src/brpc/versioned_ref_with_id.h](https://github.com/apache/brpc/blob/04d15c08506c4614e2c373662c53ba4ca7055945/src/brpc/versioned_ref_with_id.h#L547)
   > 
   > Line 547 in 
[04d15c0](/apache/brpc/commit/04d15c08506c4614e2c373662c53ba4ca7055945)
   > 
   >  if (__builtin_expect(ver == id_ver || ver == id_ver + 1, 1)) { 
   > 
   > brpc的Socket被重复销毁了?可以p一下ver和id_ver看一下值
   
   (gdb) info local
   ver = 4
   id_ver = 2
   id = 8589935150
   vref = 17179869185
   nref = 1


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to