Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Optionally disabling signal handling #178

Copy link
Copy link
@lofcek

Description

@lofcek
Issue body actions

Is there any way how not to handle signals on Linux? It looks that Unittest++ always try to suppress many signals, that appear during running the test. It is not always what we want, especially for SIGSEGV.

I have one teoretical problem - that if some data in the memory are corrupted, next test will be running as undefined behavior.

My practical problem is deadlock. This was caused by crash in test. My test started with a lock a mutex to singleton, after that it crashed (access to null pointer). After that framework tried to fix the signal. Skipped all the destructor (including ~lock_guard) and next test tried to lock the same mutex again.

Reactions are currently unavailable

Metadata

Metadata

Assignees

No one assigned

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.