Data Abort since nightly build 11/09/2015
Michael Emerton (483) 136 posts |
I have upgraded to the recent nightly ROM (11/09/2015) and since then I have been unable to load my app (BASIC + Basalt) due to an abort: Internal Error: abort on data transfer at &FC0539F0 *Where states it is at offset &00000594 in module ‘ResourcesFS’ Attempts to do this from !Reporter causes that to crash with an internal error, and in-fact anything I then access dies with an abort of some sort. A basic file containing just the following causes the data abort as well: PRINT “Hello World” Zap has an interesting one Middle button on the window > File – abort at the above address… half the file menu is drawn down to “Dump To Text” do this a few times and then a data abort at &FC159DF4 is shown and that’s the end of the desktop, icons start disappearing and eventually just get stuck in an error message loop. The app is a simple toolbox program using Basalt to access it. The previous ROM I used (5th July) worked ok with it (returning back to previous state confirmed this? Oh and I am on a Pi B 512Mb Any ideas? Cheers Michael |
Steve Fryatt (216) 2105 posts |
Have you installed the !Boot updates, including ZeroPain? 5th July sounds close to being before Zero Page Protection came in to the nightly builds. You should find ZeroPain in the ROM archive that you downloaded. |
Michael Emerton (483) 136 posts |
Hi, Yes I have merged with the last nightly !Boot available. and !Report is filling up with reports about Zero Pain not being able to write to the log…!Zap being the cause of the logs. the ROM on the 5th appears to have been when ZeroPain launched. |
David Pitt (102) 743 posts |
Zap, 1.48 tnk-11, has been de-pained |
Michael Emerton (483) 136 posts |
:) Cheers David! |
Michael Emerton (483) 136 posts |
I can confirm that ZeroPain has now gone quiet, however I am still unable to get anywhere with the app. I will do some testing tonight and post some simple code which triggers this. |