Re: free(): invalid pointer , when to dumping data to a new server - Mailing list pgsql-admin

From Andres Freund
Subject Re: free(): invalid pointer , when to dumping data to a new server
Date
Msg-id d306370e-0584-4778-90f4-562514eb2b42@www.fastmail.com
Whole thread Raw
In response to Re: free(): invalid pointer , when to dumping data to a new server  (Magnus Hagander <magnus@hagander.net>)
List pgsql-admin
Hi,


> FYI, looking at this one in a bit more details it looks like it's
> standard C++ destructors -- they're added to the list of exit handlers
> automatically when C++ is used, AIUI.
> 
> Still leaves the problem with postgis/proj of course, but as a
> noteworthy detail. It's not as easy as an explicit atexit().

Yes, there has to be a bug leading to the memory already having been freed or such.

Probably worth trying to run this under valgrind or such.

Andres



pgsql-admin by date:

Previous
From: Holger Jakobs
Date:
Subject: Re: pgadmin4 - which python
Next
From: Keith
Date:
Subject: Re: Maybe a possible bug in the partitioning code?