Date: Tue, 29 Jun 1999 18:01:24 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Manni Heumann cc: djgpp AT delorie DOT com Subject: Re: symify and templates as function arguments In-Reply-To: <37775a5b.0@news.uni-bielefeld.de> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 28 Jun 1999, Manni Heumann wrote: > The problem is, that symify will crash itself as soon as I use templates > in function arguments. > Example > void foo (vector ), or void bar (string). > If my program crashes in one of these functions or a function called from foo > or bar, symify will crash, fortunately only after it gave me a correct > traceback. Please post here the traceback printed by symify when it crashes. How did you compile that C++ program--was it with -g or -gstabs?