Bug 27830

Summary: pax's uid/gid cache is read-only
Product: Base System Reporter: mwatson <mwatson>
Component: miscAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description mwatson 2001-06-02 06:50:00 UTC
We found a bug in the Darwin pax where the uid/gid cache was not being used correctly. This resulted in a 10x slowdown of archive extraction in some cases. It's especially bad when archives contain unknown uid/gids

Fix: These diffs may need to be modified to sync up with the current version...
How-To-Repeat: Run pax under gdb. break on getpwuid() & getpwnam(). Notice how often you hit the breakpoints.
Comment 1 Peter Pentchev freebsd_committer freebsd_triage 2001-06-02 07:59:22 UTC
State Changed
From-To: open->closed

Duplicate of misc/27829.