Uploaded image for project: 'Couchbase C client library libcouchbase'
  1. Couchbase C client library libcouchbase
  2. CCBC-172

When connection aborted in GetError abort() function is called

    XMLWordPrintable

Details

    • Bug
    • Resolution: Fixed
    • Critical
    • 2.0.3
    • 2.0.1
    • library
    • Security Level: Public
    • None
    • All Windows platforms
      libcouchbase 2.0.1
      Couchbase server 1.8.1
    • Release Note

    Description

      How to reproduce:
      1) Start writing keys to a bucket.
      2) Delete bucket from admin panel

      As I understand problem is in getError function (plugin-win32.c)
      In that case function WSAGetLastError() returns WSAECONNABORTED (10053)
      But this value doesn't present in switch-case.
      So executes code in default label and abort() function is called...

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            avsej Sergey Avseyev
            Haster Haster
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes

                PagerDuty