What does this error mean?
Difference between en1 and en2, changed 43 character(s)
My submission https://codeforces.com/gym/101991/submission/61462281↵

Ideone link : http://ideone.com/Xj7jgc ↵

for problem https://codeforces.com/gym/101991/problem/E↵

gives ->↵
Diagnostics detected issues [cpp.clang++-diagnose]: =================================================================↵
==2408==ERROR: AddressSanitizer: stack-overflow on address 0x00d72000 (pc 0x002f5149 bp 0x10d6fca4 sp 0x10d6f838 T0)↵

    #0 0x2f5148 in _chkstk f:\dd\vctools\crt\vcstartup\src\misc\i386\chkstk.asm:98↵

    #1 0x2f546f in __scrt_common_main_seh f:\dd\vctools\crt\vcstartup\src\startup\exe_common.inl:283↵

    #2 0x7705343c in BaseThreadInitThunk+0x11 (C:\Windows\syswow64\kernel32.dll+0x1343c)↵

    #3 0x77709831 in RtlInitializeExceptionChain+0x62 (C:\Windows\SysWOW64\ntdll.dll+0x39831)↵

    #4 0x77709804 in RtlInitializeExceptionChain+0x35 (C:\Windows\SysWOW64\ntdll.dll+0x39804)↵

SUMMARY: AddressSanitizer: stack-overflow f:\dd\vctools\crt\vcstartup\src\misc\i386\chkstk.asm:98 in _chkstk =="2408"==aborting↵
-----------------------------------------------------------------------------------------------------------↵


I just learnt aho-corasick and implemented it but,I am not able to understand what this diagnostics mean, please help. Thanks!

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en2 English vivace_jr 2019-09-29 12:24:57 43 Added ideone link
en1 English vivace_jr 2019-09-29 12:11:06 1249 Initial revision (published)