Bug#432323: Patch doesn't help?

2007-07-26 Thread Steve Greenland
On 26-Jul-07, 21:28 (CDT), Daniel Burrows <[EMAIL PROTECTED]> wrote: > On Thu, Jul 26, 2007 at 04:07:12PM -0500, Steve Greenland <[EMAIL PROTECTED]> > was heard to say: > > Okay, so I ran an upgrade (via the rxvt instance) which installed a week > > or two worth of updates. I then rebooted (into

Bug#432323: Patch doesn't help?

2007-07-26 Thread Daniel Burrows
On Thu, Jul 26, 2007 at 04:07:12PM -0500, Steve Greenland <[EMAIL PROTECTED]> was heard to say: > > On 26-Jul-07, 08:42 (CDT), Daniel Burrows <[EMAIL PROTECTED]> wrote: > > > > Does the new .deb in unstable fix this for you? > > Yes and no. It works in an rxvt, but not in a console. (It's po

Bug#432323: Patch doesn't help?

2007-07-26 Thread Steve Greenland
On 26-Jul-07, 08:42 (CDT), Daniel Burrows <[EMAIL PROTECTED]> wrote: > > Does the new .deb in unstable fix this for you? Yes and no. It works in an rxvt, but not in a console. (It's possible that my patched version worked on a rxvt too; I didn't think to try that.) In a console, I get no acce

Bug#432323: Patch doesn't help?

2007-07-26 Thread Daniel Burrows
On Tue, Jul 24, 2007 at 04:07:20PM -0500, Steve Greenland <[EMAIL PROTECTED]> was heard to say: > I hate to be the bearer of bad news, but applying this patch to 0.4.5.4-1 > did not make my lockups go away. > > I did the following on my sid system: > > apt-get source aptitude > apt-get build-dep

Bug#432323: Patch doesn't help?

2007-07-24 Thread Steve Greenland
I hate to be the bearer of bad news, but applying this patch to 0.4.5.4-1 did not make my lockups go away. I did the following on my sid system: apt-get source aptitude apt-get build-deps aptitude cd aptitude- edited src/vscreen/vscreen.cc to add braces, here's the current fragment: if(res

Bug#432323: Patch

2007-07-19 Thread Daniel Burrows
Excellent! Thanks for hunting this down. Daniel -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Bug#432323: Patch

2007-07-18 Thread Jiří Paleček
tags 432323 +patch thanks Hello, I've found out the bug was in fact caused by treating EINTR from select as an error instead of retrying. The attached patch fixes it. PS: reindent it as you wish. Your indentation style (spaces combined with tabs) is really awful. Regards Jiri Palece