You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried you test case with both valgrind and gcc address sanitizer (active modules "undefined" and "address"), but I wasn't able to reproduce the problem.
The stack trace suggests that bitpit is failing when adding a new vertex (operator[] of an unordered_map).
Does the tests case run fine when run in release mode?
I tried you test case with both valgrind and gcc address sanitizer (active modules "undefined" and "address"), but I wasn't able to reproduce the problem.
The stack trace suggests that bitpit is failing when adding a new vertex (operator[] of an unordered_map).
Does the tests case run fine when run in release mode?
It runs but we consistently see this. Can you download a trial licence of ArmForge and run with guard pages on?
Hi, I'm able to trigger the following memory error from using DDT, using the following settings using the following reproducer.
Looks like some sort of internal storage related issue but can you take a look and give your thoughts?
Thanks,
Denis
Stack trace at point of failure:
The text was updated successfully, but these errors were encountered: