-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reconcile cgroup-show with systemd #3
Comments
Closed
garrett
pushed a commit
to garrett/cockpit
that referenced
this issue
Nov 13, 2017
Phantomjs crashes with messages like cockpit-project#3 0x0000000000c624fc in WebCore::LayoutState::isPaginated (this=0x0) at rendering/LayoutState.h:82 cockpit-project#4 0x0000000000c62598 in WebCore::RenderView::pushLayoutState (this=0x5834c28, renderer=0x5f6a368, offset=..., pageHeight=..., pageHeightChanged=false, colInfo=0x0) at rendering/RenderView.h:25 when trying to calculate if scrollbars are needed for the motd pre. Hack around this by turning of overflow.
martinpitt
pushed a commit
that referenced
this issue
Nov 13, 2017
Phantomjs crashes with messages like #3 0x0000000000c624fc in WebCore::LayoutState::isPaginated (this=0x0) at rendering/LayoutState.h:82 #4 0x0000000000c62598 in WebCore::RenderView::pushLayoutState (this=0x5834c28, renderer=0x5f6a368, offset=..., pageHeight=..., pageHeightChanged=false, colInfo=0x0) at rendering/RenderView.h:25 when trying to calculate if scrollbars are needed for the motd pre. Hack around this by turning of overflow.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The cgroup-show code is a butchered version of code in systemctl. It would be good to share this code with the systemd project, maybe by simply having identical source files, or maybe by making libsystemd-shared a externally useable library.
This is also related to logs: the journald API is only really accessible from inside the systemctl source tree, if I am not mistaken. We might want to change that, or not.
The text was updated successfully, but these errors were encountered: