Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2018-05-04 Thread Alkis Georgopoulos
I too tested the patch that changes the following 3 lines, and I no longer have x11vnc crashes. Please release that! :) - if (num > stack_list_len + blackouts) { - int n = 2*num; + if (num + blackouts > stack_list_len) { + int n = 2 * (num + blackouts);

Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2018-04-28 Thread Guillermo Reisch
I try the patch provided by "Jun Kobayashi (jkbys)" on 2017-07-19: x11vnc.debdiff Edit (2.2 KiB, text/plain) Well... First I change the debdiff to be apply over x11vnc-0.9.13-5 (instead of 0.9.13-2) : after apply the debdiff, generate the package, and install I tested. After 30min NO STACK

Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2018-04-24 Thread Nikita Youshchenko
Hi. Thank you for the reminder. As far as I understand, this issue is patched in ubuntu (https://bugs.launchpad.net/ubuntu/+source/x11vnc/+bug/1686084). Did you try their patch? Does it fix the issue for you? I've adopted x11vnc package recently and I will try to go through list of open issues

Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2018-04-23 Thread Guillermo Reisch
This problem is still present in version: x11vnc 0.9.13-5 (sid) Note: Lots of errors in debian are already fixed in patch in a lots of bugs! But, lots of package are "orphan"... and you can't upload a simple patch without going through a traumatizing "adoption". PS: Sory my bad ingles. :-P Gui

Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2018-02-27 Thread Nick Holloway
As a workaround, I found that adding "--noxrecord" to the options avoids the bug.

Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2018-02-27 Thread Tim
On Tue, 8 Aug 2017 14:30:40 +0200 Bernhard Ehlers wrote: > As the maintainer seems to be inactive, I decided to publish my patched > version. > > Please keep in mind, that this is a private build and is not approved by > debian. Use it at your own risk!!! > > http://bernhard-ehlers.de/x11vnc/

Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2017-10-08 Thread Samuele Bulloni
Thanks Bernhard Ehlers, looks like your patched version solved the problems for me. I hope the Debian manteiners correct the bug soon. -- ZE-Light e ZE-Pro: servizi zimbra per caselle con dominio email.it, per tutti i dettagli Clicca qui http://posta.email.it/caselle-di-posta-z-email-it.php?ut

Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2017-09-24 Thread Julien ROBIN
Considering that on x11vnc -> You can't maintain a key for repetition -> Copy/Paste often doesn't work between client/server -> When the connection is lost, server keep feeling connected, and you cannot reconnect -> problem of setting between qwerty and azerty during few first key hits, some

Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2017-08-19 Thread manu
On Tue, 8 Aug 2017 14:30:40 +0200 Bernhard Ehlers wrote: > As the maintainer seems to be inactive, I decided to publish my patched > version. > > Please keep in mind, that this is a private build and is not approved by > debian. Use it at your own risk!!! > > http://bernhard-ehlers.de/x11vnc/x

Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2017-08-08 Thread Bernhard Ehlers
As the maintainer seems to be inactive, I decided to publish my patched version. Please keep in mind, that this is a private build and is not approved by debian. Use it at your own risk!!! http://bernhard-ehlers.de/x11vnc/x11vnc_0.9.13-2.0.patch http://bernhard-ehlers.de/x11vnc/x11vnc_0.9.13-2.0

Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2017-07-29 Thread Octocrobe Pigloo
I just had the problem at least 20 times today. If the problem is corrected upstream since middle of 2016 I'm not sure to understand why it's still waiting for something before entering into debian 9. Some validation ? Obviously, the current one does not work, it cannot be worst. Thank you !

Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2017-05-17 Thread Celelibi
Package: x11vnc Version: 0.9.13-2 Followup-For: Bug #859213 I confirm this bug. Here is the stacktrace I just got: #0 0xf7ffb425 in __kernel_vsyscall () #1 0xf782ddc0 in __libc_signal_restore_set (set=0x9390) at ../sysdeps/unix/sysv/linux/nptl-signals.h:79 #2 __GI_raise (sig=6) at ../sysd

Bug#859213: x11vnc: stack smashing detected: x11vnc terminated

2017-03-31 Thread Bernhard Ehlers
Package: x11vnc Version: 0.9.13-2 Severity: important Mostly when a popup is shown, x11vnc crashes. As a workaround I installed the jessie version 0.9.13-1.2 (together with libvncclient0, libvncserver0, libhogweed2, libnettle4 and libssl1.0.0). Seems to work much better. The error output: *** st