BUG #18534: ERROR: portal "C_n" does not exist type of error getting thrown. - Mailing list pgsql-bugs

From PG Bug reporting form
Subject BUG #18534: ERROR: portal "C_n" does not exist type of error getting thrown.
Date
Msg-id 18534-911bd7dcafa8afca@postgresql.org
Whole thread Raw
Responses Re: BUG #18534: ERROR: portal "C_n" does not exist type of error getting thrown.
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      18534
Logged by:          madhuri nehe
Email address:      nehemadhuri@gmail.com
PostgreSQL version: 15.3
Operating system:   Linux
Description:

1. This issue occurs in multithreaded application.
2. We retrieve records from a single table and store them in the ResultSet
object of JDBC.
3. To read the records sequentially from the ResultSet object, we employ the
rSet.next() method for iteration.
4. We are encountering a sporadic portal exception triggered by the
rSet.next() method call.
5. We have examined all potential causes, such as verifying the executed
query, checking if the ResultSet cursor is open or closed, ensuring the
database connection object is active, and confirming the prepared statement
cursor’s status. No issues have been detected. Also, ResultSet is not being
accessed by multiple threads simultaneously.
 
We've been thorough in our search for the cause of the issue but haven't
found anything yet.


pgsql-bugs by date:

Previous
From: PG Bug reporting form
Date:
Subject: BUG #18533: pg_basebackup uses out-of-bounds memory and a segment error occurs during backup
Next
From: Alvaro Herrera
Date:
Subject: Re: BUG #18500: Detaching a partition with an index manually attached to the parent's index triggers Assert