blob: e3aa3ef2bf1d324706292379c87fde1bc8fd41f1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
## Application Name
(Put the name of the misbehaving application or library here. If it is a bug in the kernel, but "Kernel" here. If the application is crashing, use the "application crash" template.)
## Steps to Reproduce
(Please tell us how to reliably make this bug happen.)
## Expected Behavior
(What should have happened?)
## Actual Behavior
(What really happened?)
## Version or Object Dump
(If using a released version, verify that the same steps still exhibit this behavior in the latest released version, and then put that version number here. If building from source, please verify that the same steps still exhibit this behavior when applying the same if any changes to the source code of the latest commit on master, and then put "master" here. Additionally, if you have made any source code modifications, after ensuring that the modifications aren't responsible for the bug, please link to an upload of the offending application's `.elf` file (or `.so` file for a library) from the `obj` directory.)
## Additional Comments
(If you've done any research into what might be causing the problem, or noticed a similarity to a past problem, please let us know!)
## Final Steps
(Please set the appropriate "where" label, then delete this heading. Finally, proofread your issue under the "preview" tab.)
/label ~"kind::bug"
|