google / sanitizers

AddressSanitizer, ThreadSanitizer, MemorySanitizer
Other
11.45k stars 1.03k forks source link

empty trace for a stack-overflow #1069

Open asarubbo opened 5 years ago

asarubbo commented 5 years ago

Hello,

this is what I got, but this is the first time that happens:

AddressSanitizer:DEADLYSIGNAL
=================================================================
==20258==ERROR: AddressSanitizer: stack-overflow on address 0x7fffde4d7ff8 (pc 0x00000050cc69 bp 0x7fffde4d8890 sp 0x7fffde4d8000 T0)
    <empty stack>

SUMMARY: AddressSanitizer: stack-overflow
==20258==ABORTING

clang version 7.0.1 (tags/RELEASE_701/final)

Is this expected? Thanks

kcc commented 5 years ago

We'll need more information to help, ideally a full reproducer. One recommendation is to run the process under gdb.