Created
September 10, 2018 04:41
-
-
Save AbePralle/c406e5e8ee9b9f3ad089988a77ef6bb9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ==7115== Memcheck, a memory error detector | |
| ==7115== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. | |
| ==7115== Using Valgrind-3.13.0 and LibVEX; rerun with -h for copyright info | |
| ==7115== Command: Programs/RogueC/Rogo-Linux | |
| ==7115== | |
| ==7115== | |
| ==7115== Process terminating with default action of signal 7 (SIGBUS) | |
| ==7115== Non-existent physical address at address 0x33B008 | |
| ==7115== at 0x400D2F6: elf_machine_rela_relative (dl-machine.h:541) | |
| ==7115== by 0x400D2F6: elf_dynamic_do_Rela (do-rel.h:112) | |
| ==7115== by 0x400D2F6: _dl_relocate_object (dl-reloc.c:258) | |
| ==7115== by 0x4004306: dl_main (rtld.c:2190) | |
| ==7115== by 0x401ADCF: _dl_sysdep_start (dl-sysdep.c:253) | |
| ==7115== by 0x4002127: _dl_start_final (rtld.c:414) | |
| ==7115== by 0x4002127: _dl_start (rtld.c:521) | |
| ==7115== by 0x4001097: ??? (in /lib/x86_64-linux-gnu/ld-2.27.so) | |
| ==7115== Invalid read of size 8 | |
| ==7115== at 0x591A1B8: _nl_locale_subfreeres (in /lib/x86_64-linux-gnu/libc-2.27.so) | |
| ==7115== by 0x5919E1E: free_mem (in /lib/x86_64-linux-gnu/libc-2.27.so) | |
| ==7115== by 0x591A7B1: __libc_freeres (in /lib/x86_64-linux-gnu/libc-2.27.so) | |
| ==7115== by 0x4A2A671: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so) | |
| ==7115== by 0x42289EF: ??? (in /lib/x86_64-linux-gnu/ld-2.27.so) | |
| ==7115== by 0x4004306: dl_main (rtld.c:2190) | |
| ==7115== by 0x401ADCF: _dl_sysdep_start (dl-sysdep.c:253) | |
| ==7115== by 0x4002127: _dl_start_final (rtld.c:414) | |
| ==7115== by 0x4002127: _dl_start (rtld.c:521) | |
| ==7115== by 0x4001097: ??? (in /lib/x86_64-linux-gnu/ld-2.27.so) | |
| ==7115== Address 0x0 is not stack'd, malloc'd or (recently) free'd | |
| ==7115== | |
| ==7115== | |
| ==7115== Process terminating with default action of signal 11 (SIGSEGV) | |
| ==7115== Access not within mapped region at address 0x0 | |
| ==7115== at 0x591A1B8: _nl_locale_subfreeres (in /lib/x86_64-linux-gnu/libc-2.27.so) | |
| ==7115== by 0x5919E1E: free_mem (in /lib/x86_64-linux-gnu/libc-2.27.so) | |
| ==7115== by 0x591A7B1: __libc_freeres (in /lib/x86_64-linux-gnu/libc-2.27.so) | |
| ==7115== by 0x4A2A671: _vgnU_freeres (in /usr/lib/valgrind/vgpreload_core-amd64-linux.so) | |
| ==7115== by 0x42289EF: ??? (in /lib/x86_64-linux-gnu/ld-2.27.so) | |
| ==7115== by 0x4004306: dl_main (rtld.c:2190) | |
| ==7115== by 0x401ADCF: _dl_sysdep_start (dl-sysdep.c:253) | |
| ==7115== by 0x4002127: _dl_start_final (rtld.c:414) | |
| ==7115== by 0x4002127: _dl_start (rtld.c:521) | |
| ==7115== by 0x4001097: ??? (in /lib/x86_64-linux-gnu/ld-2.27.so) | |
| ==7115== If you believe this happened as a result of a stack | |
| ==7115== overflow in your program's main thread (unlikely but | |
| ==7115== possible), you can try to increase the size of the | |
| ==7115== main thread stack using the --main-stacksize= flag. | |
| ==7115== The main thread stack size used in this run was 8388608. | |
| ==7115== | |
| ==7115== HEAP SUMMARY: | |
| ==7115== in use at exit: 0 bytes in 0 blocks | |
| ==7115== total heap usage: 0 allocs, 0 frees, 0 bytes allocated | |
| ==7115== | |
| ==7115== All heap blocks were freed -- no leaks are possible | |
| ==7115== | |
| ==7115== For counts of detected and suppressed errors, rerun with: -v | |
| ==7115== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0) | |
| Segmentation fault (core dumped) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have facing same issue so what is solution for that?
If gate any lead on this will really appreciable.