X-Git-Url: https://review.openocd.org/gitweb?p=openocd.git;a=blobdiff_plain;f=BUGS;h=abf8f7ae30bff246b82046168e9ba98d4d25c559;hp=52ee6405c9b1d7a5dc850156432d4cf29a2661c2;hb=983f5a1ae932d40109031cfec8162f820cfc6f39;hpb=5195405da8d872437bb66668f8aa0de1507b979e diff --git a/BUGS b/BUGS index 52ee6405c9..abf8f7ae30 100644 --- a/BUGS +++ b/BUGS @@ -1,3 +1,4 @@ +// This file is part of the Doyxgen Developer Manual /** @page bugs Bug Reporting Please report bugs by subscribing to the OpenOCD mailing list and @@ -33,8 +34,15 @@ in total. @section bugscrashdump Obtaining Crash Backtraces -If OpenOCD is crashing, you can use GDB to get a trace:@par +If OpenOCD is crashing, there are two very effective things you can do to +improve your chances of getting help on the development mailing list. + +Try to reproduce the problem using the dummy JTAG interface to allow other developers to replicate +your problem robustly and use GDB to get a trace:@par @code +% OPENOCDSRC/configure --enable-dummy ... +% openocd -f interface/dummy.cfg -f target/xxx.cfg +=> SEGFAULT % gdb --args openocd .... (gdb) run (gdb) bt