From Bugzilla Helper: User-Agent: Mozilla/4.75 [en] (X11; U; Linux 2.2.16-22 i686) Description of problem: A gcc-2.96-94 C++ program throws an exception and apparently, rather than being caught as expected, a piece of unrelated code in another module is executed, followed by a SEGV. How reproducible: Always Steps to Reproduce: 1. At present I cannot reproduce the problem outside my own environment. Actual Results: The exception was not caught correctly. Instead, an unrelated piece of code (from a function that would have been called later on) was executed, and the program SEGVd. Expected Results: The exception should have been caught and execution should have continued. Additional info: See the referenced URL.
The URL in question does not work. Can you please attach it here (using Create a new attachment)?
Created attachment 26171 [details] background information and code examples
Closed due to inactivity, lack of test case.