You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2020/10/21 23:12:44 UTC

[GitHub] [pulsar] merlimat opened a new pull request #8334: [C++] Fixed segfault in unit test due to unitialized member variables

merlimat opened a new pull request #8334:
URL: https://github.com/apache/pulsar/pull/8334


   ### Motivation
   
   Saw segfaults on MacOS with clang when running unit tests. The reason is that the member variables are left uninitialized and crashing when trying to read them.


----------------------------------------------------------------
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.

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



[GitHub] [pulsar] merlimat merged pull request #8334: [C++] Fixed segfault in unit test due to unitialized member variables

Posted by GitBox <gi...@apache.org>.
merlimat merged pull request #8334:
URL: https://github.com/apache/pulsar/pull/8334


   


----------------------------------------------------------------
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.

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