[jira] [Comment Edited] (PROTON-522) Apache Qpid Proton on Mac/OSX - C/Objective-C

2017-11-23 Thread Roddie Kieley (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264881#comment-16264881
 ] 

Roddie Kieley edited comment on PROTON-522 at 11/24/17 2:53 AM:


[~gemmellr], [~astitcher] I've closed the associated PR and will test Xcode 8 
to see if the noted issue on master is resolved or not and file an issue 
accordingly. Interestingly I see that the latest apache/qpid-proton travis 
[job|https://travis-ci.org/apache/qpid-proton/jobs/306409455] which now 
includes OSX and Xcode 7.3 does not exhibit this issue.


was (Author: rkieley):
[~gemmellr], [~astitcher] I've closed the associated PR and will test Xcode 8 
to see if the noted issue on master is resolved or not and file an issue 
accordingly. Interestingly I see that the latest apache/qpid-proton travis job 
which now includes OSX and Xcode 7.3 does not exhibit this issue.

> Apache Qpid Proton on Mac/OSX - C/Objective-C
> -
>
> Key: PROTON-522
> URL: https://issues.apache.org/jira/browse/PROTON-522
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: proton-c
>Reporter: Guy Dillen
>  Labels: osx
>
> I would like using Apache Qpid Proton-C from a C or Objective-C application 
> on Mac/OSX to connect as a client to Windows Azure Service Bus.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Comment Edited] (PROTON-522) Apache Qpid Proton on Mac/OSX - C/Objective-C

2017-11-23 Thread Roddie Kieley (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264881#comment-16264881
 ] 

Roddie Kieley edited comment on PROTON-522 at 11/24/17 2:52 AM:


[~gemmellr], [~astitcher] I've closed the associated PR and will test Xcode 8 
to see if the noted issue on master is resolved or not and file an issue 
accordingly. Interestingly I see that the latest apache/qpid-proton travis job 
which now includes OSX and Xcode 7.3 does not exhibit this issue.


was (Author: rkieley):
[~gemmellr], [~astitcher] I've closed the associated PR and will test Xcode 8 
to see if the noted issue on master is resolved or not and file an issue 
accordingly.

> Apache Qpid Proton on Mac/OSX - C/Objective-C
> -
>
> Key: PROTON-522
> URL: https://issues.apache.org/jira/browse/PROTON-522
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: proton-c
>Reporter: Guy Dillen
>  Labels: osx
>
> I would like using Apache Qpid Proton-C from a C or Objective-C application 
> on Mac/OSX to connect as a client to Windows Azure Service Bus.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-522) Apache Qpid Proton on Mac/OSX - C/Objective-C

2017-11-23 Thread Roddie Kieley (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264881#comment-16264881
 ] 

Roddie Kieley commented on PROTON-522:
--

[~gemmellr], [~astitcher] I've closed the associated PR and will test Xcode 8 
to see if the noted issue on master is resolved or not and file an issue 
accordingly.

> Apache Qpid Proton on Mac/OSX - C/Objective-C
> -
>
> Key: PROTON-522
> URL: https://issues.apache.org/jira/browse/PROTON-522
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: proton-c
>Reporter: Guy Dillen
>  Labels: osx
>
> I would like using Apache Qpid Proton-C from a C or Objective-C application 
> on Mac/OSX to connect as a client to Windows Azure Service Bus.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-522) Apache Qpid Proton on Mac/OSX - C/Objective-C

2017-11-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264879#comment-16264879
 ] 

ASF GitHub Bot commented on PROTON-522:
---

Github user RoddieKieley commented on the issue:

https://github.com/apache/qpid-proton/pull/129
  
@gemmellr Current state on master with my local Xcode 7.3.1 is that the 
with the cpp binding disabled it builds and the tests complete with known 
issues. However with the cpp binding enabled we see:

> [ 47%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/node_options.cpp.o
> 
/Users/rkieley/LocalProjects/issues/PROTON-522/qpid-proton/proton-c/bindings/cpp/src/node_options.cpp:134:33:
 error: out-of-line definition of 'capabilities' does not match any declaration 
in
>   'proton::source_options'
> source_options& source_options::capabilities(const std::vector& 
c) { impl_->capabilities = c; return *this; }
> ^~~~
> 
/Users/rkieley/LocalProjects/issues/PROTON-522/qpid-proton/proton-c/bindings/cpp/src/node_options.cpp:175:33:
 error: out-of-line definition of 'capabilities' does not match any declaration 
in
>   'proton::target_options'
> target_options& target_options::capabilities(const std::vector& 
c) { impl_->capabilities = c; return *this; }
> ^~~~
> 2 errors generated.
> gmake[2]: *** 
[proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/build.make:639: 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/node_options.cpp.o] 
Error 1
> gmake[1]: *** [CMakeFiles/Makefile2:1891: 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/all] Error 2
> gmake: *** [Makefile:141: all] Error 2
> 

I suspect that an update to Xcode 8 would resolve the problem here given 
that a quick check on Fedora 25 shows a successful build, both with default 
cmake ../qpid-proton. I think it makes sense to close this PR as it is 
superceeded by [~astitcher]'s cleaner commits and raise an issue if Xcode 7.3.1 
support is desired and or testing shows Xcode 8+ also has issues.


> Apache Qpid Proton on Mac/OSX - C/Objective-C
> -
>
> Key: PROTON-522
> URL: https://issues.apache.org/jira/browse/PROTON-522
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: proton-c
>Reporter: Guy Dillen
>  Labels: osx
>
> I would like using Apache Qpid Proton-C from a C or Objective-C application 
> on Mac/OSX to connect as a client to Windows Azure Service Bus.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-522) Apache Qpid Proton on Mac/OSX - C/Objective-C

2017-11-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264880#comment-16264880
 ] 

ASF GitHub Bot commented on PROTON-522:
---

Github user RoddieKieley closed the pull request at:

https://github.com/apache/qpid-proton/pull/129


