Skip to content
This repository was archived by the owner on Jun 30, 2025. It is now read-only.
This repository was archived by the owner on Jun 30, 2025. It is now read-only.

EXC_BAD_ACCESS on iOS #275

@MayPau

Description

@MayPau

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.cc

This 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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions