Bug? Debug mode: crash on exit function _click from addmenuitem

albert6969

New Member
I test B4A trial 6.50, I have a problem in debug and debug mode. The application stops outputing _click functions from activity.addmenuitem
The error is not systematic, it can work correctly 2 or 3 times.
I test on vodafone smart tab 4G (android 4.4.4) root and alps M4 SS4350 (android 4.4.2) root
Attached is a minimum code
Excuse me for my english, it's the fault of google translation

CONFIG and TEST___________________________________________________________

PC with Windows 10
B4A 6.50 trial (download 24/12/16)
SDK tools 25.2.4
SDK platform tools 25.0.3
JDK 1.8.0_112 all new download

test with android api 19 and api 25
test with SDK build tools 25.0.2 et SDK build tools 24.0.3 (install on c:\android)
test with USB and B4A bridge
test with DALVIK and ART
test with #DebuggerForceFullDeployment: true or false
and #DebuggerForceStandardAssets: true or false

Nothing works
________________________________________________________________________
Sub Process_Globals
End Sub
Sub Globals
End Sub
Sub Activity_Create(FirstTime As Boolean)
Activity.AddMenuItem("Load Table", "LoadTable")
Activity.AddMenuItem("Save Table", "SaveTable")
Activity.LoadLayout("Layout1")
LoadTable_Click '<<<<<<<<<<<<<<<<<<<<<Call if rotate : no crash on breakpoint
End Sub

Sub LoadTable_Click '<<<<<<<<<<<<<<<<<<<<BREAKPOINT

End Sub '<<<<<<<<<<<<<<<<<<<<<<<<<< CRASH ON EXIT

Sub SaveTable_Click

End Sub
Sub Activity_Resume
End Sub
Sub Activity_Pause (UserClosed As Boolean)
End Sub
 

albert6969

New Member
1. Please upload the project (File - Export as zip).
2. Can you post the error message from the logs?

________________
There is no error in the filtered log
Logcat gives an error 11 (SIGSEGV)
No valid program level info in the tombstone, only info native code
 

Attachments

  • testvide.zip
    7 KB · Views: 225

albert6969

New Member
It will be fixed in the next update.

Thank you, it reassures me. I do not like to ask for help, but I almost went crazy.

It is a program that seems super genial for a programmer for 35 years in C and assembler and who does not know java

This is for when the next release
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…