> Apache Qpid Proton on Mac/OSX - C/Objective-C
> -
>
> Key: PROTON-522
> URL: https://issues.apache.org/jira/browse/PROTON-522
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: proton-c
>Reporter: Guy Dillen
>  Labels: osx
>
> I would like using Apache Qpid Proton-C from a C or Objective-C application 
> on Mac/OSX to connect as a client to Windows Azure Service Bus.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-proton issue #129: PROTON-522: Apache Qpid Proton on Mac/OSX - C/Object...

2017-11-23 Thread RoddieKieley
Github user RoddieKieley commented on the issue:

https://github.com/apache/qpid-proton/pull/129
  
@gemmellr Current state on master with my local Xcode 7.3.1 is that the 
with the cpp binding disabled it builds and the tests complete with known 
issues. However with the cpp binding enabled we see:

> [ 47%] Building CXX object 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/node_options.cpp.o
> 
/Users/rkieley/LocalProjects/issues/PROTON-522/qpid-proton/proton-c/bindings/cpp/src/node_options.cpp:134:33:
 error: out-of-line definition of 'capabilities' does not match any declaration 
in
>   'proton::source_options'
> source_options& source_options::capabilities(const std::vector& 
c) { impl_->capabilities = c; return *this; }
> ^~~~
> 
/Users/rkieley/LocalProjects/issues/PROTON-522/qpid-proton/proton-c/bindings/cpp/src/node_options.cpp:175:33:
 error: out-of-line definition of 'capabilities' does not match any declaration 
in
>   'proton::target_options'
> target_options& target_options::capabilities(const std::vector& 
c) { impl_->capabilities = c; return *this; }
> ^~~~
> 2 errors generated.
> gmake[2]: *** 
[proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/build.make:639: 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/src/node_options.cpp.o] 
Error 1
> gmake[1]: *** [CMakeFiles/Makefile2:1891: 
proton-c/bindings/cpp/CMakeFiles/qpid-proton-cpp.dir/all] Error 2
> gmake: *** [Makefile:141: all] Error 2
> 

I suspect that an update to Xcode 8 would resolve the problem here given 
that a quick check on Fedora 25 shows a successful build, both with default 
cmake ../qpid-proton. I think it makes sense to close this PR as it is 
superceeded by [~astitcher]'s cleaner commits and raise an issue if Xcode 7.3.1 
support is desired and or testing shows Xcode 8+ also has issues.


---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-proton pull request #129: PROTON-522: Apache Qpid Proton on Mac/OSX - C...

2017-11-23 Thread RoddieKieley
Github user RoddieKieley closed the pull request at:

https://github.com/apache/qpid-proton/pull/129


---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1691) Memory leak when creating endpoint objects with a handler

2017-11-23 Thread Cliff Jansen (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264587#comment-16264587
 ] 

Cliff Jansen commented on PROTON-1691:
--

In theory pn_free(link->context) should result in

   pn_record_finalize(link->context)
 
which does the same thing as your proposed pn_record_clear().

I think the correct fix is to hunt down who has a rogue (or circular) reference 
to link->context and keeping it alive.

If you are pretty sure it is not your handler, attach a test program to this 
JIRA and I'll try chasing it down.

> Memory leak when creating endpoint objects with a handler
> -
>
> Key: PROTON-1691
> URL: https://issues.apache.org/jira/browse/PROTON-1691
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.18.1
> Environment: Reproduced on Windows but the code is not platform 
> specific.
>Reporter: Xin Chen
>
> Using the Python binding, one can provide a handler when creating an Endpoint 
> object (Connection/Session/Link). This handler object is set in the record 
> context. In pn_###_finalize methods, the context is not cleared by calling 
> pn_record_clear. This results in a _cadapter object leaking in Python process 
> without any references. The fix is simply to call pn_record_clear before 
> freeing the context. For example, in pn_link_finalize (line 1121 in engine.c),
> +  pn_record_clear(link->context);
>   pn_free(link->context);
> With this fix the memory does not grow anymore with repeated link 
> creation/closing. I only use a handler in link endpoint but I think this is 
> needed for connection and session as well.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Assigned] (PROTON-1691) Memory leak when creating endpoint objects with a handler

2017-11-23 Thread Cliff Jansen (JIRA)

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

Cliff Jansen reassigned PROTON-1691:


Assignee: Cliff Jansen

> Memory leak when creating endpoint objects with a handler
> -
>
> Key: PROTON-1691
> URL: https://issues.apache.org/jira/browse/PROTON-1691
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.18.1
> Environment: Reproduced on Windows but the code is not platform 
> specific.
>Reporter: Xin Chen
>Assignee: Cliff Jansen
>
> Using the Python binding, one can provide a handler when creating an Endpoint 
> object (Connection/Session/Link). This handler object is set in the record 
> context. In pn_###_finalize methods, the context is not cleared by calling 
> pn_record_clear. This results in a _cadapter object leaking in Python process 
> without any references. The fix is simply to call pn_record_clear before 
> freeing the context. For example, in pn_link_finalize (line 1121 in engine.c),
> +  pn_record_clear(link->context);
>   pn_free(link->context);
> With this fix the memory does not grow anymore with repeated link 
> creation/closing. I only use a handler in link endpoint but I think this is 
> needed for connection and session as well.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1624) [c, examples] Send core dumps sending string longer than 128 bytes

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264583#comment-16264583
 ] 

ASF subversion and git services commented on PROTON-1624:
-

Commit fa80534c87940b44fefd36abff4c5a9a79b99f47 in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=fa80534 ]

PROTON-1624: closing PR as I found when trying to apply it that the change has 
been made independently already via 884ec562ba7224ed05ff7bafcf966965a39026ab

This closes #122


> [c, examples] Send core dumps sending string longer than 128 bytes
> --
>
> Key: PROTON-1624
> URL: https://issues.apache.org/jira/browse/PROTON-1624
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: examples, proton-c
>Affects Versions: proton-c-0.17.0
>Reporter: Chuck Rolke
>Assignee: Chuck Rolke
> Fix For: proton-c-0.18.0
>
>
> realloc called on free memory



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-proton pull request #122: update pointer on reallocated message buffer ...

