Chuck Rolke created PROTON-709:
----------------------------------
Summary: [proton-c] Windows 64-bit transport issue
Key: PROTON-709
URL: https://issues.apache.org/jira/browse/PROTON-709
Project: Qpid Proton
Issue Type: Bug
Components: proton-c
Affects Versions: 0.7
Environment: Windows
Reporter: Chuck Rolke
Today's trunk build of qpid and proton yield bad results for 64-bit proton
consumers. Have not gotten to the fundamental issue yet but current analysis
shows:
|| ||32-bit broker||64-bit broker||
|32-bit client| OK | broker crashes|
|64-bit client| client crashes | broker crashes|
In the 64-bit client, 64-bit broker case the broker fails with:
{noformat}
Unhandled exception at 0x00007ffa83e39b2b (qpid-protond.dll) in qpidd.exe:
0xC0000005: Access violation reading location 0x0000000000000021.
{noformat}
dereferencing a null transport at
{noformat}
int pn_do_open(pn_dispatcher_t *disp)
{
pn_transport_t *transport = disp->transport;
pn_connection_t *conn = transport->connection; <---
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)