Runtime: SP17P3 for IDE+Runtime
OS: Linux 5.16.2-rt19 #3 SMP PREEMPT_RT Tue May 3 12:22:28 CEST 2022 x86_64 x86_64 x86_64 GNU/Linux, Ubuntu 22.04 Server
Hello!
I'm having a simple project:
Empty PLC code
Added an Ethernet + Ethernet_IP_Scanner
When uploading and executing this application I'm getting an error message:
Well.. I'm fine having an error message so I can debug the ETHTOOL syscall issue.. but instead the entire runtime dies with a SEGV.
Thread30"ENIPScannerServ"receivedsignalSIGSEGV,Segmentationfault.[SwitchingtoThread0x7ffff728e640(LWP3390)]__strlen_avx2()at../sysdeps/x86_64/multiarch/strlen-avx2.S:7474../sysdeps/x86_64/multiarch/strlen-avx2.S:Nosuchfileordirectory.(gdb)bt#0 __strlen_avx2 () at ../sysdeps/x86_64/multiarch/strlen-avx2.S:74#1 0x00007ffff7e03db1 in __vfprintf_internal (s=s@entry=0x7ffff728d400, format=format@entry=0x55555d9cee68 "GetLinkSettings2(%s): ioctl(%d, SIOCETHTOOL, ...) failed %s", ap=ap@entry=0x7ffff728d588, mode_flags=mode_flags@entry=0) at ./stdio-common/vfprintf-internal.c:1517#2 0x00007ffff7e1551a in __vsnprintf_internal (string=0x7ffff7a26520 "GetLinkSettings2(Operation not supported): ioctl(1567047625, SIOCETHTOOL, ...) failed ", maxlen=<optimized out>, format=0x55555d9cee68 "GetLinkSettings2(%s): ioctl(%d, SIOCETHTOOL, ...) failed %s", args=0x7ffff728d588, mode_flags=0)
Same happens to the Profinet Master.
I'm only able to revive the runtime by removing the PlcLogic directories everywhere.
Runtime: SP17P3 for IDE+Runtime
OS: Linux 5.16.2-rt19 #3 SMP PREEMPT_RT Tue May 3 12:22:28 CEST 2022 x86_64 x86_64 x86_64 GNU/Linux, Ubuntu 22.04 Server
Hello!
I'm having a simple project:
When uploading and executing this application I'm getting an error message:
Well.. I'm fine having an error message so I can debug the ETHTOOL syscall issue.. but instead the entire runtime dies with a SEGV.
Same happens to the Profinet Master.
I'm only able to revive the runtime by removing the PlcLogic directories everywhere.
How can I fix this?
Thank you!
Last edit: holad 2022-05-18
which driver / networkinterface is on wwan0
could you do a:
ip a s
and give us the result?
Last edit: eschwellinger 2022-05-18
Hi!
This behavior is reproducible on two interface types:
Best Regards,
Holger
Last edit: holad 2022-05-18
think you need a real interface to do it - vxlan does not even have a link status , isn't it?
Here's the result of the ip command. Sorry for the delay.
Last edit: holad 2022-05-19
Hi could you do a
sudo ethtool wwan0
and
sudo ethtool vxlan0