Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • D darshan
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 72
    • Issues 72
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • darshan
  • darshan
  • Issues
  • #253
Closed
Open
Issue created Nov 27, 2018 by Philip Carns@carnsOwner

missing open() interception with LD_PRELOAD in some versions of glibc

See description at https://lists.mcs.anl.gov/pipermail/darshan-users/2018-November/000516.html

The short version is that recent versions of glibc will translate some open() calls using an inline function in fcntl2.h so that they are __open_2() calls at the glibc library level. __open_2() is not intercepted by Darshan.

Will open PR with wrapper for __open_2(). Is there any other solution?

Assignee
Assign to
Time tracking