[ https://issues.apache.org/jira/browse/GUACAMOLE-1748?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17704097#comment-17704097 ]
rysinal commented on GUACAMOLE-1748: ------------------------------------ [~vnick] , Thank you very much for your reply. i can get messages about segmentation faults like this: {code:java} Mar 23 18:27:59 109238250-Ops kernel: [5430066.149543] guacd[3179271]: segfault at 10 ip 00007f8170d50802 sp 00007f80c1ffac80 error 4 in libguac-client-rdp.so.0.0.0[7f8170d3e000+1a000] Mar 23 18:27:59 109238250-Ops kernel: [5430066.149553] Code: 00 be 03 00 00 00 48 89 df e8 9a e7 fe ff b8 01 00 00 00 e9 7a ff ff ff 53 48 8b 07 48 89 fb 48 89 de 48 8b 40 10 48 8b 40 20 <48> 8b 78 10 e8 35 e7 fe ff 8b 43 18 85 c0 74 0e 31 c0 5b c3 66 2e {code} I deployed the same set of programs on my MacBook and it can be used normally to redirect clipboard, and file redirection works normally. However, it does not work properly on my Debian server. In addition, this exception only applies to one of the many machines, and the system of the remote host is Windows Server 2012 R2, thanks very much > Disconnect when pasting text from the local computer to the remote server > through the RDP protocol > -------------------------------------------------------------------------------------------------- > > Key: GUACAMOLE-1748 > URL: https://issues.apache.org/jira/browse/GUACAMOLE-1748 > Project: Guacamole > Issue Type: Bug > Components: guacamole-common-js, guacd-docker > Affects Versions: 1.4.0 > Reporter: rysinal > Priority: Minor > > Hello, when I use guacd to connect to my host through RDP, everything is > fine, but when I copy a piece of SQL text from my local computer and perform > a paste operation on the remote host, the remote host gets stuck and > automatically interrupts the connection, I don't know what happened, when I > used mstsc.exe to connect to the same remote host, the paste behavior is > normal, don't know if this is a problem with guacd? Thanks > guacd version: docker-v1.4.0 > guacd logs like this: > {code:java} > guacd[817]: DEBUG: Ignoring unsupported clipboard data. Only Unicode and > text clipboard formats are currently supported. > guacd[817]: DEBUG: Broadcasting clipboard to all connected users. > guacd[817]: DEBUG: Created stream 0 for text/plain clipboard data. > guacd[817]: DEBUG: Sent 77 bytes of clipboard data on stream 0. > guacd[817]: DEBUG: Clipboard stream 0 complete. > guacd[817]: DEBUG: Broadcast of clipboard complete. > guacd[817]: DEBUG: Broadcasting clipboard to all connected users. > guacd[817]: DEBUG: Created stream 0 for text/plain clipboard data. > guacd[817]: DEBUG: Sent 77 bytes of clipboard data on stream 0. > guacd[817]: DEBUG: Clipboard stream 0 complete. > guacd[817]: DEBUG: Broadcast of clipboard complete. > guacd[817]: DEBUG: Broadcasting clipboard to all connected users. > guacd[817]: DEBUG: Created stream 0 for text/plain clipboard data. > guacd[817]: DEBUG: Sent 77 bytes of clipboard data on stream 0. > guacd[817]: DEBUG: Clipboard stream 0 complete. > guacd[817]: DEBUG: Broadcast of clipboard complete. > guacd[817]: DEBUG: Broadcasting clipboard to all connected users. > guacd[817]: DEBUG: Created stream 0 for text/plain clipboard data. > guacd[817]: DEBUG: Sent 77 bytes of clipboard data on stream 0. > guacd[817]: DEBUG: Clipboard stream 0 complete. > guacd[817]: DEBUG: Broadcast of clipboard complete. > guacd[7515]: DEBUG: Clipboard data received. Reporting availability of > clipboard data to RDP server. > guacd[7515]: DEBUG: Clipboard data received. Reporting availability of > clipboard data to RDP server. > guacd[817]: DEBUG: Clipboard data received. Reporting availability of > clipboard data to RDP server. > guacd[6511]: DEBUG: Clipboard data received. Reporting availability of > clipboard data to RDP server. > guacd[4645]: DEBUG: Received updated keyboard lock flags from RDP server: > 0x1 > guacd[4645]: DEBUG: Received updated keyboard lock flags from RDP server: > 0x0 > guacd[7515]: DEBUG: BIO_read returned a system error 110: Connection > timed out > guacd[7515]: DEBUG: transport_read_layer:freerdp_set_last_error_ex > ERRCONNECT_CONNECT_TRANSPORT_FAILED [0x0002000D] > guacd[7515]: ERROR: Connection closed. > guacd[7515]: DEBUG: CLIPRDR (clipboard redirection) channel disconnected. > guacd[7515]: DEBUG: Display update channel disconnected. > guacd[7515]: DEBUG: Unloading device 0 (File transfer station) > guacd[7515]: DEBUG: SVC "rdpdr" disconnected. > guacd[7515]: DEBUG: SVC "rdpsnd" disconnected. > guacd[7515]: INFO: Internal RDP client disconnected > guacd[7]: INFO: Connection "$42776e2c-91d6-4759-946d-d7dd25933712" removed. > guacd[817]: DEBUG: Broadcasting clipboard to all connected users. > guacd[817]: DEBUG: Created stream 0 for text/plain clipboard data. > guacd[817]: DEBUG: Sent 446 bytes of clipboard data on stream 0. > guacd[817]: DEBUG: Clipboard stream 0 complete. > guacd[817]: DEBUG: Broadcast of clipboard complete {code} > > -- This message was sent by Atlassian Jira (v8.20.10#820010)