Re: open() fails to update st_mtime when used with O_TRUNC and 0 byte files
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=F4vFIY3WdX8ZtXzBs/S2zVfyjyEoppFW3HOXGL+dU6A5b4gnwCfevyTF2M3/SURbMQ1tyDXOonpkOtmuuo/nzKpw8rbG9hFyfU5qYbdEdO7M5E4BaQGLarUWugtuwF4/l10K/NIEa6ipQiwcIcACTGaWWJOHiE8Ge+gBXE4/+ho= Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=M89N9XQD+r9ZRbVgv0mai6tzsvUvDnd7ROOPTyqOsLswODi4Sin8xEx6ejhIXZ3iS2jG//w71sAAQ6sYKW+XkbiNudzvvra6YCHC8LRjHgevbHnCy70yWShDZYw9QV9fBp49rERgpRnt3MJdZxhY1DiVHa/iBNrk4ZM2mFrHucc= On 7/9/07, Mike Frysinger <vapier.adi@gmail.com> wrote:
On 6/12/07, Mike Frysinger <vapier.adi@gmail.com> wrote:
i was tracking down a bug in the Linux kernel build system which seems to be caused by a bug in Darwin. the kernel build system creates a bunch of 0 byte files and then uses open(O_TRUNC) on them in order to update the st_mtime field (which triggers make to recreate some object files). on my mac mini, this all falls apart.
is there somewhere i can file a bug report about this ? i'm really not familiar with Darwin development methodologies
thanks, ive posted it there as #5322203 -mike _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... On 7/9/07, Shawn Erickson <shawnce@gmail.com> wrote: <http://developer.apple.com/bugreporter/> This email sent to site_archiver@lists.apple.com
participants (1)
-
Mike Frysinger