doronz88 / pytun-pmd3

This is a fork of https://github.com/montag451/pytun with partial Darwin support.
https://discord.gg/52mZGC3JXJ
MIT License
6 stars 5 forks source link

stack smashing detected : terminated #3

Open pe-ge opened 11 months ago

pe-ge commented 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
doronz88 commented 11 months ago

Please attach a crashdump or at least a stacktrace

pe-ge commented 11 months ago

core.zip

pe-ge commented 10 months ago

@doronz88 any update?

doronz88 commented 10 months ago

No. I, wasn't able to detect the problem