| Titel | pytorch 2.6.0+cu124 Segmentation fault |
|---|
| Beschreibung | 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)
``` |
|---|
| Quelle | ⚠️ https://github.com/pytorch/pytorch/issues/147722 |
|---|
| Benutzer | Default436352 (UID 81891) |
|---|
| Einreichung | 24.02.2025 04:44 (vor 12 Monaten) |
|---|
| Moderieren | 10.03.2025 07:14 (14 days later) |
|---|
| Status | Akzeptiert |
|---|
| VulDB Eintrag | 299059 [PyTorch 2.6.0+cu124 Tuple torch.ops.profiler._call_end_callbacks_on_jit_fut Keine Pufferüberlauf] |
|---|
| Punkte | 17 |
|---|