What steps will reproduce the problem?
1. In dtor of global object, call RAW_LOG(FATAL, ...)
2. RAW_LOG call exit()
3. and then, exit call the dtor of the global object
What is the expected output? What do you see instead?
RAW_LOG(FATAL) should call LogMessage::Fail(), just like LOG(FATAL)
What version of the product are you using? On what operating system?
0.3.2, any platform
Please provide any additional information below.
Original issue reported on code.google.com by chen3feng on 1 Nov 2012 at 5:42
Original issue reported on code.google.com by
chen3feng
on 1 Nov 2012 at 5:42