Re: free(): invalid pointer , when to dumping data to a new server

Поиск
Список
Период
Сортировка
От Andres Freund
Тема Re: free(): invalid pointer , when to dumping data to a new server
Дата
Msg-id d306370e-0584-4778-90f4-562514eb2b42@www.fastmail.com
обсуждение исходный текст
Ответ на Re: free(): invalid pointer , when to dumping data to a new server  (Magnus Hagander <magnus@hagander.net>)
Список 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 по дате отправления:

Предыдущее
От: Holger Jakobs
Дата:
Сообщение: Re: pgadmin4 - which python
Следующее
От: Keith
Дата:
Сообщение: Re: Maybe a possible bug in the partitioning code?