4paradigm / 4paradigm/OpenMLDB

bug: DLOG_ASSERT will core when built in release mode

Abierto
#644 1 comentario 0 reacciones 1 asignado Reclamado por @vagetablechicken Ver en GitHub
bug minor
Lenguaje dominante
C++
Estrellas
1.7k
Forks
331
Merge medio
12 d 12 h
PR fusionados (30 d)
1

Descripción

Just add `DLOG_ASSERT(false)` in a test, it'll core.
But `DLOG` or `DCHECK` won't.

Guía de contribución

Abrir la guía de contribución

Línea de trabajo

Look for the DLOG_ASSERT macro definition in the codebase, likely in a logging or debugging header. The issue suggests adding DLOG_ASSERT(false) in a test to reproduce the crash in release mode. Compare its implementation with DLOG and DCHECK to see why it fails. Run the test in release configuration to verify the core dump.

Escrito por el modelo de indexación a partir del texto del issue.

Evaluación

Stack tecnológico
cpp
Área
testing-qa
Tipo de issue
Error
Dificultad
2/5
Tiempo estimado
1-3 horas
Estado de actividad
Estancado
Claridad
Bastante claro
Aptitud para principiantes
45/100

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.