2017-11-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/qpid-proton/pull/122


---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1624) [c, examples] Send core dumps sending string longer than 128 bytes

2017-11-23 Thread Robbie Gemmell (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1624?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264564#comment-16264564
 ] 

Robbie Gemmell commented on PROTON-1624:


For later reference, there was a PR previously raised for this at 
https://github.com/apache/qpid-proton/pull/122

> [c, examples] Send core dumps sending string longer than 128 bytes
> --
>
> Key: PROTON-1624
> URL: https://issues.apache.org/jira/browse/PROTON-1624
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: examples, proton-c
>Affects Versions: proton-c-0.17.0
>Reporter: Chuck Rolke
>Assignee: Chuck Rolke
> Fix For: proton-c-0.18.0
>
>
> realloc called on free memory



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Closed] (PROTON-1698) send.c example should update pointer upon reallocating message buffer memory

2017-11-23 Thread Robbie Gemmell (JIRA)

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

Robbie Gemmell closed PROTON-1698.
--
   Resolution: Duplicate
Fix Version/s: (was: proton-c-0.19.0)

Already changed independently in PROTON-1624

> send.c example should update pointer upon reallocating message buffer memory
> 
>
> Key: PROTON-1698
> URL: https://issues.apache.org/jira/browse/PROTON-1698
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: examples
>Affects Versions: proton-c-0.18.1
>Reporter: Robbie Gemmell
>Assignee: Robbie Gemmell
>Priority: Trivial
>
> Creating JIRA for change in https://github.com/apache/qpid-proton/pull/122



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-1698) send.c example should update pointer upon reallocating message buffer memory

2017-11-23 Thread Robbie Gemmell (JIRA)
Robbie Gemmell created PROTON-1698:
--

 Summary: send.c example should update pointer upon reallocating 
message buffer memory
 Key: PROTON-1698
 URL: https://issues.apache.org/jira/browse/PROTON-1698
 Project: Qpid Proton
  Issue Type: Bug
  Components: examples
Affects Versions: proton-c-0.18.1
Reporter: Robbie Gemmell
Assignee: Robbie Gemmell
Priority: Trivial
 Fix For: proton-c-0.19.0


Creating JIRA for change in https://github.com/apache/qpid-proton/pull/122



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-1693) [ruby] Replace C-reactor based code with new Container

2017-11-23 Thread Alan Conway (JIRA)

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

Alan Conway updated PROTON-1693:

Summary: [ruby] Replace C-reactor based code with new Container  (was: 
[ruby] remove C-reactor based code)

> [ruby] Replace C-reactor based code with new Container
> --
>
> Key: PROTON-1693
> URL: https://issues.apache.org/jira/browse/PROTON-1693
> Project: Qpid Proton
>  Issue Type: Improvement
>Reporter: Alan Conway
>Assignee: Alan Conway
>
> Remove the C reactor-based container and related code.
> Replace with a backward-compatibility shim based on the new native Ruby 
> Container
> Mark deprecated features in doc and with Kernel#warn [DEPRECATION]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Resolved] (PROTON-1694) Some mutexes in the libuv proactor implementation are not properly initialised and destroyed

2017-11-23 Thread Alan Conway (JIRA)

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

Alan Conway resolved PROTON-1694.
-
Resolution: Fixed

> Some mutexes in the libuv proactor implementation are not properly 
> initialised and destroyed
> 
>
> Key: PROTON-1694
> URL: https://issues.apache.org/jira/browse/PROTON-1694
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Reporter: Roddie Kieley
>Assignee: Andrew Stitcher
> Fix For: proton-c-0.19.0
>
>
> This seems to be a latent bug. Perhaps exhibiting in MacOS X.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1665) Review locking - TLS / SSL thread safety with proactor

2017-11-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1665?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264535#comment-16264535
 ] 

ASF GitHub Bot commented on PROTON-1665:


Github user alanconway commented on the issue:

https://github.com/apache/qpid-proton/pull/125
  
For discussion only, will be addressed by 
PROTON-1665 |   | Review locking - TLS / SSL thread safety with proactor





> Review locking - TLS / SSL thread safety with proactor
> --
>
> Key: PROTON-1665
> URL: https://issues.apache.org/jira/browse/PROTON-1665
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Affects Versions: proton-c-0.18.0
>Reporter: Alan Conway
>Assignee: Alan Conway
>Priority: Critical
> Fix For: proton-c-0.19.0
>
>
> ssl_domain objects are semi-global.
> For example two connections simultaneously creating or releasing their own 
> private pn_ssl_t objects may mess up the refcount of the shared 
> pn_ssl_domain_t object leading to memory corruption or leaks.
> Windows schannel is further complicated by the OS internal refcounting of its 
> security context thingies.  That may get automatically solved by the above, 
> or may require a separate JIRA to track.  The same may apply to openssl.
> The obvious thread-safety issues were addressed by  PROTON-1620 and the use 
> of per-transport SSL objects appears to be correct and safe. However we need 
> a careful review of the use of shared OpenSSL objects (related to SSL domains 
> and certificate stores) to ensure they are being used safely and no 
> additional locks are needed.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-proton issue #125: Steps to make openssl.c thread safe, marked with FIX...

2017-11-23 Thread alanconway
Github user alanconway commented on the issue:

https://github.com/apache/qpid-proton/pull/125
  
For discussion only, will be addressed by 
PROTON-1665 |   | Review locking - TLS / SSL thread safety with proactor





---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-proton pull request #125: Steps to make openssl.c thread safe, marked w...

2017-11-23 Thread alanconway
Github user alanconway closed the pull request at:

https://github.com/apache/qpid-proton/pull/125


---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1554) c++: remove thread_safe and returned templates

2017-11-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1554?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264504#comment-16264504
 ] 

ASF GitHub Bot commented on PROTON-1554:


Github user alanconway commented on the issue:

https://github.com/apache/qpid-proton/pull/109
  
Issues discussed here were addressed by 
f1ee2681 PROTON-1554: Remove thread-safe template, simplify returned<>


