2020-02-11 16:35:54

by Meelis Roos

[permalink] [raw]
Subject: 56.rc1+git: kalllsyms aborting

This is todays git v5.6-rc1-5-g0a679e13ea30 on 32-bit x86 (Debian unstable), seen on 2 machines, running on 5.5.0 kernel.

KSYM .tmp_kallsyms1.o
kallsyms: malloc.c:2393: 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.
Aborted
make: *** [Makefile:1077: vmlinux] Error 134

--
Meelis Roos <[email protected]>


2020-02-11 17:04:13

by Randy Dunlap

[permalink] [raw]
Subject: Re: 56.rc1+git: kalllsyms aborting

On 2/11/20 6:10 AM, Meelis Roos wrote:
> This is todays git v5.6-rc1-5-g0a679e13ea30 on 32-bit x86 (Debian unstable), seen on 2 machines, running on 5.5.0 kernel.
>
>   KSYM    .tmp_kallsyms1.o
> kallsyms: malloc.c:2393: 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.
> Aborted
> make: *** [Makefile:1077: vmlinux] Error 134
>

Fixed by (?)
https://lore.kernel.org/lkml/[email protected]/


--
~Randy