mike-jumper opened a new pull request #370:
URL: https://github.com/apache/guacamole-server/pull/370
This should fix the following:
```
...
Thread 2.4 "guacd" received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fffe90c9700 (LWP 3015513)]
0x00007ffff6746b72 in guac_rdp_disp_reconnect_needed (disp=0x7ffff0052d80)
at channels/disp.c:284
284 if (rdp_client->filesystem->open_files > 0)
(gdb) print rdp_client
$1 = (guac_rdp_client *) 0x7ffff0052c40
(gdb) print rdp_client->filesystem
$2 = (guac_rdp_fs *) 0x0
(gdb)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]