BUG #13983: HANDLE LEAK - Mailing list pgsql-bugs

From ranier_gyn@hotmail.com
Subject BUG #13983: HANDLE LEAK
Date
Msg-id 20160223150447.8553.64883@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13983
Logged by:          Ranier Vilela
Email address:      ranier_gyn@hotmail.com
PostgreSQL version: 9.5.0
Operating system:   Windows XP 32 bits
Description:

Potential Error #174: HANDLE LEAK: KERNEL handle 0x00000770 and 0 similar
handle(s) were opened but not closed:
# 0 system call NtDuplicateObject
# 1 KERNEL32.dll!DuplicateHandle               +0x64     (0x7c80def3
<KERNEL32.dll+0xdef3>)
# 2 WS2HELP.dll!WahOpenCurrentThread           +0x41     (0x71a615bf
<WS2HELP.dll+0x15bf>)
# 3 WS2_32.dll!FreeAddrInfoW                   +0xe9     (0x71a72bf5
<WS2_32.dll+0x2bf5>)
# 4 WS2_32.dll!FreeAddrInfoW                   +0x86     (0x71a72b92
<WS2_32.dll+0x2b92>)
# 5 WS2_32.dll!WSCEnumProtocols                +0x31c    (0x71a77e7e
<WS2_32.dll+0x7e7e>)
# 6 LIBPQ.dll!PQpingParams                     +0x1174   (0x003a6ed5
<LIBPQ.dll+0x6ed5>)
# 7 LIBPQ.dll!PQconnectdb                      +0x8      (0x003a5069
<LIBPQ.dll+0x5069>)
# 8 dbd_pgsql_open
[c:\usr\src\dbd\postgresql\dbd_pgsql.c:190]
# 9 dbd_init                                    [c:\usr\src\dbd\dbd.c:81]
#10 sr_app_data_setup
[c:\usr\src\sirius\app\app_dbd.c:241]
#11 main
[c:\usr\src\rcpdv\app.c:140]
Note: @0:02:36.328 in thread 3340

App close connection with
PQfinish(dbd->dbd_conn);

Best,

pgsql-bugs by date:

Previous
From: ranier_gyn@hotmail.com
Date:
Subject: BUG #13982: HANDLE LEAK
Next
From: Alvaro Herrera
Date:
Subject: Re: BUG #13980: UNINITIALIZED READ