Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
V
varnish-cache
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
varnishcache
varnish-cache
Commits
e73cf61b
Commit
e73cf61b
authored
Dec 19, 2019
by
Nils Goroll
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
formatting
parent
ca45d7f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
troubleshooting.rst
doc/sphinx/users-guide/troubleshooting.rst
+9
-5
No files found.
doc/sphinx/users-guide/troubleshooting.rst
View file @
e73cf61b
...
...
@@ -59,9 +59,10 @@ Varnish is crashing - panics
----------------------------
When Varnish goes bust the child processes crashes. Most of the
crashes are caught by one of the many consistency checks we have included in the Varnish source code. When Varnish hits one of these the caching
process will crash itself in a controlled manner, leaving a nice
stack trace with the mother process.
crashes are caught by one of the many consistency checks we have
included in the Varnish source code. When Varnish hits one of these
the caching process will crash itself in a controlled manner, leaving
a nice stack trace with the mother process.
You can inspect any panic messages by typing ``panic.show`` in the CLI.::
...
...
@@ -80,7 +81,8 @@ You can inspect any panic messages by typing ``panic.show`` in the CLI.::
(..)
The crash might be due to misconfiguration or a bug. If you suspect it
is a bug you can use the output in a bug report, see the "Trouble Tickets" section in the Introduction chapter above.
is a bug you can use the output in a bug report, see the "Trouble
Tickets" section in the Introduction chapter above.
Varnish is crashing - segfaults
-------------------------------
...
...
@@ -94,7 +96,9 @@ debug a segfault the developers need you to provide a fair bit of
data.
* Make sure you have Varnish installed with debugging symbols.
* Make sure core dumps are allowed in the parent shell. (``ulimit -c unlimited``)
* Make sure core dumps are allowed in the parent shell::
ulimit -c unlimited
Once you have the core you open it with `gdb` and issue the command ``bt``
to get a stack trace of the thread that caused the segfault.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment