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]
Other format: [Raw text]

[Bug other/31282] SegV on AIX 5.3 due to uninit'ed static object when using -pthread



------- Comment #5 from tom dot culliton at oracle dot com  2007-03-22 20:15 -------
That does indeed appear to have been the problem.  Even though the system
claims that APAR was already applied, the header file was still missing the
typedef keyword. I suspect something silly like the compiler being reinstalled
after the patch was applied the first time.

Many thanks!

BTW - This also explains a number of other issues I've seen people report with
duplicate symbols for 'thread_creds_t', but this is the only item that search
turned up in the bug DB that mentions APAR IY90737.


-- 

tom dot culliton at oracle dot com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31282


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