Project

General

Profile

Actions

Task #4589

open

threading: debug validate mutexes with PTHREAD_MUTEX_ERRORCHECK

Added by Victor Julien about 3 years ago. Updated 4 months ago.

Status:
New
Priority:
Normal
Assignee:
Target version:
Effort:
Difficulty:
Label:

Description

The idea is that if we compile with --debug-validation, we:

- pass a pthread_mutexattr_t with PTHREAD_MUTEX_ERRORCHECK to all SCMutexInit calls
- add a check for each init/lock/unlock that aborts if the return code is not 0

Would have found #4478

Actions #1

Updated by Victor Julien over 1 year ago

@Philippe Antoine would this be helpful in fuzzing?

Actions #2

Updated by Philippe Antoine over 1 year ago

would this be helpful in fuzzing?

Only if fuzzing use multiple threads, which is not the case right now...

Actions #3

Updated by Philippe Antoine 4 months ago

  • Assignee set to OISF Dev
  • Target version set to TBD
Actions

Also available in: Atom PDF