The browser is an example demo from QtWebengine 5.9.1. I cross compile
it and run it on my arm linux board. The version of the linux kernel is
3.6.5 ,which not support sandbox ,so i disabled it. The browser's build
arguments is march=armv7a, mfpu=vfpv3, mfloat-abi=softfp. But the linux
kernel was built with soft float(When i build it with vfp ,it cann't
start up). The arm cpu is contex-A9 with VFPv3 and NEON, without gpu(I
use mesa library instead).

Everytime when i run the browser, the render process will exit with some
code ,such as 9,11,256.

I got the error logs:
The first type is 
"[2109:2111:0901/175748.014628:FATAL:picture_layer_impl.cc(1254)] Check failed: 
min_contents_scale > 0.f (0.0625 vs. 0)"
The second type is " Received signal 11 SEGV_MAPERR 000000000000".

I debug the browser found that the error may occur in module cc, or
module blink, or module base.

I guess the basic error is the float calculation error which check
0.0625 > 0.f get false or calculate log(1000) get a mistake.

Additionally, the QtWebKit browser can run normally on my board. I build
the two browser together. The difference is the QtWebEngine browser use
FPU, GPU and sandbox which QtWebKit not use.

Maybe the error was caused by my board, not the QtWebEngine browser. I
try many times but don't know how to solve it.

Thank you.

-- 
You received this bug notification because you are a member of Desktop
Packages, which is subscribed to chromium-browser in Ubuntu.
https://bugs.launchpad.net/bugs/1702407

Title:
  Startup crash after upgrading to 59.0.3071.109 on
  trusty/xenial/yakkety

Status in chromium-browser package in Ubuntu:
  Fix Released
Status in chromium-browser package in Debian:
  Fix Released

Bug description:
  $ apt-cache policy chromium-browser
  chromium-browser:
    Installed: 59.0.3071.109-0ubuntu0.16.04.1289
    Candidate: 59.0.3071.109-0ubuntu0.16.04.1289
    Version table:
   *** 59.0.3071.109-0ubuntu0.16.04.1289 500
          500 http://archive.ubuntu.com/ubuntu xenial-updates/universe amd64 
Packages
          500 http://archive.ubuntu.com/ubuntu xenial-security/universe amd64 
Packages
          100 /var/lib/dpkg/status
       49.0.2623.108-0ubuntu1.1233 500
          500 http://archive.ubuntu.com/ubuntu xenial/universe amd64 Packages

  $ chromium-browser
  Using PPAPI flash.
   --ppapi-flash-path=/usr/lib/adobe-flashplugin/libpepflashplayer.so 
--ppapi-flash-version=
  Received signal 11 SEGV_MAPERR 000000000010
  #0 0x7f8cc1af5425 base::debug::StackTrace::StackTrace()
  #1 0x7f8cc1af580b <unknown>
  #2 0x7f8cc1e20390 <unknown>
  #3 0x5619ce286dc8 <unknown>
  #4 0x5619ce289656 <unknown>
  #5 0x5619ce289df9 <unknown>
  #6 0x5619ce28a143 <unknown>
  #7 0x7f8cc1b70821 <unknown>
  #8 0x7f8cc1af6eea base::debug::TaskAnnotator::RunTask()
  #9 0x7f8cc1b1fe90 base::MessageLoop::RunTask()
  #10 0x7f8cc1b2197d base::MessageLoop::DeferOrRunPendingTask()
  #11 0x7f8cc1b2283d <unknown>
  #12 0x7f8cc1b23300 base::MessagePumpLibevent::Run()
  #13 0x7f8cc1b1ef15 base::MessageLoop::RunHandler()
  #14 0x7f8cc1b49628 base::RunLoop::Run()
  #15 0x7f8cc1b75e36 base::Thread::ThreadMain()
  #16 0x7f8cc1b70726 <unknown>
  #17 0x7f8cc1e166ba start_thread
  #18 0x7f8cab4c53dd clone
    r8: 000000000000002e  r9: 00005619cfcdd6ec r10: 0000000000000000 r11: 
00007f8cab552f50
   r12: 00007f8c1b0d1ff0 r13: 0000000000000008 r14: 0000000000000008 r15: 
00007f8c1b0d1eb0
    di: 0000000000000000  si: 00007f8c1b0d1eb0  bp: 00007f8c1b0d1f00  bx: 
00007f8c1b0d1eb0
    dx: 0000000000000061  ax: 0000000000000000  cx: 00007f8bf0047070  sp: 
00007f8c1b0d1e60
    ip: 00005619ce286dc8 efl: 0000000000010206 cgf: 0000000000000033 erf: 
0000000000000004
   trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000010
  [end of stack trace]

  Quits <1s after starting on desktop.  Output from terminal-based launch is 
above.
  Worked earlier today before updating.

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/chromium-browser/+bug/1702407/+subscriptions

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to