Chromium stopped working when orientation change happens

100 views
Skip to first unread message

Vladimir Svoboda

unread,
Nov 20, 2015, 5:05:04 AM11/20/15
to Chromium-discuss
Hello everybody,

I have Chromium code from July 2015 (not the newest one...) and when I rotate screen to lanscape everything is OK, but when I rotate my Nexus 7 2013 head down (180 degree rotation) Chromium first stops respond to user action and then "App stopped working"...

I've included full logcat below.


Interresting is this: "Abort message: '[FATAL:blink_event_util.cc(120)] Check failed: orientation_deg > -90.01f (-180 vs. -90.01)" 


Thank you.







--------- beginning of main
11-20 10:43:42.893   614   703 D NetlinkSocketObserver: NeighborEvent{elapsedMs=737856622, 10.0.0.139, [40F2E9760EF1], RTM_NEWNEIGH, NUD_STALE}
11-20 10:43:49.092  6217  6264 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
11-20 10:43:49.103  6217  6263 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: none)
11-20 10:43:49.103  6217  6263 D ACDB-LOADER: ACDB -> send_afe_cal
11-20 10:43:49.103  6217  6263 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
11-20 10:43:49.114  6217  6263 D audio_hw_primary: enable_audio_route: apply and update mixer path: low-latency-playback
11-20 10:43:49.153  3292  3292 I Keyboard.Facilitator: onFinishInput()
--------- beginning of system
11-20 10:43:51.702   614  2992 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x10200000 cmp=org.chromium.chrome/com.google.android.apps.chrome.Main (has extras)} from uid 10036 on display 0
11-20 10:43:51.709  6217  6264 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
11-20 10:43:51.745  6217  6264 D AudioFlinger: mixer(0xb4140000) throttle end: throttle time(4)
11-20 10:43:51.748  8144  8144 I art     : Late-enabling -Xcheck:jni
11-20 10:43:51.749   614  7328 I ActivityManager: Start proc 8144:org.chromium.chrome/u0a577 for activity org.chromium.chrome/com.google.android.apps.chrome.Main
11-20 10:43:51.866   614   663 I ActivityManager: START u0 {act=android.intent.action.MAIN cat=[android.intent.category.LAUNCHER] flg=0x14002000 cmp=org.chromium.chrome/.browser.ChromeTabbedActivity bnds=[264,498][456,714] (has extras)} from uid 10577 on display 0
11-20 10:43:51.912  8144  8144 D ChromeTabbedActivity: preInflationStartup
11-20 10:43:51.974  8144  8144 W art     : Before Android 4.1, method boolean org.chromium.chrome.browser.omnibox.UrlBar.isInBatchEditMode() would have incorrectly overridden the package-private method in android.widget.TextView
11-20 10:43:52.067  8144  8175 D OpenGLRenderer: Use EGL_SWAP_BEHAVIOR_PRESERVED: true
11-20 10:43:52.156  8144  8175 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 09/02/15, 76f806e, Ibddc658e36
11-20 10:43:52.179  8144  8175 I OpenGLRenderer: Initialized EGL, version 1.4
11-20 10:43:52.335   614   671 I ActivityManager: Displayed org.chromium.chrome/.browser.ChromeTabbedActivity: +458ms (total +604ms)
11-20 10:43:52.338  3292  3292 I Keyboard.Facilitator: onFinishInput()
11-20 10:43:52.376  3400  3601 E Surface : getSlotFromBufferLocked: unknown buffer: 0x9c771e40
11-20 10:43:53.562  8144  8170 I LibraryLoader: Time to load native libraries: 1545 ms (timestamps 3004-4549)
11-20 10:43:53.562  8144  8170 I LibraryLoader: Expected native library version number "45.0.2436.0",actual native library version number "45.0.2436.0"
11-20 10:43:53.563  8144  8170 I chromium: [INFO:library_loader_hooks.cc(118)] Chromium logging enabled: level = 0, default verbosity = 0
11-20 10:43:53.563  8144  8194 I LibraryLoaderHelper: Deleting obsolete libraries in /data/user/0/org.chromium.chrome/app_fallback
11-20 10:43:53.564  8144  8194 I LibraryLoaderHelper: Deleted /data/user/0/org.chromium.chrome/app_fallback
11-20 10:43:53.589  8196  8196 I art     : Late-enabling -Xcheck:jni
11-20 10:43:53.590   614   663 I ActivityManager: Start proc 8196:org.chromium.chrome:sandboxed_process0/u0i237 for service org.chromium.chrome/org.chromium.content.app.SandboxedProcessService0
11-20 10:43:53.593  8144  8144 I BrowserStartupController: Initializing chromium process, singleProcess=false
11-20 10:43:53.594  8144  8144 W art     : Attempt to remove non-JNI local reference, dumping thread
11-20 10:43:53.600  8144  8144 W chromium: [WARNING:memory_linux.cc(155)] Not feasible.
11-20 10:43:53.660  8220  8220 W org.chromium.chrome:sandboxed_process0: type=1400 audit(0.0:16619): avc: denied { search } for comm=4173796E635461736B202331 name="org.chromium.chrome" dev="mmcblk0p30" ino=123795 scontext=u:r:isolated_app:s0:c512,c768 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=dir permissive=0
11-20 10:43:53.678  8196  8220 W FileUtils: Failed to chmod(/data/user/0/org.chromium.chrome/app_chrome): android.system.ErrnoException: chmod failed: EACCES (Permission denied)
11-20 10:43:53.683  8196  8220 W ContextImpl: Unable to create files subdir /data/user/0/org.chromium.chrome/cache
11-20 10:43:53.670  8220  8220 W org.chromium.chrome:sandboxed_process0: type=1400 audit(0.0:16620): avc: denied { search } for comm=4173796E635461736B202331 name="org.chromium.chrome" dev="mmcblk0p30" ino=123795 scontext=u:r:isolated_app:s0:c512,c768 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=dir permissive=0
11-20 10:43:53.670  8220  8220 W org.chromium.chrome:sandboxed_process0: type=1400 audit(0.0:16621): avc: denied { search } for comm=4173796E635461736B202331 name="org.chromium.chrome" dev="mmcblk0p30" ino=123795 scontext=u:r:isolated_app:s0:c512,c768 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=dir permissive=0
11-20 10:43:53.670  8220  8220 W org.chromium.chrome:sandboxed_process0: type=1400 audit(0.0:16622): avc: denied { search } for comm=4173796E635461736B202331 name="org.chromium.chrome" dev="mmcblk0p30" ino=123795 scontext=u:r:isolated_app:s0:c512,c768 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=dir permissive=0
11-20 10:43:53.670  8220  8220 W org.chromium.chrome:sandboxed_process0: type=1400 audit(0.0:16623): avc: denied { search } for comm=4173796E635461736B202331 name="org.chromium.chrome" dev="mmcblk0p30" ino=123795 scontext=u:r:isolated_app:s0:c512,c768 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=dir permissive=0
11-20 10:43:53.680  8220  8220 W org.chromium.chrome:sandboxed_process0: type=1400 audit(0.0:16624): avc: denied { search } for comm=4173796E635461736B202331 name="org.chromium.chrome" dev="mmcblk0p30" ino=123795 scontext=u:r:isolated_app:s0:c512,c768 tcontext=u:object_r:app_data_file:s0:c512,c768 tclass=dir permissive=0
11-20 10:43:53.696  8144  8144 E libEGL  : validate_display:255 error 3008 (EGL_BAD_DISPLAY)
11-20 10:43:53.696  8144  8144 E libEGL  : validate_display:255 error 3008 (EGL_BAD_DISPLAY)
11-20 10:43:53.754  8144  8232 W cr.media: Requires BLUETOOTH permission
11-20 10:43:53.771  8234  8234 I art     : Late-enabling -Xcheck:jni
11-20 10:43:53.772   614  2993 I ActivityManager: Start proc 8234:org.chromium.chrome:privileged_process0/u0a577 for service org.chromium.chrome/org.chromium.content.app.PrivilegedProcessService0
11-20 10:43:53.777  8144  8144 E chromium: [ERROR:shell_integration_android.cc(12)] Not implemented reached in static ShellIntegration::DefaultWebClientSetPermission ShellIntegration::CanSetAsDefaultBrowser()
11-20 10:43:53.784   614  2988 I AccountManagerService: getTypesVisibleToCaller: isPermitted? true
11-20 10:43:54.008   190   190 E SELinux : avc:  denied  { find } for service=batteryproperties scontext=u:r:untrusted_app:s0:c512,c768 tcontext=u:object_r:healthd_service:s0 tclass=service_manager
11-20 10:43:54.028  8144  8219 W chromium: [WARNING:data_reduction_proxy_config.cc(627)] SPDY proxy OFF at startup
11-20 10:43:54.029  8144  8217 E chromium: [ERROR:process_posix.cc(369)] Not implemented reached in bool base::Process::SetProcessBackgrounded(bool)
11-20 10:43:54.039  8144  8144 I ChromeTabbedActivity: begin FirstRunFlowSequencer.checkIfFirstRunIsNecessary
11-20 10:43:54.040  8144  8144 I ChromeTabbedActivity: end FirstRunFlowSequencer.checkIfFirstRunIsNecessary
11-20 10:43:54.041  8144  8144 I ChromeTabbedActivity: in refreshSignIn before starting the sign-in processor
11-20 10:43:54.042  8144  8144 I AndroidEduAndChildAccountHelper: before checking child and EDU
11-20 10:43:54.042  8144  8144 I AndroidEduAndChildAccountHelper: returning from start
11-20 10:43:54.105  8144  8171 D ChromeSigninController: Already registered with GCM
11-20 10:43:54.142  3292  3292 I Keyboard.Facilitator: onFinishInput()
11-20 10:43:54.189  8144  8144 I AndroidEduAndChildAccountHelper: onChildAccountChecked
11-20 10:43:54.189  8144  8144 I AndroidEduAndChildAccountHelper: onSchoolCheckDone
11-20 10:43:54.189  8144  8144 I AndroidEduAndChildAccountHelper: parameters are ready
11-20 10:43:54.892  6217  6264 D audio_hw_primary: disable_audio_route: reset and update mixer path: low-latency-playback
11-20 10:43:54.892  6217  6264 D audio_hw_primary: disable_snd_device: snd_device(2: speaker)
11-20 10:43:55.204  8234  8258 I LibraryLoader: Time to load native libraries: 1308 ms (timestamps 4883-6191)
11-20 10:43:55.204  8234  8258 I LibraryLoader: Expected native library version number "45.0.2436.0",actual native library version number "45.0.2436.0"
11-20 10:43:55.205  8234  8258 I chromium: [INFO:library_loader_hooks.cc(118)] Chromium logging enabled: level = 0, default verbosity = 0
11-20 10:43:55.207  8234  8258 W art     : Attempt to remove non-JNI local reference, dumping thread
11-20 10:43:55.207  8234  8258 W art     : Attempt to remove non-JNI local reference, dumping thread
11-20 10:43:55.207  8234  8258 W chromium: [WARNING:memory_linux.cc(155)] Not feasible.
11-20 10:43:55.221  8234  8258 E libEGL  : validate_display:255 error 3008 (EGL_BAD_DISPLAY)
11-20 10:43:55.221  8234  8258 E libEGL  : validate_display:255 error 3008 (EGL_BAD_DISPLAY)
11-20 10:43:55.221  8234  8258 I Adreno-EGL: <qeglDrvAPI_eglInitialize:379>: QUALCOMM Build: 09/02/15, 76f806e, Ibddc658e36
11-20 10:43:55.242  8234  8258 E libEGL  : validate_display:255 error 3008 (EGL_BAD_DISPLAY)
11-20 10:43:55.286  8234  8283 I OMXClient: Using client-side OMX mux.
11-20 10:43:55.296  8196  8228 I LibraryLoader: Time to load native libraries: 1278 ms (timestamps 5005-6283)
11-20 10:43:55.296  8196  8228 I LibraryLoader: Expected native library version number "45.0.2436.0",actual native library version number "45.0.2436.0"
11-20 10:43:55.297  8196  8228 I chromium: [INFO:library_loader_hooks.cc(118)] Chromium logging enabled: level = 0, default verbosity = 0
11-20 10:43:55.298  8196  8228 W art     : Attempt to remove non-JNI local reference, dumping thread
11-20 10:43:55.299  8196  8228 W art     : Attempt to remove non-JNI local reference, dumping thread
11-20 10:43:55.299  8196  8228 W chromium: [WARNING:memory_linux.cc(155)] Not feasible.
11-20 10:43:55.321  8234  8283 E OMXMaster: A component of name 'OMX.qcom.audio.decoder.aac' already exists, ignoring this one.
11-20 10:43:55.349  8196  8228 I ResourceRequest::checkSetURLCyan: www.google.cz
11-20 10:43:55.350  8196  8228 I ResourceRequest::checkSetURLCyan: www.google.cz
11-20 10:43:55.352  8196  8228 I cyan    :  ResourceDispatcher::CreateRequest url:www.google.cz/search?q=cc&oq=cc&aqs=chrome..69i57j0l3.483j0j4&sourceid=chrome-mobile&espvd=1&ie=UTF-8&gws_rd=cr&ei=d-hOVsKzIYihUZK_lbgG
11-20 10:43:55.352  8196  8228 I cyan    :  ResourceDispatcher::CreateRequest frame_origin:
11-20 10:43:55.352  8196  8228 I ResourceRequest::checkSetURLCyan: www.google.cz
11-20 10:43:55.353  8144  8219 I cyan    :  ResourceDispatcherHostImpl::BeginRequest www.google.cz/search?q=cc&oq=cc&aqs=chrome..69i57j0l3.483j0j4&sourceid=chrome-mobile&espvd=1&ie=UTF-8&gws_rd=cr&ei=d-hOVsKzIYihUZK_lbgG
11-20 10:43:55.353  8144  8219 I cyan    : requested url: www.google.cz/search?q=cc&oq=cc&aqs=chrome..69i57j0l3.483j0j4&sourceid=chrome-mobile&espvd=1&ie=UTF-8&gws_rd=cr&ei=d-hOVsKzIYihUZK_lbgG allowed
11-20 10:43:55.354  8144  8219 I cyan    : ResourceDispatcherHostImpl Refferer
11-20 10:43:55.368  8144  8219 V Cyan JNI: java Called from C++
11-20 10:43:55.391  8144  8219 V Cyan JNI: java Called from C++
11-20 10:43:55.520  8144  8144 I chromium: [INFO:SkUtilsArm.cpp(126)] Device supports ARM NEON instructions!
11-20 10:43:55.520  8144  8144 I chromium:
11-20 10:43:55.599  8144  8144 I chromium: [INFO:CONSOLE(1)] "The key "" is not recognized and ignored.", source: https://www.google.cz/search?q=cc&oq=cc&aqs=chrome..69i57j0l3.483j0j4&sourceid=chrome-mobile&espvd=1&ie=UTF-8&gws_rd=cr&ei=d-hOVsKzIYihUZK_lbgG (1)
11-20 10:43:55.681  8196  8228 I ResourceRequest::checkSetURLCyan: www.google.cz
11-20 10:43:55.682  8196  8228 I cyan    :  ResourceDispatcher::CreateRequest url:www.google.cz/images/nav_logo242_hr.png
11-20 10:43:55.682  8196  8228 I cyan    :  ResourceDispatcher::CreateRequest frame_origin: www.google.cz/
11-20 10:43:55.683  8144  8219 I cyan    :  ResourceDispatcherHostImpl::BeginRequest www.google.cz/images/nav_logo242_hr.png
11-20 10:43:55.683  8144  8219 I cyan    : requested url: www.google.cz/images/nav_logo242_hr.png allowed
11-20 10:43:55.684  8144  8219 I cyan    : ResourceDispatcherHostImpl Refferer www.google.cz/
11-20 10:43:55.718  8196  8228 I chromium: [INFO:SkFontMgr_android.cpp(134)] Requested font file /system/fonts/NanumGothic.ttf does not exist or cannot be opened.
11-20 10:43:55.718  8196  8228 I chromium:
11-20 10:43:55.718  8196  8228 I chromium: [INFO:SkFontMgr_android.cpp(134)] Requested font file /system/fonts/DroidSansFallback.ttf does not exist or cannot be opened.
11-20 10:43:55.718  8196  8228 I chromium:
11-20 10:43:55.718  8196  8228 I chromium: [INFO:SkFontMgr_android.cpp(134)] Requested font file /system/fonts/MTLmr3m.ttf does not exist or cannot be opened.
11-20 10:43:55.718  8196  8228 I chromium:
11-20 10:43:55.747  8196  8228 I chromium: [INFO:SkUtilsArm.cpp(126)] Device supports ARM NEON instructions!
11-20 10:43:55.747  8196  8228 I chromium:
11-20 10:43:56.232  8196  8228 I ResourceRequest::checkSetURLCyan: www.google.cz
11-20 10:43:56.233  8196  8228 I cyan    :  ResourceDispatcher::CreateRequest url:www.google.cz/xjs/_/js/k=xjs.qs.cs.Ggx5NLKiS8k.O/m=sx,c,elog,cdos,sb_mob,mbsf,hsm,r,qsm,j,icr,jsa,d,csi/am=cEcQAAMHADM0Ms40gBKQEAQ/rt=j/d=1/t=zcms/rs=ACT90oEQgi-aw84MxFJs-S7K8x13ykAAcA
11-20 10:43:56.233  8196  8228 I cyan    :  ResourceDispatcher::CreateRequest frame_origin: www.google.cz/
11-20 10:43:56.234  8144  8219 I cyan    :  ResourceDispatcherHostImpl::BeginRequest www.google.cz/xjs/_/js/k=xjs.qs.cs.Ggx5NLKiS8k.O/m=sx,c,elog,cdos,sb_mob,mbsf,hsm,r,qsm,j,icr,jsa,d,csi/am=cEcQAAMHADM0Ms40gBKQEAQ/rt=j/d=1/t=zcms/rs=ACT90oEQgi-aw84MxFJs-S7K8x13ykAAcA
11-20 10:43:56.234  8144  8219 I cyan    : requested url: www.google.cz/xjs/_/js/k=xjs.qs.cs.Ggx5NLKiS8k.O/m=sx,c,elog,cdos,sb_mob,mbsf,hsm,r,qsm,j,icr,jsa,d,csi/am=cEcQAAMHADM0Ms40gBKQEAQ/rt=j/d=1/t=zcms/rs=ACT90oEQgi-aw84MxFJs-S7K8x13ykAAcA allowed
11-20 10:43:56.234  8144  8219 I cyan    : ResourceDispatcherHostImpl Refferer www.google.cz/
11-20 10:43:56.828  8144  8144 F chromium: [FATAL:blink_event_util.cc(120)] Check failed: orientation_deg > -90.01f (-180 vs. -90.01)
11-20 10:43:56.828  8144  8144 F chromium: #00 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #01 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #02 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #03 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #04 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #05 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #06 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #07 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #08 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #09 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #10 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #11 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #12 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #13 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #14 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #15 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #16 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #17 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #18 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #19 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #20 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #21 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #22 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #23 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #24 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #25 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #26 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #27 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #28 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #29 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #30 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #31 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #32 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #33 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #34 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #35 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #36 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #37 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #38 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #39 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #40 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #41 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #42 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #43 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #44 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #45 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #46 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.828  8144  8144 F chromium: #47 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0
--------- beginning of crash
11-20 10:43:56.829  8144  8144 F libc    : Fatal signal 6 (SIGABRT), code -6 in tid 8144 (chromium.chrome)
11-20 10:43:56.930 24854 24854 F DEBUG   : *** *** *** *** *** *** *** *** *** *** *** *** *** *** *** ***
11-20 10:43:56.931 24854 24854 F DEBUG   : Build fingerprint: 'google/razor/flo:6.0/MRA58V/2324235:user/release-keys'
11-20 10:43:56.931 24854 24854 F DEBUG   : Revision: '0'
11-20 10:43:56.931 24854 24854 F DEBUG   : ABI: 'arm'
11-20 10:43:56.931 24854 24854 F DEBUG   : pid: 8144, tid: 8144, name: chromium.chrome  >>> org.chromium.chrome <<<
11-20 10:43:56.931 24854 24854 F DEBUG   : signal 6 (SIGABRT), code -6 (SI_TKILL), fault addr --------
11-20 10:43:56.961 24854 24854 F DEBUG   : Abort message: '[FATAL:blink_event_util.cc(120)] Check failed: orientation_deg > -90.01f (-180 vs. -90.01)
11-20 10:43:56.961 24854 24854 F DEBUG   : #00 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.961 24854 24854 F DEBUG   : #01 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.961 24854 24854 F DEBUG   : #02 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.961 24854 24854 F DEBUG   : #03 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+0x000c7b5f
11-20 10:43:56.961 24854 24854 F DEBUG   : #04 0xa9b28b5f /data/app/org.chromium.chrome-1/lib/arm/libc++_shared.so+
11-20 10:43:56.961 24854 24854 F DEBUG   :     r0 00000000  r1 00001fd0  r2 00000006  r3 b6f79b7c
11-20 10:43:56.961 24854 24854 F DEBUG   :     r4 b6f79b84  r5 b6f79b34  r6 0000000b  r7 0000010c
11-20 10:43:56.962 24854 24854 F DEBUG   :     r8 beee572c  r9 beee5290  sl 00000000  fp 0000000a
11-20 10:43:56.962 24854 24854 F DEBUG   :     ip 00000006  sp beee5120  lr b6ce8af1  pc b6cea6a4  cpsr 400e0010
11-20 10:43:56.986 24854 24854 F DEBUG   :
11-20 10:43:56.986 24854 24854 F DEBUG   : backtrace:
11-20 10:43:56.986 24854 24854 F DEBUG   :     #00 pc 000416a4  /system/lib/libc.so (tgkill+12)
11-20 10:43:56.986 24854 24854 F DEBUG   :     #01 pc 0003faed  /system/lib/libc.so (pthread_kill+32)
11-20 10:43:56.986 24854 24854 F DEBUG   :     #02 pc 0001c30f  /system/lib/libc.so (raise+10)
11-20 10:43:56.987 24854 24854 F DEBUG   :     #03 pc 000194c1  /system/lib/libc.so (__libc_android_abort+34)
11-20 10:43:56.987 24854 24854 F DEBUG   :     #04 pc 000174ac  /system/lib/libc.so (abort+4)
11-20 10:43:56.987 24854 24854 F DEBUG   :     #05 pc 00065909  /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so (base::debug::BreakDebugger()+8)
11-20 10:43:56.987 24854 24854 F DEBUG   :     #06 pc 000781e5  /data/app/org.chromium.chrome-1/lib/arm/libbase.cr.so (logging::LogMessage::~LogMessage()+536)
11-20 10:43:56.987 24854 24854 F DEBUG   :     #07 pc 00789b77  /data/app/org.chromium.chrome-1/lib/arm/libcontent.cr.so
11-20 10:43:56.987 24854 24854 F DEBUG   :     #08 pc 004e87f5  /data/app/org.chromium.chrome-1/lib/arm/libcontent.cr.so (content::RenderWidgetHostViewAndroid::OnTouchEvent(ui::MotionEvent const&)+128)
11-20 10:43:56.987 24854 24854 F DEBUG   :     #09 pc 0034550b  /data/app/org.chromium.chrome-1/lib/arm/libcontent.cr.so
11-20 10:43:56.987 24854 24854 F DEBUG   :     #10 pc 003455d3  /data/app/org.chromium.chrome-1/lib/arm/libcontent.cr.so (Java_org_chromium_content_browser_ContentViewCore_nativeOnTouchEvent+178)
11-20 10:43:56.987 24854 24854 F DEBUG   :     #11 pc 012e2707  /data/app/org.chromium.chrome-1/oat/arm/base.odex (offset 0x97c000) (boolean org.chromium.content.browser.ContentViewCore.nativeOnTouchEvent(long, android.view.MotionEvent, long, int, int, int, int, float, float, float, float, int, int, float, float, float, float, float, float, float, float, int, int, int, int, boolean)+370)
11-20 10:43:56.988 24854 24854 F DEBUG   :     #12 pc 012e58ed  /data/app/org.chromium.chrome-1/oat/arm/base.odex (offset 0x97c000) (boolean org.chromium.content.browser.ContentViewCore.onTouchEventImpl(android.view.MotionEvent, boolean)+2560)
11-20 10:43:56.988 24854 24854 F DEBUG   :     #13 pc 012ed6b7  /data/app/org.chromium.chrome-1/oat/arm/base.odex (offset 0x97c000) (boolean org.chromium.content.browser.ContentViewCore.onTouchEvent(android.view.MotionEvent)+82)
11-20 10:43:56.988 24854 24854 F DEBUG   :     #14 pc 012dafbd  /data/app/org.chromium.chrome-1/oat/arm/base.odex (offset 0x97c000) (boolean org.chromium.content.browser.ContentView.onTouchEvent(android.view.MotionEvent)+64)
11-20 10:43:56.988 24854 24854 F DEBUG   :     #15 pc 73877e99  /data/dalvik-cache/arm/system@framework@boot.oat (offset 0x1eb1000)
11-20 10:43:58.392   614  8336 W ActivityManager:   Force finishing activity org.chromium.chrome/.browser.ChromeTabbedActivity
11-20 10:43:58.393 24854 24854 F DEBUG   :
11-20 10:43:58.393 24854 24854 F DEBUG   : Tombstone written to: /data/tombstones/tombstone_00
11-20 10:43:58.393 24854 24854 E DEBUG   : AM write failed: Broken pipe
11-20 10:43:58.394   614   669 I BootReceiver: Copying /data/tombstones/tombstone_00 to DropBox (SYSTEM_TOMBSTONE)
11-20 10:43:58.461   614  2993 I WindowState: WIN DEATH: Window{85cb1dd u0 org.chromium.chrome/org.chromium.chrome.browser.ChromeTabbedActivity}
11-20 10:43:58.464   614  2990 D GraphicsStats: Buffer count: 10
11-20 10:43:58.465   614  2768 D WifiService: Client connection lost with reason: 4
11-20 10:43:58.467   614   973 I InputDispatcher: Dropping event because there is no touchable window at (264, 1460).
11-20 10:43:58.468   614  7328 I WindowState: WIN DEATH: Window{122a261 u0 SurfaceView}
11-20 10:43:58.469   614   973 I InputDispatcher: Dropping event because there is no touchable window at (223, 1110).
11-20 10:43:58.575   614   623 I art     : Background partial concurrent mark sweep GC freed 16992(1232KB) AllocSpace objects, 16(1280KB) LOS objects, 33% free, 26MB/40MB, paused 2.258ms total 143.310ms
11-20 10:43:58.695   614  2986 E libprocessgroup: failed to kill 1 processes for processgroup 8144
11-20 10:43:58.695   614  2986 I ActivityManager: Process org.chromium.chrome (pid 8144) has died
11-20 10:43:58.698  8196  8196 I ChildProcessService: Destroying ChildProcessService pid=8196
11-20 10:43:58.700  8234  8234 I ChildProcessService: Destroying ChildProcessService pid=8234
11-20 10:43:58.701   614  2986 I ActivityManager: Killing 8196:org.chromium.chrome:sandboxed_process0/u0a577i237 (adj 0): isolated not needed
11-20 10:43:58.701   614  2986 W libprocessgroup: failed to open /acct/uid_10577/pid_8196/cgroup.procs: No such file or directory
11-20 10:43:58.719   614   980 I OpenGLRenderer: Initialized EGL, version 1.4
11-20 10:43:58.853   206   206 I Zygote  : Process 8144 exited due to signal (6)
11-20 10:43:58.933   614  2991 I ActivityManager: Process org.chromium.chrome:privileged_process0 (pid 8234) has died
11-20 10:43:58.963   614   703 D NetlinkSocketObserver: NeighborEvent{elapsedMs=737872692, 10.0.0.139, [40F2E9760EF1], RTM_NEWNEIGH, NUD_PROBE}
11-20 10:43:59.053   614   703 D NetlinkSocketObserver: NeighborEvent{elapsedMs=737872782, 10.0.0.138, [4C5E0CE0B053], RTM_NEWNEIGH, NUD_REACHABLE}
11-20 10:43:59.371   614   671 W WindowAnimator: Failed to dispatch window animation state change.
11-20 10:43:59.371   614   671 W WindowAnimator: android.os.DeadObjectException
11-20 10:43:59.371   614   671 W WindowAnimator:     at android.os.BinderProxy.transactNative(Native Method)
11-20 10:43:59.371   614   671 W WindowAnimator:     at android.os.BinderProxy.transact(Binder.java:503)
11-20 10:43:59.371   614   671 W WindowAnimator:     at android.view.IWindow$Stub$Proxy.onAnimationStopped(IWindow.java:534)
11-20 10:43:59.371   614   671 W WindowAnimator:     at com.android.server.wm.WindowAnimator.updateWindowsLocked(WindowAnimator.java:286)
11-20 10:43:59.371   614   671 W WindowAnimator:     at com.android.server.wm.WindowAnimator.animateLocked(WindowAnimator.java:678)
11-20 10:43:59.371   614   671 W WindowAnimator:     at com.android.server.wm.WindowAnimator.-wrap0(WindowAnimator.java)
11-20 10:43:59.371   614   671 W WindowAnimator:     at com.android.server.wm.WindowAnimator$1.doFrame(WindowAnimator.java:123)
11-20 10:43:59.371   614   671 W WindowAnimator:     at android.view.Choreographer$CallbackRecord.run(Choreographer.java:856)
11-20 10:43:59.371   614   671 W WindowAnimator:     at android.view.Choreographer.doCallbacks(Choreographer.java:670)
11-20 10:43:59.371   614   671 W WindowAnimator:     at android.view.Choreographer.doFrame(Choreographer.java:603)
11-20 10:43:59.371   614   671 W WindowAnimator:     at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:844)
11-20 10:43:59.371   614   671 W WindowAnimator:     at android.os.Handler.handleCallback(Handler.java:739)
11-20 10:43:59.371   614   671 W WindowAnimator:     at android.os.Handler.dispatchMessage(Handler.java:95)
11-20 10:43:59.371   614   671 W WindowAnimator:     at android.os.Looper.loop(Looper.java:148)
11-20 10:43:59.371   614   671 W WindowAnimator:     at android.os.HandlerThread.run(HandlerThread.java:61)
11-20 10:43:59.371   614   671 W WindowAnimator:     at com.android.server.ServiceThread.run(ServiceThread.java:46)
11-20 10:43:59.372   614   671 W WindowAnimator: Failed to dispatch window animation state change.
11-20 10:43:59.372   614   671 W WindowAnimator: android.os.DeadObjectException
11-20 10:43:59.372   614   671 W WindowAnimator:     at android.os.BinderProxy.transactNative(Native Method)
11-20 10:43:59.372   614   671 W WindowAnimator:     at android.os.BinderProxy.transact(Binder.java:503)
11-20 10:43:59.372   614   671 W WindowAnimator:     at android.view.IWindow$Stub$Proxy.onAnimationStopped(IWindow.java:534)
11-20 10:43:59.372   614   671 W WindowAnimator:     at com.android.server.wm.WindowAnimator.updateWindowsLocked(WindowAnimator.java:286)
11-20 10:43:59.372   614   671 W WindowAnimator:     at com.android.server.wm.WindowAnimator.animateLocked(WindowAnimator.java:678)
11-20 10:43:59.372   614   671 W WindowAnimator:     at com.android.server.wm.WindowAnimator.-wrap0(WindowAnimator.java)
11-20 10:43:59.372   614   671 W WindowAnimator:     at com.android.server.wm.WindowAnimator$1.doFrame(WindowAnimator.java:123)
11-20 10:43:59.372   614   671 W WindowAnimator:     at android.view.Choreographer$CallbackRecord.run(Choreographer.java:856)
11-20 10:43:59.372   614   671 W WindowAnimator:     at android.view.Choreographer.doCallbacks(Choreographer.java:670)
11-20 10:43:59.372   614   671 W WindowAnimator:     at android.view.Choreographer.doFrame(Choreographer.java:603)
11-20 10:43:59.372   614   671 W WindowAnimator:     at android.view.Choreographer$FrameDisplayEventReceiver.run(Choreographer.java:844)
11-20 10:43:59.372   614   671 W WindowAnimator:     at android.os.Handler.handleCallback(Handler.java:739)
11-20 10:43:59.372   614   671 W WindowAnimator:     at android.os.Handler.dispatchMessage(Handler.java:95)
11-20 10:43:59.372   614   671 W WindowAnimator:     at android.os.Looper.loop(Looper.java:148)
11-20 10:43:59.372   614   671 W WindowAnimator:     at android.os.HandlerThread.run(HandlerThread.java:61)
11-20 10:43:59.372   614   671 W WindowAnimator:     at com.android.server.ServiceThread.run(ServiceThread.java:46)
11-20 10:43:59.919  6217  6264 D audio_hw_primary: out_set_parameters: enter: usecase(1: low-latency-playback) kvpairs: routing=2
11-20 10:43:59.931  6217  6263 D audio_hw_primary: select_devices: out_snd_device(2: speaker) in_snd_device(0: none)
11-20 10:43:59.931  6217  6263 D ACDB-LOADER: ACDB -> send_afe_cal
11-20 10:43:59.931  6217  6263 D audio_hw_primary: enable_snd_device: snd_device(2: speaker)
11-20 10:43:59.933   614   980 E Surface : getSlotFromBufferLocked: unknown buffer: 0x98792b10
11-20 10:43:59.939  6217  6263 D audio_hw_primary: enable_audio_route: apply and update mixer path: low-latency-playback
11-20 10:43:59.940   614  2992 W InputMethodManagerService: Got RemoteException sending setActive(false) notification to pid 8144 uid 10577
11-20 10:43:59.942  3292  3292 I Keyboard.Facilitator: onFinishInput()
11-20 10:44:00.123   614   671 W AppOps  : Finishing op nesting under-run: uid 1000 pkg android code 24 time=1447161795230 duration=2223 nesting=0
11-20 10:44:00.459  3400  3601 W OpenGLRenderer: Incorrectly called buildLayer on View: ShortcutAndWidgetContainer, destroying layer...

Reply all
Reply to author
Forward
0 new messages