Comment 11 for bug 1257462

Revision history for this message
David R. Wilson (david-9ei9nyjpwdexk1if796soz1u44j) wrote :

Some testing on odroid C2:

Chromium browser with no extensions:
droid@odroid64:~$ chromium-browser --disable-extensions
Gtk-Message: Failed to load module "gail"
Gtk-Message: Failed to load module "atk-bridge"
Gtk-Message: Failed to load module "canberra-gtk-module"
Gtk-Message: Failed to load module "topmenu-gtk-module"
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
xdg-settings: invalid operation
Try 'xdg-settings --help' for more information.
Segmentation fault
odroid@odroid64:~$ [3:3:0100/000000:FATAL:zygote_linux.cc(510)] Check failed: len > 0 (0 vs. 0)
#0 0x0000f42cd7c2 base::debug::StackTrace::StackTrace()
#1 0x0000f42e074a logging::LogMessage::~LogMessage()
#2 0x0000f64e72c2 <unknown>
#3 0x0000f64e79dc <unknown>
#4 0x0000f64e7b9e <unknown>
#5 0x0000f64e7e88 <unknown>
#6 0x0000f64e819a <unknown>
#7 0x0000f64e8f04 <unknown>
#8 0x0000f6280222 <unknown>
#9 0x0000f62806fc <unknown>
#10 0x0000f627ffd2 content::ContentMain()
#11 0x0000ab38e430 <unknown>
#12 0x0000f29268aa __libc_start_main

Received signal 6
#0 0x0000f42cd7c2 base::debug::StackTrace::StackTrace()
#1 0x0000f42cdaac <unknown>
#2 0x0000f2935260 <unknown>
#3 0x0000f2926af6 <unknown>
#4 0x0000f2934638 gsignal
#5 0x0000f293533a abort
[end of stack trace]
[21793:21793:0330/191623:ERROR:sandbox_linux.cc(334)] InitializeSandbox() called with multiple threads in process gpu-process

Chromium Browser started with sudo:
odroid@odroid64:~$ sudo chromium-browser
[1:1:0330/190058:FATAL:setuid_sandbox_client.cc(126)] Check failed: IsFileSystemAccessDenied().
#0 0x0000f44e37c2 base::debug::StackTrace::StackTrace()
#1 0x0000f44f674a logging::LogMessage::~LogMessage()
#2 0x0000f3a742ae sandbox::SetuidSandboxClient::ChrootMe()
#3 0x0000f66fede0 <unknown>
#4 0x0000f6496222 <unknown>
#5 0x0000f64966fc <unknown>
#6 0x0000f6495fd2 content::ContentMain()
#7 0x0000ab328430 <unknown>
#8 0x0000f2b3c8aa __libc_start_main

Received signal 6
#0 0x0000f44e37c2 base::debug::StackTrace::StackTrace()
#1 0x0000f44e3aac <unknown>
#2 0x0000f2b4b260 <unknown>
#3 0x0000f2b3caf6 <unknown>
#4 0x0000f2b4a638 gsignal
#5 0x0000f2b4b33a abort
[end of stack trace]

Chromium Browser started as a regular user:
droid@odroid64:~$ chromium-browser
Gtk-Message: Failed to load module "gail"
Gtk-Message: Failed to load module "atk-bridge"
Gtk-Message: Failed to load module "canberra-gtk-module"
Gtk-Message: Failed to load module "topmenu-gtk-module"
GLib-GIO-Message: Using the 'memory' GSettings backend. Your settings will not be saved or shared with other applications.
getrlimit(RLIMIT_NOFILE) failed
Segmentation fault
odroid@odroid64:~$ [21225:21225:0330/190735:ERROR:sandbox_linux.cc(334)] InitializeSandbox() called with multiple threads in process gpu-process

I saw the frame of the browser come up for a fraction of a second before disappearing when starting it as a regular user.
Let me know if there is anything else that would help with diagnosis.

Dave