Bug 101783 - segfault from XNextEvent() to _dl_debug_initialize()
Summary: segfault from XNextEvent() to _dl_debug_initialize()
Status: RESOLVED NOTOURBUG
Alias: None
Product: xorg
Classification: Unclassified
Component: * Other (show other bugs)
Version: unspecified
Hardware: x86 (IA32) Linux (All)
: medium blocker
Assignee: Xorg Project Team
QA Contact: Xorg Project Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-07-13 13:20 UTC by rmbeer
Modified: 2017-07-14 11:46 UTC (History)
0 users

See Also:
i915 platform:
i915 features:


Attachments

Description rmbeer 2017-07-13 13:20:03 UTC
The backtrace from gdb, fail in free() line:

#0 in _dl_debug_initialize () from /lib/ld-linux.so.2
#1 in _dl_open () from /lib/ld-linux.so.2
#2 in do_dlopen () from /usr/lib/libc.so.6
#3 in _dl_catch_error () from /usr/lib/libc.so.6
#4 in dlerror_run () from /usr/lib/libc.so.6
#5 in __libc_dlopen_mode () from /usr/lib/libc.so.6
#6 in init () from /usr/lib/libc.so.6
#7 in backtrace () from /usr/lib/libc.so.6
#8 in backtrace_and_maps () from /usr/lib/libc.so.6
#9 in __libc_message () from /usr/lib/libc.so.6
#10 in malloc_printerr () from /usr/lib/libc.so.6
#11 in _int_free () from /usr/lib/libc.so.6
#12 in XFree () from /usr/lib/libX11.so.6
#13 in _XFreeEventCookies () from /usr/lib/libX11.so.6
#14 in XNextEvent () from /usr/lib/libX11.so.6

I use Archlinux in the last update. Unknown what component and version is it. Only found that is 1.19.3 from Xorg, but is a very new version of Xorg (that not have sense that exist the 7.7 value)...

I can't continue with this problem...
Comment 1 rmbeer 2017-07-14 11:46:45 UTC
Is from my app. Unknown how to fix.


Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.