Re: Issue 343 in address-sanitizer: asan_symbolize.py sometimes omits newlines in stack traces

2014-09-19 Thread address-sanitizer


Comment #4 on issue 343 by gli...@chromium.org: asan_symbolize.py sometimes  
omits newlines in stack traces

https://code.google.com/p/address-sanitizer/issues/detail?id=343

Thanks for fixing this!
There aren't other uses of get_symbolized_lines() yet, but I'll pay  
attention to it.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
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.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 343 in address-sanitizer: asan_symbolize.py sometimes omits newlines in stack traces

2014-09-18 Thread address-sanitizer

Updates:
Status: Accepted
Owner: ramosian.gli...@gmail.com

Comment #3 on issue 343 by earth...@google.com: asan_symbolize.py sometimes  
omits newlines in stack traces

https://code.google.com/p/address-sanitizer/issues/detail?id=343

Fixed in r218071.

Alex, you should check any other uses of get_symbolized_lines(), whatever  
they might be.


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
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.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 343 in address-sanitizer: asan_symbolize.py sometimes omits newlines in stack traces

2014-09-18 Thread address-sanitizer


Comment #2 on issue 343 by earth...@google.com: asan_symbolize.py sometimes  
omits newlines in stack traces

https://code.google.com/p/address-sanitizer/issues/detail?id=343

Culprit identified:  
https://llvm.org/svn/llvm-project/compiler-rt/trunk@213136


--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
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.
For more options, visit https://groups.google.com/d/optout.


Re: Issue 343 in address-sanitizer: asan_symbolize.py sometimes omits newlines in stack traces

2014-09-18 Thread address-sanitizer


Comment #1 on issue 343 by earth...@google.com: asan_symbolize.py sometimes  
omits newlines in stack traces

https://code.google.com/p/address-sanitizer/issues/detail?id=343


(note the lack of


Note the lack of a newline between #0 and #1

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
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.
For more options, visit https://groups.google.com/d/optout.


Issue 343 in address-sanitizer: asan_symbolize.py sometimes omits newlines in stack traces

2014-09-18 Thread address-sanitizer

Status: New
Owner: 
CC: ramosian.gli...@gmail.com,  samso...@google.com
Labels: Type-Defect Priority-Medium

New issue 343 by earth...@google.com: asan_symbolize.py sometimes omits  
newlines in stack traces

https://code.google.com/p/address-sanitizer/issues/detail?id=343

Ex:

==13== WARNING: MemorySanitizer: use-of-uninitialized-value
#0 0x7ff96110a852  
(/mnt/ssd/chromium/src/out_goma_msan_chained/Release/content_shell+0x4441852)
#1 0x7ff961109b9e  
(/mnt/ssd/chromium/src/out_goma_msan_chained/Release/content_shell+0x4440b9e)


becomes (note the lack of :

==13== WARNING: MemorySanitizer: use-of-uninitialized-value
#0 0x7ff96110a852 in FindAllocationMemento  
v8/src/heap/heap-inl.h:508:27#1 0x7ff96110a852 in  
_ZN2v88internal8JSObject20UpdateAllocationSiteENS0_6HandleIS1_EENS0_12ElementsKindE  
v8/src/objects.cc:12663:0
#2 0x7ff961109b9e in  
_ZN2v88internal8JSObject32SetFastElementsCapacityAndLengthENS0_6HandleIS1_EEiiNS1_30SetFastElementsCapacitySmiModeE  
v8/src/objects.cc:10993:5


I don't know whether this happens only to inlined functions (seems likely).

I think this regressed a few months ago.

--
You received this message because this project is configured to send all  
issue notifications to this address.

You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
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.
For more options, visit https://groups.google.com/d/optout.