Bug 1154999
| Summary: | systemd crashed - killed by SIGSEGV on statring google chrome 38.0.2125 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Experimenter <xperimenterx> | ||||
| Component: | systemd | Assignee: | systemd-maint | ||||
| Status: | CLOSED NEXTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 20 | CC: | johannbg, jsynacek, lnykryn, msekleta, s, systemd-maint, vpavlin, xperimenterx, zbyszek | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | i686 | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2015-01-19 17:13:55 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Experimenter
2014-10-21 08:28:28 UTC
OK, after the crash, does 'systemctl' work and print something? systemctl seems to function normally. Where do i look for systemctl output? google-chrome howsoever outputs the following errors $ google-chrome-stable [1:1:1023/221545:ERROR:nacl_fork_delegate_linux.cc(292)] Bad NaCl helper startup ack (0 bytes) ATTENTION: default value of option force_s3tc_enable overridden by environment. [13939:13939:1023/221547:ERROR:sandbox_linux.cc(305)] InitializeSandbox() called with multiple threads in process gpu-process [13897:13897:1023/221547:ERROR:desktop_window_tree_host_x11.cc(1547)] Not implemented reached in void views::DesktopWindowTreeHostX11::MapWindow(ui::WindowShowState) getrlimit(RLIMIT_NOFILE) failed I also have Google-Chrome beta installed which does not crash systemd. The output on running it. $ google-chrome-beta ATTENTION: default value of option force_s3tc_enable overridden by environment. [14086:14086:1023/221759:ERROR:sandbox_linux.cc(305)] InitializeSandbox() called with multiple threads in process gpu-process getrlimit(RLIMIT_NOFILE) failed When systemd crashes then systemctl stops working. (systemctl communicates with systemd over dbus, and when systemd crashes is intercepts the signal and "freezes", so then systemctl waits a bit and fails with "did not receive a reply" or something similar). So if systemctl is working that means that systemd did not crash. When systemd crashes then information about it should be logged in journal. Something like Oct 27 14:18:20 localhost.localdomain systemd[1]: Freezing execution. Oct 27 14:18:20 localhost.localdomain systemd[1]: Caught <SEGV>, dumped core as pid 1068. Also core file is then stored in /. Can you see similar journal entries on your machine? I don't remember seeing a similar entry in the logs. I have moved on the Fedora 21 and I'm facing no problem now. |