BUG #13982: HANDLE LEAK

From: ranier_gyn(at)hotmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13982: HANDLE LEAK
Date: 2016-02-23 15:03:24
Message-ID: 20160223150324.8561.48308@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13982
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 #173: HANDLE LEAK: KERNEL handle 0x00000750 and 0 similar
handle(s) were opened but not closed:
# 0 system call NtCreateEvent
# 1 MSWSOCK.dll!? +0x0 (0x71a14256
<MSWSOCK.dll+0x4256>)
# 2 MSWSOCK.dll!SvchostPushServiceGlobals +0x361a (0x71a1bd4c
<MSWSOCK.dll+0xbd4c>)
# 3 MSWSOCK.dll!WSPStartup +0x670 (0x71a1720c
<MSWSOCK.dll+0x720c>)
# 4 WS2_32.dll!WSARecv +0x218 (0x71a74ece
<WS2_32.dll+0x4ece>)
# 5 WS2_32.dll!WSARecv +0x140 (0x71a74df6
<WS2_32.dll+0x4df6>)
# 6 WS2_32.dll!WSARecv +0xdb (0x71a74d91
<WS2_32.dll+0x4d91>)
# 7 WS2_32.dll!htons +0x42 (0x71a72e96
<WS2_32.dll+0x2e96>)
# 8 WS2_32.dll!WSALookupServiceBeginW +0x14e (0x71a7373e
<WS2_32.dll+0x373e>)
# 9 WS2_32.dll!WSALookupServiceBeginW +0x83 (0x71a73673
<WS2_32.dll+0x3673>)
#10 WS2_32.dll!WSALookupServiceNextA +0x676 (0x71a76104
<WS2_32.dll+0x6104>)
#11 WS2_32.dll!WSALookupServiceNextA +0x505 (0x71a75f93
<WS2_32.dll+0x5f93>)
#12 WS2_32.dll!WSALookupServiceNextA +0x3ca (0x71a75e58
<WS2_32.dll+0x5e58>)
#13 WS2_32.dll!WSALookupServiceNextA +0x34e (0x71a75ddc
<WS2_32.dll+0x5ddc>)
#14 WS2_32.dll!getaddrinfo +0x5a (0x71a72aca
<WS2_32.dll+0x2aca>)
#15 LIBPQ.dll!pqsignal +0x360 (0x003b7b61
<LIBPQ.dll+0x17b61>)
#16 LIBPQ.dll!PQpingParams +0xe9b (0x003a6bfc
<LIBPQ.dll+0x6bfc>)
#17 LIBPQ.dll!PQconnectdb +0x35 (0x003a5096
<LIBPQ.dll+0x5096>)
#18 dbd_pgsql_open
[c:\usr\src\dbd\postgresql\dbd_pgsql.c:190]
#19 dbd_init [c:\usr\src\dbd\dbd.c:81]
Note: @0:02:36.328 in thread 3340

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

Best,

Browse pgsql-bugs by date

  From Date Subject
Next Message ranier_gyn 2016-02-23 15:04:47 BUG #13983: HANDLE LEAK
Previous Message David G. Johnston 2016-02-23 14:36:41 Re: BUG #13979: Strange pg_stat_statements results with PREPARE/EXECUTE