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.
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!