-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Description
Please check the FAQ documentation before raising an issue
Describe the bug (required)
graphd and meta process take core dump when i run nebula.service stop all
graphd-stderr.log
*** Aborted at 1756209606 (Unix time, try 'date -d @1756209606') ***
*** Signal 11 (SIGSEGV) (0x40) received by PID 768367 (pthread TID 0x7f84da0fb040) (linux TID 768367) (code: address not mapped to object), stack trace: ***
/nebula/bin/nebula-graphd(_ZN5folly10symbolizer17getStackTraceSafeEPmm+0x31)[0x265dea1]
/nebula/bin/nebula-graphd(_ZN5folly10symbolizer21SafeStackTracePrinter15printStackTraceEb+0x26)[0x26553a6]
/nebula/bin/nebula-graphd[0x2653337]
/usr/lib64/libc.so.6(+0x40daf)[0x7f84da13ddaf]
/nebula/bin/nebula-graphd(_ZN8proxygen10HTTPServer13stopListeningEv+0x11)[0x1f74b31]
/nebula/bin/nebula-graphd(_ZN8proxygen10HTTPServer4stopEv+0x14)[0x1f74cd4]
/nebula/bin/nebula-graphd(_ZN6nebula10WebServiceD2Ev+0x11)[0x1e89d61]
/nebula/bin/nebula-graphd(_ZNSt10unique_ptrIN6nebula10WebServiceESt14default_deleteIS1_EED1Ev+0x10)[0x102cb30]
/nebula/bin/nebula-graphd(main+0xa6c)[0x100806c]
/usr/lib64/libc.so.6(+0x2d08f)[0x7f84da12a08f]
/usr/lib64/libc.so.6(__libc_start_main+0x7b)[0x7f84da12a13b]
/nebula/bin/nebula-graphd(_start+0x24)[0x1027b74]
(safe mode, symbolizer not available)
metad-stderr.log
*** Aborted at 1756209605 (Unix time, try 'date -d @1756209605') ***
*** Signal 11 (SIGSEGV) (0x40) received by PID 768265 (pthread TID 0x7f910c0e10c0) (linux TID 768265) (code: address not mapped to object), stack trace: ***
/nebula/bin/nebula-metad(_ZN5folly10symbolizer17getStackTraceSafeEPmm+0x31)[0x2867ac1]
/nebula/bin/nebula-metad(_ZN5folly10symbolizer21SafeStackTracePrinter15printStackTraceEb+0x26)[0x285efc6]
/eulerx86/nebula/bin/nebula-metad[0x285cf57]
/usr/lib64/libc.so.6(+0x40daf)[0x7f910c123daf]
/nebula/bin/nebula-metad(_ZN8proxygen10HTTPServer13stopListeningEv+0x11)[0x2426a31]
/nebula/bin/nebula-metad(_ZN8proxygen10HTTPServer4stopEv+0x14)[0x2426bd4]
/nebula/bin/nebula-metad(_ZN6nebula10WebServiceD2Ev+0x11)[0x1af7801]
/nebula/bin/nebula-metad(_ZNSt10unique_ptrIN6nebula10WebServiceESt14default_deleteIS1_EED1Ev+0x10)[0x1094190]
/nebula/bin/nebula-metad(main+0xdbf)[0x105037f]
/usr/lib64/libc.so.6(+0x2d08f)[0x7f910c11008f]
/usr/lib64/libc.so.6(__libc_start_main+0x7b)[0x7f910c11013b]
/nebula/bin/nebula-metad(_start+0x24)[0x108c544]
(safe mode, symbolizer not available)
Your Environments (required)
-
OS:
uname -a
Linux Node01 5.10.0-182.0.0.95.h2826.eulerosv2r13.x86_64 Parser framework #1 SMP Thu Jun 5 12:28:55 UTC 2025 x86_64 x86_64 x86_64 GNU/Linux -
Compiler:
g++ --version
orclang++ --version
10.3.0 -
CPU:
lscpu
Architecture: x86_64
CPU op-mode(s): 32-bit, 64-bit
Address sizes: 46 bits physical, 48 bits virtual
Byte Order: Little Endian
CPU(s): 29
On-line CPU(s) list: 0-28
Vendor ID: GenuineIntel
BIOS Vendor ID: QEMU
Model name: Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
BIOS Model name: pc-i440fx-4.1
CPU family: 6
Model: 63
Thread(s) per core: 1
Core(s) per socket: 1
Socket(s): 29
Stepping: 2
BogoMIPS: 4788.90
Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc arch_perfmon rep_good nopl xtopology cpuid tsc_known_freq pni pclmulqdq ssse3 fma cx
16 pdcm pcid sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm abm cpuid_fault invpcid_single pti fsgsbase tsc_adjust bmi1 avx2 smep bmi2 erms invpcid xsaveopt arat umip arch_capa
bilities
Virtualization features:
Hypervisor vendor: KVM
Virtualization type: full
Caches (sum of all):
L1d: 928 KiB (29 instances)
L1i: 928 KiB (29 instances)
L2: 116 MiB (29 instances)
L3: 464 MiB (29 instances)
NUMA:
NUMA node(s): 1
NUMA node0 CPU(s): 0-28
Vulnerabilities:
Gather data sampling: Not affected
Itlb multihit: Not affected
L1tf: Mitigation; PTE Inversion
Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Meltdown: Mitigation; PTI
Mmio stale data: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown
Reg file data sampling: Not affected
Retbleed: Not affected
Spec rstack overflow: Not affected
Spec store bypass: Vulnerable
Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization
Spectre v2: Mitigation; Retpolines, STIBP disabled, RSB filling, PBRSB-eIBRS Not affected
Srbds: Not affected
Tsx async abort: Not affected -
Commit id (e.g.
a3ffc7d8
)
I can't confirm, but version is v3.6.0
How To Reproduce(required)
nebula.service stop all
Steps to reproduce the behavior:
- nebula.service stop all
Expected behavior
Additional context