BUG #13981: Possible HANDLE LEAK

From: ranier_gyn(at)hotmail(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13981: Possible HANDLE LEAK
Date: 2016-02-23 14:33:37
Message-ID: 20160223143337.8552.72729@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: 13981
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 #167: HANDLE LEAK: KERNEL handle 0x000006d4 and 0 similar
handle(s) were opened but not closed:
# 0 system call NtCreateIoCompletion
# 1 MSWSOCK.dll!NSPStartup +0x1b2b (0x71a1d8c4
<MSWSOCK.dll+0xd8c4>)
# 2 MSWSOCK.dll!NSPStartup +0x1a11 (0x71a1d7aa
<MSWSOCK.dll+0xd7aa>)
# 3 MSWSOCK.dll!? +0x0 (0x71a155a7
<MSWSOCK.dll+0x55a7>)
# 4 MSWSOCK.dll!? +0x0 (0x71a15424
<MSWSOCK.dll+0x5424>)
# 5 WS2_32.dll!connect +0x52 (0x71a74a5a
<WS2_32.dll+0x4a5a>)
# 6 LIBPQ.dll!PQconnectPoll +0x1e2 (0x00ad4553
<LIBPQ.dll+0x4553>)
# 7 LIBPQ.dll!PQpingParams +0xf02 (0x00ad6c63
<LIBPQ.dll+0x6c63>)
# 8 LIBPQ.dll!PQconnectdb +0x35 (0x00ad5096
<LIBPQ.dll+0x5096>)
# 9 dbd_pgsql_open
[c:\usr\src\dbd\postgresql\dbd_pgsql.c:190]
#10 dbd_init
[c:\usr\src\dbd\dbd.c:81]
#11 sr_app_data_setup
[c:\usr\src\sirius\app\app_dbd.c:241]
#12 main
[c:\usr\src\rcpdv\app.c:140]
Note: @0:06:11.250 in thread 2700

App. close connection with
PQfinish(dbd->conn);

Best,

Browse pgsql-bugs by date

  From Date Subject
Next Message David G. Johnston 2016-02-23 14:36:41 Re: BUG #13979: Strange pg_stat_statements results with PREPARE/EXECUTE
Previous Message ranier_gyn 2016-02-23 13:37:52 BUG #13980: UNINITIALIZED READ