You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@metron.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2017/06/01 02:50:04 UTC

[jira] [Commented] (METRON-858) bro-plugin-kafka is throwing segfaults

    [ https://issues.apache.org/jira/browse/METRON-858?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16032351#comment-16032351 ] 

ASF GitHub Bot commented on METRON-858:
---------------------------------------

Github user ottobackwards commented on the issue:

    https://github.com/apache/metron/pull/547
  
    ok, I tried this and was flumoxed by nonexistent directories or files:
    
    - cat << EOF >> /usr/share/bro/site/local.bro  ( bro/site doesn't exist )
    
    - sed -i 's/eth0/tap0/g' /usr/etc/node.cfg  ( node.cfg does not exist )
    
    Are the instructions up to date?



> bro-plugin-kafka is throwing segfaults
> --------------------------------------
>
>                 Key: METRON-858
>                 URL: https://issues.apache.org/jira/browse/METRON-858
>             Project: Metron
>          Issue Type: Bug
>    Affects Versions: 0.4
>            Reporter: Jon Zeolla
>            Assignee: Jon Zeolla
>
> Currently the bro-plugin-kafka code is not fully thread safe, and causes segfaults because of its use of `reporter->Error()` and `reporter->Info()`.  This should be migrated to use `MsgThread::Info(Fmt())` and `Error(Fmt())`.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)