Skip to content

[BUG] Poco::NamedMutex crash on MacOS 10.15.7 #4204

@hdcscy

Description

@hdcscy

Hello author:
I'm a big fan of the poco library on my work.
Recently, when developing cross-platform applications, I used NamedMutex, and I found that it did not work on macos and crash.

For example:

// NamedMutex object throws exception when constructing.
Poco::NamedMutex mtx("my name");
if (!mtx.tryLock()) {
     // TODO:
}

Poco version: master branch
MacOS version: 10.15.7
CPU architecture: Intel x86_64 & AMD64

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions