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

Charles E. Rolke commented on DISPATCH-2032:
--------------------------------------------

This is probably a use-after-free. The value 153 decimal is 0x99 which it the 
memory fill pattern for freed objects.

> router_core/delivery.c:1083:25: runtime error: load of value 153, which is 
> not a valid value for type '_Bool' in system_tests_link_routes
> -----------------------------------------------------------------------------------------------------------------------------------------
>
>                 Key: DISPATCH-2032
>                 URL: https://issues.apache.org/jira/browse/DISPATCH-2032
>             Project: Qpid Dispatch
>          Issue Type: Test
>    Affects Versions: 1.16.0
>            Reporter: Jiri Daněk
>            Priority: Major
>
> https://travis-ci.com/github/apache/qpid-dispatch/jobs/495867991#L2790
> {noformat}
> 14: 
> /home/travis/build/apache/qpid-dispatch/src/router_core/delivery.c:1083:25: 
> runtime error: load of value 153, which is not a valid value for type '_Bool'
> 14:     #0 0x7f6c1a7dd9f5 in qdr_delivery_continue_peers_CT 
> /home/travis/build/apache/qpid-dispatch/src/router_core/delivery.c:1083
> 14:     #1 0x7f6c1a7ddf89 in qdr_delivery_continue_CT 
> /home/travis/build/apache/qpid-dispatch/src/router_core/delivery.c:1126
> 14:     #2 0x7f6c1a827c15 in router_core_thread 
> /home/travis/build/apache/qpid-dispatch/src/router_core/router_core_thread.c:239
> 14:     #3 0x7f6c1a7799c7 in _thread_init 
> /home/travis/build/apache/qpid-dispatch/src/posix/threading.c:172
> 14:     #4 0x7f6c1a13f6b9 in start_thread 
> (/lib/x86_64-linux-gnu/libpthread.so.0+0x76b9)
> 14:     #5 0x7f6c1916841c in clone (/lib/x86_64-linux-gnu/libc.so.6+0x10741c)
> 14: 
> 14: SUMMARY: UndefinedBehaviorSanitizer: undefined-behavior 
> /home/travis/build/apache/qpid-dispatch/src/router_core/delivery.c:1083 
> {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]

Reply via email to