Re: [E-devel] Infinite looping inside e_actions.c

2006-06-17 Thread B S Srinidhi
On Fri, 2006-06-16 at 18:20 +0530, B S Srinidhi wrote: > There's a while loop over there which, I guess, is causing the problem. > > while (scr >= zone->num) scr -= zone->num; > Raster: Your commit has solved this problem. Thanks a lot. :) Srinidhi. -- ASCII ribbon campaign ( ) B

Re: [E-devel] Infinite looping inside e_actions.c

2006-06-16 Thread brian . mattern
On Fri, Jun 16, 2006 at 06:20:07PM +0530, B S Srinidhi wrote: > Hi, > > Found a problem with E this morning. It bit me many times, because this > problem is triggered when I press CTRL+Shift+{Left,Right} keys. I use > those key (extensively) in konsole to move shells to the left / right. > > The

Re: [E-devel] Infinite looping inside e_actions.c

2006-06-16 Thread Morten Nilsen
B S Srinidhi wrote: > Hi, > > Found a problem with E this morning. It bit me many times, because this > problem is triggered when I press CTRL+Shift+{Left,Right} keys. I use > those key (extensively) in konsole to move shells to the left / right. > > (gdb) bt > #0 0x080ca34e in _e_actions_act_s

[E-devel] Infinite looping inside e_actions.c

2006-06-16 Thread B S Srinidhi
Hi, Found a problem with E this morning. It bit me many times, because this problem is triggered when I press CTRL+Shift+{Left,Right} keys. I use those key (extensively) in konsole to move shells to the left / right. Here's the backtrace: (gdb) bt #0 0x080ca34e in _e_actions_act_screen_send_by