[Bug c++/33937] New: static variables destruction results in a segmentation fault (Coredumps)

2007-10-29 Thread ssharma at thegoldensource dot com
fault (Coredumps) Product: gcc Version: unknown Status: UNCONFIRMED Severity: normal Priority: P3 Component: c++ AssignedTo: unassigned at gcc dot gnu dot org ReportedBy: ssharma at thegoldensource dot com http

[Bug c++/33937] static variables destruction results in a segmentation fault (Coredumps)

2007-10-29 Thread ssharma at thegoldensource dot com
-- ssharma at thegoldensource dot com changed: What|Removed |Added Severity|normal |critical http://gcc.gnu.org/bugzilla/show_bug.cgi?id=33937

[Bug c++/33937] static variables destruction results in a segmentation fault (Coredumps)

2007-12-02 Thread ssharma at thegoldensource dot com
--- Comment #2 from ssharma at thegoldensource dot com 2007-12-03 05:09 --- Providing a test case would be difficult since the code is huge cannot be emailed, however the problem got resolved only when we removed all static global variables and replaced them by either local variables