← Back to Users
xUnit187x's activity in the archive.
If you overwrite shared libraries while a process is using them, it may segfault. Best to atomically replace them (i.e. with mv from the same filesystem), or unlink then replace.
If you overwrite shared libraries while a process is using them, it may segfault. Best to atomically replace them (i.e. with mv from the same filesystem), or unlink then replace.