Menu

#2023 Android binaries crash in post-callipygous nightlies

OHRRPGCE
closed
nobody
None
Uncategorized
Android (please specify version)
Bug Report
Nightly WIP (Dwimmercrafty)
2016-09-09
2016-05-09
No

I just tried rebuilding a new apk for Void Pyramid using the latest nightly. The apk appears to build okay, and installs fine, but on the first run it crashes. It seems like the file-unzipping bit goes okay, but the crash happens before the title screen appears.

Here is an adb logcat from a few seconds before and after the crash

http://pastebin.com/raw/pX7UEHzk

Discussion

  • Bob the Hamster

    Bob the Hamster - 2016-05-09

    I bisected this and found that the crash starts with svn revision 8000

    "Full FB 0.24+ support: Replace OPEN with OPENFILE nearly everywhere."

    I am wondering if I need a new copy of freebasic-for-android?

     
  • TeeEmCee

    TeeEmCee - 2016-05-09

    By coincidence I was going to start work on a new FB-1.06-for-Android branch tonight, although no, it should not have been necessitated by any of my changes. This time, I'll actually run the FB testcases (although crosscompiling them will probably be a nuisance).

    I can guess that the problem may be to do with openfiles in filelayer.cpp again. Even in the FB 0.90 android fork there was something wrong with constructors, destructors didn't seem to run at all, and other bugs - recall that for some reason the gfxbackend global gets set to "sd" instead of "sdl".

     
  • Bob the Hamster

    Bob the Hamster - 2016-09-09
    • status: open --> closed
    • Version: Future (D?) --> Nightly WIP (Dwimmercrafty)
     
  • Bob the Hamster

    Bob the Hamster - 2016-09-09

    I can confirm this is fixed in revision 8148

    Yay!

    Marking fixed

     

Log in to post a comment.