Re: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-12 Thread Nick Couchman
On Mon, Jun 12, 2023 at 4:58 AM Jürgen Kuri wrote: > > Hello Gabriel, hello Nick & Mike, > > I'm also one the users which had problems with disconnects in an earlier > release (guacd 1.4.0). There were also core dumps with earlier releases > (1.2.0) in a different connection which I can't

Re: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-12 Thread Jürgen Kuri
60]:INFO:#011Loading keymap "en-us-qwerty" Jun 7 11:15:02 tmxqrocnsG5 guacd[157660]: Connected to RDPDR 1.12 as client 0x0009 -Gabriel -----Mensaje original- De: Gabriel Huerta Araujo Enviado el: miércoles, 7 de junio de 2023 10:51 a. m. Para:user@guacamole.apache.org Asunto: RE:

RE: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-09 Thread Gabriel Huerta Araujo
>> I'll get an RC going today. >> For any users encountering this while looking to upgrade, interim solutions >> would include any of the following: >> * Build and install guacamole-server from the "staging/1.5.3" branch on git. >> * Leverage the "guacamole/guacd" Docker image for guacd. >> *

RE: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-09 Thread Gabriel Huerta Araujo
>> It may be easier just for you to start guacd directly with gdb and get the >> information that way. Basically, you'll need to: >> * Make sure gdb is installed, using your package manager for whatever >> distribution you're running. >> * Launch guacd via gdb, as follows: gdb --args

Re: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-09 Thread Michael Jumper
On 6/9/23 07:00, Nick Couchman wrote: I upgraded to 1.5.2 this morning, and had the same problem with disconnection from all hosts. Base OS is Rocky Enterprise Linux 8.7. I had to revert back to the previous Guac version. This is serious enough that a 1.5.3 will likely need to be released

Re: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-09 Thread Nick Couchman
> > I upgraded to 1.5.2 this morning, and had the same problem with > disconnection from all hosts. Base OS is Rocky Enterprise Linux 8.7. I > had to revert back to the previous Guac version. This is serious enough > that a 1.5.3 will likely need to be released when this is fixed. > Yes, a fix

Re: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-09 Thread Jason Keltz
On 6/6/23 21:21, Nick Couchman wrote: On Tue, Jun 6, 2023 at 7:20 PM Grant Byers wrote: FYI, We've experienced segfaults in libguac-client-rdp.so.0.0.0 this morning too. Our systems auto-updated guacd & libguac components to 1.5.2 early this morning. Have downgraded to 1.5.1 until we can spin

RE: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-07 Thread Gabriel Huerta Araujo
miércoles, 7 de junio de 2023 12:13 p. m. Para: user@guacamole.apache.org Asunto: Re: guacd error segfault in libguac-client-rdp.so.0.0.0 On Wed, Jun 7, 2023 at 1:44 PM Gabriel Huerta Araujo wrote: > > > Usually they're "core.", so you may want to search for &q

Re: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-07 Thread Nick Couchman
On Wed, Jun 7, 2023 at 1:44 PM Gabriel Huerta Araujo wrote: > > > Usually they're "core.", so you may want to search for "-name core.\*". > > > I did not find anything: It may be easier just for you to start guacd directly with gdb and get the information that way. Basically, you'll need to: *

RE: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-07 Thread Gabriel Huerta Araujo
> Usually they're "core.", so you may want to search for "-name core.\*". I did not find anything: # for i in `find / -name "core.*" -print 2>/dev/null` do file $i | grep "core file" >/dev/null if [ $? -eq 0 ]; then file $i fi done # -Gabriel

RE: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-07 Thread Gabriel Huerta Araujo
57660]: INFO:#011Loading keymap "en-us-qwerty" Jun 7 11:15:02 tmxqrocnsG5 guacd[157660]: Connected to RDPDR 1.12 as client 0x0009 -Gabriel -Mensaje original----- De: Gabriel Huerta Araujo Enviado el: miércoles, 7 de junio de 2023 10:51 a. m. Para: user@guacamole.apache.org Asunto: R

Re: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-07 Thread Nick Couchman
On Wed, Jun 7, 2023 at 12:51 PM Gabriel Huerta Araujo wrote: > > > If you can find the coredump file and do the backtrace on that file, that > > would be helpful, so we can see where the segfault is actually happening. > > > These files which are their file extensión? > > > I tried to identify

RE: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-07 Thread Gabriel Huerta Araujo
> If you can find the coredump file and do the backtrace on that file, that > would be helpful, so we can see where the segfault is actually happening. > These files which are their file extensión? I tried to identify segfault (core files) and I did not find them for i in `find / -name core

Re: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-06 Thread Nick Couchman
On Tue, Jun 6, 2023 at 7:20 PM Grant Byers wrote: > > FYI, > > We've experienced segfaults in libguac-client-rdp.so.0.0.0 this morning > too. Our systems auto-updated guacd & libguac components to 1.5.2 early > this morning. Have downgraded to 1.5.1 until we can spin up a dev > environment and

Re: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-06 Thread Grant Byers
FYI, We've experienced segfaults in libguac-client-rdp.so.0.0.0 this morning too. Our systems auto-updated guacd & libguac components to 1.5.2 early this morning. Have downgraded to 1.5.1 until we can spin up a dev environment and test further. However, i think it's likely related to us still

RE: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-06 Thread Gabriel Huerta Araujo
Thanks a lot Nick for your soon answer. > If you can find the coredump file and do the backtrace on that file, that > would be helpful, so we can see where the segfault is actually happening. These files which are their file extensión? > Those libraries are used by all recent versions of

Re: guacd error segfault in libguac-client-rdp.so.0.0.0

2023-06-06 Thread Nick Couchman
On Tue, Jun 6, 2023 at 11:47 AM Gabriel Huerta Araujo wrote: > > Hi everyone > > Our guacamole aplication generates this kind of messages. > > Jun 4 02:00:17 tmxqrocnsG5 kernel: [10453754.826401] Code: 00 be 03 00 00 00 > 48 89 ef e8 8a e9 fe ff b8 01 00 00 00 e9 7a ff ff ff 53 48 8b 07 48 89