Unipisa / Simu5G

Simu5G - 5G NR and LTE/LTE-A user-plane simulation model for OMNeT++ & INET
https://simu5g.org
Other
142 stars 81 forks source link

Network creation step fails with segmentation fault #121

Closed dekaio closed 1 year ago

dekaio commented 1 year ago

Debugger points to [MacForwardingTableConfigurator.cc] file, in the extendConfiguration function, in the line interfacename = firstInterface->networkInterface->getInterfaceName().

The UE was modified, and an ethernet port was added to connect it to an Ethernet network. The network consists of BS---UE---EthernetSwitch---StandardHost However, a segmentation fault is thrown at the network creation stage. The error gets thrown at the switch. What could be the potential reason why an error is thrown in this particular line? Please see the screenshot of the debug flow below. 223487791-2ec5aad1-118f-48db-8675-80a5ce5976ec

giovanninardini commented 1 year ago

Hello, this error seems to appear in the INET code. INET developers could probably answer your question better than I.