|
发表于 2019-5-12 01:06:35
|
显示全部楼层
*** Error in `./a.out': double free or corruption (top): 0x00000000012de260 ***
======= Backtrace: =========
/lib/x86_64-linux-gnu/libc.so.6(+0x777e5)[0x7f82e2ea77e5]
/lib/x86_64-linux-gnu/libc.so.6(+0x8037a)[0x7f82e2eb037a]
/lib/x86_64-linux-gnu/libc.so.6(cfree+0x4c)[0x7f82e2eb453c]
/lib/x86_64-linux-gnu/libc.so.6(closedir+0xd)[0x7f82e2ef83cd]
./a.out[0x400b56]
./a.out[0x400afd]
./a.out[0x400be5]
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main+0xf0)[0x7f82e2e50830]
./a.out[0x400869]
======= Memory map: ========
00400000-00401000 r-xp 00000000 00:00 1303451 /mnt/d/Document/C/a.out
00601000-00602000 r--p 00001000 00:00 1303451 /mnt/d/Document/C/a.out
00602000-00603000 rw-p 00002000 00:00 1303451 /mnt/d/Document/C/a.out
012d6000-012f7000 rw-p 00000000 00:00 0 [heap]
7f82dc000000-7f82dc021000 rw-p 00000000 00:00 0
7f82dc021000-7f82e0000000 ---p 00000000 00:00 0
7f82e2c10000-7f82e2c26000 r-xp 00000000 00:00 913192 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f82e2c26000-7f82e2e25000 ---p 00000016 00:00 913192 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f82e2e25000-7f82e2e26000 rw-p 00015000 00:00 913192 /lib/x86_64-linux-gnu/libgcc_s.so.1
7f82e2e30000-7f82e2ff0000 r-xp 00000000 00:00 913164 /lib/x86_64-linux-gnu/libc-2.23.so
7f82e2ff0000-7f82e2ff9000 ---p 001c0000 00:00 913164 /lib/x86_64-linux-gnu/libc-2.23.so
7f82e2ff9000-7f82e31f0000 ---p 000001c9 00:00 913164 /lib/x86_64-linux-gnu/libc-2.23.so
7f82e31f0000-7f82e31f4000 r--p 001c0000 00:00 913164 /lib/x86_64-linux-gnu/libc-2.23.so
7f82e31f4000-7f82e31f6000 rw-p 001c4000 00:00 913164 /lib/x86_64-linux-gnu/libc-2.23.so
7f82e31f6000-7f82e31fa000 rw-p 00000000 00:00 0
7f82e3200000-7f82e3225000 r-xp 00000000 00:00 913363 /lib/x86_64-linux-gnu/ld-2.23.so
7f82e3225000-7f82e3226000 r-xp 00025000 00:00 913363 /lib/x86_64-linux-gnu/ld-2.23.so
7f82e3425000-7f82e3426000 r--p 00025000 00:00 913363 /lib/x86_64-linux-gnu/ld-2.23.so
7f82e3426000-7f82e3427000 rw-p 00026000 00:00 913363 /lib/x86_64-linux-gnu/ld-2.23.so
7f82e3427000-7f82e3428000 rw-p 00000000 00:00 0
7f82e3450000-7f82e3451000 rw-p 00000000 00:00 0
7f82e3460000-7f82e3461000 rw-p 00000000 00:00 0
7f82e3470000-7f82e3471000 rw-p 00000000 00:00 0
7f82e3480000-7f82e3481000 rw-p 00000000 00:00 0
7fffc1bd5000-7fffc23d5000 rw-p 00000000 00:00 0 [stack]
7fffc29ed000-7fffc29ee000 r-xp 00000000 00:00 0 [vdso]
Aborted (core dumped)
WSL中出现以上故障列表 |
|