[ 
https://issues.apache.org/jira/browse/PROTON-1833?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Jiri Daněk resolved PROTON-1833.
--------------------------------
    Resolution: Works for Me

Current Proton supports Visual Studio 2015 and up, and the tests in question 
({{c-proactor-tests}} and others) are running fine in AppVeyor CI. 
https://ci.appveyor.com/project/ke4qqq/qpid-proton/builds/34030122.

Please comment/reopen if you are still able to reproduce it with one of the 
recent Proton releases. Otherwise, I think this issue is badly out of date and 
deserves to be stricken out of the buglist.

> [cpp] Crash on Windows after calling container::stop()
> ------------------------------------------------------
>
>                 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
>            Assignee: Clifford Jansen
>            Priority: Critical
>              Labels: crash, windows
>
> 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)
> {  
> {color:#ff0000}DeleteTimerQueueEx(p->timer_queue, 
> INVALID_HANDLE_VALUE){color};
> DeleteCriticalSection(&p->timer_lock);  
> DeleteCriticalSection(&p->bind_lock);  
> proactor_shutdown(p);  
> delete p->reaper; 
> WSACleanup();  
> pn_collector_free(p->collector);  
> free(p);
> }
>  
> NOTE:
> A lot of tests failed on windows :
> 1>  The following tests FAILED:
> 1>        8 - cpp-container_test (Failed)
> 1>       10 - cpp-reconnect_test (Failed)
> 1>       21 - c-proactor-tests (Failed)
> 1>       23 - c-example-tests (Failed)
> 1>       24 - cpp-example-container (Failed)
> 1>       25 - cpp-example-container-ssl (Failed)



--
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