Details
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...
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...
Activity
- All
- Comments
- Work Log
- History
- Activity
- Gerrit Reviews
Sergey Avseyev
made changes -
| Field | Original Value | New Value |
|---|---|---|
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Fix Version/s | 2.0.3 [ 10470 ] | |
| Resolution | Fixed [ 1 ] |
Sergey Avseyev
made changes -
| Flagged | Release Note [ [10010] ] |
Sergey Avseyev
made changes -
| Status | Resolved [ 5 ] | Closed [ 6 ] |