You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Program received signal SIGSEGV, Segmentation fault.
0x00000000f63249c4 in ?? ()
(gdb) backtrace
#0 0x00000000f63249c4 in ?? () #1 0x0000000000000001 in ?? () #2 0x0000000000000000 in ?? ()
The text was updated successfully, but these errors were encountered:
It can be run successfully with gdb by setting breakpoints at sub_i2c_read, and after breaking a few times, removing them. Because it doesn't repeatedly fail in gdb, but does when run as rosrun, it looks like it could be a threading issue.
About to sub_i2c_read(). Handle: 0x6242a0
Program received signal SIGSEGV, Segmentation fault.
0x00000000f63249c4 in ?? ()
(gdb) backtrace
#0 0x00000000f63249c4 in ?? ()
#1 0x0000000000000001 in ?? ()
#2 0x0000000000000000 in ?? ()
The text was updated successfully, but these errors were encountered: