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.
0x0000000000520fad in m_friend_exists ()
(gdb) bt
#0 0x0000000000520fad in m_friend_exists ()
#1 0x00000000005077f4 in toxav_video_send_frame ()
#2 0x00000000004e70c5 in utox_video_thread ()
@iphydf can u write a small test case where tox_friend_exists get called in a loop in a different thread. while the main thread does tox_iterate() ?
and add/remove some other tox nodes constantly
@robinlinden its strange cause tox_friend_exists should only ever get called when u add a friend or delete a friend.
if a friend just goes offline the friendlist should not change
There isn't anything that can segv in
m_friend_exists
itself, but since this wasn't a debug build or anything,friend_not_valid
was probably inlined and segfaulted when accessing the friendlist.The text was updated successfully, but these errors were encountered: