-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Crash in WSL (Windows Subsystem for Linux) #702
Comments
I actually have the same issue when trying to build and run etcd. I snooped around in the code and its possibly caused by a difference in the handling of growing a memory map under Windows vs Linux. IE in windows the mmap is always redone when its grown. I tried to reproduce that behavior on bash for windows as well, but I got stuck with some other errors at that point so I gave up. |
Almost certainly this is a WSL bug not a boltdb bug. Can you file a bug here: https://github.com/Microsoft/BashOnWindows and include an strace? |
I managed to make a minimal reproduction case with the following code, and I will file a report with that at Bash On Windows:
|
Reported as microsoft/WSL#2304 |
This is fixed in the fall creators update. |
confirmed on our side as well; cheers! |
Only in WSL, while doing a
cursor.seek
, getting panic w/unexpected fault address
source code: https://github.com/opctl/opctl/blob/master/util/pubsub/eventRepo.go#L85
full trace:
The text was updated successfully, but these errors were encountered: