[GitHub] trafficserver issue #1544: AddressSanitizer failed to deallocate

2017-03-09 Thread zwoop
Github user zwoop commented on the issue:

https://github.com/apache/trafficserver/issues/1544
  
Duplicate of #1498.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1544: AddressSanitizer failed to deallocate

2017-03-09 Thread zwoop
Github user zwoop closed the issue at:

https://github.com/apache/trafficserver/issues/1544


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1544: AddressSanitizer failed to deallocate

2017-03-08 Thread shinrich
Github user shinrich commented on the issue:

https://github.com/apache/trafficserver/issues/1544
  
Also reported via issue #1498.  I think there is a problem with freeing 
memory if the free list is deallocated (-f).  When I accidentally left the -f 
flag on after I reinstalled a non-ASAN build, my system crashed due to out of 
memory within minutes.  Without the -f flag, my production box has been running 
for days without appreciable memory growth.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1544: AddressSanitizer failed to deallocate

2017-03-07 Thread scw00
Github user scw00 commented on the issue:

https://github.com/apache/trafficserver/issues/1544
  
7.1.0


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1544: AddressSanitizer failed to deallocate

2017-03-07 Thread bryancall
Github user bryancall commented on the issue:

https://github.com/apache/trafficserver/issues/1544
  
What version are you running?  I am seeing the same errors with 7.1.0.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---


[GitHub] trafficserver issue #1544: AddressSanitizer failed to deallocate

2017-03-06 Thread scw00
GitHub user scw00 opened an issue:

https://github.com/apache/trafficserver/issues/1544

AddressSanitizer failed to deallocate

```
==22977== ERROR: AddressSanitizer failed to deallocate 0x23000 (143360) 
bytes at address 0x7fff680d
==22977== AddressSanitizer CHECK failed: 
../../../../src/libsanitizer/sanitizer_common/sanitizer_posix.cc:81 "(("unable 
to unmap" && 0)) != (0)" (0x0, 0x0)
==22977== ERROR: AddressSanitizer failed to deallocate 0x8 (524288) 
bytes at address 0x7fff67fc7000
==22977== AddressSanitizer CHECK failed: 
../../../../src/libsanitizer/sanitizer_common/sanitizer_posix.cc:81 "(("unable 
to unmap" && 0)) != (0)" (0x0, 0x0)
==22977== ERROR: AddressSanitizer failed to deallocate 0x20 (2097152) 
bytes at address 0x7fff67da4000
==22977== AddressSanitizer CHECK failed: 
../../../../src/libsanitizer/sanitizer_common/sanitizer_posix.cc:81 "(("unable 
to unmap" && 0)) != (0)" (0x0, 0x0)
==22977== ERROR: AddressSanitizer failed to deallocate 0x10 (1048576) 
bytes at address 0x7fff67c81000
==22977== AddressSanitizer CHECK failed: 
../../../../src/libsanitizer/sanitizer_common/sanitizer_posix.cc:81 "(("unable 
to unmap" && 0)) != (0)" (0x0, 0x0)
==22977== ERROR: AddressSanitizer failed to deallocate 0x4000 (16384) bytes 
at address 0x77fdd000
==22977== AddressSanitizer CHECK failed: 
../../../../src/libsanitizer/sanitizer_common/sanitizer_posix.cc:81 "(("unable 
to unmap" && 0)) != (0)" (0x0, 0x0)
==22977== ERROR: AddressSanitizer failed to deallocate 0x23000 (143360) 
bytes at address 0x7fff66f0
==22977== AddressSanitizer CHECK failed: 
../../../../src/libsanitizer/sanitizer_common/sanitizer_posix.cc:81 "(("unable 
to unmap" && 0)) != (0)" (0x0, 0x0)
```






---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---