> c++: remove thread_safe and returned templates
> --
>
> Key: PROTON-1554
> URL: https://issues.apache.org/jira/browse/PROTON-1554
> Project: Qpid Proton
>  Issue Type: Improvement
>  Components: cpp-binding
> Environment: These templates are over complex. Replace with a simpler 
> unsafe template that can convert to T for single threaded apps, and should 
> be ignored for multi-threaded apps
>Reporter: Alan Conway
>Assignee: Alan Conway
>  Labels: api
> Fix For: proton-c-0.18.0
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-proton pull request #109: Cpp drop thread safe

2017-11-23 Thread alanconway
Github user alanconway closed the pull request at:

https://github.com/apache/qpid-proton/pull/109


---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-proton issue #109: Cpp drop thread safe

2017-11-23 Thread alanconway
Github user alanconway commented on the issue:

https://github.com/apache/qpid-proton/pull/109
  
Issues discussed here were addressed by 
f1ee2681 PROTON-1554: Remove thread-safe template, simplify returned<>


---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Assigned] (QPID-6933) Factor out a JMS client neutral messaging test suite from system tests

2017-11-23 Thread Alex Rudyy (JIRA)

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

Alex Rudyy reassigned QPID-6933:


Assignee: Alex Rudyy

> Factor out a JMS client neutral messaging test suite from system tests
> --
>
> Key: QPID-6933
> URL: https://issues.apache.org/jira/browse/QPID-6933
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Tests
>Reporter: Keith Wall
>Assignee: Alex Rudyy
>
> The existing system testsuite is in a poor state.
> * It is poorly structured
> * Mixes different types of test.  i.e. messaging behaviour with those that 
> test features of the Java Broker (e.g. REST).
> * Many of the tests refer directly to the implementation classes of the Qpid 
> Client 0-8..0-10 client meaning the tests cannot be run using the new client.
> As a first step, we want to factor out a separate messaging system test suite:
> * The tests in this suite will be JMS client neutral.
> * Written in terms of JNDI/JMS client
> * Configurations/Broker observations will be performed via a clean 
> Broker-neutral facade. For instance
> **  a mechanism to cause the queue to be created of a particular type.
> ** a mechanism to observe a queue depth.
> * The tests will be classified by feature (to be defined)
> * The classification system will be used to drive an exclusion feature (to be 
> defined).



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-522) Apache Qpid Proton on Mac/OSX - C/Objective-C

2017-11-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264321#comment-16264321
 ] 

ASF GitHub Bot commented on PROTON-522:
---

Github user gemmellr commented on the issue:

https://github.com/apache/qpid-proton/pull/129
  
@astitcher seems to have made various changes related to these ones in 
commits such as:
d82bbfab037c97e1c403ae701f1b3fe272813ff7 , 
b6ad8a996faa34aeb8e475902a6f151c5476d45f, 
43e49f69cda68afc948a8d9081084dea70cb960c , 
e9480cb3cd46e3f1437a0b03462cdf2bcd52bb25 ,  
6dddff298ed220ec4621e61eabb4b4cb8ab908fd , and 
f07322d9c596e334f4eef8f14d0c41ff3b3e8704.

You might want to check what the current state is on master and either 
rebase this or close it and raise specific new JIRAs+PRs for any further 
changes needed.



> Apache Qpid Proton on Mac/OSX - C/Objective-C
> -
>
> Key: PROTON-522
> URL: https://issues.apache.org/jira/browse/PROTON-522
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: proton-c
>Reporter: Guy Dillen
>  Labels: osx
>
> I would like using Apache Qpid Proton-C from a C or Objective-C application 
> on Mac/OSX to connect as a client to Windows Azure Service Bus.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (QPID-7969) [Stress Test Tools] Add ability into StressTestClient to pause indefinitely after opening of test connection and before connection close

2017-11-23 Thread Alex Rudyy (JIRA)

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

Alex Rudyy updated QPID-7969:
-
Status: Reviewable  (was: In Progress)

> [Stress Test Tools] Add ability into StressTestClient to pause indefinitely 
> after opening of test connection and before connection close
> 
>
> Key: QPID-7969
> URL: https://issues.apache.org/jira/browse/QPID-7969
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Tests, Java Tools
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>
> In order to detect memory leaks within connection lifecycle the 
> {{StressTestClient}} need to be improved to allow heapdump collection after 
> test connection establishing and before closing of the connection.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Assigned] (QPID-7969) [Stress Test Tools] Add ability into StressTestClient to pause indefinitely after opening of test connection and before connection close

2017-11-23 Thread Alex Rudyy (JIRA)

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

Alex Rudyy reassigned QPID-7969:


Assignee: Alex Rudyy

> [Stress Test Tools] Add ability into StressTestClient to pause indefinitely 
> after opening of test connection and before connection close
> 
>
> Key: QPID-7969
> URL: https://issues.apache.org/jira/browse/QPID-7969
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Tests, Java Tools
>Reporter: Alex Rudyy
>Assignee: Alex Rudyy
>
> In order to detect memory leaks within connection lifecycle the 
> {{StressTestClient}} need to be improved to allow heapdump collection after 
> test connection establishing and before closing of the connection.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-proton issue #129: PROTON-522: Apache Qpid Proton on Mac/OSX - C/Object...

2017-11-23 Thread gemmellr
Github user gemmellr commented on the issue:

https://github.com/apache/qpid-proton/pull/129
  
@astitcher seems to have made various changes related to these ones in 
commits such as:
d82bbfab037c97e1c403ae701f1b3fe272813ff7 , 
b6ad8a996faa34aeb8e475902a6f151c5476d45f, 
43e49f69cda68afc948a8d9081084dea70cb960c , 
e9480cb3cd46e3f1437a0b03462cdf2bcd52bb25 ,  
6dddff298ed220ec4621e61eabb4b4cb8ab908fd , and 
f07322d9c596e334f4eef8f14d0c41ff3b3e8704.

You might want to check what the current state is on master and either 
rebase this or close it and raise specific new JIRAs+PRs for any further 
changes needed.



