[Bug 38835] strip out non-trivial globals before main

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Feb 21 19:05:35 PST 2014


https://bugs.freedesktop.org/show_bug.cgi?id=38835

--- Comment #5 from Gregory Ngirmang <fischerhamilton at yahoo.com> ---
Hi ;) It's been a while. I'm starting to have free time again, so I've been
poking around trying to find any globals that I can see as causing this issue.

"Any variable marked 'static'" might not really be an issue save that they are
global for only globals are constructed at startup but static locals are
constructed when the declaration is first passed over.[1]

[1]
http://stackoverflow.com/questions/55510/when-do-function-level-static-variables-get-allocated-initialized

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/libreoffice/attachments/20140222/176cc9d4/attachment.html>


More information about the LibreOffice mailing list