[GitHub] ottobackwards edited a comment on issue #20: METRON-1910: bro plugin segfaults on src/KafkaWriter.cc:72

2019-02-12 Thread GitBox
ottobackwards edited a comment on issue #20: METRON-1910: bro plugin segfaults on src/KafkaWriter.cc:72 URL: https://github.com/apache/metron-bro-plugin-kafka/pull/20#issuecomment-462974152 So after review: The issue is that bro is calling finish and deleting the objects, and then later

[GitHub] ottobackwards edited a comment on issue #20: METRON-1910: bro plugin segfaults on src/KafkaWriter.cc:72

2019-02-12 Thread GitBox
ottobackwards edited a comment on issue #20: METRON-1910: bro plugin segfaults on src/KafkaWriter.cc:72 URL: https://github.com/apache/metron-bro-plugin-kafka/pull/20#issuecomment-462972595 @nickwallen deleting something twice is an error. ```cpp #include int main() {