---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Assigned] (QPID-7969) [Stress Test Tools] Add ability into StressTestClient to pause indefinitely after opening of test connection and before connection close

2017-11-23 Thread Alex Rudyy (JIRA)

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

Alex Rudyy reassigned QPID-7969:


Assignee: (was: Alex Rudyy)

> [Stress Test Tools] Add ability into StressTestClient to pause indefinitely 
> after opening of test connection and before connection close
> 
>
> Key: QPID-7969
> URL: https://issues.apache.org/jira/browse/QPID-7969
> Project: Qpid
>  Issue Type: Improvement
>  Components: Java Tests, Java Tools
>Reporter: Alex Rudyy
>
> In order to detect memory leaks within connection lifecycle the 
> {{StressTestClient}} need to be improved to allow heapdump collection after 
> test connection establishing and before closing of the connection.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Closed] (PROTON-1463) Golang AMQP URL incompatable with Qpid Cpp Broker. Node not found: /address when using Qpid C++ Broker

2017-11-23 Thread Robbie Gemmell (JIRA)

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

Robbie Gemmell closed PROTON-1463.
--
Resolution: Fixed

> Golang AMQP URL incompatable with Qpid Cpp Broker.  Node not found: /address 
> when using Qpid C++ Broker
> ---
>
> Key: PROTON-1463
> URL: https://issues.apache.org/jira/browse/PROTON-1463
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: go-binding
>Affects Versions: proton-c-0.17.0
>Reporter: Brandon W Sheffield
>Assignee: Alan Conway
> Fix For: proton-c-0.18.0
>
>
> Go examples not compatible with Qpid C++ broker version 1.36.
> With qpidd running as a daemon, running the go "receive" binary example with 
> no address will work:
> ./receive localhost:5672
> Listening on 1 connections
> But if provided a address, will get error:
> ./receive localhost:5672/address
> Listening on 1 connections
> 2017/04/18 13:30:54 receive error %v: %vlocalhost:5672/addressamqp:not-found: 
> Node not found: /address
> Qpid C++ Broker spits out error:
> [Protocol] error Error on attach: Node not found: /address
> Does not behave like this when using the provided Go example broker binary 
> instead of Qpid C++ broker.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1463) Golang AMQP URL incompatable with Qpid Cpp Broker. Node not found: /address when using Qpid C++ Broker

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264307#comment-16264307
 ] 

ASF subversion and git services commented on PROTON-1463:
-

Commit f69179c3ac4d665c062b9e185bacf507c222d4ea in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=f69179c ]

PROTON-1463: closing old PR. Other changes were made to resolve this issue via 
https://issues.apache.org/jira/browse/PROTON-1463

This closes #103


> Golang AMQP URL incompatable with Qpid Cpp Broker.  Node not found: /address 
> when using Qpid C++ Broker
> ---
>
> Key: PROTON-1463
> URL: https://issues.apache.org/jira/browse/PROTON-1463
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: go-binding
>Affects Versions: proton-c-0.17.0
>Reporter: Brandon W Sheffield
>Assignee: Alan Conway
> Fix For: proton-c-0.18.0
>
>
> Go examples not compatible with Qpid C++ broker version 1.36.
> With qpidd running as a daemon, running the go "receive" binary example with 
> no address will work:
> ./receive localhost:5672
> Listening on 1 connections
> But if provided a address, will get error:
> ./receive localhost:5672/address
> Listening on 1 connections
> 2017/04/18 13:30:54 receive error %v: %vlocalhost:5672/addressamqp:not-found: 
> Node not found: /address
> Qpid C++ Broker spits out error:
> [Protocol] error Error on attach: Node not found: /address
> Does not behave like this when using the provided Go example broker binary 
> instead of Qpid C++ broker.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1463) Golang AMQP URL incompatable with Qpid Cpp Broker. Node not found: /address when using Qpid C++ Broker

2017-11-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264309#comment-16264309
 ] 

ASF GitHub Bot commented on PROTON-1463:


Github user asfgit closed the pull request at:

https://github.com/apache/qpid-proton/pull/103


> Golang AMQP URL incompatable with Qpid Cpp Broker.  Node not found: /address 
> when using Qpid C++ Broker
> ---
>
> Key: PROTON-1463
> URL: https://issues.apache.org/jira/browse/PROTON-1463
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: go-binding
>Affects Versions: proton-c-0.17.0
>Reporter: Brandon W Sheffield
>Assignee: Alan Conway
> Fix For: proton-c-0.18.0
>
>
> Go examples not compatible with Qpid C++ broker version 1.36.
> With qpidd running as a daemon, running the go "receive" binary example with 
> no address will work:
> ./receive localhost:5672
> Listening on 1 connections
> But if provided a address, will get error:
> ./receive localhost:5672/address
> Listening on 1 connections
> 2017/04/18 13:30:54 receive error %v: %vlocalhost:5672/addressamqp:not-found: 
> Node not found: /address
> Qpid C++ Broker spits out error:
> [Protocol] error Error on attach: Node not found: /address
> Does not behave like this when using the provided Go example broker binary 
> instead of Qpid C++ broker.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1463) Golang AMQP URL incompatable with Qpid Cpp Broker. Node not found: /address when using Qpid C++ Broker

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1463?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264308#comment-16264308
 ] 

ASF subversion and git services commented on PROTON-1463:
-

Commit f69179c3ac4d665c062b9e185bacf507c222d4ea in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=f69179c ]

PROTON-1463: closing old PR. Other changes were made to resolve this issue via 
https://issues.apache.org/jira/browse/PROTON-1463

This closes #103


