[Bug 1065556] New: tty-clock crashes
http://bugzilla.opensuse.org/show_bug.cgi?id=1065556 Bug ID: 1065556 Summary: tty-clock crashes Classification: openSUSE Product: openSUSE Tumbleweed Version: Current Hardware: x86-64 OS: openSUSE Factory Status: NEW Severity: Normal Priority: P5 - None Component: Other Assignee: bnc-team-screening@forge.provo.novell.com Reporter: opensuse@trummer.xyz QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- tty-clock in Tumbleweed (Version 20150319-1.3) crashes on start. I guess it's an issue with ncurses. -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1065556 http://bugzilla.opensuse.org/show_bug.cgi?id=1065556#c1 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |opensuse@trummer.xyz Flags| |needinfo?(opensuse@trummer. | |xyz) Severity|Normal |Minor --- Comment #1 from Dr. Werner Fink <werner@suse.com> --- What tool/package tty-clock is? /suse/werner> sudo zypper se tty-clock Loading repository data... Reading installed packages... No matching items found. /suse/werner> cat /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20171023" ID=opensuse ID_LIKE="suse" VERSION_ID="20171023" PRETTY_NAME="openSUSE Tumbleweed" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:tumbleweed:20171023" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" and what about a valid core dump with gdb back trace? -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1065556 http://bugzilla.opensuse.org/show_bug.cgi?id=1065556#c2 Dr. Werner Fink <werner@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |aloisio@gmx.com, | |tyler@monkeypox.org, | |werner@suse.com Assignee|werner@suse.com |bnc-team-screening@forge.pr | |ovo.novell.com Severity|Minor |Normal --- Comment #2 from Dr. Werner Fink <werner@suse.com> --- libncursesw.so.6 => /lib64/libncursesw.so.6 (0x00007fb376124000) libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007fb375ef9000) wrong linkage ... this tool has to use libtinfow if linked with libncursesw /suse/werner> ldd /usr/bin/tty-clock linux-vdso.so.1 (0x00007ffc4697d000) libncursesw.so.6 => /lib64/libncursesw.so.6 (0x00007fb376124000) libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007fb375ef9000) ^^^^^^^^^^^^^^^^^^^^^ libc.so.6 => /lib64/libc.so.6 (0x00007fb375b3f000) libdl.so.2 => /lib64/libdl.so.2 (0x00007fb37593b000) libtinfow.so.6 => /lib64/libtinfow.so.6 (0x00007fb37570f000) ^^^^^^^^^^^^^^^^^^^^^^ /lib64/ld-linux-x86-64.so.2 (0x00007fb37635f000) /suse/werner> ldd /lib64/libncursesw.so.6 linux-vdso.so.1 (0x00007ffee07a6000) libdl.so.2 => /lib64/libdl.so.2 (0x00007f04e433e000) libtinfow.so.6 => /lib64/libtinfow.so.6 (0x00007f04e4112000) ^^^^^^^^^^^^^^^^^^^^^^ libc.so.6 => /lib64/libc.so.6 (0x00007f04e3d58000) /lib64/ld-linux-x86-64.so.2 (0x00007f04e477d000) -- You are receiving this mail because: You are on the CC list for the bug.
http://bugzilla.opensuse.org/show_bug.cgi?id=1065556 http://bugzilla.opensuse.org/show_bug.cgi?id=1065556#c3 --- Comment #3 from Luigi Baldoni <aloisio@gmx.com> --- Would you mind testing the updated version at https://build.opensuse.org/package/show/home:alois:branches:utilities/tty-cl... and see if you can still reproduce the error?
ldd tty-clock linux-vdso.so.1 (0x00007fff6a9d8000) libncurses.so.6 => /lib64/libncurses.so.6 (0x00007efea7ddd000) libtinfo.so.6 => /lib64/libtinfo.so.6 (0x00007efea7bb2000) libc.so.6 => /lib64/libc.so.6 (0x00007efea77f8000) libdl.so.2 => /lib64/libdl.so.2 (0x00007efea75f4000) /lib64/ld-linux-x86-64.so.2 (0x00007efea820c000)
-- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com