Bugzilla – Bug 1213740
glibc:Fatal glibc error
Last modified: 2023-07-31 02:35:37 UTC
I am writing a chained table for my shell, but the third call to malloc comes up with Fatal glibc error: malloc.c:2593 (sysmalloc): assertion failed: (old_top == initial_top (av) && old_size == 0) || ((unsigned long) (old_size) >= MINSIZE && prev_inuse (old_top) && ((unsigned long) old_end & (pagesize - 1)) == 0) Aborted (core dumped), but the same operation doesn't happen in archlinux * using x86_64-v3 ISA CPU
Done
(In reply to fcanlnony Mo from comment #1) > Done Hi, is the issue still existing now?
(In reply to Chenzi Cao from comment #2) > (In reply to fcanlnony Mo from comment #1) > > Done > > Hi, is the issue still existing now? Thank you. The problem has been solved.
Based on comment#3, I close this bug report, thanks.