Uploaded image for project: 'Qpid Proton'
  1. Qpid Proton
  2. PROTON-709

[proton-c] Windows 64-bit transport issue

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Not A Problem
    • proton-0.7
    • proton-0.8
    • proton-c
    • None
    • Windows

    Description

      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:

      Unhandled exception at 0x00007ffa83e39b2b (qpid-protond.dll) in qpidd.exe: 
        0xC0000005: Access violation reading location 0x0000000000000021.
      

      dereferencing a null transport at

      int pn_do_open(pn_dispatcher_t *disp)
      {
        pn_transport_t *transport = disp->transport;
        pn_connection_t *conn = transport->connection; <---
      

      Attachments

        Activity

          People

            Unassigned Unassigned
            chug Charles E. Rolke
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: