Actions
Bug #467
closedcompilation with unittests & debug validation
Affected Versions:
Effort:
Difficulty:
Label:
Description
When compiling suricata, these two can not be used at the same time:
--enable-unittests
--enable-debug-validation
at the moment, you can compile it like this, but Suricata will segfault when started (after a successful compile).
a compilation time check should be added for this scenario.
Thanks to Marcos Rodrigez and Victor Julien for pinpointing this condition.
Updated by Victor Julien over 12 years ago
- Subject changed from Compiliing with unitests to Compiling with unittests
Updated by Victor Julien over 12 years ago
- Assignee set to OISF Dev
- Target version set to TBD
Updated by Andreas Herz over 8 years ago
Shouldn't we just put that into the configure.ac?
Updated by Victor Julien almost 8 years ago
- Status changed from New to Assigned
- Assignee changed from OISF Dev to Andreas Herz
- Target version changed from TBD to 70
@Andreas, yes lets error out there is those are mixed.
Updated by Andreas Herz almost 8 years ago
- Status changed from Assigned to Closed
- Target version changed from 70 to 3.2.1
Updated by Victor Julien over 7 years ago
- Tracker changed from Feature to Bug
- Subject changed from Compiling with unittests to compilation with unittests & debug validation
Actions