More on free() bug...

Поиск
Список
Период
Сортировка
От The Hermit Hacker
Тема More on free() bug...
Дата
Msg-id Pine.NEB.3.96.980117222458.259E-100000@thelab.hub.org
обсуждение исходный текст
Список pgsql-hackers
In trying to use gdb to step through the code, it appears that the problem
is manifesting itself in PQsetdb():

(gdb) s
2518            if (settings.getPassword)
(gdb) s
2533                    settings.db = PQsetdb(host, port, NULL, NULL, dbname);
(gdb) s
psql in free(): warning: junk pointer, too high to make sense.
2534            }
(gdb)


Marc G. Fournier
Systems Administrator @ hub.org
primary: scrappy@hub.org           secondary: scrappy@{freebsd|postgresql}.org



В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom
Дата:
Сообщение: Re: [HACKERS] Re: [QUESTIONS] Business cases
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: [HACKERS] S_LOCK() change produces error...