pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/53812: vncserver consistently crashes
The following reply was made to PR pkg/53812; it has been noted by GNATS.
From: Dan Engholm <mustang%engholm.org@localhost>
To: gnats-bugs%NetBSD.org@localhost, pkg-manager%netbsd.org@localhost, gnats-admin%netbsd.org@localhost,
pkgsrc-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/53812: vncserver consistently crashes
Date: Wed, 26 Dec 2018 17:56:09 -0800
This is a multi-part message in MIME format.
--------------407789ED23302A0992EF2EC0
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit
Leonardo,
The gdb output looks like this:
$ gdb -core Xvnc.core `which Xvnc`
GNU gdb (GDB) 7.12
Copyright (C) 2016 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show
copying"
and "show warranty" for details.
This GDB was configured as "x86_64--netbsd".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/pkg/bin/Xvnc...(no debugging symbols
found)...done.
[New process 1]
Core was generated by `Xvnc'.
Program terminated with signal SIGSEGV, Segmentation fault.
#0Â 0x0000000000410834 in FakeAllocColor ()
(gdb) bt
#0Â 0x0000000000410834 in FakeAllocColor ()
#1Â 0x0000000000473d77 in rfbSpriteRestoreCursor ()
#2Â 0x0000000000474d9a in rfbSendFramebufferUpdate ()
#3Â 0x00000000004751ac in rfbProcessClientMessage ()
#4Â 0x000000000046a110 in rfbCheckFds ()
#5Â 0x0000000000469475 in ProcessInputEvents ()
#6Â 0x000000000041a7a1 in Dispatch ()
#7Â 0x000000000050b71f in main ()
(gdb) x/16i $rip-32
  0x410814 <FakeAllocColor+44>:   or    $0x66,%al
  0x410816 <FakeAllocColor+46>:   mov %eax,0x3c(%rsp)
  0x41081a <FakeAllocColor+50>:   lea 0x38(%rsp),%rax
  0x41081f <FakeAllocColor+55>:   lea 0x3c(%rsp),%rdx
  0x410824 <FakeAllocColor+60>:   lea 0x2(%rax),%rsi
  0x410828 <FakeAllocColor+64>:   mov 0x18(%rdi),%rax
  0x41082c <FakeAllocColor+68>:   mov   %rbp,%rcx
  0x41082f <FakeAllocColor+71>:   lea 0x38(%rsp),%rdi
=> 0x410834 <FakeAllocColor+76>:Â Â Â callq *0x250(%rax)
  0x41083a <FakeAllocColor+82>:   movswl 0xc(%rbp),%r13d
  0x41083f <FakeAllocColor+87>:   cmpw $0x5,0x8(%rbx)
  0x410844 <FakeAllocColor+92>:   ja    0x4109dd
<FakeAllocColor+501>
  0x41084a <FakeAllocColor+98>:   movzwl 0x8(%rbx),%eax
  0x41084e <FakeAllocColor+102>:   jmpq *0x50c3f0(,%rax,8)
  0x410855 <FakeAllocColor+109>:   mov   (%r12),%rax
  0x410859 <FakeAllocColor+113>:   mov 0x10(%rbp),%rdx
(gdb) info regs
Undefined info command: "regs". Try "help info".
(gdb) info reg
rax           0x0   0
rbx           0x7172cc5f2000   124737868996608
rcx           0x0   0
rdx           0x7f7fff84f1fc   140187724476924
rsi           0x7f7fff84f1fa   140187724476922
rdi           0x7f7fff84f1f8   140187724476920
rbp           0x0   0x0
rsp           0x7f7fff84f1c0   0x7f7fff84f1c0
r8Â Â Â Â Â Â Â Â Â Â Â Â 0x18Â Â Â 24
r9Â Â Â Â Â Â Â Â Â Â Â Â 0x8Â Â Â 8
r10Â Â Â Â Â Â Â Â Â Â Â 0x0Â Â Â 0
r11Â Â Â Â Â Â Â Â Â Â Â 0x0Â Â Â 0
r12Â Â Â Â Â Â Â Â Â Â Â 0x7172cc51b240Â Â Â 124737868116544
r13Â Â Â Â Â Â Â Â Â Â Â 0x179Â Â Â 377
r14Â Â Â Â Â Â Â Â Â Â Â 0x7172cc50c610Â Â Â 124737868056080
r15Â Â Â Â Â Â Â Â Â Â Â 0x7172cc51b1b0Â Â Â 124737868116400
rip           0x410834   0x410834 <FakeAllocColor+76>
eflags        0x10206   [ PF IF RF ]
cs            0xe033   57395
ss            0xe02b   57387
ds            0x23   35
es            0x23   35
fs            0x0   0
gs            0x0   0
Nothing new was written to any file in /var/log, let alone messages.
FWIW, this is the content of the ~/.vnc/<hostname>.log file:
Getting interface configuration (4): Device not configured
26/12/18 08:05:57 Xvnc version 3.3.3r2
26/12/18 08:05:57 Copyright (C) AT&T Laboratories Cambridge.
26/12/18 08:05:57 All Rights Reserved.
26/12/18 08:05:57 See http://www.uk.research.att.com/vnc for
information on VNC
26/12/18 08:05:57 Desktop name 'X' (robin.engholm.org:1)
26/12/18 08:05:57 Protocol version supported 3.3
26/12/18 08:05:57 Listening for VNC connections on TCP port 5901
26/12/18 08:05:57 Listening for HTTP connections on TCP port 5801
26/12/18 08:05:57Â Â URL http://robin.engholm.org:5801
PATH =
/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/X11R7/bin:/home/mustang/bin:/usr/pkg/java/bin
xrdb: Can't open display ':1'
xsetroot:Â unable to open display ':1'
twm:Â unable to open display ":1"
xterm: Xt error: Can't open display: :1
26/12/18 08:06:05 Got connection from client 172.16.2.25
26/12/18 08:06:05 Protocol version 3.3
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring unknown
encoding type 541214224
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring unknown
encoding type 268447745
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring unknown
encoding type 16795158
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring unknown
encoding type 369111061
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring unknown
encoding type 352339471
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring unknown
encoding type 251670534
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring unknown
encoding type 100681221
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring unknown
encoding type 83898370
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring unknown
encoding type 33572352
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring unknown
encoding type -314
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring unknown
encoding type -239
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring unknown
encoding type -223
26/12/18 08:06:11 Pixel format for client 172.16.2.25:
26/12/18 08:06:11Â Â 8 bpp, depth 8
26/12/18 08:06:11Â Â uses a colour map (not true colour).
26/12/18 08:06:11 no translation needed
I'm happy to perform any other experiments, just let me know. Thanks for
your quick response. BTW, I have installed tigervnc on one of my hosts
and that appears to work just fine.
--Dan
On 12/26/18 1:30 AM, Leonardo Taccari wrote:
> The following reply was made to PR pkg/53812; it has been noted by GNATS.
>
> From: Leonardo Taccari<leot%NetBSD.org@localhost>
> To:gnats-bugs%NetBSD.org@localhost
> Cc:
> Subject: Re: pkg/53812: vncserver consistently crashes
> Date: Wed, 26 Dec 2018 10:27:25 +0100
>
> Hello Da,
>
> mustang%engholm.org@localhost writes:
> > [...]
> > * install NetBSD-8.0 (several previous versions also demonstrate the
> > problem)
> > + select installation of binary packages (pkgin)
> > * log in and install vnc package (pkgin install vnc)
> > * start a VNC server (vncserver :1)
> > * check to make sure Xvnc is running (pgrep -fl vnc;netstat -anfinet)
> > * connect a vncviewer to the vncserver
> > * note that Xvnc is no longer running (pgrep -fl vnc;netstat -anfinet)
> > * note that Xvnc.core has been created
> > [...]
>
> At least in the case built from pkgsrc...
> Can you please try to rebuild it from pkgsrc as follow?:
>
> % env CFLAGS=-g INSTALL_UNSTRIPPED=yes make replace
>
> Then when it crashes can you please share the share the output of?:
>
> % gdb -core Xvnc.core `which Xvnc`
>
> Another possible interesting information to look are messages in
> `/var/log/messages' (some pkgsrc security machinisms produce
> information there in case of program that violate them).
>
>
> Thank you!
>
--------------407789ED23302A0992EF2EC0
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<p>Leonardo,</p>
<p>The gdb output looks like this:</p>
<blockquote>
<p><tt>$ gdb -core Xvnc.core `which Xvnc`<br>
GNU gdb (GDB) 7.12<br>
Copyright (C) 2016 Free Software Foundation, Inc.<br>
License GPLv3+: GNU GPL version 3 or later <a
class="moz-txt-link-rfc2396E"
href="http://gnu.org/licenses/gpl.html"><http://gnu.org/licenses/gpl.html></a><br>
This is free software: you are free to change and redistribute
it.<br>
There is NO WARRANTY, to the extent permitted by law. Type
"show copying"<br>
and "show warranty" for details.<br>
This GDB was configured as "x86_64--netbsd".<br>
Type "show configuration" for configuration details.<br>
For bug reporting instructions, please see:<br>
<a class="moz-txt-link-rfc2396E"
href="http://www.gnu.org/software/gdb/bugs/"><http://www.gnu.org/software/gdb/bugs/></a>.<br>
Find the GDB manual and other documentation resources online
at:<br>
<a class="moz-txt-link-rfc2396E"
href="http://www.gnu.org/software/gdb/documentation/"><http://www.gnu.org/software/gdb/documentation/></a>.<br>
For help, type "help".<br>
Type "apropos word" to search for commands related to
"word"...<br>
Reading symbols from /usr/pkg/bin/Xvnc...(no debugging symbols
found)...done.<br>
[New process 1]<br>
Core was generated by `Xvnc'.<br>
Program terminated with signal SIGSEGV, Segmentation fault.<br>
#0Â 0x0000000000410834 in FakeAllocColor ()<br>
(gdb) bt<br>
#0Â 0x0000000000410834 in FakeAllocColor ()<br>
#1Â 0x0000000000473d77 in rfbSpriteRestoreCursor ()<br>
#2Â 0x0000000000474d9a in rfbSendFramebufferUpdate ()<br>
#3Â 0x00000000004751ac in rfbProcessClientMessage ()<br>
#4Â 0x000000000046a110 in rfbCheckFds ()<br>
#5Â 0x0000000000469475 in ProcessInputEvents ()<br>
#6Â 0x000000000041a7a1 in Dispatch ()<br>
#7Â 0x000000000050b71f in main ()<br>
(gdb) x/16i $rip-32<br>
  0x410814 <FakeAllocColor+44>:   or    $0x66,%al<br>
  0x410816 <FakeAllocColor+46>:   mov  Â
%eax,0x3c(%rsp)<br>
  0x41081a <FakeAllocColor+50>:   lea  Â
0x38(%rsp),%rax<br>
  0x41081f <FakeAllocColor+55>:   lea  Â
0x3c(%rsp),%rdx<br>
  0x410824 <FakeAllocColor+60>:   lea  Â
0x2(%rax),%rsi<br>
  0x410828 <FakeAllocColor+64>:   mov  Â
0x18(%rdi),%rax<br>
  0x41082c <FakeAllocColor+68>:   mov   %rbp,%rcx<br>
  0x41082f <FakeAllocColor+71>:   lea  Â
0x38(%rsp),%rdi<br>
=> 0x410834 <FakeAllocColor+76>:Â Â Â callqÂ
*0x250(%rax)<br>
  0x41083a <FakeAllocColor+82>:   movswl
0xc(%rbp),%r13d<br>
  0x41083f <FakeAllocColor+87>:   cmpw Â
$0x5,0x8(%rbx)<br>
  0x410844 <FakeAllocColor+92>:   ja    0x4109dd
<FakeAllocColor+501><br>
  0x41084a <FakeAllocColor+98>:   movzwl
0x8(%rbx),%eax<br>
  0x41084e <FakeAllocColor+102>:   jmpq Â
*0x50c3f0(,%rax,8)<br>
  0x410855 <FakeAllocColor+109>:   mov   (%r12),%rax<br>
  0x410859 <FakeAllocColor+113>:   mov  Â
0x10(%rbp),%rdx<br>
(gdb) info regs<br>
Undefined info command: "regs". Try "help info".<br>
(gdb) info reg<br>
rax           0x0   0<br>
rbx           0x7172cc5f2000   124737868996608<br>
rcx           0x0   0<br>
rdx           0x7f7fff84f1fc   140187724476924<br>
rsi           0x7f7fff84f1fa   140187724476922<br>
rdi           0x7f7fff84f1f8   140187724476920<br>
rbp           0x0   0x0<br>
rsp           0x7f7fff84f1c0   0x7f7fff84f1c0<br>
r8Â Â Â Â Â Â Â Â Â Â Â Â 0x18Â Â Â 24<br>
r9Â Â Â Â Â Â Â Â Â Â Â Â 0x8Â Â Â 8<br>
r10Â Â Â Â Â Â Â Â Â Â Â 0x0Â Â Â 0<br>
r11Â Â Â Â Â Â Â Â Â Â Â 0x0Â Â Â 0<br>
r12Â Â Â Â Â Â Â Â Â Â Â 0x7172cc51b240Â Â Â 124737868116544<br>
r13Â Â Â Â Â Â Â Â Â Â Â 0x179Â Â Â 377<br>
r14Â Â Â Â Â Â Â Â Â Â Â 0x7172cc50c610Â Â Â 124737868056080<br>
r15Â Â Â Â Â Â Â Â Â Â Â 0x7172cc51b1b0Â Â Â 124737868116400<br>
rip           0x410834   0x410834 <FakeAllocColor+76><br>
eflags        0x10206   [ PF IF RF ]<br>
cs            0xe033   57395<br>
ss            0xe02b   57387<br>
ds            0x23   35<br>
es            0x23   35<br>
fs            0x0   0<br>
gs            0x0   0<br>
</tt></p>
</blockquote>
<p>Nothing new was written to any file in <tt>/var/log</tt>, let
alone <tt>messages</tt>. FWIW, this is the content of the <tt>~/.vnc/<hostname>.log</tt>
file:</p>
<blockquote>
<p><tt>Getting interface configuration (4): Device not configured<br>
26/12/18 08:05:57 Xvnc version 3.3.3r2<br>
26/12/18 08:05:57 Copyright (C) AT&T Laboratories
Cambridge.<br>
26/12/18 08:05:57 All Rights Reserved.<br>
26/12/18 08:05:57 See <a class="moz-txt-link-freetext"
href="http://www.uk.research.att.com/vnc">http://www.uk.research.att.com/vnc</a>
for information on VNC<br>
26/12/18 08:05:57 Desktop name 'X' (robin.engholm.org:1)<br>
26/12/18 08:05:57 Protocol version supported 3.3<br>
26/12/18 08:05:57 Listening for VNC connections on TCP port
5901<br>
26/12/18 08:05:57 Listening for HTTP connections on TCP port
5801<br>
26/12/18 08:05:57Â Â URL <a class="moz-txt-link-freetext"
href="http://robin.engholm.org:5801">http://robin.engholm.org:5801</a><br>
PATH =
/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/pkg/bin:/usr/pkg/sbin:/usr/X11R7/bin:/home/mustang/bin:/usr/pkg/java/bin<br>
xrdb: Can't open display ':1'<br>
xsetroot:Â unable to open display ':1'<br>
twm:Â unable to open display ":1"<br>
xterm: Xt error: Can't open display: :1<br>
<br>
26/12/18 08:06:05 Got connection from client 172.16.2.25<br>
26/12/18 08:06:05 Protocol version 3.3<br>
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring
unknown encoding type 541214224<br>
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring
unknown encoding type 268447745<br>
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring
unknown encoding type 16795158<br>
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring
unknown encoding type 369111061<br>
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring
unknown encoding type 352339471<br>
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring
unknown encoding type 251670534<br>
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring
unknown encoding type 100681221<br>
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring
unknown encoding type 83898370<br>
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring
unknown encoding type 33572352<br>
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring
unknown encoding type -314<br>
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring
unknown encoding type -239<br>
26/12/18 08:06:11 rfbProcessClientNormalMessage: ignoring
unknown encoding type -223<br>
26/12/18 08:06:11 Pixel format for client 172.16.2.25:<br>
26/12/18 08:06:11Â Â 8 bpp, depth 8<br>
26/12/18 08:06:11Â Â uses a colour map (not true colour).<br>
26/12/18 08:06:11 no translation needed<br>
</tt></p>
</blockquote>
<p>I'm happy to perform any other experiments, just let me know.
Thanks for your quick response. BTW, I have installed tigervnc on
one of my hosts and that appears to work just fine.</p>
<p>--Dan<br>
</p>
<div class="moz-cite-prefix">On 12/26/18 1:30 AM, Leonardo Taccari
wrote:<br>
</div>
<blockquote type="cite"
cite="mid:20181226093001.C974F7A1E3%mollari.NetBSD.org@localhost">
<pre class="moz-quote-pre" wrap="">The following reply was made to PR pkg/53812; it has been noted by GNATS.
From: Leonardo Taccari <a class="moz-txt-link-rfc2396E" href="mailto:leot%NetBSD.org@localhost"><leot%NetBSD.org@localhost></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:gnats-bugs%NetBSD.org@localhost">gnats-bugs%NetBSD.org@localhost</a>
Cc:
Subject: Re: pkg/53812: vncserver consistently crashes
Date: Wed, 26 Dec 2018 10:27:25 +0100
Hello Da,
<a class="moz-txt-link-abbreviated" href="mailto:mustang%engholm.org@localhost">mustang%engholm.org@localhost</a> writes:
> [...]
> * install NetBSD-8.0 (several previous versions also demonstrate the
> problem)
> + select installation of binary packages (pkgin)
> * log in and install vnc package (pkgin install vnc)
> * start a VNC server (vncserver :1)
> * check to make sure Xvnc is running (pgrep -fl vnc;netstat -anfinet)
> * connect a vncviewer to the vncserver
> * note that Xvnc is no longer running (pgrep -fl vnc;netstat -anfinet)
> * note that Xvnc.core has been created
> [...]
At least in the case built from pkgsrc...
Can you please try to rebuild it from pkgsrc as follow?:
% env CFLAGS=-g INSTALL_UNSTRIPPED=yes make replace
Then when it crashes can you please share the share the output of?:
% gdb -core Xvnc.core `which Xvnc`
Another possible interesting information to look are messages in
`/var/log/messages' (some pkgsrc security machinisms produce
information there in case of program that violate them).
Thank you!
</pre>
</blockquote>
</body>
</html>
--------------407789ED23302A0992EF2EC0--
Home |
Main Index |
Thread Index |
Old Index