You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
xrdp 0.9.80
A Remote Desktop Protocol Server.
Copyright (C) 2004-2020 Jay Sorg, Neutrino Labs, and all contributors.
See https://github.com/neutrinolabs/xrdp for more information.
Configure options:
Compiled with OpenSSL 1.0.2zh 30 May 2023
Operating system & version
Solaris 11.4.62
Installation method
git clone & make install
Which backend do you use?
tbd
What desktop environment do you use?
gnove
Environment xrdp running on
Solaris zones
What's your client?
tbd
Area(s) with issue?
Crashes such as segfault, Compile error
Steps to reproduce
The first issue is the requirements for <limits.h> in os_calls.c in order to compile.
In the same file, the second issue is the method used to clear the environment is "harsh" (environ=0) and cause a core on Solaris, it is better to use clearenv which would work everywhere.
xrdp version
0.9.80
Detailed xrdp version, build options
Operating system & version
Solaris 11.4.62
Installation method
git clone & make install
Which backend do you use?
tbd
What desktop environment do you use?
gnove
Environment xrdp running on
Solaris zones
What's your client?
tbd
Area(s) with issue?
Crashes such as segfault, Compile error
Steps to reproduce
The first issue is the requirements for <limits.h> in os_calls.c in order to compile.
In the same file, the second issue is the method used to clear the environment is "harsh" (environ=0) and cause a core on Solaris, it is better to use clearenv which would work everywhere.
✔️ Expected Behavior
attempt to start the Xorg server
❌ Actual Behavior
core because of "environ=0" in g_clearenv()
[2024-01-09T09:27:46.976+0100] [ERROR] waitforx failed with unexpected signal SIGSEGV
Anything else?
No response
The text was updated successfully, but these errors were encountered: