mirror of https://gitee.com/bigwinds/arangodb
Documentation/add gdb requirements (#8302)
This commit is contained in:
parent
4459cde000
commit
4198c88a17
|
@ -499,6 +499,8 @@ make the above change permanent:
|
||||||
|
|
||||||
`echo "sys.fs.suid_dumpable = 1" >> /etc/sysctl.d/99-suid-coredump.conf`
|
`echo "sys.fs.suid_dumpable = 1" >> /etc/sysctl.d/99-suid-coredump.conf`
|
||||||
|
|
||||||
|
**Please note that GDB 8 is required for ArangoDB 3.4 and later; GDB7 won't see threads**
|
||||||
|
|
||||||
You can also generate coredumps from running processes without killing them by using gdb:
|
You can also generate coredumps from running processes without killing them by using gdb:
|
||||||
|
|
||||||
# sleep 100000 &
|
# sleep 100000 &
|
||||||
|
|
Loading…
Reference in New Issue