merge 704041 702965
thankyou
On Wed, Mar 27, 2013 at 01:14:53PM +0100, Thorsten Glaser wrote:
> > Can you run strace on it? It looks like libproc doesn't like something
> > found in the kernel /proc filesystem but strace will tell us which one.
> 
> typescript attached.
read(6, "Name:\tsshd\nState:\tS (sleeping)\nT"..., 1023) = 1023^M
close(6)                                = 0^M
mmap2(NULL, 1216671744, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) 
= 0x6ed5d000^M
--- SIGSEGV (Segmentation fault) @ 0 (0) ---^M

OK, we got the buffer too small problem here. The buffer was 1024 bytes
in the old procps which was increased to 4096 and is now dynamic.
Funny enough, the other report was crashing on sshd too.

 - Craig

-- 
Craig Small VK2XLZ   http://enc.com.au/          csmall at : enc.com.au
Debian GNU/Linux     http://www.debian.org/      csmall at : debian.org
GPG fingerprint:     5D2F B320 B825 D939 04D2  0519 3938 F96B DF50 FEA5


-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to