https://bugs.winehq.org/show_bug.cgi?id=54115 --- Comment #6 from Artem S. Tashkinov <aros(a)gmx.com> --- (In reply to Eric Pouech from comment #4)
$ gdb /opt/wine/bin/wineserver `pidof wineserver` Excess command line arguments ignored. (206788) this means two instances of wineserver were running. (gdb attached to first one and reported second). Did gdb pick up the right instance?
Let's try again. $ gdb /opt/wine/bin/wineserver `pidof wineserver` GNU gdb (GDB) Fedora Linux 12.1-6.fc37 For help, type "help". Type "apropos word" to search for commands related to "word"... Reading symbols from /opt/wine/bin/wineserver... This GDB supports auto-downloading debuginfo from the following URLs: https://debuginfod.fedoraproject.org/ Enable debuginfod for this session? (y or [n]) y Debuginfod has been enabled. To make this setting permanent, add 'set debuginfod enabled on' to .gdbinit. (No debugging symbols found in /opt/wine/bin/wineserver) Attaching to program: /opt/wine/bin/wineserver, process 1209784 Reading symbols from /lib/libc.so.6... Reading symbols from /var/tmp/xdgcache-birdie/debuginfod_client/8e6ec495f89f0a512ff3e329242b9222cdd35c26/debuginfo... Reading symbols from /lib/ld-linux.so.2... [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib64/libthread_db.so.1". 0xf7f5b422 in _dl_sysinfo_int80 () from /lib/ld-linux.so.2 (gdb) cont Continuing. [Inferior 1 (process 1209784) exited normally] (gdb) -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.