Roland Kaufmann

Results 20 comments of Roland Kaufmann

I can't say if this is the same problem or not, but have you seen #222 ?

Does the Colemak driver generate a stable keyboard layout ID (the right-hand side of the `rdp_layout_us_colemak` assignment in `[default_rdp_layouts]`), or is it generated by its installer? I suspect that the...

> Colemak is a native X.org XKB layout Yes, but that is irrelevant. You need some way of identifying that the _client_ has a Colemak layout in order to propagate...

I am using Xfce 4.16 as desktop environment (and thus the od commands were run in xfce4-terminal). Output of `xrdp -v` is: xrdp 0.9.17 A Remote Desktop Protocol Server. Copyright...

@matt335672 I managed to reproduce this in a container, and I've posted an [archive with the program file and core]( https://gist.github.com/RolKau/fed36da89fd4987fc87226df73e725ad). It is built with: sed -i "s/\(AX_APPEND_COMPILE_FLAGS\)(\[-g -O0\])/\1([-ggdb3 -O0])/"...

Regarding reproducability: It doesn't seem to be dependent on Xfce at all; I've been able to reproduce it by setting `~/.xsession` to /usr/bin/xterm -geometry 3840x2160 and then running the command...

FWIW, you can get an even more automated setup by putting the entire command `/usr/bin/xterm -geometry 3840x2160 -e /bin/sh -c "od -w200 -c /dev/random"` in `~/.xsession`. I added an assert...

My coredump is at the same location. rsi contains an invalid memory address, but it seems to only be modified according to the loop counter. As ecx is 8, which...

I think I have made some progress. Here is a write-up so you can follow the reasoning. I'm going to skip some of the intermediate dead ends, so it will...

I can confirm that the patch (on top of 0.9.17) works; not without dropping frames of course, but at least it doesn't crash, on "real" hardware, i.e. a FreeRDP client...