flash_command_get_bank_by_num: make COMMAND_HELPER
[openocd.git] / BUGS
1 // This file is part of the Doyxgen Developer Manual
2 /** @page bugs Bug Reporting
3
4 Please report bugs by subscribing to the OpenOCD mailing list and
5 posting a message with your report:
6
7 openocd-development@lists.berlios.de
8
9 To minimize work for OpenOCD developers, you should try to include
10 all of the information listed below. If you feel that some of the
11 items below are unnecessary for a clear bug report, you may leave
12 them out; likewise, feel free to include additional information
13 that may be important.
14
15 - Target PCB/board description
16 - Configuration scripts
17 - OpenOCD command line
18 - List of commands issued or GDB operations performed
19 - Expected result
20 - Actual result
21 - Logs using <code>debug_level 3</code> (or with '-d 3' on the command line)
22 - If the report is for a regression:
23 - Include logs for both working and broken versions.
24 - Find the precise version that caused the regression by binary search.
25 You can use "git bisect" to expedite this binary search:
26 http://www.kernel.org/pub/software/scm/git/docs/git-bisect.html
27
28 If possible, please develop and attach a patch that helps to expose or
29 solve the reported problem. See the PATCHES file for more information
30 for that process.
31
32 Attach all files directly to your posting. The mailing list knows to
33 transform attachments to links, but attachments must be less than 300KB
34 in total.
35
36 @section bugscrashdump Obtaining Crash Backtraces
37
38 If OpenOCD is crashing, there are two very effective things you can do to
39 improve your chances of getting help on the development mailing list.
40
41 Try to reproduce the problem using the dummy JTAG interface to allow other developers to replicate
42 your problem robustly and use GDB to get a trace:@par
43 @code
44 % OPENOCDSRC/configure --enable-dummy ...
45 % openocd -f interface/dummy.cfg -f target/xxx.cfg
46 => SEGFAULT
47 % gdb --args openocd ....
48 (gdb) run
49 (gdb) bt
50 => here a stack trace is dumped.
51 @endcode
52
53 @section bugsintreedebug Running and Debugging In-Tree
54
55 To run or debug the in-tree executable (not recommended), you must
56 use libtool to set up the correct shared library paths:
57 @code
58 libtool gdb --args openocd ....
59 @endcode
60 or the more pedantic (and forward-compatible):
61 @code
62 libtool --mode=execute gdb --args openocd ....
63 @endcode
64
65 */
66 /** @file
67 This file contains the @ref bugs page.
68 */

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)