Enviar #524197: pytorch pytorch (torch.jit.script) torch 2.6.0 Segmentation Faultinformación

Títulopytorch pytorch (torch.jit.script) torch 2.6.0 Segmentation Fault
Descripción# Bug When using `@torch.jit.script` for TorchScript compilation, defining a scripted class (e.g., Ignored) where the `__init__` method includes a dynamic Python structure like list causes a `Segmentation fault` at runtime. # To Reproduce Running the following code results in a Segmentation fault: ``` import torch import torch.nn as nn @torch.jit.script class Ignored(object): def __init__(self): self.count: int = 0 self.items: list = [] ```
Fuente⚠️ https://github.com/pytorch/pytorch/issues/149623
Usuario
 Default436352 (UID 81891)
Sumisión2025-03-20 15:40 (hace 1 Año)
Moderación2025-03-30 19:42 (10 days later)
EstadoAceptado
Entrada de VulDB302049 [PyTorch 2.6.0 torch.jit.script desbordamiento de búfer]
Puntos20

Are you interested in using VulDB?

Download the whitepaper to learn more about our service!