Bug#1006731: xserver-xorg-core: Blank screen after resume using AMD Cezanne on Thinkpad L15 Gen 2a.

2022-03-03 Thread Neil Turton
Package: xserver-xorg-core Version: 2:1.20.11-1+deb11u1 Severity: important X-Debbugs-Cc: neilt+...@chiark.greenend.org.uk Dear Maintainer, I have noticed my laptop fail to fully resume from sleep several times. On this occasion, I used the sleep key combination (Fn Backspace) to put it to sleep

Bug#350369: *a=$a=*b;${"a"}=*a; gets a segmentation fault

2006-01-29 Thread Neil Turton
Package: perl-base Version: 5.8.7-10 Perl shouldn't get a segmentation fault on valid or invalid input. I think the following code is valid, even if it is ghastly. :) falcon:~$ perl -e '*a=$a=*b;${"a"}=*a;' Segmentation fault falcon:~$ perl *a=$a=*b; *a=$c=$a=*b; *{\*a}=$a=*b; *a=$b=*b;

Bug#338506: VT switching bug in Xlibs or xserver-xorg

2006-01-02 Thread Neil Turton
I've just been bitten by this one. I think there still needs to be something done since the configuration script accepts "uk" as the layout without checking if it's valid. The X server then ignores the error from xkbcomp without putting anything in Xorg.0.log. There's therefore no hint to the us

Bug#336507: File descriptor leaks in udhcpc

2005-10-30 Thread Neil Turton
Package: udhcpc Version: 0.9.8cvs20050303 While my ISP was playing up, udhcpc was getting 30 second leases from the cable modem. Somehow it managed to run out of file descriptors and /proc/nn/fd showed a large number of sockets. Using strace showed it was creating a UDP socket, setting SO_REUSEA

Bug#309370: SIGSEGV on invalid %parse-param

2005-05-16 Thread Neil Turton
Package: bison Version: 1:1.875d-1 As shown by the following transcript, if bison is given an invalid %parse-param directive, it crashes. I tried it with version 2.0 too and got the same results. falcon:bison-2.0$ cat crash.y %parse-param thing %% empty : ; %% falcon:bison-2.0$ bison cras