You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by GitBox <gi...@apache.org> on 2022/03/02 07:58:46 UTC

[GitHub] [qpid-proton] tanzhiying opened a new pull request #360: Update Bug: Fatal Python error: deallocating None

tanzhiying opened a new pull request #360:
URL: https://github.com/apache/qpid-proton/pull/360


   Fatal Python error: deallocating None


-- 
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: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-proton] jiridanek merged pull request #360: PROTON-2511: Fix Fatal Python error: deallocating None

Posted by GitBox <gi...@apache.org>.
jiridanek merged pull request #360:
URL: https://github.com/apache/qpid-proton/pull/360


   


-- 
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: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-proton] jiridanek commented on pull request #360: Update Bug: Fatal Python error: deallocating None

Posted by GitBox <gi...@apache.org>.
jiridanek commented on pull request #360:
URL: https://github.com/apache/qpid-proton/pull/360#issuecomment-1056742835


   @astitcher I think that this is useful fix and I saw a similar problem in Dispatch as well, https://issues.apache.org/jira/browse/DISPATCH-2316. I am not sure if 0.37.0 should be released without this having been fixed. I haven't reproduced this for myself to see how likely it is to arise in practice, but my feeling is that it is likely and very inconvenient when it happens.
   
   In Dispatch, this happened during router shutdown. I think it will be a similar case here, it will crash Python when client is exiting and Python runs a final GC.


-- 
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: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-proton] tanzhiying commented on pull request #360: Update Bug: Fatal Python error: deallocating None

Posted by GitBox <gi...@apache.org>.
tanzhiying commented on pull request #360:
URL: https://github.com/apache/qpid-proton/pull/360#issuecomment-1056743278


   你好,我已收到您的邮箱,尽快回复                                      -----谭志颖


-- 
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: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org


[GitHub] [qpid-proton] astitcher commented on pull request #360: Update Bug: Fatal Python error: deallocating None

Posted by GitBox <gi...@apache.org>.
astitcher commented on pull request #360:
URL: https://github.com/apache/qpid-proton/pull/360#issuecomment-1056955245


   Oops, this is a potentially nasty bug! I should check that we don't make this mistake anywhere else.


-- 
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: dev-unsubscribe@qpid.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org