More on free() bug...

From: The Hermit Hacker <scrappy(at)hub(dot)org>
To: pgsql-hackers(at)postgresql(dot)org
Subject: More on free() bug...
Date: 1998-01-18 02:35:52
Message-ID: Pine.NEB.3.96.980117222458.259E-100000@thelab.hub.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)hub(dot)org secondary: scrappy(at){freebsd|postgresql}.org

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 1998-01-18 02:56:22 Re: [HACKERS] Re: [QUESTIONS] Business cases
Previous Message Tom 1998-01-18 02:10:08 Re: [HACKERS] Re: [QUESTIONS] Business cases