Every minute or so of teleop, my code crashes and spews this out in the debugger:
Code:
0xb6fd7d40 in ?? () from f:\frc/lib/ld-linux.so.3
warning: Could not load shared library symbols for 20 libraries, e.g. /usr/local/frc/lib/libFRC_NetworkCommunication.so.16.
Use the "info sharedlibrary" command to see the complete listing.
Do you need "set solib-search-path" or "set sysroot"?
warning: Could not load shared library symbols for /usr/local/natinst/lib/libniu3v.so.
Do you need "set solib-search-path" or "set sysroot"?
[New Thread 3312]
warning: Could not load shared library symbols for /usr/local/natinst/lib/libnimdnsResponder.so.
Do you need "set solib-search-path" or "set sysroot"?
[New Thread 3323]
warning: Could not load shared library symbols for /lib/libnss_mdns4_minimal.so.2.
Do you need "set solib-search-path" or "set sysroot"?
[New Thread 3308]
[New Thread 3309]
[New Thread 3310]
[New Thread 3311]
[New Thread 3313]
[New Thread 3314]
[New Thread 3318]
[New Thread 3319]
[New Thread 3320]
[New Thread 3321]
[New Thread 3322]
[New Thread 3326]
[New Thread 3327]
[New Thread 3328]
[New Thread 3329]
[New Thread 3330]
[New Thread 3331]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 3323]
0xb59e2e10 in strstr () from f:\frc/lib/libc.so.6
Does anyone know what is wrong? Thanks!