signetlabdei / lorawan

An ns-3 module for simulation of LoRaWAN networks
GNU General Public License v2.0
190 stars 132 forks source link

terminated with signal SIGSEGV. #42

Closed Prapi123 closed 5 years ago

Prapi123 commented 5 years ago

Hello,

I am running complete-network-example file. If I try to give value of nDevices more than 200, it gives error terminated with signal SIGSEGV.

for 200 nDevices it runs perfectly fine.

When running under gdb , i got below comment. I could not understand what does it mean. Program received signal SIGSEGV, Segmentation fault. 0x00007ffff491af24 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6

I checked if there are any null pointers, I could not find any.

Any help will be appreciated.

Thanks!