Hi.

I'm having the same problem:

Chromium 59.0.3071.86 Built on Ubuntu , running on Ubuntu 16.04

This is the output from terminal:

Received signal 11 SEGV_MAPERR 000000000010
#0 0x7fb63985b425 base::debug::StackTrace::StackTrace()
#1 0x7fb63985b80b <unknown>
#2 0x7fb639b86390 <unknown>
#3 0x5602ce752d68 <unknown>
#4 0x5602ce7555f6 <unknown>
#5 0x5602ce755d99 <unknown>
#6 0x5602ce7560e3 <unknown>
#7 0x7fb6398d6821 <unknown>
#8 0x7fb63985ceea base::debug::TaskAnnotator::RunTask()
#9 0x7fb639885e90 base::MessageLoop::RunTask()
#10 0x7fb63988797d base::MessageLoop::DeferOrRunPendingTask()
#11 0x7fb63988883d <unknown>
#12 0x7fb639889300 base::MessagePumpLibevent::Run()
#13 0x7fb639884f15 base::MessageLoop::RunHandler()
#14 0x7fb6398af628 base::RunLoop::Run()
#15 0x7fb6398dbe36 base::Thread::ThreadMain()
#16 0x7fb6398d6726 <unknown>
#17 0x7fb639b7c6ba start_thread
#18 0x7fb62322b3dd clone
  r8: 000000000000002e  r9: 00005602d01a958c r10: 0000000000000000 r11: 
00007fb6232b8f50
 r12: 00007fb591ff8ff0 r13: 0000000000000008 r14: 0000000000000008 r15: 
00007fb591ff8eb0
  di: 0000000000000000  si: 00007fb591ff8eb0  bp: 00007fb591ff8f00  bx: 
00007fb591ff8eb0
  dx: 000000000000005e  ax: 0000000000000000  cx: 00005602d2aaf950  sp: 
00007fb591ff8e60
  ip: 00005602ce752d68 efl: 0000000000010206 cgf: 0000000000000033 erf: 
0000000000000004
 trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000010
[end of stack trace]
Calling _exit(1). Core file will not be generated.

I've tried to install the suggested debug package, so I can't collect a
better output either. It's complaining that I'm using an unmet version
of Chromium. I'm not using a nightly build or any kind newer than the
one available in the official repository - at least that I know of:

$ sudo apt install chromium-browser-dbgsym
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
 chromium-browser-dbgsym : Depends: chromium-browser (= 
58.0.3029.110-0ubuntu0.16.04.1281) but 59.0.3071.86-0ubuntu0.16.04.1285 is to 
be installed
E: Unable to correct problems, you have held broken packages.

The only repo for chromium that I can find on my system is
/etc/apt/sources.list.d/canonical-chromium-builds-ubuntu-stage-
xenial.list:

deb http://ppa.launchpad.net/canonical-chromium-builds/stage/ubuntu
xenial main

-- 
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/1696207

Title:
  Chromium crash

Status in chromium-browser package in Ubuntu:
  Incomplete

Bug description:
  Hello,
  when I launch chromium it directly chrashed.

  here is the output in shell :
  $ chromium-browser 
  Using PPAPI flash.
   --ppapi-flash-path=/usr/lib/adobe-flashplugin/libpepflashplayer.so 
--ppapi-flash-version=
  [28653:28653:0606/204731.748793:ERROR:display_info_provider_aura.cc(31)] Not 
implemented reached in virtual void 
extensions::DisplayInfoProviderAura::UpdateDisplayUnitInfoForPlatform(const 
display::Display&, extensions::api::system_display::DisplayUnitInfo*)
  Received signal 11 SEGV_MAPERR 000000000010
  #0 0x7f6bda027d77 base::debug::StackTrace::StackTrace()
  #1 0x7f6bda028163 <unknown>
  #2 0x7f6bda349630 <unknown>
  #3 0x5598a6fcf3f8 <unknown>
  #4 0x5598a6fd09b1 <unknown>
  #5 0x5598a6fd1033 <unknown>
  #6 0x5598a6fd15c7 <unknown>
  #7 0x7f6bda09eea4 <unknown>
  #8 0x7f6bda0292b8 base::debug::TaskAnnotator::RunTask()
  #9 0x7f6bda04f210 base::MessageLoop::RunTask()
  #10 0x7f6bda050e4d base::MessageLoop::DeferOrRunPendingTask()
  #11 0x7f6bda051c6d <unknown>
  #12 0x7f6bda052700 base::MessagePumpLibevent::Run()
  #13 0x7f6bda04e5f2 base::MessageLoop::RunHandler()
  #14 0x7f6bda079748 base::RunLoop::Run()
  #15 0x7f6bda0a4056 base::Thread::ThreadMain()
  #16 0x7f6bda09edc6 <unknown>
  #17 0x7f6bda33f6ca start_thread
  #18 0x7f6bc49470af clone
    r8: 00007f6b3c491ab0  r9: 00007f6b3c4c8270 r10: 0000000000000000 r11: 
