Re: gcc and exceptions and frame.c

2001-03-19 Thread David O'Brien
On Mon, Mar 19, 2001 at 04:32:36PM -0500, Alexander N. Kabaev wrote: > It there any particular reason why you are using gcc295 from ports > instead of FreeBSD stock compiler? I would assume because he has a 3.4 box: $ g++295 -v specs from /usr/local/lib/gcc-lib/i386-portbld-freebsd3.

RE: gcc and exceptions and frame.c

2001-03-19 Thread Alexander N. Kabaev
The stack trace looks pretty useless because of all these "cannot access memory" messages. Anyway, it seems like your program is dying because of unhandled exception. Either you did not provide the suitable try {} catch construct or bug in GCC or your code prevents DWARF unwinder from finding su

gcc and exceptions and frame.c

2001-03-19 Thread hackthis
Freebsd-hackers:   Been trying to debug a program of mine and keep running into these errors.  I was wondering if there is a problem with exceptions and gccor with freebsd in general??  I think frame.c has to do with exceptions. What do you all think about all those cannot access memory erro