Re: guacd segmentation fault

2020-01-28 Thread Vieri
On Wednesday, January 29, 2020, 8:30:17 AM GMT+1, Vieri wrote: > > If I open more VNC connections and come back to the "recent list", I get even > more of these messages. Correction: I only see the "last"/most recent VNC connection as active. However, I'm not sure the "less recent" VNC

Re: guacd segmentation fault

2020-01-28 Thread Vieri
On Wednesday, January 29, 2020, 8:19:50 AM GMT+1, Nick Couchman wrote: > >> I'd like to ask a related question, though. How can I disconnect a VNC >> connection from Guacamole without having to log out (from >> Guacamole, that is)? What I mean is that if I connect to several VNC servers >>

Re: guacd segmentation fault

2020-01-28 Thread Nick Couchman
> > > I'd like to ask a related question, though. How can I disconnect a VNC > connection from Guacamole without having to log out (from Guacamole, that > is)? What I mean is that if I connect to several VNC servers from the > Guacamole connection list and come back to the main panel (connection >

Re: guacd segmentation fault

2020-01-28 Thread Vieri
On Wednesday, January 29, 2020, 5:16:04 AM GMT+1, Mike Jumper wrote: > >> Thread 2.6 "guacd" received signal SIGSEGV, Segmentation fault.> [Switching >> to Thread 0x768ea700 (LWP 5855)] >> 0x77daabd0 in free () from /lib64/libc.so.6 >> (gdb) bt >> #0  0x77daabd0 in free ()

Re: guacd segmentation fault

2020-01-28 Thread Mike Jumper
On Tue, Jan 28, 2020 at 4:01 PM Vieri wrote: > > > On Tuesday, January 28, 2020, 7:19:07 PM GMT+1, Mike Jumper < > mjum...@apache.org> wrote: > > > > If it's possible in Gentoo to install debug symbols for libvncclient, > that might get a more meaningful backtrace from gdb, seeing as the

Re: guacd segmentation fault

2020-01-28 Thread Vieri
On Tuesday, January 28, 2020, 7:19:07 PM GMT+1, Mike Jumper wrote: > > If it's possible in Gentoo to install debug symbols for libvncclient, that > might get a more meaningful backtrace from gdb, seeing as the segfault is > occuring within > libvncclient and it's not currently clear

Re: Problem with File Transfer over RDP

2020-01-28 Thread Mike Jumper
On Tue, Jan 28, 2020 at 1:56 PM smiranda wrote: > Hello Mike, > > We tried to install the module you recommended but could not find some of > the components (Apache) ... The module is a requirement. Because of the issue I cited, you will not be able to print or transfer files unless you

Re: Problem with File Transfer over RDP

2020-01-28 Thread smiranda
Hello Mike, We tried to install the module you recommended but could not find some of the components (Apache) however we found the Catalina.out which I am attaching now: 21:57.260 [http-bio-8080-exec-6] DEBUG o.a.g.t.StreamInterceptingTunnel - Intercepting output stream #2 of tunnel

Re: Problem with File Transfer over RDP

2020-01-28 Thread Mike Jumper
On Tue, Jan 28, 2020 at 6:19 AM smiranda wrote: > ... > In Tomcat log > greenrt@guacamole-sap:/var/log/tomcat7$ tail > localhost_access_log.2020-01-28.txt > 127.0.0.1 - - [28/Jan/2020:08:05:33 -0600] "GET > /guacamole/tunnel?read:6bfca967-f561-42b9-9a7a-13fb119a6e1e:1532 HTTP/1.1" > 200 67 >

Re: guacd segmentation fault

2020-01-28 Thread Mike Jumper
On Tue, Jan 28, 2020, 10:11 Vieri wrote: > > On Tuesday, January 28, 2020, 6:48:07 PM GMT+1, Vieri > wrote: > > Hhmm, it seems that my distro has recently published a patch to fix this > "crash on exit". I will apply it to see if the segfaults go away. > > > > >

Re: guacd segmentation fault

2020-01-28 Thread Vieri
On Tuesday, January 28, 2020, 6:48:07 PM GMT+1, Vieri wrote: > Hhmm, it seems that my distro has recently published a patch to fix this > "crash on exit". I will apply it to see if the segfaults go away. > > 

Re: SSH 16:9 Screen without using .scale()

2020-01-28 Thread Mike Jumper
On Tue, Jan 28, 2020, 09:48 fudg3 wrote: > Where can i use GuacamoleClientInformation class when creating a session? >

Re: SSH 16:9 Screen without using .scale()

2020-01-28 Thread fudg3
Where can i use GuacamoleClientInformation class when creating a session? -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ - To unsubscribe, e-mail: user-unsubscr...@guacamole.apache.org

guacd segmentation fault

2020-01-28 Thread Vieri
Hhmm, it seems that my distro has recently published a patch to fix this "crash on exit". I will apply it to see if the segfaults go away.

Re: Know when a session has been disconnected

2020-01-28 Thread fudg3
Assuming i do not use guacamole-ext, how would you start going about implementing this? -- Sent from: http://apache-guacamole-general-user-mailing-list.2363388.n4.nabble.com/ - To unsubscribe, e-mail:

Re: guacd segmentation fault

2020-01-28 Thread Vieri
On Tuesday, January 28, 2020, 5:49:54 PM GMT+1, Mike Jumper wrote: >> (gdb) bt >> #0  0x77daabd0 in free () from /lib64/libc.so.6 >> #1  0x7699746d in rfbClientCleanup () from >> /usr/lib64/libvncclient.so.1 >> #2  0x769ac26c in guac_vnc_client_free_handler >>

Re: guacd segmentation fault

2020-01-28 Thread Mike Jumper
On Tue, Jan 28, 2020, 08:37 Vieri wrote: > ... > (gdb) bt > #0 0x77daabd0 in free () from /lib64/libc.so.6 > #1 0x7699746d in rfbClientCleanup () from > /usr/lib64/libvncclient.so.1 > #2 0x769ac26c in guac_vnc_client_free_handler > (client=0x7000b390) at

Re: guacd segmentation fault

2020-01-28 Thread Vieri
On Tuesday, January 28, 2020, 4:47:33 PM GMT+1, Mike Jumper wrote: > > If you are starting from the main guacd process, you need to use "set > follow-fork-mode child" or gdb will stay with the parent process (11254 > above) rather than > follow the child processes (11321and 11338 above)

Re: guacd segmentation fault

2020-01-28 Thread Mike Jumper
On Tue, Jan 28, 2020, 03:08 Vieri wrote: > On Tuesday, January 28, 2020, 8:18:38 AM GMT+1, Nick Couchman < > vn...@apache.org> wrote: > > > > Note that it's quite possible you're hitting a bug or known issue in the > libvnc implementation. The stack trace will be helpful. > > I recompiled

Re: Problem with File Transfer over RDP

2020-01-28 Thread smiranda
Hello Mike, I checkked syslog and found the following greenrt@guacamole-sap:/var/log$ tail -f syslog Jan 28 07:52:59 guacamole-sap guacd[20643]: Device 0 (Optimisa) connected successfully Jan 28 07:52:59 guacamole-sap guacd[20643]: Device 1 (Disk) connected successfully Jan 28 07:53:31

Re: guacd segmentation fault

2020-01-28 Thread Vieri
On Tuesday, January 28, 2020, 8:18:38 AM GMT+1, Nick Couchman wrote: > > Note that it's quite possible you're hitting a bug or known issue in the > libvnc implementation.  The stack trace will be helpful. I recompiled guacd with -g -O0, then I ran the following through gdb. # gdb