[00:50:03] *** el3ctrik is now known as el3ctrik-away [02:05:02] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [02:05:03] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [02:42:28] *** Quits: Poodlemastah (~Poodlemas@109-124-181-96.customer.t3.se) (Ping timeout: 240 seconds) [02:50:58] *** Joins: Poodlemastah (~Poodlemas@109-124-181-96.customer.t3.se) [06:42:22] *** Quits: [7] (~quassel@rockbox/developer/TheSeven) (Disconnected by services) [06:42:31] *** Joins: TheSeven (~quassel@rockbox/developer/TheSeven) [07:44:54] *** Joins: krnlyng (~liar@83.175.90.24) [07:49:35] *** Quits: liar (~liar@83.175.90.24) (*.net *.split) [08:05:04] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [08:05:04] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [09:48:15] *** Joins: STeeF (~STeeF@office.hostnetbv.nl) [11:32:55] *** el3ctrik-away is now known as el3ctrik [14:05:06] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [14:05:06] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [19:39:23] *** el3ctrik is now known as el3ctrik-away [19:50:44] *** Joins: n1s (~n1s@nl118-168-30.student.uu.se) [19:50:44] *** Quits: n1s (~n1s@nl118-168-30.student.uu.se) (Changing host) [19:50:44] *** Joins: n1s (~n1s@rockbox/developer/n1s) [20:05:03] *** Joins: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) [20:05:03] *** Quits: clustur (~logger@c-68-53-250-91.hsd1.tn.comcast.net) (Remote host closed the connection) [20:43:52] *** Quits: n1s (~n1s@rockbox/developer/n1s) (Quit: Ex-Chat) [20:45:28] *** Joins: n1s (~n1s@nl118-168-30.student.uu.se) [20:45:28] *** Quits: n1s (~n1s@nl118-168-30.student.uu.se) (Changing host) [20:45:28] *** Joins: n1s (~n1s@rockbox/developer/n1s) [21:22:34] *** el3ctrik-away is now known as el3ctrik [21:32:37] *** el3ctrik is now known as el3ctrik-away [23:43:30] *** Quits: n1s (~n1s@rockbox/developer/n1s) (Quit: Ex-Chat) [23:44:22] TheSeven: the crash in rename() leads to fat_seek() [23:45:18] the address is 0x0BFC9CB8, and the disassembly + source is here: http://pastie.org/pastes/8367955/text [23:46:20] i don't think i can debug it further [23:50:22] file->eof = false; <-- this should be the source line, that leads to .sdram:0BFC9CB8 STR R3, [R0,#0x20] [23:53:12] fat_rename() calls fat_seek() twice, so it makes sense [23:56:02] is it possible that "file" is a null/invalid pointer? the exception type is "data abort", but i'm not sure what it means