[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gui apps segfault on Linux/x86/clang/libobjc2
From: |
Riccardo Mottola |
Subject: |
Re: gui apps segfault on Linux/x86/clang/libobjc2 |
Date: |
Wed, 5 Dec 2018 08:50:57 +0100 |
User-agent: |
Mozilla/5.0 (X11; FreeBSD amd64; rv:52.0) Gecko/20100101 SeaMonkey/2.49.4 |
Hi Fred,
Fred Kiefer wrote:
The only thing that could go wrong from out side in this X call are the
parameters that we provide. What you could try to do is to log the X display
variable „dpy“ right before this call. I do not see how this could happen but
maybe this is still not initialised with a sensible value.
as what could I print out display? I tried as unsigned integer, in
[XGServerWindow iconSize]:
2018-12-05 08:36:00.264 Ink[8694:8694] styleoffsets ... guessing offsets
2018-12-05 08:36:00.273 Ink[8694:8694] styleoffsets ... guessing offsets
2018-12-05 08:36:00.470 Ink[8694:8694] iconsize - dpy 138629760
2018-12-05 08:36:00.471 Ink[8694:8694] iconsize - dpy 138629760
Program received signal SIGSEGV, Segmentation fault.
0xb3ead101 in xcb_writev () from /usr/lib/libxcb.so.1
is that where you would check? The stacktrace is corrupt and I can't get
the exact place of the call.
Riccardo