[BUG] Spreadsheet Copy Multiple Cells Causes Crash
|
12-20-2013, 09:28 AM
Post: #10
|
|||
|
|||
RE: [BUG] Spreadsheet Copy Multiple Cells Causes Crash
Hello
(12-19-2013 01:19 AM)Michael de Estrada Wrote: If this were the case, why does this problem exhibit itself only in the physical Prime and not the Emulator ? Because the emulator runs on an Intel CPU which will do unalligned memory read/write of words while an ARM will (unless exception code is written) seg fault on it... Among the couple of items which differ between intel and ARM are: - unalligned pointers access -> crash - shift by a negative value (a>>b when b<0) - a%b when a and/or b are < 0 which leads to different results.. The first one is the cause of the HW crash. the 2 others are for your general information:-) Thanks for the bug report. It is beeing taken into concideration. Cyrille |
|||
« Next Oldest | Next Newest »
|
Messages In This Thread |
[BUG] Spreadsheet Copy Multiple Cells Causes Crash - Michael de Estrada - 12-18-2013, 04:51 PM
RE: [BUG] Spreadsheet Copy Multiple Cells Causes Crash - Han - 12-18-2013, 09:40 PM
RE: [BUG] Spreadsheet Copy Multiple Cells Causes Crash - Michael de Estrada - 12-18-2013, 10:45 PM
RE: [BUG] Spreadsheet Copy Multiple Cells Causes Crash - Han - 12-19-2013, 01:01 AM
RE: [BUG] Spreadsheet Copy Multiple Cells Causes Crash - Michael de Estrada - 12-19-2013, 01:19 AM
RE: [BUG] Spreadsheet Copy Multiple Cells Causes Crash - Han - 12-19-2013, 01:44 AM
RE: [BUG] Spreadsheet Copy Multiple Cells Causes Crash - ArielPalazzesi - 12-19-2013, 10:29 AM
RE: [BUG] Spreadsheet Copy Multiple Cells Causes Crash - Tim Wessman - 12-19-2013, 04:53 PM
RE: [BUG] Spreadsheet Copy Multiple Cells Causes Crash - Han - 12-19-2013, 05:41 PM
RE: [BUG] Spreadsheet Copy Multiple Cells Causes Crash - cyrille de brébisson - 12-20-2013 09:28 AM
|
User(s) browsing this thread: 3 Guest(s)