dreamstalker / rehlds

Reverse-engineered HLDS
GNU General Public License v3.0
653 stars 167 forks source link

MySQL Big string crash(Segmentation Fault) #847

Open victorTimofte12 opened 3 years ago

victorTimofte12 commented 3 years ago

I try to take a big string from database( sha256 string) but after restart server is crashed:

hlds_linux: 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 (core dumped)

all buffers size are set correctly. Any ideas?