> Golang AMQP URL incompatable with Qpid Cpp Broker.  Node not found: /address 
> when using Qpid C++ Broker
> ---
>
> Key: PROTON-1463
> URL: https://issues.apache.org/jira/browse/PROTON-1463
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: go-binding
>Affects Versions: proton-c-0.17.0
>Reporter: Brandon W Sheffield
>Assignee: Alan Conway
> Fix For: proton-c-0.18.0
>
>
> Go examples not compatible with Qpid C++ broker version 1.36.
> With qpidd running as a daemon, running the go "receive" binary example with 
> no address will work:
> ./receive localhost:5672
> Listening on 1 connections
> But if provided a address, will get error:
> ./receive localhost:5672/address
> Listening on 1 connections
> 2017/04/18 13:30:54 receive error %v: %vlocalhost:5672/addressamqp:not-found: 
> Node not found: /address
> Qpid C++ Broker spits out error:
> [Protocol] error Error on attach: Node not found: /address
> Does not behave like this when using the provided Go example broker binary 
> instead of Qpid C++ broker.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Issue Comment Deleted] (PROTON-1463) Golang AMQP URL incompatable with Qpid Cpp Broker. Node not found: /address when using Qpid C++ Broker

2017-11-23 Thread Robbie Gemmell (JIRA)

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

Robbie Gemmell updated PROTON-1463:
---
Comment: was deleted

(was: Commit f69179c3ac4d665c062b9e185bacf507c222d4ea in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=f69179c ]

PROTON-1463: closing old PR. Other changes were made to resolve this issue via 
https://issues.apache.org/jira/browse/PROTON-1463

This closes #103
)

> Golang AMQP URL incompatable with Qpid Cpp Broker.  Node not found: /address 
> when using Qpid C++ Broker
> ---
>
> Key: PROTON-1463
> URL: https://issues.apache.org/jira/browse/PROTON-1463
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: go-binding
>Affects Versions: proton-c-0.17.0
>Reporter: Brandon W Sheffield
>Assignee: Alan Conway
> Fix For: proton-c-0.18.0
>
>
> Go examples not compatible with Qpid C++ broker version 1.36.
> With qpidd running as a daemon, running the go "receive" binary example with 
> no address will work:
> ./receive localhost:5672
> Listening on 1 connections
> But if provided a address, will get error:
> ./receive localhost:5672/address
> Listening on 1 connections
> 2017/04/18 13:30:54 receive error %v: %vlocalhost:5672/addressamqp:not-found: 
> Node not found: /address
> Qpid C++ Broker spits out error:
> [Protocol] error Error on attach: Node not found: /address
> Does not behave like this when using the provided Go example broker binary 
> instead of Qpid C++ broker.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-proton pull request #103: PROTON-1463 GO-Bindings Added AMQP Address Me...

2017-11-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/qpid-proton/pull/103


---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Issue Comment Deleted] (PROTON-1463) Golang AMQP URL incompatable with Qpid Cpp Broker. Node not found: /address when using Qpid C++ Broker

2017-11-23 Thread Robbie Gemmell (JIRA)

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

Robbie Gemmell updated PROTON-1463:
---
Comment: was deleted

(was: Commit fa5b36dc739d9cad595b9c50099305ffdd50a884 in qpid-proton's branch 
refs/heads/master from [~aconway]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=fa5b36d ]

PROTON-1463: Fix incorrect address handling.

Fix to previous commit
a61f50e * PROTON-1463: Golang AMQP URL incompatable with Qpid Cpp Broker.had

Use of string.TrimPrefix was incorrect.
)

> Golang AMQP URL incompatable with Qpid Cpp Broker.  Node not found: /address 
> when using Qpid C++ Broker
> ---
>
> Key: PROTON-1463
> URL: https://issues.apache.org/jira/browse/PROTON-1463
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: go-binding
>Affects Versions: proton-c-0.17.0
>Reporter: Brandon W Sheffield
>Assignee: Alan Conway
> Fix For: proton-c-0.18.0
>
>
> Go examples not compatible with Qpid C++ broker version 1.36.
> With qpidd running as a daemon, running the go "receive" binary example with 
> no address will work:
> ./receive localhost:5672
> Listening on 1 connections
> But if provided a address, will get error:
> ./receive localhost:5672/address
> Listening on 1 connections
> 2017/04/18 13:30:54 receive error %v: %vlocalhost:5672/addressamqp:not-found: 
> Node not found: /address
> Qpid C++ Broker spits out error:
> [Protocol] error Error on attach: Node not found: /address
> Does not behave like this when using the provided Go example broker binary 
> instead of Qpid C++ broker.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Reopened] (PROTON-1463) Golang AMQP URL incompatable with Qpid Cpp Broker. Node not found: /address when using Qpid C++ Broker

2017-11-23 Thread Robbie Gemmell (JIRA)

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

Robbie Gemmell reopened PROTON-1463:


> Golang AMQP URL incompatable with Qpid Cpp Broker.  Node not found: /address 
> when using Qpid C++ Broker
> ---
>
> Key: PROTON-1463
> URL: https://issues.apache.org/jira/browse/PROTON-1463
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: go-binding
>Affects Versions: proton-c-0.17.0
>Reporter: Brandon W Sheffield
>Assignee: Alan Conway
> Fix For: proton-c-0.18.0
>
>
> Go examples not compatible with Qpid C++ broker version 1.36.
> With qpidd running as a daemon, running the go "receive" binary example with 
> no address will work:
> ./receive localhost:5672
> Listening on 1 connections
> But if provided a address, will get error:
> ./receive localhost:5672/address
> Listening on 1 connections
> 2017/04/18 13:30:54 receive error %v: %vlocalhost:5672/addressamqp:not-found: 
> Node not found: /address
> Qpid C++ Broker spits out error:
> [Protocol] error Error on attach: Node not found: /address
> Does not behave like this when using the provided Go example broker binary 
> instead of Qpid C++ broker.  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1342) CI on OS X

2017-11-23 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264289#comment-16264289
 ] 

ASF GitHub Bot commented on PROTON-1342:


Github user asfgit closed the pull request at:

https://github.com/apache/qpid-proton/pull/128


> CI on OS X
> --
>
> Key: PROTON-1342
> URL: https://issues.apache.org/jira/browse/PROTON-1342
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c
>Reporter: Justin Ross
>  Labels: osx, testing
> Fix For: proton-c-future
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1342) CI on OS X

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264287#comment-16264287
 ] 

ASF subversion and git services commented on PROTON-1342:
-

