Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

runtime: missing _rt0_arm_linux1 #10684

Closed
rakyll opened this issue May 4, 2015 · 1 comment
Closed

runtime: missing _rt0_arm_linux1 #10684

rakyll opened this issue May 4, 2015 · 1 comment

Comments

@rakyll
Copy link
Contributor

rakyll commented May 4, 2015

$ go version
go version devel +b86e71f Mon May 4 17:38:58 2015 +0000 darwin/amd64

$ go get golang.org/x/mobile/example/sprite && gomobile install golang.org/x/mobile/example/sprite

fails with missing _rt0_arm_linux1, we don't seem to be exporting this symbol.

F/Go      ( 7388): missing _rt0_arm_linux1
F/libc    ( 7388): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 7406 (Thread-71)
I/libc    ( 7388): Suppressing debuggerd output because prctl(PR_GET_DUMPABLE)==0
I/Zygote  (  208): Process 7388 exited due to signal (11)
I/ActivityManager(  448): Process com.example.sprite (pid 7388) has died
I/ActivityManager(  448): Start proc com.example.sprite for activity com.example.sprite/android.app.NativeActivity: pid=7407 uid=10085 gids={50085, 9997} abi=armeabi
W/linker  ( 7407): libsprite.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
F/Go      ( 7407): missing _rt0_arm_linux1
F/libc    ( 7407): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 7423 (Thread-76)
I/libc    ( 7407): Suppressing debuggerd output because prctl(PR_GET_DUMPABLE)==0
I/ActivityManager(  448): Process com.example.sprite (pid 7407) has died
I/Zygote  (  208): Process 7407 exited due to signal (11)
I/ActivityManager(  448): Start proc com.example.sprite for activity com.example.sprite/android.app.NativeActivity: pid=7424 uid=10085 gids={50085, 9997} abi=armeabi
W/linker  ( 7424): libsprite.so has text relocations. This is wasting memory and prevents security hardening. Please fix.
F/Go      ( 7424): missing _rt0_arm_linux1
F/libc    ( 7424): Fatal signal 11 (SIGSEGV), code 1, fault addr 0x0 in tid 7440 (Thread-81)
I/libc    ( 7424): Suppressing debuggerd output because prctl(PR_GET_DUMPABLE)==0
I/ActivityManager(  448): Process com.example.sprite (pid 7424) has died
I/Zygote  (  208): Process 7424 exited due to signal (11)
W/ActivityManager(  448): Force removing ActivityRecord{1f4f39b8 u0 com.example.sprite/android.app.NativeActivity t309}: app died, no saved state
W/WindowManager(  448): Failed looking up window
W/WindowManager(  448): java.lang.IllegalArgumentException: Requested window android.view.ViewRootImpl$W@229a3964 does not exist
W/WindowManager(  448):     at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8412)
W/WindowManager(  448):     at com.android.server.wm.WindowManagerService.windowForClientLocked(WindowManagerService.java:8403)
W/WindowManager(  448):     at com.android.server.wm.WindowManagerService.removeWindow(WindowManagerService.java:2558)
W/WindowManager(  448):     at com.android.server.wm.Session.remove(Session.java:186)
W/WindowManager(  448):     at android.view.ViewRootImpl.dispatchDetachedFromWindow(ViewRootImpl.java:2920)
W/WindowManager(  448):     at android.view.ViewRootImpl.doDie(ViewRootImpl.java:5390)
W/WindowManager(  448):     at android.view.ViewRootImpl$ViewRootHandler.handleMessage(ViewRootImpl.java:3223)
W/WindowManager(  448):     at android.os.Handler.dispatchMessage(Handler.java:102)
W/WindowManager(  448):     at android.os.Looper.loop(Looper.java:135)
W/WindowManager(  448):     at android.os.HandlerThread.run(HandlerThread.java:61)
W/WindowManager(  448):     at com.android.server.ServiceThread.run(ServiceThread.java:46)
W/InputMethodManagerService(  448): Window already focused, ignoring focus gain of: com.android.internal.view.IInputMethodClient$Stub$Proxy@324c85a6 attribute=null, token = android.os.BinderProxy@226d1277
I/ConfigService( 6677): onDestroy
^[[AE/WifiStateMachine(  448): WifiStateMachine CMD_START_SCAN source -2 txSuccessRate=1.24 rxSuccessRate=8.54 targetRoamBSSID=any RSSI=-60
D/Finsky  ( 4226): [277] AppStatesReplicator.handleContentSyncResponse: Completed 0 account content syncs with 0 successful.
D/Finsky  ( 4226): [1] 5.onFinished: Installation state replication succeeded.
@rakyll
Copy link
Contributor Author

rakyll commented May 4, 2015

Closing, can't reproduce. I probably pushed a bad apk.

@rakyll rakyll closed this as completed May 4, 2015
@mikioh mikioh changed the title missing _rt0_arm_linux1 runtime: missing _rt0_arm_linux1 Jun 19, 2015
@golang golang locked and limited conversation to collaborators Jun 25, 2016
@rsc rsc unassigned minux Jun 23, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants