From lan...@openbsd.org Thu Jul 19 09:16:39 2018 On Thu, Jul 19, 2018 at 12:42:45AM +0300, Leonid Bobrov wrote: > This is what I get at latest snapshot at amd64: > https://transfer.sh/gnUY6/vimb.mpg
You've been told to use ktrace or LD_DEBUG=1 to figure out what happens in your environment. Something is wrong *in your environment*, as vimb works for other people. Posting a screen capture like this isnt helpful, as you're asking ppl to do your homework. Landry LD_DEBUG output is not clear (there is a useless spam I am unable to copy because it is so long that tmux doesn't scroll up to the beginning) this all what I see when the GUI stops working: free tib=0x1a73b4bb4600 tib new=0x1a7433e63000 tib new=0x1a748c5de400 ktrace.out is 14.5M big, so I am not sure it is a good idea to attach it directly in mail: https://transfer.sh/Mqb9Y/ktrace.out And GDB output: mazocomp$ egdb vimb GNU gdb (GDB) 7.12.1 Copyright (C) 2017 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-unknown-openbsd6.3". Type "show configuration" for configuration details. For bug reporting instructions, please see: <http://www.gnu.org/software/gdb/bugs/>. Find the GDB manual and other documentation resources online at: <http://www.gnu.org/software/gdb/documentation/>. For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from vimb...done. (gdb) run Starting program: /usr/local/bin/vimb [New process 25947] [New process 25947] [New process 25947] [New thread 222575] [New thread 212795] [New thread 340723] [New thread 388577] [New thread 452316] [New thread 401452] [New thread 584335] Thread 1 received signal SIGUSR1, User defined signal 1. _thread_sys_poll () at -:3 3 -: No such file or directory. (gdb) bt #0 _thread_sys_poll () at -:3 #1 0x0000139e2f33dffe in _libc_poll_cancel (fds=0x139d610ca2a0, nfds=3, timeout=1827315591) at /usr/src/lib/libc/sys/w_poll.c:27 #2 0x0000139e2885bc37 in g_main_context_poll (priority=0, context=<optimized out>, timeout=<optimized out>, fds=<optimized out>, n_fds=<optimized out>) at gmain.c:4204 #3 g_main_context_iterate (context=<optimized out>, block=<optimized out>, dispatch=<optimized out>, self=<optimized out>) at gmain.c:3898 #4 0x0000139e2885c08f in g_main_loop_run (loop=0x139e4449cdd0) at gmain.c:4099 #5 0x0000139e0e26be08 in gtk_main () at gtkmain.c:1323 #6 0x0000139b52608936 in main (argc=<optimized out>, argv=<optimized out>) at main.c:1986 (gdb) bt full #0 _thread_sys_poll () at -:3 No locals. #1 0x0000139e2f33dffe in _libc_poll_cancel (fds=0x139d610ca2a0, nfds=3, timeout=1827315591) at /usr/src/lib/libc/sys/w_poll.c:27 _tib = 0x139d9d7cd140 #2 0x0000139e2885bc37 in g_main_context_poll (priority=0, context=<optimized out>, timeout=<optimized out>, fds=<optimized out>, n_fds=<optimized out>) at gmain.c:4204 ret = <optimized out> errsv = <optimized out> poll_func = 0x139e2886cfa0 <g_poll> #3 g_main_context_iterate (context=<optimized out>, block=<optimized out>, dispatch=<optimized out>, self=<optimized out>) at gmain.c:3898 fds = 0x139d610ca2a0 allocated_nfds = 3 max_priority = <optimized out> nfds = 3 timeout = 1827315591 some_ready = <optimized out> #4 0x0000139e2885c08f in g_main_loop_run (loop=0x139e4449cdd0) at gmain.c:4099 No locals. #5 0x0000139e0e26be08 in gtk_main () at gtkmain.c:1323 loop = 0x139e4449cdd0 #6 0x0000139b52608936 in main (argc=<optimized out>, argv=<optimized out>) at main.c:1986 opts = {{long_name = 0x139b5271ea9a "embed", short_name = 101 'e', flags = 0, arg = G_OPTION_ARG_STRING, arg_data = 0x7f7ffffe3508, description = 0x139b5271eaa0 "Reparents to window specified by xid", arg_description = 0x0}, {long_name = 0x139b5271eac5 "config", short_name = 99 'c', flags = 0, arg = G_OPTION_ARG_FILENAME, arg_data = 0x139b52829110 <vb+32>, description = 0x139b5271eacc "Custom configuration file", arg_description = 0x0}, {long_name = 0x139b5271eae6 "profile", short_name = 112 'p', flags = 0, arg = G_OPTION_ARG_CALLBACK, arg_data = 0x139b52608a80 <profileOptionArgFunc>, description = 0x139b5271eaee "Profile name", arg_description = 0x0}, {long_name = 0x139b5271eb01 "version", short_name = 118 'v', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x7f7ffffe3504, description = 0x139b5271eafb "Print version", arg_description = 0x0}, {long_name = 0x139b5271eb09 "bug-info", short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x7f7ffffe3500, description = 0x139b5271eb12 "Print used library versions", arg_description = 0x0}, {long_name = 0x0, short_name = 0 '\000', flags = 0, arg = G_OPTION_ARG_NONE, arg_data = 0x0, description = 0x0, arg_description = 0x0}} ver = <error reading variable ver (Cannot access memory at address 0x0)> buginfo = <error reading variable buginfo (Cannot access memory at address 0x0)> winid = <optimized out> err = <optimized out> pidstr = <optimized out> c = 0x139e455fe260 (gdb)