Hello, I'm trying to debug a crashing program that's compiled and ran under 
Emscripten (which, under the hood, uses LLVM 12.0.0). The program is 
compiled with Emscripten "-fsanitize=address", and fails at runtime with 
the following error:

"AddressSanitizer: nested bug in the same thread, aborting."

Is there a way to get any additional information about the crash?

For instance, I tried "verbosity=2:debug=true" and other compile- and 
run-time flags, but none helps to bypass that "nested bug" error and get to 
the real root cause...


Thanks,
Maksim

-- 
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to address-sanitizer+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/address-sanitizer/1ff2234b-4abf-4612-9e18-3ea9a924af71n%40googlegroups.com.

Reply via email to