postgresql-9.0

Started by khizerabout 14 years ago3 messagesgeneral
Jump to latest
#1khizer
khizer@srishtisoft.com

Hi,
In postgresql 9.0.4 i connected to a database and trying to make
queries but
i am facing memory issue, getting err as *glibc* detected
*realloc* invalid next size
so kindly requesting u to provide your valuable feed backs

Regards
Mehdi

#2John R Pierce
pierce@hogranch.com
In reply to: khizer (#1)
Re: postgresql-9.0

On 02/14/12 10:29 PM, khizer wrote:

In postgresql 9.0.4 i connected to a database and trying to
make queries but
i am facing memory issue, getting err as *glibc* detected
*realloc* invalid next size
so kindly requesting u to provide your valuable feed backs

insufficient information.

* what OS?
* what distribution of postgresql 9.0.4? (often there's multiple
choices for a given OS),
* history of this system? (did this used to work? if so, what changed?),
* what mechanism are you using to make these queries? (psql shell,
pgadmin3, application written in ____ using language binding ____,
etc etc).
* etc etc.

--
john r pierce N 37, W 122
santa cruz ca mid-left coast

#3Scott Marlowe
scott.marlowe@gmail.com
In reply to: khizer (#1)
Re: postgresql-9.0

On Tue, Feb 14, 2012 at 11:29 PM, khizer <khizer@srishtisoft.com> wrote:

Hi,
      In postgresql 9.0.4  i connected to a database and trying to make
queries but
      i am facing memory issue, getting err as glibc detected   realloc
invalid next size
      so kindly requesting u to provide your valuable feed backs

The first thing to figure out is if this is a client or server side
issue. It's not uncommon to see folks do something like:

psql mybigdb
select * from somebigtable;

and run out of memory on the client.