Commit b34d8ce4dc94c2a9f6f9b5d44e8a78e6c0673591 in qpid-proton's branch 
refs/heads/master from [~gemmellr]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=b34d8ce ]

PROTON-1342: commit 6dddff298ed220ec4621e61eabb4b4cb8ab908fd contained an 
updated version of the PR changes and so should have referenced and closed it.

This closes #128


> CI on OS X
> --
>
> Key: PROTON-1342
> URL: https://issues.apache.org/jira/browse/PROTON-1342
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c
>Reporter: Justin Ross
>  Labels: osx, testing
> Fix For: proton-c-future
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[GitHub] qpid-proton pull request #128: PROTON-1342: CI on OS X

2017-11-23 Thread asfgit
Github user asfgit closed the pull request at:

https://github.com/apache/qpid-proton/pull/128


---

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-522) Apache Qpid Proton on Mac/OSX - C/Objective-C

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264016#comment-16264016
 ] 

ASF subversion and git services commented on PROTON-522:


Commit f07322d9c596e334f4eef8f14d0c41ff3b3e8704 in qpid-proton's branch 
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=f07322d ]

PROTON-1696/PROTON-522: Go Anonymous SASL test should work even without Cyrus 
SASL installed
- It was relying on saslpasswd2 even when it didn't need to


> Apache Qpid Proton on Mac/OSX - C/Objective-C
> -
>
> Key: PROTON-522
> URL: https://issues.apache.org/jira/browse/PROTON-522
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: proton-c
>Reporter: Guy Dillen
>  Labels: osx
>
> I would like using Apache Qpid Proton-C from a C or Objective-C application 
> on Mac/OSX to connect as a client to Windows Azure Service Bus.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-522) Apache Qpid Proton on Mac/OSX - C/Objective-C

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264022#comment-16264022
 ] 

ASF subversion and git services commented on PROTON-522:


Commit d82bbfab037c97e1c403ae701f1b3fe272813ff7 in qpid-proton's branch 
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=d82bbfa ]

PROTON-522: We don't want to allow IPv4 addresses if only IPv6 is present
- Not even mapped addresses.


> Apache Qpid Proton on Mac/OSX - C/Objective-C
> -
>
> Key: PROTON-522
> URL: https://issues.apache.org/jira/browse/PROTON-522
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: proton-c
>Reporter: Guy Dillen
>  Labels: osx
>
> I would like using Apache Qpid Proton-C from a C or Objective-C application 
> on Mac/OSX to connect as a client to Windows Azure Service Bus.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1694) Some mutexes in the libuv proactor implementation are not properly initialised and destroyed

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1694?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264013#comment-16264013
 ] 

ASF subversion and git services commented on PROTON-1694:
-

Commit ef33dd674c82c474ce0bffbf595ddb45c40e9297 in qpid-proton's branch 
refs/heads/master from [~rkieley]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=ef33dd6 ]

PROTON-1694: Proactor libuv implementation doesn't initialise mutexes


> Some mutexes in the libuv proactor implementation are not properly 
> initialised and destroyed
> 
>
> Key: PROTON-1694
> URL: https://issues.apache.org/jira/browse/PROTON-1694
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c
>Reporter: Roddie Kieley
>Assignee: Andrew Stitcher
> Fix For: proton-c-0.19.0
>
>
> This seems to be a latent bug. Perhaps exhibiting in MacOS X.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1644) [FreeBSD] Scheme for reusing ports in testing does not work for FreeBSD

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1644?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264020#comment-16264020
 ] 

ASF subversion and git services commented on PROTON-1644:
-

Commit b6ad8a996faa34aeb8e475902a6f151c5476d45f in qpid-proton's branch 
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=b6ad8a9 ]

PROTON-1644/PROTON-522: [Partial fix] Change port choosing mechanism for C++ 
tests
- Detect FreeBSD and MacOS X


> [FreeBSD] Scheme for reusing ports in testing does not work for FreeBSD
> ---
>
> Key: PROTON-1644
> URL: https://issues.apache.org/jira/browse/PROTON-1644
> Project: Qpid Proton
>  Issue Type: Bug
>  Components: proton-c, ruby-binding
>Affects Versions: proton-c-0.18.0
> Environment: FreeBSD 10.3-RELEASE-p20
>Reporter: Andrew Stitcher
>Assignee: Alan Conway
>  Labels: freebsd
> Fix For: proton-c-0.19.0
>
>
> The scheme for picking ports using SO_REUSEPORT does not seem to work on 
> FreeBSD producing a bunch of errors like
> {noformat}
> listen error: proton:io: address already in use - listening on localhost:51439
> broker shutdown: proton:io: address already in use - listening on 
> localhost:51439
> {noformat}
> This happens in the tests:
> - 12:ruby-test-container
> - 31:c-proactor-tests
> - 34:cpp-example-container
> - 35:cpp-example-container-ssl



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-522) Apache Qpid Proton on Mac/OSX - C/Objective-C

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264018#comment-16264018
 ] 

ASF subversion and git services commented on PROTON-522:


Commit e9480cb3cd46e3f1437a0b03462cdf2bcd52bb25 in qpid-proton's branch 
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=e9480cb ]

PROTON-522: Apache Qpid Proton on Mac/OSX


> Apache Qpid Proton on Mac/OSX - C/Objective-C
> -
>
> Key: PROTON-522
> URL: https://issues.apache.org/jira/browse/PROTON-522
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: proton-c
>Reporter: Guy Dillen
>  Labels: osx
>
> I would like using Apache Qpid Proton-C from a C or Objective-C application 
> on Mac/OSX to connect as a client to Windows Azure Service Bus.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1696) Go test of anonymous SASL fails if it can't find saslpasswd2

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1696?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264015#comment-16264015
 ] 

ASF subversion and git services commented on PROTON-1696:
-

Commit f07322d9c596e334f4eef8f14d0c41ff3b3e8704 in qpid-proton's branch 
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=f07322d ]

PROTON-1696/PROTON-522: Go Anonymous SASL test should work even without Cyrus 
SASL installed
- It was relying on saslpasswd2 even when it didn't need to


