Re: alacritty: possible inputmethod issue?
Thomas Klausner <[email protected]> Sun, 20 Jun 2021 11:00:28 +0200
| Newsgroups | gmane.os.netbsd.devel.x11 |
|---|---|
| Message-ID | <[email protected]> |
On Sun, Jun 20, 2021 at 10:52:49AM +0200, Tobias Nygren wrote: > On Sun, 20 Jun 2021 15:50:04 +0900 > iquiw <[email protected]> wrote: > > > I have a workaround fix of the problem and also prepared a sample C > > Thanks! I went ahead and added the workaround patch to pkgsrc for now. > So people who experienced the problem please try alacritty-0.8.0nb1? > The problem should still be addressed in the base system. Thank you! But I get a coredump on startup now: (gdb) bt #0 pthread_mutex_lock (ptm=0x10) at /disk/6/archive/foreign/src/lib/libpthread/pthread_mutex.c:204 #1 0x0000701cd5e6a06d in mtx_lock (mtx=<optimized out>) at /disk/6/archive/foreign/xsrc/external/mit/MesaLib/dist/include/c11/threads_posix.h:223 #2 _mesa_HashLockMutex (table=<optimized out>) at /disk/6/archive/foreign/xsrc/external/mit/MesaLib/dist/src/mesa/main/hash.h:131 #3 create_shader (ctx=0x701ce4d16880, type=35633) at /disk/6/archive/foreign/xsrc/external/mit/MesaLib/dist/src/mesa/main/shaderapi.c:339 #4 0x000000007ad6cf0e in alacritty::gl::CreateShader () at /scratch/x11/alacritty/work/alacritty-0.8.0/target/release/build/alacritty-ea65f179719708c6/out/gl_bindings.rs:1106 #5 alacritty::renderer::create_shader () at alacritty/src/renderer/mod.rs:1096 #6 0x000000007ac69825 in alacritty::main () at alacritty/src/renderer/mod.rs:981 Thomas