| タイトル | pytorch 2.6.0+cu124 Segmentation fault |
|---|
| 説明 | Passing a tuple with None value to torch.ops.profiler._call_end_callbacks_on_jit_fut can cause a Segmentation fault.
```
import torch
torch.ops.profiler._call_end_callbacks_on_jit_fut(torch.tensor(0), None)
``` |
|---|
| ソース | ⚠️ https://github.com/pytorch/pytorch/issues/147722 |
|---|
| ユーザー | Default436352 (UID 81891) |
|---|
| 送信 | 2025年02月24日 04:44 (12 月 ago) |
|---|
| モデレーション | 2025年03月10日 07:14 (14 days later) |
|---|
| ステータス | 承諾済み |
|---|
| VulDBエントリ | 299059 [PyTorch 2.6.0+cu124 Tuple torch.ops.profiler._call_end_callbacks_on_jit_fut なし メモリ破損] |
|---|
| ポイント | 17 |
|---|