[
https://issues.apache.org/jira/browse/DISPATCH-1970?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17286702#comment-17286702
]
ASF GitHub Bot commented on DISPATCH-1970:
------------------------------------------
codecov-io commented on pull request #1046:
URL: https://github.com/apache/qpid-dispatch/pull/1046#issuecomment-781602056
#
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1046?src=pr&el=h1)
Report
> Merging
[#1046](https://codecov.io/gh/apache/qpid-dispatch/pull/1046?src=pr&el=desc)
(5257140) into
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/b6fc760f167ca3534493f7ea2cee40fb7f43b012?el=desc)
(b6fc760) will **decrease** coverage by `0.03%`.
> The diff coverage is `66.66%`.
[](https://codecov.io/gh/apache/qpid-dispatch/pull/1046?src=pr&el=tree)
```diff
@@ Coverage Diff @@
## master #1046 +/- ##
==========================================
- Coverage 82.48% 82.45% -0.04%
==========================================
Files 111 111
Lines 27421 27425 +4
==========================================
- Hits 22619 22612 -7
- Misses 4802 4813 +11
```
| [Impacted
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/1046?src=pr&el=tree) |
Coverage Δ | |
|---|---|---|
|
[src/adaptors/http1/http1\_server.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1046/diff?src=pr&el=tree#diff-c3JjL2FkYXB0b3JzL2h0dHAxL2h0dHAxX3NlcnZlci5j)
| `84.50% <66.66%> (-0.52%)` | :arrow_down: |
|
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1046/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
| `91.81% <0.00%> (-0.65%)` | :arrow_down: |
|
[src/router\_core/route\_tables.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1046/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlX3RhYmxlcy5j)
| `80.11% <0.00%> (-0.58%)` | :arrow_down: |
|
[src/iterator.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1046/diff?src=pr&el=tree#diff-c3JjL2l0ZXJhdG9yLmM=)
| `89.29% <0.00%> (-0.17%)` | :arrow_down: |
|
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1046/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
| `94.03% <0.00%> (-0.11%)` | :arrow_down: |
|
[src/message.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1046/diff?src=pr&el=tree#diff-c3JjL21lc3NhZ2UuYw==)
| `87.00% <0.00%> (-0.08%)` | :arrow_down: |
|
[src/parse.c](https://codecov.io/gh/apache/qpid-dispatch/pull/1046/diff?src=pr&el=tree#diff-c3JjL3BhcnNlLmM=)
| `87.06% <0.00%> (+0.21%)` | :arrow_up: |
------
[Continue to review full report at
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1046?src=pr&el=continue).
> **Legend** - [Click here to learn
more](https://docs.codecov.io/docs/codecov-delta)
> `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
> Powered by
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1046?src=pr&el=footer).
Last update
[5c0de9c...c3eb840](https://codecov.io/gh/apache/qpid-dispatch/pull/1046?src=pr&el=lastupdated).
Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
> system_tests_http2 fails with ASAN error
> ----------------------------------------
>
> Key: DISPATCH-1970
> URL: https://issues.apache.org/jira/browse/DISPATCH-1970
> Project: Qpid Dispatch
> Issue Type: Test
> Components: Tests
> Reporter: Ganesh Murthy
> Assignee: Ganesh Murthy
> Priority: Major
> Labels: asan
>
> {noformat}
> 69: AddressSanitizer:DEADLYSIGNAL
> 69: =================================================================
> 69: ==3483==ERROR: AddressSanitizer: SEGV on unknown address 0x000000000000
> (pc 0x7f73e8471675 bp 0x7f73e306e130 sp 0x7f73e306d8a8 T1)
> 69: ==3483==The signal is caused by a READ memory access.
> 69: ==3483==Hint: address points to the zero page.
> 69: #0 0x7f73e8471674 (/lib/x86_64-linux-gnu/libc.so.6+0x18b674)
> 69: #1 0x7f73e9c18222 in strdup
> (/lib/x86_64-linux-gnu/libasan.so.5+0x96222)
> 69: #2 0x7f73e93210e4 in qd_strdup ../include/qpid/dispatch/ctools.h:261
> 69: #3 0x7f73e93210e4 in qd_http_record_request
> ../src/adaptors/http_common.c:675
> 69: #4 0x7f73e95e24ad in _http_record_request
> ../src/adaptors/http2/http2_adaptor.c:877
> 69: #5 0x7f73e95e24ad in free_http2_stream_data
> ../src/adaptors/http2/http2_adaptor.c:290
> 69: #6 0x7f73e95f23d9 in free_http2_stream_data
> ../src/adaptors/http2/http2_adaptor.c:283
> 69: #7 0x7f73e95f23d9 in free_qdr_http2_connection
> ../src/adaptors/http2/http2_adaptor.c:351
> 69: #8 0x7f73e9539b78 in router_core_thread
> ../src/router_core/router_core_thread.c:239
> 69: #9 0x7f73e8e4e608 in start_thread
> (/lib/x86_64-linux-gnu/libpthread.so.0+0x9608)
> 69: #10 0x7f73e8408292 in __clone
> (/lib/x86_64-linux-gnu/libc.so.6+0x122292) {noformat}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]