[kde-freebsd] [Bug 205149] x11/kde4-workspace: kwin_opengl_test fails with segmentation fault

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Jan 18 06:56:22 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=205149

David Naylor <dbn at FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |dbn at FreeBSD.org
             Status|New                         |Open

--- Comment #5 from David Naylor <dbn at FreeBSD.org> ---
To add some more information:

# gdb /usr/local/lib/kde4/libexec/kwin_opengl_test kwin_opengl_test.core
GNU gdb 6.1.1 [FreeBSD]
<snip/>
#0  0x000000080060c2a2 in _rtld_is_dlopened () from /libexec/ld-elf.so.1
[New LWP 100463]
(gdb) bt
#0  0x000000080060c2a2 in _rtld_is_dlopened () from /libexec/ld-elf.so.1
#1  0x0000000800605c8d in _r_debug_postinit () from /libexec/ld-elf.so.1
#2  0x000000080060346d in .text () from /libexec/ld-elf.so.1
#3  0x0000000804f3a365 in _nv003glcore () from
/usr/local/lib/libnvidia-glcore.so.1
#4  0x0000000804b9e690 in _nv023glcore () from
/usr/local/lib/libnvidia-glcore.so.1
#5  0x0000000804f1effc in _nv015glcore () from
/usr/local/lib/libnvidia-glcore.so.1
#6  0x0000000801a414eb in glXCreateNewContext () from /usr/local/lib/libGL.so.1
#7  0x0000000801a09e5a in .init () from /usr/local/lib/libGL.so.1
#8  0x0000000800605a9f in r_debug_state () from /libexec/ld-elf.so.1
#9  0x00000008006050ee in __tls_get_addr () from /libexec/ld-elf.so.1
#10 0x0000000800603439 in .text () from /libexec/ld-elf.so.1
#11 0x0000000000000000 in ?? ()

One workaround is:

cat > /usr/local/lib/kde4/libexec/kwin_opengl_test
#!/bin/sh
exit 0
^D

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the kde-freebsd mailing list