[
https://issues.apache.org/jira/browse/PROTON-709?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Chuck Rolke closed PROTON-709.
------------------------------
Resolution: Not a Problem
Fix Version/s: 0.8
Other system builds fine. Local machine had corrupted SVN checkout with
dispatcher.h file where it did not belong.
Notes:
1. File was harmless until recent include file ordering changes 'woke it up'.
2. SVN seems to go out of its way to hide stray files.
> [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
> Fix For: 0.8
>
>
> 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)