This is a discussion on RE: Core Dump within the Informix forums, part of the Database Server Software category; --> Vijay, What is a "close cursor"? Are you refering to the "close cursor" statement? Seems likely that fetching from ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Vijay, What is a "close cursor"? Are you refering to the "close cursor" statement? Seems likely that fetching from a closed cursor will dump core. From the Informix Guide to SQL: Syntax, p 2-70: "Use the CLOSE statement when you no longer need to refer to the rows that a select or procedure cursor produced or...". Why don't you look at the dump with gdb/windbg? -----Original Message----- From: owner-informix-list@iiug.org [mailto On Behalf Of Vijay Sent: 08 April 2004 13:59 To: informix-list@iiug.org Subject: Core Dump Hi, I have modified my code to include some close cursors. The other team has modified the shared library code. Now we are having a core dump. Is there any possibility of a cursor which is closed & then fetch to dump a core. Please let me know ASAP. Regards, Vijay Kumar.R Software Engg. HP-ISO Bangalore, Ph : 2205 2640 sending to informix-list |