Opened 15 years ago
#56 new defect
Using stdio for tradspool.map causes problems
Reported by: | eagle | Owned by: | eagle |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | storage | Version: | |
Severity: | normal | Keywords: | |
Cc: |
Description
The code in tradspool to write out tradspool.map uses stdio, which can cause problems if innd has already consumed a lot of file descriptors. On a lot of 32-bit systems, stdio can only handle file descriptors below 256. innd has code to deal with this, but tradspool doesn't.
The easiest solution is to probably avoid using stdio when writing out tradspool.
Note: See
TracTickets for help on using
tickets.