Actions
Bug #467
closed
PM
AH
compilation with unittests & debug validation
Bug #467:
compilation 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.
VJ Updated by Victor Julien almost 14 years ago
- Subject changed from Compiliing with unitests to Compiling with unittests
VJ Updated by Victor Julien almost 14 years ago
- Assignee set to OISF Dev
- Target version set to TBD
AH Updated by Andreas Herz almost 10 years ago
Shouldn't we just put that into the configure.ac?
VJ Updated by Victor Julien over 9 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.
AH Updated by Andreas Herz about 9 years ago
- Status changed from Assigned to Closed
- Target version changed from 70 to 3.2.1
VJ Updated by Victor Julien about 9 years ago
- Tracker changed from Feature to Bug
- Subject changed from Compiling with unittests to compilation with unittests & debug validation
Actions