[jira] Commented: (QPID-2395) fd leak in Connection

2010-02-12 Thread Stefan Doerfler (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832955#action_12832955 ] Stefan Doerfler commented on QPID-2395: --- @Steve: Not closing the connection in the

Re: 0.6 Feature Matrix

2010-02-12 Thread Rafael Schloming
Robert Godfrey wrote: On 11 February 2010 20:11, Rafael Schloming rafa...@redhat.com wrote: Robert Godfrey wrote: On a related note what does Priority Delivery in Client Features mean? This is the ability for the client to reorder messages in its prefetch queue based on message priority. It's

[jira] Commented: (QPID-2395) fd leak in Connection

2010-02-12 Thread Steve Huston (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2395?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12832982#action_12832982 ] Steve Huston commented on QPID-2395: Stefan, the constructor doesn't initialize the fd;

Qpid federation generating core dumps

2010-02-12 Thread Rodrigo K. Ferreira
Hi, I'm running qpidd-0.5.752581-26.el5 on CentOs 5 ( 2.6.18-164.11.1.el5 #1 SMP - x86_64 ), it's working fine, but if I enable federation, no time longer the Qpid crashes and generating a core dump file. I'm using dynamic routes, it's a bi-directional replication, like: qpid-route -d dynamic

Re: Qpid federation generating core dumps

2010-02-12 Thread Rodrigo K. Ferreira
Now again: #0 0x0030197ab4db in qpid::framing::FieldTable::encodedSize () from /usr/lib64/libqpidcommon.so.0 (gdb) bt full #0 0x0030197ab4db in qpid::framing::FieldTable::encodedSize () from /usr/lib64/libqpidcommon.so.0 No symbol table info available. #1 0x00301971b781 in

Re: svn commit: r909229 [5/5] - in /qpid/branches/0.6-release/qpid: cpp/examples/ cpp/src/qpid/framing/ cpp/src/tests/ cpp/src/tests/cluster_test_scripts/ dotnet/client-010/client/client/ dotnet/cli

2010-02-12 Thread Rajith Attapattu
On Fri, Feb 12, 2010 at 3:01 AM, Robbie Gemmell robbie.gemm...@gmail.com wrote: All the shell scripts appear to have received a double licence addition (example below) Damn ! Ok I will fix that. Also, since the branch is fairly recent the commit should hopefully apply cleanly to trunk in

Re: [jira] Commented: (QPID-2395) fd leak in Connection

2010-02-12 Thread Kerry Bonin
FWIW... I've always required my teams to follow a practice where any class which takes ownership of a resource is required to guarantee it is released properly, and to treat leaking the resource as something worth of throwing an assert or exception unless the object was explicitly ordered to leak

[jira] Resolved: (QPID-2328) Querying for 500 objects causes C++ based ruby console to hang

2010-02-12 Thread Ted Ross (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2328?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ted Ross resolved QPID-2328. Resolution: Fixed Fix Version/s: 0.7 Querying for 500 objects causes C++ based ruby console to hang

[jira] Created: (QPID-2405) SASL-Ruby binding can cause seg_faults

2010-02-12 Thread Sam Hendley (JIRA)
SASL-Ruby binding can cause seg_faults Key: QPID-2405 URL: https://issues.apache.org/jira/browse/QPID-2405 Project: Qpid Issue Type: Bug Components: Ruby Client Affects Versions: 0.5

[jira] Updated: (QPID-2405) SASL-Ruby binding can cause seg_faults

2010-02-12 Thread Sam Hendley (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2405?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sam Hendley updated QPID-2405: -- Attachment: sasl.patch Low impact fix to prevent seg faults by wrapping the raw value in a ruby object.

[jira] Commented: (QPID-2404) The following files does not have the ASL license header

2010-02-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12833200#action_12833200 ] Rajith Attapattu commented on QPID-2404: Fixed the files with an extra licensing

[jira] Commented: (QPID-2404) The following files does not have the ASL license header

2010-02-12 Thread Rajith Attapattu (JIRA)
[ https://issues.apache.org/jira/browse/QPID-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12833205#action_12833205 ] Rajith Attapattu commented on QPID-2404: Added license headers to missing files in