Timothy Sample <[email protected]> writes: > it gives me different addresses depending on whether I’m printing from > the main daemon loop or from the “querySubstitutablePathInfos” method. > The addresses suspiciously differ by eight.
The problem goes away if I move “useSubstitutes” above “reservedSize”, which has type “off_t”. I’m guessing this is because of something fishy with “_FILE_OFFSET_BITS”, but I’m not sure what just yet. -- Tim
