Hello,
I am writing a ns3 program which allows multiple udp sockets on a node with multiple netdevice interfaces.
However, after the program is about to finish, I get a SIGSEGV fault, which happens when my program ends up pointing an empty place or address in the memory.
When I run it under gdb, I get the following. (see image)
I am not sure what it really means.
Anyone have an idea?
Thanks in advance!
