Skip to content

malloc error when executing make (debian11, nginx) #3091

Closed
@janis-mueller

Description

@janis-mueller

Describe the bug
When executing make on debian 11 I get an malloc.c.2379 error

Logs and dumps
bash: malloc.c:2379: sysmalloc: Assertion `(old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0)' failed.

To Reproduce

Steps to reproduce the behavior:
./build.sh
git submodule init
git submodule update
./configure
make
make install

Expected behavior
make executes without errors

Server (please complete the following information):

  • ModSecurity versionv 3.0.12 [Latest]
  • WebServer: nginx 1.18.0-6.1+deb11u3
  • OS (and distro): debian 11 5.10.0-28-amd64

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.xRelated to ModSecurity version 3.x

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions