You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
After updating glog from version 0.3.3 to 0.3.5 it crashes on iOS with
Thread 1: EXC_BAD_ACCESS (code=1, address=0x0)at line 1218 in logging.ccThis is the code triggering the crash:
google::InitGoogleLogging("Test SDK");
DLOG(INFO) << "Test logging";
The same code works fine on Android.
Same problem with version 0.3.4