Since toxcore 17e8195 uTox (uTox/uTox@55b0222) aborts when it tries to restart toxcore. That is, when a setting changes (I toggle the UDP switch in advanced settings). The abort can be provoked 100% of the tries.
Here is what utox -vvvv outputs:
Toxcore: Restarting Toxcore
Toxcore: Using unencrypted save file
Toxcore: Creating New Toxcore instance.
IPv6 : 0
UDP : 1
Proxy: 0 127.0.0.1 9050
Friend: Initializing friend list.
Friend: Initializing friend: 0
[…]
Friend: Friendlist sucessfully initialized with 14 friends.
utox: /[…]/TokTok/c-toxcore/toxcore/logger.c:107: logger_write: Assertion `!"NULL logger not permitted"' failed.
Aborted (core dumped)
Here is an example of what I get in dmesg:
traps: utox[25996] general protection ip:7f2f5f44d7a8 sp:7f2f5ab46400 error:0 in libtoxcore.so.2.6.0[7f2f5f43d000+69000]
As a result, it is impossible to change any settings in uTox.
Is there anything that uTox can do, or is this a bug in toxcore only?
This is the line in uTox which leads to the abort: https://github.com/uTox/uTox/blob/55b0222e30e7a0974ca1ca3ced229646b264cacd/src/av/utox_av.c#L55
I don't know if other clients are affected.
Since toxcore 17e8195 uTox (uTox/uTox@55b0222) aborts when it tries to restart toxcore. That is, when a setting changes (I toggle the UDP switch in advanced settings). The abort can be provoked 100% of the tries.
Here is what
utox -vvvvoutputs:Here is an example of what I get in
dmesg:As a result, it is impossible to change any settings in uTox.
Is there anything that uTox can do, or is this a bug in toxcore only?
This is the line in uTox which leads to the abort: https://github.com/uTox/uTox/blob/55b0222e30e7a0974ca1ca3ced229646b264cacd/src/av/utox_av.c#L55
I don't know if other clients are affected.