blob: d67c1e5a9c72a27d97297d8e6300449e84eda1ae (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
---
name: Bug report
about: Include some extra information to help with bug reports
title: ''
labels: ''
assignees: ''
---
**DO NOT SUBMIT SECURITY REPORTS HERE**
If you have a security vulnerability, _please report it to the maintainers
privately_. You will be able to file your bug and claim credit once we have a
fix implemented.
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Any information useful for reproducing the bug or crash. Workload, changes in workload, versions affected. If seeing a new issue after an upgrade, please include both before and after versions.
**System Information**
- OS/Distro:
- Version of OS/distro:
- Version of memcached:
- Hardware detail:
**Detail (please include!)**
Always include the output of `stats`, `stats settings`, and optionally `stats items` and `stats slabs`. These can be provided to a maintainer privately if necessary. Please sanitize anything secret from the data.
If you have a segfault or crash, please try to resolve the crash with `addr2line`. If possible, get a core dump and include a full back trace.
|