To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=63473
------- Additional comments from [EMAIL PROTECTED] Fri May 12 02:40:51 -0700 2006 ------- Also take into account the effect of sal/rtl/source/alloc_global.c:1.3 l. 169--174 #if defined(__GNUC__) static void rtl_memory_fini (void) __attribute__((destructor)); #elif defined(__SUNPRO_C) || defined(__SUNPRO_CC) #pragma fini(rtl_memory_fini) static void rtl_memory_fini (void); #endif /* __GNUC__ || __SUNPRO_C */ with respect to when exactly functions marked __attribute__((destructor)) or #pragma fini are called. Currently (i.e., when exiting from main calls exit, and other threads can still run), this may cause threads to call rtl_allocateMemory after rtl_memory_fini has been called, and rtl_allocateMemory returns NULL in such a case (seen on SRC680m169 unxlngi6.pro). --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
