Possible Bug?

macnlkc

Member
Licensed User
Longtime User
Every once in awhile when I attempt to compile my code in Debug mode I get the following error:

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 **

I can rerun the Run command and it will install without a problem on the device. Any idea of what is happening?
 

macnlkc

Member
Licensed User
Longtime User
The application never runs because it never even installs on the device. I have to stop the Debugging session on the desktop, recompile/rerun and then the install typically starts up ok. It doesn't happen all the time.
 
Top