[Bro-Dev] [JIRA] (BIT-1445) Broker crash when two stores go to the same SQLite DB

Matthias Vallentin (JIRA) jira at bro-tracker.atlassian.net
Mon Apr 18 20:59:00 PDT 2016


     [ https://bro-tracker.atlassian.net/browse/BIT-1445?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Matthias Vallentin reassigned BIT-1445:
---------------------------------------

    Assignee: Matthias Vallentin

> Broker crash when two stores go to the same SQLite DB
> -----------------------------------------------------
>
>                 Key: BIT-1445
>                 URL: https://bro-tracker.atlassian.net/browse/BIT-1445
>             Project: Bro Issue Tracker
>          Issue Type: Problem
>          Components: Broker
>    Affects Versions: 2.4
>            Reporter: Robin Sommer
>            Assignee: Matthias Vallentin
>             Fix For: 2.5
>
>
> This crashes Bro:
> {code}
> [...]
>     local s = BrokerStore::create_master("BroCon", BrokerStore::SQLITE);
>     local t = BrokerStore::create_master("BroCon2", BrokerStore::SQLITE);
>     [...]
> {code}
> Both stores go to the same file because the 3rd parameter with the file name is optional and defaults to {{store.sqlite}}; and that is a problem.



--
This message was sent by Atlassian JIRA
(v7.2.0-OD-05-030#72002)


More information about the bro-dev mailing list