Details
-
Type:
Bug
-
Status:
Resolved
-
Priority:
Blocker
-
Resolution: Fixed
-
Affects Version/s: 2.1
-
Fix Version/s: 2.1
-
Component/s: couchbase-bucket
-
Security Level: Public
-
Labels:None
Description
I've spotted that ep-engine started to consistently dump core on my box. Investigation showed that uint64_t options are printed as %X. Which is 2 words on stack for i386 that are "consumed" by sprintf as one (because unsigned is one word).
Patch is on the way.
Patch is on the way.