> Go test of anonymous SASL fails if it can't find saslpasswd2
> 
>
> Key: PROTON-1696
> URL: https://issues.apache.org/jira/browse/PROTON-1696
> Project: Qpid Proton
>  Issue Type: Bug
>Affects Versions: proton-c-0.18.1
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: proton-c-0.19.0
>
>
> Even if extended SASL is not being tested. In this case it shouldn't even be 
> using saslpasswd2 to create an authentication database. Anonymous by its very 
> nature doesn't use an authentication db.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-522) Apache Qpid Proton on Mac/OSX - C/Objective-C

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264021#comment-16264021
 ] 

ASF subversion and git services commented on PROTON-522:


Commit b6ad8a996faa34aeb8e475902a6f151c5476d45f in qpid-proton's branch 
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=b6ad8a9 ]

PROTON-1644/PROTON-522: [Partial fix] Change port choosing mechanism for C++ 
tests
- Detect FreeBSD and MacOS X


> Apache Qpid Proton on Mac/OSX - C/Objective-C
> -
>
> Key: PROTON-522
> URL: https://issues.apache.org/jira/browse/PROTON-522
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: proton-c
>Reporter: Guy Dillen
>  Labels: osx
>
> I would like using Apache Qpid Proton-C from a C or Objective-C application 
> on Mac/OSX to connect as a client to Windows Azure Service Bus.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-1342) CI on OS X

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-1342?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264017#comment-16264017
 ] 

ASF subversion and git services commented on PROTON-1342:
-

Commit 6dddff298ed220ec4621e61eabb4b4cb8ab908fd in qpid-proton's branch 
refs/heads/master from [~rkieley]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=6dddff2 ]

PROTON-1342: CI on OS X - configured travis matrix with osx_images for Xcode 
7.3 10.11 and Xcode 9 10.13 with SASL_IMPL none and PROACTOR libuv


> CI on OS X
> --
>
> Key: PROTON-1342
> URL: https://issues.apache.org/jira/browse/PROTON-1342
> Project: Qpid Proton
>  Issue Type: Task
>  Components: proton-c
>Reporter: Justin Ross
>  Labels: osx, testing
> Fix For: proton-c-future
>
>




--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Commented] (PROTON-522) Apache Qpid Proton on Mac/OSX - C/Objective-C

2017-11-23 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-522?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16264019#comment-16264019
 ] 

ASF subversion and git services commented on PROTON-522:


Commit 43e49f69cda68afc948a8d9081084dea70cb960c in qpid-proton's branch 
refs/heads/master from [~astitcher]
[ https://git-wip-us.apache.org/repos/asf?p=qpid-proton.git;h=43e49f6 ]

PROTON-522: Apache Qpid Proton on Mac/OSX


> Apache Qpid Proton on Mac/OSX - C/Objective-C
> -
>
> Key: PROTON-522
> URL: https://issues.apache.org/jira/browse/PROTON-522
> Project: Qpid Proton
>  Issue Type: New Feature
>  Components: proton-c
>Reporter: Guy Dillen
>  Labels: osx
>
> I would like using Apache Qpid Proton-C from a C or Objective-C application 
> on Mac/OSX to connect as a client to Windows Azure Service Bus.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-1696) Go test of anonymous SASL fails if it can't find saslpasswd2

2017-11-23 Thread Andrew Stitcher (JIRA)

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

Andrew Stitcher updated PROTON-1696:

Fix Version/s: proton-c-0.19.0

> Go test of anonymous SASL fails if it can't find saslpasswd2
> 
>
> Key: PROTON-1696
> URL: https://issues.apache.org/jira/browse/PROTON-1696
> Project: Qpid Proton
>  Issue Type: Bug
>Affects Versions: proton-c-0.18.1
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
> Fix For: proton-c-0.19.0
>
>
> Even if extended SASL is not being tested. In this case it shouldn't even be 
> using saslpasswd2 to create an authentication database. Anonymous by its very 
> nature doesn't use an authentication db.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-1697) Tests of Ruby and Go bindings don't correctly use the path for saslpasswd2 discovered by cmake

2017-11-23 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-1697:
---

 Summary: Tests of Ruby and Go bindings don't correctly use the 
path for saslpasswd2 discovered by cmake
 Key: PROTON-1697
 URL: https://issues.apache.org/jira/browse/PROTON-1697
 Project: Qpid Proton
  Issue Type: Bug
Affects Versions: proton-c-0.18.1
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher
 Fix For: proton-c-0.19.0


This causes test failures if saslpasswd2 is not on the path even when cmake 
correctly found the executable.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (PROTON-1696) Go test of anonymous SASL fails if it can't find saslpasswd2

2017-11-23 Thread Andrew Stitcher (JIRA)

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

Andrew Stitcher updated PROTON-1696:

Affects Version/s: proton-c-0.18.1

> Go test of anonymous SASL fails if it can't find saslpasswd2
> 
>
> Key: PROTON-1696
> URL: https://issues.apache.org/jira/browse/PROTON-1696
> Project: Qpid Proton
>  Issue Type: Bug
>Affects Versions: proton-c-0.18.1
>Reporter: Andrew Stitcher
>Assignee: Andrew Stitcher
>
> Even if extended SASL is not being tested. In this case it shouldn't even be 
> using saslpasswd2 to create an authentication database. Anonymous by its very 
> nature doesn't use an authentication db.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Created] (PROTON-1696) Go test of anonymous SASL fails if it can't find saslpasswd2

2017-11-23 Thread Andrew Stitcher (JIRA)
Andrew Stitcher created PROTON-1696:
---

 Summary: Go test of anonymous SASL fails if it can't find 
saslpasswd2
 Key: PROTON-1696
 URL: https://issues.apache.org/jira/browse/PROTON-1696
 Project: Qpid Proton
  Issue Type: Bug
Reporter: Andrew Stitcher
Assignee: Andrew Stitcher


Even if extended SASL is not being tested. In this case it shouldn't even be 
using saslpasswd2 to create an authentication database. Anonymous by its very 
nature doesn't use an authentication db.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org