**** BEGIN LOGGING AT Sat Jun 18 02:59:56 2011 Jun 18 15:03:15 Jay7: I suppose id = 24 is strange..maybe the counter doesn't reset on scrolling? Jun 18 15:04:40 id is applied on fill_menu Jun 18 15:04:49 this is some value after A_DEVICES iirc Jun 18 15:05:06 may be max_i is wrong at that place.. Jun 18 15:05:21 there are 1 mtd + 3 sd partitions in total Jun 18 15:05:43 24 was the last item iirc Jun 18 15:05:43 seems we need dump_menu() Jun 18 15:07:32 http://paste.debian.net/120264/ Jun 18 15:08:20 mix of two logs Jun 18 15:37:57 btw, on poddle Show debug info was still truncated Jun 18 15:46:28 I haven't debugged that Jun 18 15:46:44 now it's possible with size restrictions Jun 18 15:46:49 oh, I thought saw a patch about that Jun 18 15:47:10 no, patch was about multiline log messages (i.e. with \n inside) Jun 18 15:47:18 ahhh Jun 18 15:47:32 kernel cmdline has \n Jun 18 15:47:46 now it is displayed properly Jun 18 15:47:55 nice Jun 18 15:48:19 btw, how is UI now? Jun 18 15:48:36 without lines but with frame around active item? Jun 18 15:48:56 is nice Jun 18 15:50:09 about menu, walking down the items and scrolling and back..it seems to become slower... Jun 18 15:50:47 but poodle has horible key repetition rate (seems even 'variable') Jun 18 15:51:12 UI functions should be optimized Jun 18 15:51:36 we have no 'frame' function so every frame is rectangle Jun 18 15:51:40 I suspect overflow with 32MB Jun 18 15:51:51 but valgrind should find this... Jun 18 15:52:00 try to count number of rect's ;) Jun 18 15:52:53 yes, the point is how do you count/discard System Menu ? Jun 18 15:53:02 maybe the null comes from there Jun 18 15:53:55 being the slot numbers in SysMenu constant Jun 18 15:54:26 well, I'll test without bootable partitions, empty Jun 18 20:59:45 Jay7: shouldn't we come back to main after Rescan? Jun 18 20:59:57 ant__: good idea Jun 18 21:00:09 anyway there need some progress message Jun 18 21:01:07 I'm tempted to fix this strange current-> null case with an hack, resetting to main if null Jun 18 21:01:18 but we should understand the cause... Jun 18 21:01:44 is it working? Jun 18 21:02:08 I've not recompiled, I'm trying to crash c7x0;) Jun 18 21:02:13 no success atm Jun 18 21:02:22 ah :) Jun 18 21:02:38 what can happen with repeated clicks? Jun 18 21:03:24 now frozen! Jun 18 21:03:45 let me retry... Jun 18 21:05:39 no Jun 18 21:05:46 I don't know... Jun 18 21:09:23 ok now again Jun 18 21:09:40 I have just System MEnu and 1 partition in mtd Jun 18 21:09:57 I did up, down a few times then entered SysMenu..bang Jun 18 21:10:06 on c7x0 Jun 18 21:10:16 let me try to log Jun 18 21:13:55 bah..now cannot reproduce... Jun 18 21:23:43 Jay7: crash without output.. Jun 18 21:24:06 strange.. Jun 18 21:24:07 I can reproduce it this time... Jun 18 21:24:17 so, only one partition (mtd) Jun 18 21:24:21 after boot, Jun 18 21:25:24 arrow up, up, up then select Jun 18 21:25:29 so, backwards Jun 18 21:26:13 jeez...it happened 2 times but not the third... Jun 18 21:26:47 now again :) Jun 18 21:29:51 uh..mtd image got id 21 Jun 18 21:31:53 up up up => kernel selected? Jun 18 21:32:05 no, SysMenu Jun 18 21:32:12 if you have only 2 items Jun 18 21:32:17 yes Jun 18 21:32:31 first up wraps to kernel, then sysmenu, then again kernel Jun 18 21:32:44 wait, I did many up-down now Jun 18 21:33:50 well, it is 21 just after boot Jun 18 21:34:04 so it is not increased walking the menu Jun 18 21:35:26 sorry, id 21 is the first/unique kernel Jun 18 21:35:33 I misread Jun 18 21:37:11 strange it is so big.. but enum may be started not from 0 in common case.. Jun 18 21:37:28 I'll check it in gdb one time Jun 18 21:38:02 ah Jun 18 21:38:11 no, it's ok because of menu keys Jun 18 21:38:17 KEY0-9 was added Jun 18 21:38:39 enum is in evdevs.h Jun 18 21:39:04 well.. going to sleep Jun 18 21:40:35 gn Jun 18 23:27:20 Jay7: ok, I have an hack Jun 18 23:27:41 Current menu item id: 5, label: System menu Jun 18 23:27:41 No current item in current menu level Jun 18 23:27:41 Current menu item id: 4, label: Back Jun 18 23:27:41 Current menu item id: 5, label: System menu Jun 18 23:27:41 Current menu item id: 4, label: Back Jun 18 23:27:41 Current menu item id: 5, label: System menu Jun 18 23:27:43 Current menu item id: 4, label: Back Jun 18 23:27:45 Current menu item id: 5, label: System menu Jun 18 23:27:49 Current menu item id: 4, label: Back Jun 18 23:27:51 Current menu item id: 5, label: System menu Jun 18 23:27:58 problem is on first time **** ENDING LOGGING AT Sun Jun 19 02:59:57 2011