I have been getting a lot of Fatal signal 11 (SIGSEGV), code 1, fault addr 0x49002e in tid 2512 (b4a.acimwow) when I switch between panels under the new L_PREVIEW version (Pre-Lollipop version for Developers) of Android.
Anybody else been having an increase of Fatal Signal 11 errors under the new Preview version of Android 5 (4.4W)?
It looks like that error tends to occur when something hasn't been initialized, yet is used... or with Null Pointer errors; yet I can't see any place where I'm not initializing things (and I always check that something is initialized before I use it).
Other places the error tends to occur, it seems, is if a timer tries to access variables which haven't yet been set up fully in a subroutine (generally a timer and flag fixes this).
Error seemed to be related to my upgrade to Android L_PREVIEW; and was wondering if anybody else is experimenting with L_PREVIEW yet?
Anybody else been having an increase of Fatal Signal 11 errors under the new Preview version of Android 5 (4.4W)?
It looks like that error tends to occur when something hasn't been initialized, yet is used... or with Null Pointer errors; yet I can't see any place where I'm not initializing things (and I always check that something is initialized before I use it).
Other places the error tends to occur, it seems, is if a timer tries to access variables which haven't yet been set up fully in a subroutine (generally a timer and flag fixes this).
Error seemed to be related to my upgrade to Android L_PREVIEW; and was wondering if anybody else is experimenting with L_PREVIEW yet?