Open pnkghard opened 1 year ago
issue 1:
/usr/include/c++/11/bits/stl_pair.h:352:19: internal compiler error: Segmentation fault
352 | constexpr pair(_U1&& __x, _U2&& __y)
issue 2:
/home/pankaj/ns-3-allinone/ns-3-dev/src/wifi/model/wifi-mgt-header.h:892:9: internal compiler error: Segmentation fault
892 | [&](auto&... elems) {
| ^~~~~~~~~~~~~~~~~~~~~
893 | (
| ~
894 | [&] {
| ~~~~~
895 | if (i.GetDistanceFrom(start) < length)
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
896 | {
| ~
897 | i = static_cast<Derived*>(this)->DoDeserialize(elems, i);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
898 | internal::DoCopyIeFromContainingFrame(elems, frame);
| ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
899 | }
| ~
900 | }(),
| ~~~~
901 | ...);
| ~~~~~
902 | },
| ~
libbacktrace could not find executable to open
Please submit a full bug report,
with preprocessed source if appropriate.
make[2]: *** [src/wifi/CMakeFiles/libwifi-obj.dir/build.make:974: src/wifi/CMakeFiles/libwifi-obj.dir/model/mgt-headers.cc.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [CMakeFiles/Makefile2:4462: src/wifi/CMakeFiles/libwifi-obj.dir/all] Error 2
Please submit a full bug report, with preprocessed source if appropriate. Please include the complete backtrace with any bug report.
As was printed in the console output, we need a self-contained reproducer to debug this. You should also try the latest release or tip of trunk, and see whether the crash persists.