You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2017/03/28 17:47:41 UTC

[jira] [Commented] (GUACAMOLE-257) segfault in libguac-client-vnc on file upload

    [ https://issues.apache.org/jira/browse/GUACAMOLE-257?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15945622#comment-15945622 ] 

Michael Jumper commented on GUACAMOLE-257:
------------------------------------------

Affects SSH connections as well. This is due to the file upload handler being erroneously set in all cases, even if SFTP is not enabled.

RDP is unaffected, as the file upload handler is expected to always be set (simplifies the logic around the multiple possible file transfer methods) and handles its own success/unsupported responses.

> segfault in libguac-client-vnc on file upload
> ---------------------------------------------
>
>                 Key: GUACAMOLE-257
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-257
>             Project: Guacamole
>          Issue Type: Bug
>          Components: SSH, VNC
>    Affects Versions: 0.9.11-incubating
>            Reporter: Daryl Borth
>         Attachments: guac-log.txt
>
>
> I have a VNC system that I'm connecting to. I'm not expecting file transfer to work because I don't have SFTP set up. Previously on 0.9.9 on drag and drop I'd see an error "File transfer is either not supported or not enabled." This is what I'm expecting. Now on 0.9.11, I get disconnected from the VM and have to click reconnect. Looking at the logs, I see a segfault:
> {code:none}
> kernel: guacd[21554]: segfault at 18 ip 00007f47f4f7b2bf sp 00007f47efffe428 error 4 in libguac-client-vnc.so.0.0.0[7f47f4f6e000+12000]
> abrt-hook-ccpp: Process 21549 (guacd) of user 993 killed by SIGSEGV - dumping core
> {code}
> Log is attached.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)