Re: [HACKERS] pg_user backtrace -- with ElectricFence (looks useful :)

From: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
To: taral(at)mail(dot)utexas(dot)edu (Taral)
Cc: pgsql-hackers(at)hub(dot)org
Subject: Re: [HACKERS] pg_user backtrace -- with ElectricFence (looks useful :)
Date: 1998-09-19 04:00:30
Message-ID: 199809190400.AAA15382@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

[Charset iso-8859-1 unsupported, filtering to ASCII...]
> Well, my Makefile.custom is this:
>
> CFLAGS= -I$(SRCDIR)/include -I$(SRCDIR)/backend -O2 -g3
> LDFLAGS:=-lefence $(LDFLAGS)
>
> and I run the backend directly with:
>
> postgres -D <datadir> template1
>
> Of course, I wouldn't compile the postmaster frontend with electric fence if
> I wanted to use it, since efence slows down programs incredibly, and causes
> them to eat up large amounts of memory. Perhaps this is what is happening to
> you?

No, I ran the postgres backend directly, and it still bombed with
insufficient memory.

--
Bruce Momjian | 830 Blythe Avenue
maillist(at)candle(dot)pha(dot)pa(dot)us | Drexel Hill, Pennsylvania 19026
http://www.op.net/~candle | (610) 353-9879(w)
+ If your life is a hard drive, | (610) 853-3000(h)
+ Christ can be your backup. |

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Taral 1998-09-19 05:14:35 select not b from t1 -- electric fence
Previous Message Taral 1998-09-19 02:40:26 RE: [HACKERS] pg_user backtrace -- with ElectricFence (looks useful :)