| От | Tom Lane |
|---|---|
| Тема | Re: PQmakeEmptyPQresult makes my application dumps core? |
| Дата | |
| Msg-id | 12516.1192016942@sss.pgh.pa.us обсуждение исходный текст |
| Ответ на | PQmakeEmptyPQresult makes my application dumps core? (Adam PAPAI <wooh@wooh.hu>) |
| Ответы |
Re: PQmakeEmptyPQresult makes my application dumps core?
|
| Список | pgsql-bugs |
Adam PAPAI <wooh@wooh.hu> writes:
> Usually our program dumps core several times a day, but the reason is
> unknown. All I know from the core file is the lines below.
That failure is inside malloc, not PQmakeEmptyPQresult, and the odds
are extremely high that the reason is some part of your program
clobbering memory that doesn't belong to it (and thereby damaging
malloc's internal data structures). Try running your program under
Electric Fence or some other debugging malloc package.
regards, tom lane
В списке pgsql-bugs по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера