On Tue, Jun 6, 2023 at 11:47 AM Gabriel Huerta Araujo <[email protected]> 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 fb 48 > 89 de 48 8b 40 10 48 8b 40 20 <48> 8b 78 10 e8 25 e9 fe ff 8b 43 18 85 c0 74 > 0e 31 c0 5b c3 66 2e > Jun 4 02:00:17 tmxqrocnsG5 kernel: [10453755.209724] guacd[3337136]: > segfault at 10 ip 00007f79a06a7622 sp 00007f77f5ef2c80 error 4 in > libguac-client-rdp.so.0.0.0[7f79a0695000+1a000]
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. > > Is this solve with this recommendation? > > Install these libraries: > freerdp2-dev freerdp2-x11 libwebsockets-dev > > According to this link: > https://stackoverflow.com/questions/54754785/guacamole-closing-socket-to-guacd-when-i-connect > > > Our application also is running in a Debian. > > It mentions is aplicable for version 1.3.0. Our application is 1.4.0. Can I > use them? Those libraries are used by all recent versions of Guacamole/guacd, but I'm not sure that the segfault you're seeing is going to be resolved by installing the libraries. The backtrace will help determine that. Also, you could try updating to the latest release, 1.5.2, and see if that resolves the issue - there have been several bug fixes since 1.4.0, and that may resolve the segfaults you are seeing. -Nick --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
