[GitHub] [qpid-dispatch] jiridanek opened a new pull request #1135: DISPATCH-2039 WIP Instead of poison, set zero capacity of the pool and let it degenerate into immediate malloc/free

2021-04-17 Thread GitBox
jiridanek opened a new pull request #1135: URL: https://github.com/apache/qpid-dispatch/pull/1135 This is an alternative approach compared to #1118. From looking at the (many) errors it produces, it is just as well able to reveal issues * https://issues.apache.org/jira/browse/DISPATC

[jira] [Updated] (DISPATCH-2060) use-after free in qd_alloc_deref_safe_ptr if a pool item has been freed due to global_free_list size limit

2021-04-17 Thread Jira
[ https://issues.apache.org/jira/browse/DISPATCH-2060?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Daněk updated DISPATCH-2060: - Description: This is something that is unlikely to occur because the global_free_list size li

[jira] [Created] (DISPATCH-2060) use-after free in qd_alloc_deref_safe_ptr if a pool item has been freed due to global_free_list size limit

2021-04-17 Thread Jira
Jiri Daněk created DISPATCH-2060: Summary: use-after free in qd_alloc_deref_safe_ptr if a pool item has been freed due to global_free_list size limit Key: DISPATCH-2060 URL: https://issues.apache.org/jira/browse/D

[jira] [Commented] (DISPATCH-2056) AddressSanitizer: use-after-poison in qdr_connection_set_context during system_tests_http2

2021-04-17 Thread Jira
[ https://issues.apache.org/jira/browse/DISPATCH-2056?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17324334#comment-17324334 ] Jiri Daněk commented on DISPATCH-2056: -- Here's a better stacktrace, obtained by u

[jira] [Commented] (DISPATCH-2022) system_tests_link_routes rarely fails with Cannot load configuration file

2021-04-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17324271#comment-17324271 ] ASF GitHub Bot commented on DISPATCH-2022: -- jiridanek opened a new pull reque

[GitHub] [qpid-dispatch] jiridanek opened a new pull request #1134: DISPATCH-2022 In a test, do not fail to wait for router to fail

2021-04-17 Thread GitBox
jiridanek opened a new pull request #1134: URL: https://github.com/apache/qpid-dispatch/pull/1134 This should take care of the error ``` 14: Process 2203 error: still running ``` If anyone has suggestions to what file I should move the test, I can do that to. -- This

[jira] [Commented] (DISPATCH-1959) Update PatternFly packages for the 1.16.0 release

2021-04-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-1959?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17324269#comment-17324269 ] ASF GitHub Bot commented on DISPATCH-1959: -- jiridanek opened a new pull reque

[GitHub] [qpid-dispatch] jiridanek opened a new pull request #1133: DISPATCH-1959 Update PatternFly packages for the 1.16.0 release

2021-04-17 Thread GitBox
jiridanek opened a new pull request #1133: URL: https://github.com/apache/qpid-dispatch/pull/1133 -- 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 s

[GitHub] [qpid-dispatch] codecov-commenter commented on pull request #880: WIP: unittest for starting router and adding autoLink

2021-04-17 Thread GitBox
codecov-commenter commented on pull request #880: URL: https://github.com/apache/qpid-dispatch/pull/880#issuecomment-821782070 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/880?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_

[jira] [Commented] (PROTON-2370) [cpp] An accessor for the delivery tag

2021-04-17 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2370?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17324188#comment-17324188 ] ASF GitHub Bot commented on PROTON-2370: jiridanek commented on a change in pull

[GitHub] [qpid-proton] jiridanek commented on a change in pull request #309: [WIP] PROTON-2370: [cpp] An accessor for the delivery tag

2021-04-17 Thread GitBox
jiridanek commented on a change in pull request #309: URL: https://github.com/apache/qpid-proton/pull/309#discussion_r615219442 ## File path: cpp/src/sender.cpp ## @@ -64,10 +64,18 @@ namespace { uint64_t tag_counter = 0; Review comment: AFAIK thread safety is required