Return-Path: pg_adm@postgres.berkeley.edu
Received: by postgres.Berkeley.EDU (5.61/1.29)
	id AA20863; Tue, 6 Jul 93 19:07:05 -0700
Message-Id: <9307070207.AA20863@postgres.Berkeley.EDU>
From: dugan@torg.wpi.edu
Subject: More Dynamic Loading Info
To: postgres@postgres.berkeley.edu
Sender: pg_adm@postgres.berkeley.edu
To: postgres@postgres.berkeley.edu
Date: Tue, 6 Jul 1993 22:12:31 +22321159 (EDT)
X-Mailer: ELM [version 2.4 PL0]
Content-Type: text
Content-Length: 590       

Hi,

I added this to the beginning of dynamic_file_load():

   void *bogus;

   bogus = malloc(2000000);
   free(bogus);

The first time I load my .o file everything goes ok.
The second time I load my .o file, I get a segmentation
violation on the bogus malloc statement.

Is too much memory being allocated when my .o file is
loaded?

-- 
-----------------------------------------------------
"We're only immortal for a limited time..."

Bob Dugan	   dugan@cs.wpi.edu  508-799-5150
Graduate Student   WPI CS Dept., Worcester, MA 01609
-----------------------------------------------------
