[jira] [Created] (PROTON-496) [Messenger] Messenger fails to send end on shutdown.

2014-01-27 Thread Ken Giusti (JIRA)
Ken Giusti created PROTON-496: - Summary: [Messenger] Messenger fails to send end on shutdown. Key: PROTON-496 URL: https://issues.apache.org/jira/browse/PROTON-496 Project: Qpid Proton Issue

[jira] [Updated] (PROTON-496) [Messenger] Messenger fails to send end on shutdown.

2014-01-27 Thread Ken Giusti (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-496?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ken Giusti updated PROTON-496: -- Priority: Trivial (was: Major) [Messenger] Messenger fails to send end on shutdown.

[jira] [Commented] (PROTON-496) [Messenger] Messenger fails to send end on shutdown.

2014-01-27 Thread Rafael H. Schloming (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-496?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13882943#comment-13882943 ] Rafael H. Schloming commented on PROTON-496: I don't think it's being a bad

Qpid Proton messenger on 32 bit linux

2014-01-27 Thread serega
Does the messenger work on 32 bit linux? I build the 32 bit messenger by setting the variable export CFLAGS=-m32 The same code that works on 64 bit linux crates on 32. It always crashes in pn_encoder_writef8 Here is the crash stack trace from a core dump Core was generated by `./testconsumer

[jira] [Commented] (PROTON-488) Windows 7 64-bit VS2010 qpid-proton Crash on Startup with Send / Recv Application

2014-01-27 Thread Fraser Adams (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13883314#comment-13883314 ] Fraser Adams commented on PROTON-488: - Oh to be clear either struct in and out, or

Re: [jira] [Commented] (PROTON-488) Windows 7 64-bit VS2010 qpid-proton Crash on Startup with Send / Recv Application

2014-01-27 Thread Cliff Jansen
Thanks for the Javascript related info. Fraser: can you test if the review board patch (with the struct in and out strategy) works in your case with the unhacked llvm setup? If that works then I'll go ahead and check it in. If it fails, please try the first patch. If that works, we will just

[jira] [Commented] (PROTON-488) Windows 7 64-bit VS2010 qpid-proton Crash on Startup with Send / Recv Application

2014-01-27 Thread Fraser Adams (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13883328#comment-13883328 ] Fraser Adams commented on PROTON-488: - For info I managed to pull out the bits that

[jira] [Commented] (PROTON-488) Windows 7 64-bit VS2010 qpid-proton Crash on Startup with Send / Recv Application

2014-01-27 Thread Fraser Adams (JIRA)
[ https://issues.apache.org/jira/browse/PROTON-488?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13883472#comment-13883472 ] Fraser Adams commented on PROTON-488: - Hey Cliff, Re can you test if the review board

Re: Qpid Proton messenger on 32 bit linux

2014-01-27 Thread serega
I create pthreads, and each thread uses its own messenger, so there is no sharing and no mutexes. The program works however when there is only 1 thread, but crashes immediately when there is mo than one thread. It works in 64 bit mode no matter how many threads I create, but I have to use it in