[chromium-dev] Running chrome giving segmentation fault.

720 views
Skip to first unread message

Deepak Mittal

unread,
Sep 1, 2014, 6:19:45 AM9/1/14
to tfa...@chromium.org, chromi...@chromium.org

Hi,

 

When I do "./out/Debug/chrome  --no-sandbox"

 

Then I am getting

 

deepak.m@deepakm-ubuntu:~/slp/chromium/src$ ./out/Debug/chrome --no-sandbox
[14460:14460:0902/035343:ERROR:browser_main_loop.cc(161)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
[14460:14460:0902/035343:WARNING:user_policy_signin_service.cc(158)] No OAuth Refresh Token - delaying policy download
[14495:14495:0902/035343:ERROR:renderer_main.cc(204)] Running without renderer sandbox
[0902/035343:ERROR:nacl_helper_linux.cc(282)] NaCl helper process running without a sandbox!
Most likely you need to configure your SUID sandbox correctly
Segmentation fault (core dumped)

I have done steps mentioned in https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment#Installation_instructions_for_developers

 

link but still I am getting same issue..

 

Thanks

Deepak Mittal

201409011551375_OUUB9220.gif

Sunil Mishra

unread,
Sep 1, 2014, 6:30:35 AM9/1/14
to deep...@samsung.com, tfa...@chromium.org, chromi...@chromium.org
Hi Deepak, thanks for reply. I still have same problem, please look below output:-

sunil@netstorm-HP-650-Notebook-PC:~/chrome/src/src/out/Debug$ ./chrome --no-sandbox
[19410:19410:0901/155628:ERROR:browser_main_loop.cc(162)] Running without the SUID sandbox! See https://code.google.com/p/chromium/wiki/LinuxSUIDSandboxDevelopment for more information on developing with the sandbox on.
LaunchProcess: failed to execvp:
/home/sunil/chrome/src/src/out/Debug/chrome
LaunchProcess: failed to execvp:
/proc/self/exe
[19410:19428:0901/155630:FATAL:browser_child_process_host_impl.cc(274)] Check failed: data_.handle != base::kNullProcessHandle.
#0 0x7f00d3c6dcee base::debug::StackTrace::StackTrace()
#1 0x7f00d3ce2fc5 logging::LogMessage::~LogMessage()
#2 0x7f00d8c156e0 content::BrowserChildProcessHostImpl::OnChildDisconnected()
#3 0x7f00d8c15e0c content::BrowserChildProcessHostImpl::OnChildDisconnected()
#4 0x7f00d527a193 content::ChildProcessHostImpl::OnChannelError()
#5 0x7f00d527a1bc content::ChildProcessHostImpl::OnChannelError()
#6 0x7f00d478b103 IPC::ChannelPosix::ClosePipeOnError()
#7 0x7f00d478af69 IPC::ChannelPosix::OnFileCanReadWithoutBlocking()
#8 0x7f00d478b132 IPC::ChannelPosix::OnFileCanReadWithoutBlocking()
#9 0x7f00d3c48dcd base::MessagePumpLibevent::FileDescriptorWatcher::OnFileCanReadWithoutBlocking()
#10 0x7f00d3c4a01e base::MessagePumpLibevent::OnLibeventNotification()
#11 0x7f00d3dedb60 event_process_active
#12 0x7f00d3ded142 event_base_loop
#13 0x7f00d3c4a15e base::MessagePumpLibevent::Run()
#14 0x7f00d3cf64d0 base::MessageLoop::RunHandler()
#15 0x7f00d3d3bbe2 base::RunLoop::Run()
#16 0x7f00d3cf5d71 base::MessageLoop::Run()
#17 0x7f00d3d90a49 base::Thread::Run()
#18 0x7f00d8c31228 content::BrowserThreadImpl::IOThreadRun()
#19 0x7f00d8c313b6 content::BrowserThreadImpl::Run()
#20 0x7f00d3d90c83 base::Thread::ThreadMain()
#21 0x7f00d3d7f5bf base::(anonymous namespace)::ThreadFunc()
#22 0x7f00cc7fce9a start_thread
#23 0x7f00c983173d clone

Aborted (core dumped)
sunil@netstorm-HP-650-Notebook-PC:~/chrome/src/src/out/Debug$


Regards, sunil
--
--
Chromium Developers mailing list: chromi...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-dev
To unsubscribe from this group and stop receiving emails from it, send an email to chromium-dev...@chromium.org.

Lei Zhang

unread,
Sep 1, 2014, 3:15:04 PM9/1/14
to sunil....@cavisson.com, deep...@samsung.com, tfa...@chromium.org, chromi...@chromium.org
You are likely running on a Linux distro that has already hit End Of Life. Please consider upgrading.

Sunil Mishra

unread,
Sep 1, 2014, 11:49:51 PM9/1/14
to Lei Zhang, deep...@samsung.com, tfa...@chromium.org, chromi...@chromium.org
Please see below system info.

sunil@netstorm-HP-650-Notebook-PC:~$ uname -a
Linux netstorm-HP-650-Notebook-PC 3.8.0-18-cavisson #28~precise1 SMP Thu May 2 05:48:05 PDT 2013 x86_64 x86_64 x86_64 GNU/Linux
sunil@netstorm-HP-650-Notebook-PC:~$
sunil@netstorm-HP-650-Notebook-PC:~$
sunil@netstorm-HP-650-Notebook-PC:~$ lsb_release -r
Release:    12.04
sunil@netstorm-HP-650-Notebook-PC:~$
sunil@netstorm-HP-650-Notebook-PC:~$ lsb_release -a
No LSB modules are available.
Distributor ID:    Ubuntu
Description:    Ubuntu 12.04.4 LTS
Release:    12.04
Codename:    precise
sunil@netstorm-HP-650-Notebook-PC:~$
sunil@netstorm-HP-650-Notebook-PC:~$
sunil@netstorm-HP-650-Notebook-PC:~$



If anything need an upgrade, please tell me.

Thanks, sunil

Thiago Farina

unread,
Sep 2, 2014, 11:24:32 AM9/2/14
to Sunil Mishra, Lei Zhang, deep...@samsung.com, chromi...@chromium.org


I have been using Ubuntu 12.04 LTS here without problems. It might be something else.

If it is a segfault, trying loading it into gdb to find out the cause.

--
Thiago Farina

Lei Zhang

unread,
Sep 2, 2014, 2:56:24 PM9/2/14
to Sunil Mishra, deepak.m1, tfa...@chromium.org, chromi...@chromium.org
That's a very old Ubuntu 13.04 kernel backported to Ubuntu 12.04. Note the date of the kernel from 'uname -a'. Please try upgrading.
Reply all
Reply to author
Forward
0 new messages