From jan@swi.psy.uva.nl Thu Dec 13 10:53:58 2001
Received: from gollem.swi.psy.uva.nl (root@gollem.swi.psy.uva.nl [145.18.152.30])
	by swi.psy.uva.nl (8.11.6/8.11.2) with ESMTP id fBD9rw519342;
	Thu, 13 Dec 2001 10:53:58 +0100 (MET)
Received: (from jan@localhost)
	by gollem.swi.psy.uva.nl (8.11.3/8.11.3/SuSE Linux 8.11.1-0.5) id fBD9rwi32043;
	Thu, 13 Dec 2001 10:53:58 +0100
Date: Thu, 13 Dec 2001 10:53:58 +0100
Message-Id: <200112130953.fBD9rwi32043@gollem.swi.psy.uva.nl>
From: Jan Wielemaker <jan@swi.psy.uva.nl>
Subject: Re: [SWIPL] SWI-cpp.h throwing an exception for an unknown reason.
To: <stepheng@australia.edu>, <prolog@swi.psy.uva.nl>,
   prolog-request@swi.psy.uva.nl
Phone: +31 - 20 - 525 6121

> This class keeps throwing an exception and I don't know why.  It happens on
> line 20:
> 
> PlTermv av(10);
> 
> I have no idea why this is occuring and any help would be useful.

The program is incomplete, which makes testing a bit hard.  Generally
this problem is caused by the engine failed to load or already destroyed
or, if you call Prolog in a loop, failing to reclaim term-handles using
PlFrame.  See manual.

	Cheers --- Jan

