asan does increase the size of stack frame, this is normal. Did you try to increase the stack size? (Unfortunately, crbug seems to be down, can't see the chromium bug)
--kcc On Thu, Aug 14, 2014 at 7:41 PM, DanielChow <[email protected]> wrote: > I am investigating a crash of HeapTest, > and I found using std::string c_str() compiled with "asan=1 lsan=1" will > make a fast rise of stack frame. > almost each time increase 92. > Detail in: http://code.google.com/p/chromium/issues/detail?id=403273 > > I want know is this normal? or what can we do to reduce the stack frame for > this case? > can somebody help me to take a look. thanks. > > -- > 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 [email protected]. > For more options, visit https://groups.google.com/d/optout. -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
