Bug 31937
| Summary: | c++ hangs (and finally crashes) compiling Mozilla with optimization | ||||||||
|---|---|---|---|---|---|---|---|---|---|
| Product: | [Retired] Red Hat Linux | Reporter: | Need Real Name <manuel> | ||||||
| Component: | gcc | Assignee: | Jakub Jelinek <jakub> | ||||||
| Status: | CLOSED DUPLICATE | QA Contact: | David Lawrence <dkl> | ||||||
| Severity: | high | Docs Contact: | |||||||
| Priority: | medium | ||||||||
| Version: | 7.0 | ||||||||
| Target Milestone: | --- | ||||||||
| Target Release: | --- | ||||||||
| Hardware: | i386 | ||||||||
| OS: | Linux | ||||||||
| Whiteboard: | |||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||
| Doc Text: | Story Points: | --- | |||||||
| Clone Of: | Environment: | ||||||||
| Last Closed: | 2001-03-16 02:24:06 UTC | Type: | --- | ||||||
| Regression: | --- | Mount Type: | --- | ||||||
| Documentation: | --- | CRM: | |||||||
| Verified Versions: | Category: | --- | |||||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||||
| Embargoed: | |||||||||
| Attachments: |
|
||||||||
|
Description
Need Real Name
2001-03-16 02:17:18 UTC
Created attachment 12782 [details]
Preprocessed source file that hangs the compiler.
Created attachment 12783 [details]
Script to compile nsStyleContext.ii and cause the hang.
I forgot to note - I attached to cc1plus with gdb and got a stack trace of where
it was - the stack trace was
#0 0x80af8ca in error ()
#1 0x80685d5 in error ()
... (144 more occurrences of error() with different addresses)
#146 0x804c116 in error ()
#147 0x804fd85 in error ()
#148 0x4003ef31 in __libc_start_main (main=0x804f730 <error+19008>, argc=21,
ubp_av=0xbffff61c, init=0x80491d8, fini=0x82b1f3c <textdomain+10524>,
rtld_fini=0x4000e274 <_dl_fini>, stack_end=0xbffff614)
at ../sysdeps/generic/libc-start.c:129
*** This bug has been marked as a duplicate of 28385 *** I have confirmed that this is fixed in the 2.96-78 from rawhide. |