Details
-
Bug
-
Status: Accepted
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
Description
See http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Static_and_Global_Variables for the background.
Real bugs have been seen. For example, in process::ID::generate we have a map<string, int> that can be accessed within the function after exit has been called. Ie, we can try to access the map after it's been destroyed, but before exit has completed.
Attachments
Issue Links
- is blocked by
-
MESOS-2314 remove unnecessary constants
- Resolved
- is related to
-
MESOS-2344 segfaults running make check from ev integration
- Resolved
- relates to
-
MESOS-1673 The value of MASTER_PING_TIMEOUT is non-deterministic
- Resolved
-
MESOS-2816 Use const char[] consistently for const strings.
- Open