Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 15 and Version 16 of Developer/Bug_Reporting


Ignore:
Timestamp:
11/12/18 19:20:20 (6 years ago)
Author:
a-bhatt
Comment:

minor grammatical errors

Legend:

Unmodified
Added
Removed
Modified
  • Developer/Bug_Reporting

    v15 v16  
    1414 *  The options given when RTEMS was configured/built
    1515 *  A description of the expected behaviour
    16  *  A description of actual undesired behaviour
     16 *  A description of the actual undesired behaviour
    1717
    1818Only when your bug report requires multiple source files to be reproduced should you use an archive otherwise the uploaded individual source file or diff should contain the minimal source code needed to reproduce the bug. In any case, make sure the above are included in the body of your bug report as plain text, even if needlessly duplicated as part of an archive. Please try and repeat on the current git master.
     
    2929 *  E-mail messages that complement previous, incomplete bug reports. Post a new, self-contained, full bug report instead, if possible as a follow-up to the original bug report.
    3030 *  Assembly files (*.s) produced by the compiler, or any binary files, such as object files, executables, core files, or precompiled header files.
    31  *  Duplicate bug reports, or reports of bugs already fixed in the development tree.
     31 *  Duplicate bug reports or reports of bugs already fixed in the development tree.
    3232 *  Bugs in the assembler, the linker or the C library. These are separate projects, with separate mailing lists and different bug reporting procedures. The RTEMS Project is happy to work with you and those projects to resolve the problem but we must work with those projects.
    3333 *  Bugs in releases or snapshots of RTEMS not issued by the RTEMS Project. Report them to whoever provided you with the release.
    3434 *  Questions about the correctness or the expected behaviour of programming language constructs or calls to library routines that are not part of RTEMS.
    3535
    36 Developing and debugging real-time embedded systems can be difficult. Exercise caution in reporting an error that occurs only some of the times a certain program is executed, such that retrying a sufficient number of times results in a successful compilation; this is often a symptom of a hardware problem or application issue, not of a RTEMS bug (sorry). We do recognise that sometimes a timing bug will exist in RTEMS but want you to exercise due diligence before pointing fingers.
     36Developing and debugging real-time embedded systems can be difficult. Exercise caution in reporting an error that occurs only some of the times a certain program is executed, such that retrying a sufficient number of times results in a successful compilation; this is often a symptom of a hardware problem or application issue, not of a RTEMS bug (sorry). We do recognise that sometimes a timing bug will exist in RTEMS but we want you to exercise due diligence before pointing fingers.
    3737
    3838== Not RTEMS Bugs ==
     
    5555  a. Add a useful single line summary.
    5656  a. Set the `Type` field to `defect` for a bug. Note `infra` is used to report issues with the RTEMS servers at OSUOSL.
    57   a. Set the `Version` field. If it is with the current git master branch use the next version
     57  a. Set the `Version` field. If it is with the current git master branch use the next version.
    5858  a. Set the `Component` field and leave as `General` if you are not sure.
    5959  a. Describe the bug or issue in the `Description` field with any details useful to the RTEMS maintainers such as host machine, build of tools, output traces, plus if you have any local modification and detailed instructions in order to reproduce the bug. The `WikiFormatting` is useful in formatting the information you provide and it does help the readability of the information you provide.
     
    9494
    9595  '''open''':: The ticket has been filed and the responsible person(s) notified.
    96   '''accepted''':: The assigned maintainer has verified that this is indeed a bug in RTEMS. Every once in a while, old reports will need to be rechecked, to find out whether the bug still exists. At that time, an indication should be left in the report who tested the bug and when.
     96  '''accepted''':: The assigned maintainer has verified that this is indeed a bug in RTEMS. Every once in a while, old reports will need to be rechecked, to find out whether the bug still exists. At that time, an indication should be left in the report stating who tested the bug and when.
    9797
    9898The `resolve` action has the following: