You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
*** Error in `/home/Viking/tfs': malloc(): memory corruption (fast): 0x000072e000000010 ***
Program received signal SIGABRT, Aborted.
[Switching to Thread 0x72e048a96700 (LWP 9039)]
0x000072e0495eacc9 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: Ficheiro ou directoria inexistente.
(gdb)
bt full
#0 0x000072e0495eacc9 in __GI_raise (sig=sig@entry=6)
#4 0x000072e049634e04 in _int_malloc (av=0x72e040000020, bytes=88)
at malloc.c:3359
p = 0x0
fb = < optimized out >
pp = < optimized out >
nb = 96
idx = < optimized out >
bin = < optimized out >
victim = < optimized out >
size = < optimized out >
victim_index = < optimized out >
remainder = < optimized out >
remainder_size = < optimized out >
block = < optimized out >
bit = < optimized out >
map = < optimized out >
The text was updated successfully, but these errors were encountered:
Lines 9 to 11 on thread 2 seem to be a problem, there was memory corruption on allocation via the operator new inside the STL. What compiler version and operation system are you using?
You have made changes to your source code, so I'm going to ask you to stop posting crash reports as not only does it make it more difficult for us to analyze them, but they may just as well be caused by your modifications.
*** Error in `/home/Viking/tfs': malloc(): memory corruption (fast): 0x000072e000000010 ***
Program received signal SIGABRT, Aborted.
[Switching to Thread 0x72e048a96700 (LWP 9039)]
0x000072e0495eacc9 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56 ../nptl/sysdeps/unix/sysv/linux/raise.c: Ficheiro ou directoria inexistente.
(gdb)
bt full
#0 0x000072e0495eacc9 in __GI_raise (sig=sig@entry=6)
#1 0x000072e0495ee0d8 in __GI_abort () at abort.c:89
#2 0x000072e049627394 in __libc_message (do_abort=do_abort@entry=1,
#3 0x000072e0496320f7 in malloc_printerr (action=,
#4 0x000072e049634e04 in _int_malloc (av=0x72e040000020, bytes=88)
The text was updated successfully, but these errors were encountered: