Re: MemoryContextAlloc: invalid request size 1934906735

From: "D'Arcy J(dot)M(dot) Cain" <darcy(at)druid(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: MemoryContextAlloc: invalid request size 1934906735
Date: 2002-08-28 18:48:28
Message-ID: 20020828184832.1454F1A88@druid.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On August 28, 2002 02:07 pm, D'Arcy J.M. Cain wrote:
> I had also tried changing palloc.h and mcxt.c to turn MemoryContextAlloc()
> into a macro that called a modified version of the real one to try to
> narrow down where it was being called from but that wouldn't even run. Is
> there another file I have to modify as well if I try that? Here are the
> changes I tried. See any reason that it shouldn't have worked if I rebuilt
> everything?

I forgot to mention the error when I do this. The server runs but when I try
to connect to a database I get this:

psql: could not receive server response to SSL negotiation packet:
Inappropriate ioctl for device

--
D'Arcy J.M. Cain <darcy(at){druid|vex}.net> | Democracy is three wolves
http://www.druid.net/darcy/ | and a sheep voting on
+1 416 425 1212 (DoD#0082) (eNTP) | what's for dinner.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Lamar Owen 2002-08-28 18:52:20 Re: tell Bugtraq about 7.2.2
Previous Message Jukka Holappa 2002-08-28 18:41:28 [Resend] Sprintf() auditing and a patch