QPID Client on Win10 aborts when connection object is created

2018-07-03 Thread Michael Arnold
Hi, Still no luck with this one. A couple more data points: - I tried single stepping through the QPID code but never got to a trim() routine. I also ran the code in debug mode with a breakpoints set on any routine called 'trim', with the code never breaking. This led me to conclude that the

Re: QPID Client on Win10 aborts when connection object is created

2018-06-16 Thread Michael Arnold
Hi, I had another go at getting a QPID client connection created with a Windows 10 Release version of QPID Messaging built using Proton. I've concluded that my earlier assumption that the abort() is being called because of exceptions raised during connection option parsing is incorrect. I

QPID Client on Win10 aborts when connection object is created

2018-06-11 Thread Michael Arnold
HI, If I compile QPID (using Proton) on Windows 10 in RELEASE mode, the application trying to use the QPID client gets aborted by windows when it tries to create a QPID connection. The abort is called on the last line of the following piece of code i.e. on the QPID connection creation: