-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
!41 提交译文 master/docs/akaros/found_bugs.md
Merge pull request !41 from pr
- Loading branch information
Showing
1 changed file
with
11 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,23 @@ | ||
--- | ||
status: translating | ||
status: translated | ||
title: "Found bugs" | ||
author: Syzkaller Community | ||
collector: chengziqiu | ||
collected_date: 20240314 | ||
translator: shandianchengzi | ||
translated_date: 20240317 | ||
link: https://github.com/google/syzkaller/blob/master/docs/akaros/found_bugs.md | ||
--- | ||
|
||
# Found bugs | ||
# 已经找到的 BUG | ||
|
||
Most latest bugs are reported by [syzbot](/docs/syzbot.md) to | ||
[akaros](https://groups.google.com/forum/#!searchin/akaros/syzbot) | ||
mailing list and are listed on the [dashboard](https://syzkaller.appspot.com/akaros). | ||
|
||
_newer first_ | ||
绝大多数的最新 BUG 会被 [syzbot](/sources/syzkaller/syzbot.md) 报告,并展现在 [acaros](https://groups.google.com/forum/#!searchin/akaros/syzbot) 邮件列表里,并会在 [dashboard(仪表盘)](https://syzkaller.appspot.com/akaros)上列出。 | ||
|
||
* [page fault in pipewrite](https://github.com/brho/akaros/issues/46) | ||
* [kernel panic in generic_file_write](https://github.com/brho/akaros/issues/44) | ||
* [assertion failed: page && pm_slot_check_refcnt(*page->pg_tree_slot)](https://github.com/brho/akaros/issues/42) | ||
_新的会被放在列表的前面_ | ||
|
||
示例如下: | ||
|
||
* [管道写入时的页错误](https://github.com/brho/akaros/issues/46) | ||
* [generic_file_write 函数中的 kernel panic](https://github.com/brho/akaros/issues/44) | ||
* [断言错误:page && pm_slot_check_refcnt(*page->pg_tree_slot)](https://github.com/brho/akaros/issues/42) |