wook815 / google-glog

Automatically exported from code.google.com/p/google-glog
Other
0 stars 0 forks source link

RAW_LOG_FATAL should not call exit(), should call installed Fail handler #132

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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

GoogleCodeExporter commented 8 years ago

Original comment by chen3feng on 1 Nov 2012 at 5:43

Attachments: