我有一个 Java 服务器进程,现在间歇性崩溃,并显示以下崩溃报告:
#
# A fatal error has been detected by the Java Runtime Environment:
#
# SIGSEGV (0xb) at pc=0x00007f8c169f6df8, pid=33597, tid=140237357057792
#
# JRE version: Java(TM) SE Runtime Environment (8.0_40-b25) (build 1.8.0_40-b25)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.40-b25 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# V [libjvm.so+0x404df8] PhaseChaitin::gather_lrg_masks(bool)+0x208
#
# Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again …
Run Code Online (Sandbox Code Playgroud) 我有一张带有价格信息的桌子。并构建一个前端功能,允许用户查看过去 X 分钟(用户指定 X)的所有价格。
我如何在q中查询这个?