Baptiste created PROTON-1833:
--------------------------------
Summary: qpid-proton cpp windows : Crash
Key: PROTON-1833
URL: https://issues.apache.org/jira/browse/PROTON-1833
Project: Qpid Proton
Issue Type: Bug
Components: proton-c
Affects Versions: proton-c-0.21.0
Environment: Proton version : 0.21
Windows 7 - 64 bits
Visual studio 2010
Reporter: Baptiste
Just creating a proton::container, listening locally on
[0.0.0.0:5672|http://0.0.0.0:5672/] and then call stop() on the container and
getting outside of the scope (object is then destroy) => the crash happen.
Where does it crash ? In *win_iocp.c*, the line in red
void pn_proactor_free(pn_proactor_t *p) {
*DeleteTimerQueueEx(p->timer_queue, INVALID_HANDLE_VALUE);*
DeleteCriticalSection(&p->timer_lock);
DeleteCriticalSection(&p->bind_lock);
proactor_shutdown(p);
delete p->reaper;
WSACleanup();
pn_collector_free(p->collector);
free(p);
}
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]