BUG #13981: Possible HANDLE LEAK

Поиск
Список
Период
Сортировка
От ranier_gyn@hotmail.com
Тема BUG #13981: Possible HANDLE LEAK
Дата
Msg-id 20160223143337.8552.72729@wrigleys.postgresql.org
обсуждение исходный текст
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13981
Logged by:          Ranier Vilela
Email address:      ranier_gyn@hotmail.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,

В списке pgsql-bugs по дате отправления:

Предыдущее
От: ranier_gyn@hotmail.com
Дата:
Сообщение: BUG #13980: UNINITIALIZED READ
Следующее
От: Kasahara Tatsuhito
Дата:
Сообщение: Re: BUG #13979: Strange pg_stat_statements results with PREPARE/EXECUTE