Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug: mmap write bug #124

Closed
sjcsjc123 opened this issue Jul 1, 2023 · 0 comments
Closed

bug: mmap write bug #124

sjcsjc123 opened this issue Jul 1, 2023 · 0 comments
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@sjcsjc123
Copy link
Member

When I execute http/http_server_test.go TestPost method under test.go has caused a bug. I found that it comes from the write method under mmap. Please ask personnel related to http and mmap to fix it. This happened after I replaced some of the code, and the replaced code is as follows

func NewIOManager(filename string) (IOManager, error) {
	return NewMMapIOManager(filename)
}

image

@sjcsjc123 sjcsjc123 added bug Something isn't working help wanted Extra attention is needed labels Jul 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants