-
Notifications
You must be signed in to change notification settings - Fork 61
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
kernel panic in generic_file_write #44
Comments
On 2017-11-01 at 16:41 Dmitry Vyukov ***@***.***> wrote:
Unfortunately our ability to localize and produce reproducers is limited due to no Go support.
Yeah, that makes it a little rough.
Do you have a log of what the syscall arguments were? Even something
like the last 100 calls would help.
|
On 2017-11-01 at 14:55 Barret Rhoden ***@***.***> wrote:
Do you have a log of what the syscall arguments were? Even something
like the last 100 calls would help.
Alternatively, I can run the syzkaller. Is there an easy way to seed it
or something so I can have it make the same calls that it did for you?
If not, no big deal.
For this particular bug, I might be able to solve it by looking at the
code (might be an assumption that breaks for misaligned writes or
something), but it'd be nice to have some path to repeating the bug so
anyone can try and fix it.
Of course, a working Go 1.9 would be nice too. =)
|
Has the Go port been updated since I last updated it to 1.3 many moons ago?
Kevin
…On Thu, Nov 2, 2017 at 5:23 PM Barret Rhoden ***@***.***> wrote:
On 2017-11-01 at 14:55 Barret Rhoden ***@***.***> wrote:
> Do you have a log of what the syscall arguments were? Even something
> like the last 100 calls would help.
Alternatively, I can run the syzkaller. Is there an easy way to seed it
or something so I can have it make the same calls that it did for you?
If not, no big deal.
For this particular bug, I might be able to solve it by looking at the
code (might be an assumption that breaks for misaligned writes or
something), but it'd be nice to have some path to repeating the bug so
anyone can try and fix it.
Of course, a working Go 1.9 would be nice too. =)
--
You received this message because you are subscribed to the Google Groups
"Akaros" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to ***@***.***
To post to this group, send email to ***@***.***
For more options, visit https://groups.google.com/d/optout.
|
No, because you did not accept my pull request :) But seriously, unfortunately that won't help as we need Go 1.9+. |
Sorry! I didn't see your pull request in the go-akaros repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Got this while running syzkaller on 2b284c4:
Unfortunately our ability to localize and produce reproducers is limited due to no Go support.
The text was updated successfully, but these errors were encountered: