I do not use any kind of timer on my side, but maybe it's a similar
internal proton issue as this one :
https://issues.apache.org/jira/browse/DISPATCH-945
2018-04-18 2:21 GMT+02:00 Chris Richardson :
> A couple of suggestions spring to mind - I've experienced problems with
> timers in other lib
A couple of suggestions spring to mind - I've experienced problems with
timers in other libraries where a timer fires after (or indeed during) its
callback or associated data has been deleted, resulting in a segfault.
Could this be relevant? Probably capturing a core dump and inspecting with
gdb wo
Hello,
When I create a proton::container and use it, I have a crash when I delete
the proton object:
void pn_proactor_free(pn_proactor_t *p) {
-> DeleteTimerQueueEx(p->timer_queue, INVALID_HANDLE_VALUE);
I'm using proton 0.21 compiled in CXX03 mode.
Is anyone have an idea ?
Thank you,
Baptis