Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: BUG #2502: PQclear: "invalid next size"



"J. R. Fisher" <psql(at)jeffryfisher(dot)net> writes:
> *** glibc detected *** free(): invalid next size (normal): 0x08068ab0

Sounds like a memory clobber.  The odds are extremely high that the
clobber is in your own code, not libpq.  If nothing else comes to mind,
you could probably use ElectricFence or some other debugging-malloc
package to help find the problem.

			regards, tom lane



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group