b4a bridge error?

CharlesR

Member
Licensed User
Longtime User
After several months of faultless operation, I have a problem which I think lies with the connection of b4a bridge. One of my programs gives all the usual messages when being compiled, but the tablet shows a message box saying "unfortunately program123 has stopped". All of my other programs compile correctly. I have included a copy of the log file. Can anyone help as I am in an area way out of my knowledge?

Thanks
Charles

LogCat connected to: B4A-Bridge: asus Transformer TF101-null
--------- beginning of /dev/log/main
--------- beginning of /dev/log/system
problem enabling bandwidth controls
com.android.server.NativeDaemonConnectorException: Cmd {bandwidth enable} failed with code 400 : {Bandwidth command failed}
at com.android.server.NativeDaemonConnector.doCommandLocked(NativeDaemonConnector.java:281)
at com.android.server.NativeDaemonConnector.doCommand(NativeDaemonConnector.java:241)
at com.android.server.NetworkManagementService.systemReady(NetworkManagementService.java:184)
at com.android.server.ServerThread$1.run(SystemServer.java:722)
at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:7005)
at com.android.server.ServerThread.run(SystemServer.java:711)
Fatal signal 13 (SIGPIPE) at 0x00000054 (code=0)
problem enabling bandwidth controls
com.android.server.NativeDaemonConnectorException: Cmd {bandwidth enable} failed with code 400 : {Bandwidth command failed}
at com.android.server.NativeDaemonConnector.doCommandLocked(NativeDaemonConnector.java:281)
at com.android.server.NativeDaemonConnector.doCommand(NativeDaemonConnector.java:241)
at com.android.server.NetworkManagementService.systemReady(NetworkManagementService.java:184)
at com.android.server.ServerThread$1.run(SystemServer.java:722)
at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:7005)
at com.android.server.ServerThread.run(SystemServer.java:711)
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Service (service1) Create **
** Service (service1) Start **
** Service (service1) Start **
Connected to B4A-Bridge
 

CharlesR

Member
Licensed User
Longtime User
Thank you Erel

I have copied all of my files into a new directory before compiling and everything is fine so I shall leave it as a mystery.

Thank you for your help.

Charles
 
Upvote 0

macnlkc

Member
Licensed User
Longtime User
Possible reason for install failures?

From time to time I get these messages in my log files.
LogCat connected to: B4A-Bridge: unknown MID7033-
--------- beginning of /dev/log/main
--------- beginning of /dev/log/system
problem enabling bandwidth controls
com.android.server.NativeDaemonConnectorException: Cmd {bandwidth enable} failed with code 400 : {Bandwidth command failed}
at com.android.server.NativeDaemonConnector.doCommandLocked(NativeDaemonConnector.java:281)
at com.android.server.NativeDaemonConnector.doCommand(NativeDaemonConnector.java:241)
at com.android.server.NetworkManagementService.systemReady(NetworkManagementService.java:184)
at com.android.server.ServerThread$1.run(SystemServer.java:680)
at com.android.server.am.ActivityManagerService.systemReady(ActivityManagerService.java:6986)
at com.android.server.ServerThread.run(SystemServer.java:669)
** Activity (main) Create, isFirst = true **
** Activity (main) Resume **
** Activity (main) Pause, UserClosed = false **
** Activity (main) Resume **
** Service (service1) Create **
** Service (service1) Start **
Connected to B4A-Bridge (Wifi)

:sign0148:
I am beginning to wonder if that is the reason for the following error that I also get when attempting to install the application on my tablet. This does not happen all the time. Just every few compiles or so.

Installing File.
** Activity (main) Pause, UserClosed = false **
@@@ ABORTING: INVALID HEAP ADDRESS IN dlfree
Fatal signal 11 (SIGSEGV) at 0xdeadbaad (code=1)
** Activity (main) Resume **
 
Last edited:
Upvote 0
Cookies are required to use this site. You must accept them to continue using the site. Learn more…