Open pe-ge opened 11 months ago
When I run the following code:
from pytun_pmd3 import TunTapDevice device = TunTapDevice() device.mtu = 1420 device.addr = "fdcf:4d41:c97d::2"
I get this error:
$ sudo python main.py *** stack smashing detected ***: terminated Aborted
Running this on Raspberry Pi 4, OS Rasbian 12 (bookworm)
$ uname -a Linux rpi 6.5.9-v7l-ios17-patch+ #1 SMP Mon Nov 13 16:16:05 CET 2023 armv7l GNU/Linux
Please attach a crashdump or at least a stacktrace
core.zip
@doronz88 any update?
No. I, wasn't able to detect the problem
When I run the following code:
I get this error:
Running this on Raspberry Pi 4, OS Rasbian 12 (bookworm)