00007f6bc49d1710
   r12: 00007f6b17ffdf20 r13: 0000000000000008 r14: 0000000000000008 r15: 
00007f6b17ffdf20
    di: 0000000000000000  si: 00007f6b17ffdf20  bp: 0000000000000000  bx: 
00007f6b17ffe030
    dx: 0000000000000001  ax: 00007f6bc54acfd8  cx: 00007f6b17ffde90  sp: 
00007f6b17ffded0
    ip: 00005598a6fcf3f8 efl: 0000000000010202 cgf: 002b000000000033 erf: 
0000000000000004
   trp: 000000000000000e msk: 0000000000000000 cr2: 0000000000000010
  [end of stack trace]
  Calling _exit(1). Core file will not be generated.

  ProblemType: Bug
  DistroRelease: Ubuntu 16.10
  Package: chromium-browser 58.0.3029.110-0ubuntu0.16.10.1349
  ProcVersionSignature: Ubuntu 4.8.0-53.56-generic 4.8.17
  Uname: Linux 4.8.0-53-generic x86_64
  ApportVersion: 2.20.3-0ubuntu8.3
  Architecture: amd64
  CurrentDesktop: Unity
  DRM.card0-DP-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-DP-2:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-HDMI-A-1:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-HDMI-A-2:
   enabled: disabled
   dpms: Off
   status: disconnected
   edid-base64: 
   modes:
  DRM.card0-eDP-1:
   enabled: enabled
   dpms: On
   status: connected
   edid-base64: 
AP///////wAw5O0DAAAAAAAWAQSVHBB4ChClllhXjyggUFQAAAABAQEBAQEBAQEBAQEBAQEBOB1W1FAAFjAwICUAFZwQAAAZAAAAAAAAAAAAAAAAAAAAAAAAAAAA/gBMRyBEaXNwbGF5CiAgAAAA/gBMUDEyNVdIMi1TUFQxAJI=
   modes: 1366x768
  Date: Tue Jun  6 20:43:42 2017
  Desktop-Session:
   'ubuntu'
   
'/etc/xdg/xdg-ubuntu:/usr/share/upstart/systemd-session:/usr/share/upstart/xdg:/etc/xdg'
   '/usr/share/ubuntu:/usr/local/share/:/usr/share/:/var/lib/snapd/desktop'
  DetectedPlugins:
   
  EcryptfsInUse: Yes
  Env:
   'None'
   'None'
  InstallationDate: Installed on 2015-11-16 (568 days ago)
  InstallationMedia: Ubuntu 15.10 "Wily Werewolf" - Release amd64 (20151021)
  Load-Avg-1min: 0.90
  Load-Processes-Running-Percent:   0.2%
  MachineType: LENOVO 20CMCTO1WW
  ProcKernelCmdLine: BOOT_IMAGE=/vmlinuz-4.8.0-53-generic.efi.signed 
root=/dev/mapper/ubuntu--vg-root ro noprompt persistent quiet splash 
vt.handoff=7
  SourcePackage: chromium-browser
  UpgradeStatus: No upgrade log present (probably fresh install)
  dmi.bios.date: 06/19/2015
  dmi.bios.vendor: LENOVO
  dmi.bios.version: N10ET36W (1.15 )
  dmi.board.asset.tag: Not Available
  dmi.board.name: 20CMCTO1WW
  dmi.board.vendor: LENOVO
  dmi.board.version: SDK0E50510 WIN
  dmi.chassis.asset.tag: No Asset Information
  dmi.chassis.type: 10
  dmi.chassis.vendor: LENOVO
  dmi.chassis.version: None
  dmi.modalias: 
dmi:bvnLENOVO:bvrN10ET36W(1.15):bd06/19/2015:svnLENOVO:pn20CMCTO1WW:pvrThinkPadX250:rvnLENOVO:rn20CMCTO1WW:rvrSDK0E50510WIN:cvnLENOVO:ct10:cvrNone:
  dmi.product.name: 20CMCTO1WW
  dmi.product.version: ThinkPad X250
  dmi.sys.vendor: LENOVO
  gconf-keys: /desktop/gnome/applications/browser/exec = 
b'firefox\n'/desktop/gnome/url-handlers/https/command = b'sensible-browser 
%s\n'/desktop/gnome/url-handlers/https/enabled = 
b'true\n'/desktop/gnome/url-handlers/http/command = b'sensible-browser 
%s\n'/desktop/gnome/url-handlers/http/enabled = 
b'true\n'/desktop/gnome/session/required_components/windowmanager = 
b''/apps/metacity/general/compositing_manager = 
b''/desktop/gnome/interface/icon_theme = 
b'gnome\n'/desktop/gnome/interface/gtk_theme = b'Clearlooks\n'
  modified.conffile..etc.default.chromium-browser: [deleted]

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

-- 
Mailing list: https://launchpad.net/~desktop-packages
Post to     : desktop-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~desktop-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to