Обсуждение: BUG #2329: Sigmentation fault in SQLExec

Поиск
Список
Период
Сортировка

BUG #2329: Sigmentation fault in SQLExec

От
"Vinod Bapure"
Дата:
The following bug has been logged online:

Bug reference:      2329
Logged by:          Vinod Bapure
Email address:      vinodkumar.bapure@flextronicssoftware.com
PostgreSQL version: 8.1.2
Operating system:   RHEL 4.0 ES
Description:        Sigmentation fault in SQLExec
Details:

Hi,

 I at executing join query using an application, we are getting following
dump after we run few queries. Please
help let me know this if known.

0x007b87a2 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2
#1  0x007f87d5 in raise () from /lib/tls/libc.so.6
#2  0x007fa149 in abort () from /lib/tls/libc.so.6
#3  0x0082c40a in __libc_message () from /lib/tls/libc.so.6
#4  0x00832b3f in _int_free () from /lib/tls/libc.so.6
#5  0x00832eba in free () from /lib/tls/libc.so.6
#6  0x001f4146 in extract_sql_error (henv=0x0, hdbc=0x0, hstmt=0x9bdb180,
connection=0x90c7d40,
    head=0x9bdafd0, return_code=-1) at __info.c:4359
#7  0x001f503a in function_return_ex (level=3, handle=0x9bdaba8,
ret_code=-1, save_to_diag=0)
    at __info.c:4963
#8  0x001cd871 in SQLExecute (statement_handle=0x9bdaba8) at
SQLExecute.c:360


regards
-Vinod