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
suitable handler for the exception.
It there any particular reason why you are using gcc295 from ports instead of
FreeBSD stock compiler? Stock compiler does not use DWARF and is supposed to
handle exceptions correctly, so unless there are some really good reasons,
I would recommend you to use the stock compiler.
It is hard to say what exactly goes wrong without seeing actual code of your
program.
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message