learnfm icon indicating copy to clipboard operation
learnfm copied to clipboard

python2 malloc error under Ubuntu

Open turian opened this issue 4 years ago • 0 comments

I can get things working on OSX, but on Ubuntu I have the following issue:

python2: malloc.c:2401: 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

turian avatar Mar 06 '21 21:03 turian