Every once in awhile when I attempt to compile my code in Debug mode I get the following error:
I can rerun the Run command and it will install without a problem on the device. Any idea of what is happening?
LogCat connected to: B4A-Bridge: unknown MID7033-
--------- beginning of /dev/log/system
--------- beginning of /dev/log/main
Connected to B4A-Bridge (Wifi)
Installing file.
** Activity (main) Pause, UserClosed = false **
@@@ ABORTING: INVALID HEAP ADDRESS IN dlfree
Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
** Activity (main) Resume **
--------- beginning of /dev/log/system
--------- beginning of /dev/log/main
Connected to B4A-Bridge (Wifi)
Installing file.
** Activity (main) Pause, UserClosed = false **
@@@ ABORTING: INVALID HEAP ADDRESS IN dlfree
Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
** Activity (main) Resume **
I can rerun the Run command and it will install without a problem on the device. Any idea of what is happening?