This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
CommonC++ manifesting bugs in g++
- To: gcc-bugs at gcc dot gnu dot org
- Subject: CommonC++ manifesting bugs in g++
- From: horos <horos at earth dot he dot net>
- Date: Sun, 5 Nov 2000 16:24:21 -0800 (PST)
hey,
If you download, and install, CommonC++ using g++, and try to run the tcpthread
program (in the demo directory) twice, concurrently:
(http://sourceforge.net/projects/cplusplus)
you get a SIGABRT signal where a 'throw' is done, and terminate is called
instead of the exception being thrown. Details can be found at:
(http://sourceforge.net/bugs/?func=detailbug&bug_id=121150&group_id=1523)
where the bug is described on the CommonC++ page.
Ed
(ps -- and yes I am aware that this is the desired behaviour if the offending
code is in a destructor.. but here, no destructor is involved.)