mirror of
https://gitee.com/arthas/arthas.git
synced 2024-12-04 21:28:10 +08:00
34 lines
649 B
Markdown
34 lines
649 B
Markdown
|
---
|
|||
|
name: 报告Bug/使用疑问
|
|||
|
about: 提交Arthas Bug/使用疑问,使用这个模板
|
|||
|
|
|||
|
---
|
|||
|
|
|||
|
- [ ] 我已经在 [issues](https://github.com/alibaba/arthas/issues) 里搜索,没有重复的issue。
|
|||
|
|
|||
|
### 环境信息
|
|||
|
|
|||
|
* `arthas-boot.jar` 或者 `as.sh` 的版本: xxx
|
|||
|
* Arthas 版本: xxx
|
|||
|
* 操作系统版本: xxx
|
|||
|
* 目标进程的JVM版本: xxx
|
|||
|
* 执行`arthas-boot`的版本: xxx
|
|||
|
|
|||
|
### 重现问题的步骤
|
|||
|
|
|||
|
1. xxx
|
|||
|
2. xxx
|
|||
|
3. xxx
|
|||
|
|
|||
|
### 期望的结果
|
|||
|
|
|||
|
What do you expected from the above steps?
|
|||
|
|
|||
|
### 实际运行的结果
|
|||
|
|
|||
|
实际运行结果,最好有详细的日志,异常栈。尽量贴文本。
|
|||
|
|
|||
|
```
|
|||
|
把异常信息贴到这里
|
|||
|
```
|