wangyu190810 / pqc

Automatically exported from code.google.com/p/pqc
0 stars 0 forks source link

Loosing connection #4

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. running query: select * from data."TABLE_NAME" where "ID"=100;
   this select executes good. 
2. an again: select * from data."TABLE_NAME" where "ID"=100;

What is the expected output? What do you see instead?

server closed the connection unexpectedly instead on result of query

What version of the product are you using? On what operating system?

I've got last version of PQC on svn. PostgreSQL 8.3

Please provide any additional information below.

It is happen when I am trying to execute select query which returnes more than 
14 rows.

Also select query executes good when expires query_cache_expiration time.

P.S. sorry for my english.

Original issue reported on code.google.com by ilgiz.sa...@gmail.com on 28 Sep 2011 at 5:58

GoogleCodeExporter commented 9 years ago
in debug mode:

*** glibc detected *** pqcd: alexei gds 192.168.243.27(54306) idle: double free 
or corruption (out): 0x0806e1a8 ***

Original comment by ilgiz.sa...@gmail.com on 28 Sep 2011 at 6:41