[ 
https://issues.apache.org/jira/browse/DISPATCH-1438?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16976647#comment-16976647
 ] 

ASF GitHub Bot commented on DISPATCH-1438:
------------------------------------------

codecov-io commented on issue #621: DISPATCH-1438: dump the router debug dump 
file on router exit
URL: https://github.com/apache/qpid-dispatch/pull/621#issuecomment-555074771
 
 
   # 
[Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/621?src=pr&el=h1) 
Report
   > Merging 
[#621](https://codecov.io/gh/apache/qpid-dispatch/pull/621?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/qpid-dispatch/commit/10f9653c9bc582b3398ba8efa6aeec30566cf088?src=pr&el=desc)
 will **increase** coverage by `0.02%`.
   > The diff coverage is `n/a`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-dispatch/pull/621/graphs/tree.svg?width=650&token=rk2Cgd27pP&height=150&src=pr)](https://codecov.io/gh/apache/qpid-dispatch/pull/621?src=pr&el=tree)
   
   ```diff
   @@            Coverage Diff             @@
   ##           master     #621      +/-   ##
   ==========================================
   + Coverage   86.42%   86.44%   +0.02%     
   ==========================================
     Files          91       91              
     Lines       20625    20626       +1     
   ==========================================
   + Hits        17825    17831       +6     
   + Misses       2800     2795       -5
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-dispatch/pull/621?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[src/parse.c](https://codecov.io/gh/apache/qpid-dispatch/pull/621/diff?src=pr&el=tree#diff-c3JjL3BhcnNlLmM=)
 | `87.64% <0%> (-0.23%)` | :arrow_down: |
   | 
[src/iterator.c](https://codecov.io/gh/apache/qpid-dispatch/pull/621/diff?src=pr&el=tree#diff-c3JjL2l0ZXJhdG9yLmM=)
 | `89.17% <0%> (-0.17%)` | :arrow_down: |
   | 
[src/router\_node.c](https://codecov.io/gh/apache/qpid-dispatch/pull/621/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9ub2RlLmM=)
 | `92.97% <0%> (ø)` | :arrow_up: |
   | 
[src/router\_core/router\_core.c](https://codecov.io/gh/apache/qpid-dispatch/pull/621/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3JvdXRlcl9jb3JlLmM=)
 | `86.54% <0%> (+0.19%)` | :arrow_up: |
   | 
[src/router\_core/connections.c](https://codecov.io/gh/apache/qpid-dispatch/pull/621/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL2Nvbm5lY3Rpb25zLmM=)
 | `94.42% <0%> (+0.33%)` | :arrow_up: |
   | 
[src/router\_core/transfer.c](https://codecov.io/gh/apache/qpid-dispatch/pull/621/diff?src=pr&el=tree#diff-c3JjL3JvdXRlcl9jb3JlL3RyYW5zZmVyLmM=)
 | `94.1% <0%> (+0.73%)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/621?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/621?src=pr&el=footer).
 Last update 
[10f9653...bc6b286](https://codecov.io/gh/apache/qpid-dispatch/pull/621?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:
us...@infra.apache.org


> Have ctest parse the routers debug dump files for memory pool leaks
> -------------------------------------------------------------------
>
>                 Key: DISPATCH-1438
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-1438
>             Project: Qpid Dispatch
>          Issue Type: Test
>          Components: Tests
>    Affects Versions: 1.9.0
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Minor
>              Labels: memory-bug
>             Fix For: Backlog
>
>
> When the router has been built for Debug via -DCMAKE_BUILD_TYPE=Debug it will 
> write a debug dump file on shutdown.
> This debug dump file reports how many pool objects remain in thread on 
> shutdown. 
> A large number of in-thread pooled objects on shutdown may indicate a memory 
> leak.
> It would be useful to have ctest parse these files and report any in-thread 
> objects at the end of a test run.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org

Reply via email to