-
Notifications
You must be signed in to change notification settings - Fork 269
Get all tests working in preload mode without recompiled libc #892
Copy link
Copy link
Closed
Labels
Component: LibrariesSupport functions like LD_PRELOAD and loggingSupport functions like LD_PRELOAD and loggingPriority: MediumImportant but not urgentImportant but not urgentType: EnhancementNew functionality or improved designNew functionality or improved design
Description
In our multi-process prototype, we are using a recompiled libc in preload mode to ensure that we are handling all syscalls correctly. Ultimately, I don't think we want to require recompiling libc of users. Instead, I think we want to get all tests working without preloading the recompiled libc.
https://github.com/shadow/shadow/blob/dev/docs/using-recompiled-libc.md
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Component: LibrariesSupport functions like LD_PRELOAD and loggingSupport functions like LD_PRELOAD and loggingPriority: MediumImportant but not urgentImportant but not urgentType: EnhancementNew functionality or improved designNew functionality or improved design