severity 511620 normal
thanks

On Mon, Jan 12, 2009 at 09:13:15PM +0000, brian m. carlson wrote:
> Package: putty-tools
> Version: 0.60-4
> Severity: normal

(It's not failing for me and based on my analysis I have no reason to
believe that it should fail for anything like everyone. Lowering
severity again, although it's still a bug.)

> lakeview no % psftp b...@stonewall
> zsh: segmentation fault  psftp b...@stonewall
> lakeview no % psftp stonewall
> zsh: segmentation fault  psftp stonewall
> lakeview no % psftp 
> psftp: no hostname specified; use "open host.name" to connect
> psftp> open stonewall
> zsh: segmentation fault  psftp
> 
> A backtrace from compiling with nostrip:
> 
> (gdb) bt full
> #0  0x00007fe48eea9c89 in fread () from /lib/libc.so.6
> No symbol table info available.
> #1  0x000000000043d21d in noise_get_heavy (func=0x4321a0 
> <random_add_heavynoise_bitbybit>) at ../unix/uxnoise.c:55
>       buf = 
>       
> "\236\234�eH9\216Eu\216X�r\v�\f\006�J���\205LH�aBx���\000\000\000\000\000\000\000\000\r�C\000\000\000\000\000\020�\034\002\000\000\000\000�%\035\002\000\000\000\0000�\034\002\000\000\000\000\002\000\000\000\000\000\000\000\005\000\000\000\000\000\000\000p�:\227�\177\000\000P�:\227�\177\000\000\034",
>  '\0' <repeats 15 times>, 
> "�%\035\002\000\000\000\000\005\000\000\000\000\000\000\000p�:\227�\177\000\000P�:\227�\177\000\0001�C",
>  '\0' <repeats 13 times>, 
> "-...@\000\000\000\000\000xc;\217�\177\000\000\020\000;\227�\177\000\000\000\002\000\000\000\000\000\000\000\002\000\000\000\000\000\000"...
>       fp = (FILE *) 0x0

That would happen if popen() fails. The manual page says:

       The  popen()  function  returns  NULL if the fork(2) or pipe(2)
       calls fail, or if it cannot allocate memory.

This could happen if you've run out of memory or hit a resource limit.
Could you please investigate and find out whether one of these things is
true? strace may help.

Regards,

-- 
Colin Watson                                       [cjwat...@debian.org]



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

Reply via email to