Sane leaks filedescriptors
まだ誰も着手していません。
評価
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 初心者へのやさしさ
- 35/100
- issue の種類
- バグ
- 明瞭さ
- おおむね明確
- 活発さ
- 停滞
調査の方向性
Start by running the supplied loop and tracing the init(), get_devices(), and deinit() entry points involved in SANE resource cleanup. Compare file-descriptor counts across repeated iterations; done means the count remains stable after deinit() instead of increasing.
索引モデルが issue の本文から書いたものです。
説明
the init/exit sequence is not cleaning up all resources. this short sequence shows the case:
from sane import init, get_devices, exit as deinit
for _ in range(99):
init()
d = get_devices()
with open("/etc/hosts") as f:
print(f.fileno())
deinit()
as you can see the fd will increase (by 78 in my case).
- 主要言語
- C
- スター
- 61
- フォーク
- 22
- PR マージ指標
- 30日以内にマージされた PR はありません
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
はじめの一歩
- issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
- 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
- リポジトリをフォークし、ブランチを切って変更します。
- issue 番号を参照したプルリクエストを送ります。
python-pillow/Sane のほかの issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 76/100
python-pillow/Sane#110 · コメント 1 件 · リアクション 1 件 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 50/100
python-pillow/Sane#107 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 45/100
python-pillow/Sane#103 ·
-
難易度 3/5 1〜2日 初心者へのやさしさ 35/100
python-pillow/Sane#92 ·
-
難易度 4/5 3〜5日 初心者へのやさしさ 35/100
python-pillow/Sane#81 · コメント 1 件 ·
python-pillow/Sane の issue をすべて見る
似ている issue
-
難易度 2/5 1〜3時間 初心者へのやさしさ 84/100
-
level/task module/gcp type/bug
難易度 2/5 1〜3時間 初心者へのやさしさ 85/100
-
難易度 1/5 1時間未満 初心者へのやさしさ 86/100
hapostgres/pg_auto_failover#1190 ·
-
docs
難易度 1/5 1時間未満 初心者へのやさしさ 85/100
-
P3 sonic-vpp
難易度 2/5 1〜3時間 初心者へのやさしさ 88/100
sonic-net/sonic-buildimage#29662 ·