Results 36 comments of ToasterBirb

I also have a problem with the mouse support. Focusing the window with mouse and moving the cursor over the terminal window adds random text like this ";55M

Is this problem fixed in the 1.4.230 release? I recently switched to -march=native on my gentoo system, did some updates and recompiled the entire system and now mumble keeps crashing....

I'll try to get a bit more information about the segfaults then. Maybe this is a new issue

Waited in a call alone and nothing happened. Then someone joined in like about an hour later and it crashed in just a few minutes. This is the output I...

I actually already have it built with debug symbols etc. and run it in gdb. Just forgot to get the backtrace :P I'll wait for another crash

Here ya go ``` (gdb) backtrace #0 __pthread_kill_implementation (threadid=, signo=signo@entry=6, no_tid=no_tid@entry=0) at pthread_kill.c:44 #1 0x00007ffff5a125df in __pthread_kill_internal (signo=6, threadid=) at pthread_kill.c:78 #2 0x00007ffff59c6a02 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 #3 0x00007ffff59b1469...

I tried the current master branch and it crashed almost instantly ``` Fatal (internal) error in /home/toasterbirb/git/mumble/3rdparty/opus/celt/celt_decoder.c, line 118: assertion failed: st->mode == opus_custom_mode_create(48000, 960, NULL) Thread 8 "threaded-ml" received...

Still quite odd indeed. Sometimes mumble wouldn't crash for hours and some days it would crash 3 times in a row in mere seconds (in the 1.4.230 version). The error...

I also should probably note that the crash message isn't always the same. It rotates about 3 different error messages. I'll try to get backtraces for all of them.

Here's one ``` malloc(): unaligned tcache chunk detected Thread 4 "threaded-ml" received signal SIGSEGV, Segmentation fault. [Switching to Thread 0x7ffff13c2640 (LWP 31517)] 0x00007ffff6e08d47 in EVP_CipherInit_ex () from /usr/lib64/libcrypto.so.1.1 (gdb) backtrace...