Re: db bug with i386: sanity check
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On 21 mars 06, at 19:17, Eric Albert wrote: On Mar 21, 2006, at 5:35 AM, Stephane Sudre wrote: Done. Actually I probably found where the problem exactly lies. It's not with the put API, it's with the sync API. If you do something like: open get put sync exit(0); It works fine on an any platform. If you do something like: open get put sync sync exit(0); _______________________________________________ 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... The more I look into this db thing, the more I believe there is a bug in the db code. So before filing a bug report, I may need a sanity check and hope there's a doctor in the room. It sounds like a bug to me. Go ahead and write it up. Thanks! It corrupts the data base on the Intel platform (PPC is fine). Doing 2 or more sync in the same execution is killing the data base. At least that's what I'm observing. This email sent to site_archiver@lists.apple.com
participants (1)
-
Stephane Sudre