This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

CommonC++ manifesting bugs in g++


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.)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]