Hello,
I’m trying to test the ability to start a floating window in a webplayer session.
Testing URL:
https://a.b.c.d:4443/nxwebplayer?config=floating.nxs
This appears in nxhtd-error.log:
[Wed Jun 26 17:42:44.303806 2019] [cgi:error] [pid 946:tid 140187380209408] [client n.n.n.n:53848] AH01215: free(): double free detected in tcache 2: /usr/NX/bin/nxwebclient
Changing the URL to remove config=:
https://a.b.c.d:4443/nxwebplayer?floating.nxs
No error is produced, but the web page errors out.
Service disabled
Could not connect to the server.
Error is: Cannot find the connection file specifled in the URL
# ls -l pwd
/floting.nxs
-rwx—— 1 nxhtd nxhtd 3272 Jun 26 15:47 /usr/NX/share/config/floting.nxs
The error makes sense since I spelled the name wrong when I installed the nxs file (missing the “a”). But someone might want to take a look at the double-free error.