#776919 rdesktop: version 1.8.2-3 often segfaults, fixed in 1.8.3-1

Package:
rdesktop
Source:
rdesktop
Description:
RDP client for Windows NT/2000 Terminal Server and Windows Servers
Submitter:
John Paul Adrian Glaubitz
Date:
2015-02-03 10:42:06 UTC
Severity:
normal
#776919#5
Date:
2015-02-03 10:38:29 UTC
From:
To:
Hi!

Version 1.8.2-3 of rdesktop tends to segfault quite often which is fixed
by upgrading to 1.8.3-1 from unstable. Since we can't migrate 1.8.3-1 into
testing due to the freeze right now, the particular fix for the segfault
will need to be backported.

Here a demonstration which can be reproduced on several computers at the
department here. I haven't tested this on a fresh Jessie installation
yet installed through a current version of Debian Installer.

glaubitz@devourer:~> lsb_release -c
Codename:	     jessie
glaubitz@devourer:~> dpkg -l rdesktop | grep ^ii
ii  rdesktop       1.8.2-3      amd64        RDP client for Windows NT/2000 Terminal Server and Windows Servers
glaubitz@devourer:~> rdesktop -a16 -g1024x768 term
Autoselected keyboard map en-us
Segmentation fault
glaubitz@devourer:~> su -
Password:
root@devourer:~> apt-get install rdesktop -t=unstable
Reading package lists... Done
Building dependency tree
Reading state information... Done
Suggested packages:
 pcscd
The following packages will be upgraded:
 rdesktop
1 upgraded, 0 newly installed, 0 to remove and 362 not upgraded.
Need to get 0 B/159 kB of archives.
After this operation, 0 B of additional disk space will be used.
(Reading database ... 550089 files and directories currently installed.)
Preparing to unpack .../rdesktop_1.8.3-1_amd64.deb ...
Unpacking rdesktop (1.8.3-1) over (1.8.2-3) ...
Processing triggers for man-db (2.7.0.2-5) ...
Setting up rdesktop (1.8.3-1) ...
root@devourer:~> logout
glaubitz@devourer:~> dpkg -l rdesktop | grep ^ii
ii  rdesktop       1.8.3-1      amd64        RDP client for Windows NT/2000 Terminal Server and Windows Servers
glaubitz@devourer:~> rdesktop -a16 -g1024x768 term
Autoselected keyboard map en-us
Connection established using CredSSP.
glaubitz@devourer:~>

Cheers,
Adrian