| From: | ranier_gyn(at)hotmail(dot)com |
|---|---|
| To: | pgsql-bugs(at)postgresql(dot)org |
| Subject: | BUG #13983: HANDLE LEAK |
| Date: | 2016-02-23 15:04:47 |
| Message-ID: | 20160223150447.8553.64883@wrigleys.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-bugs |
The following bug has been logged on the website:
Bug reference: 13983
Logged by: Ranier Vilela
Email address: ranier_gyn(at)hotmail(dot)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,
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Kasahara Tatsuhito | 2016-02-23 15:24:44 | Re: BUG #13979: Strange pg_stat_statements results with PREPARE/EXECUTE |
| Previous Message | ranier_gyn | 2016-02-23 15:03:24 | BUG #13982: HANDLE LEAK |