Re: [Proton-c] [0.14.0] [Visual Studio 2013] Exception when destroying the container_impl after using the event_loop

2016-11-11 Thread Alan Conway
> > Jira issue created: https://issues.apache.org/jira/browse/PROTON-1340 > > > Adel > > > From: Adel Boutros > Sent: Thursday, November 3, 2016 10:55:07 AM > To: users@qpid.apache.org > Subject: [Proton-c] [0.14.0] [Visual St

Re: [Proton-c] [0.14.0] [Visual Studio 2013] Exception when destroying the container_impl after using the event_loop

2016-11-08 Thread Cliff Jansen
__ > From: Adel Boutros > > Sent: Thursday, November 3, 2016 10:55:07 AM > To: users@qpid.apache.org > Subject: [Proton-c] [0.14.0] [Visual Studio 2013] Exception when > destroying the container_impl after using the event_loop > > Hello, > > > On Wind

Re: [Proton-c] [0.14.0] [Visual Studio 2013] Exception when destroying the container_impl after using the event_loop

2016-11-08 Thread Adel Boutros
el Boutros Sent: Thursday, November 3, 2016 10:55:07 AM To: users@qpid.apache.org Subject: [Proton-c] [0.14.0] [Visual Studio 2013] Exception when destroying the container_impl after using the event_loop Hello, On Windows using Visual Studio 2013, I am trying to use the proton::thread_safe::event_loop(

Re: [Proton-c] [0.14.0] [Visual Studio 2013] Exception when destroying the container_impl after using the event_loop

2016-11-03 Thread Adel Boutros
Jira issue created: https://issues.apache.org/jira/browse/PROTON-1340 Adel From: Adel Boutros Sent: Thursday, November 3, 2016 10:55:07 AM To: users@qpid.apache.org Subject: [Proton-c] [0.14.0] [Visual Studio 2013] Exception when destroying the container_impl

[Proton-c] [0.14.0] [Visual Studio 2013] Exception when destroying the container_impl after using the event_loop

2016-11-03 Thread Adel Boutros
Hello, On Windows using Visual Studio 2013, I am trying to use the proton::thread_safe::event_loop() to inject some user events and trigger actions on the messaging_handler. It seems that when the proton::container_impl is being destroyed, I have an error in the pn_error_free method. PS: I