Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 472324 - www-client/google-chrome-27.0.1453.93: X session crash if I open the chrome store
Summary: www-client/google-chrome-27.0.1453.93: X session crash if I open the chrome s...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Chromium Project
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-04 17:51 UTC by Eduardo Suarez-Santana
Modified: 2013-06-20 03:02 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Eduardo Suarez-Santana 2013-06-04 17:51:29 UTC
Some clicks in chrome/chromium, make X session to crash. It is mostly related to clicks that open new windows, e.g. Chrome Store.

Reproducible: Always

Steps to Reproduce:
1. Open Chrome
2. Click 'New tab'
3. Click 'Chrome Store'
Actual Results:  
X session crashes.

Expected Results:  
No crash.

From .xsession-errors:

[24224:24224:0602/211312:ERROR:chrome_browser_main_x11.cc(62)] X IO error received (X server probably went away)
[24512:24512:0602/211312:ERROR:x11_util.cc(117)] X IO error received (X server probably went away)
[13149:13149:0602/211312:ERROR:x11_util.cc(117)] X IO error received (X server probably went away)
[16:16:0602/211312:ERROR:command_buffer_proxy_impl.cc(153)] Could not send GpuCommandBufferMsg_Initialize.

I have already tried with same error:
google-chrome-27.0.1453.93_p200836
google-chrome-28.0.1500.29_beta202781
chromium-27.0.1453.93
Comment 1 Agostino Sarubbo gentoo-dev 2013-06-04 18:43:17 UTC
I can't reproduce
Comment 2 Eduardo Suarez-Santana 2013-06-04 19:19:53 UTC
I disabled some startup apps. This is the full ~/.xsession-errors. First line corresponds to i3 window manager. The rest to chrome:

deciding for version 4 due to this line: # i3 config file (v4)
[29437:29437:0604/201415:ERROR:gl_context_glx.cc(69)] Failed to create GL context with glXCreateContextAttribsARB.
[29437:29437:0604/201415:ERROR:gpu_info_collector.cc(40)] gfx::GLContext::CreateGLContext failed
[29437:29437:0604/201415:ERROR:x11_util.cc(1804)] X error received: serial 27, error_code 180 (GLXBadProfileARB), request_code 152, minor_code 34 (Unknown)
[29437:29437:0604/201415:ERROR:gl_context_glx.cc(69)] Failed to create GL context with glXCreateContextAttribsARB.
[29437:29437:0604/201415:ERROR:x11_util.cc(1804)] X error received: serial 64, error_code 180 (GLXBadProfileARB), request_code 152, minor_code 34 (Unknown)
[16:16:0604/201415:ERROR:command_buffer_proxy_impl.cc(167)] Failed to initialize command buffer service.
[7:8:0604/201422:ERROR:audio_output_device.cc(186)] Not implemented reached in virtual void media::AudioOutputDevice::OnStateChanged(media::AudioOutputIPCDelegate::State)
[7:8:0604/201432:ERROR:audio_output_device.cc(186)] Not implemented reached in virtual void media::AudioOutputDevice::OnStateChanged(media::AudioOutputIPCDelegate::State)
g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting.
XIO:  fatal IO error 11 (Resource temporarily unavailable) on X server ":0.0"
[29074:29074:0604/201532:ERROR:chrome_browser_main_x11.cc(62)] X IO error received (X server probably went away)
      after 7 requests (7 known processed) with 0 events remaining.
[libi3] libi3/font.c Using Pango font Terminus, size 10
[29437:29437:0604/201532:ERROR:x11_util.cc(117)] X IO error received (X server probably went away)
[29408:29408:0604/201532:ERROR:x11_util.cc(117)] X IO error received (X server probably went away)
[93:93:0604/201532:ERROR:command_buffer_proxy_impl.cc(162)] Could not send GpuCommandBufferMsg_Initialize.
XIO:  fatal IO error 11 (Recurso no disponible temporalmente) on X server ":0.0"
      after 25 requests (25 known processed) with 0 events remaining.
Comment 3 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2013-06-04 19:57:25 UTC
Eduardo, please obtain the stack trace of crashing X server (http://wiki.x.org/wiki/Development/Documentation/ServerDebugging).

Possibly related bug #458166 .

Also post emerge --info.
Comment 4 Eduardo Suarez-Santana 2013-06-04 21:37:28 UTC
As I was rebuilding X with symbols, it was upgraded from:
x11-base/xorg-server-1.13.1
to
x11-base/xorg-server-1.13.4.

The crash has gone. :-o
Comment 5 Paweł Hajdan, Jr. (RETIRED) gentoo-dev 2013-06-20 03:02:40 UTC
(In reply to Eduardo Suarez-Santana from comment #4)
> As I was rebuilding X with symbols, it was upgraded from:
> x11-base/xorg-server-1.13.1
> to
> x11-base/xorg-server-1.13.4.
> 
> The crash has gone. :-o

Thanks, closing then.