nano-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nano-devel] error while using nano in a chroot


From: Mike Frysinger
Subject: [Nano-devel] error while using nano in a chroot
Date: Wed, 5 Oct 2005 22:10:16 -0400
User-agent: KMail/1.8.2

i do a lot of development in chroots and nano doesnt seem to like those ... 
this bug has been around for sometime, i just finally got annoyed enough to 
look into it :)

ive reproduced this on both Debian and Gentoo with the 1.3.x series on a 
variety of architectures and with both glibc/uClibc so hopefully i can say it 
isnt a system issue ...

whenever i launch nano in a chroot and resize the terminal, it closes with:
Received SIGHUP or SIGTERM
sometimes if i bg/fg a few times, the same thing will happen

it's lying of course, it received no such signal ... the get_key_buffer() 
function calls wgetch() which returns ERR so handle_hupterm(0) is called and 
this message is displayed

can anything be done about it or should i just keep living with it ? :)
-mike




reply via email to

[Prev in Thread] Current Thread [Next in Thread]