ACE+TAO-6_5_21
[ACE_TAO.git] / TAO / PROBLEM-REPORT-FORM
blob8cf5e6e91751d6da315888d433b36d242bebbfdb
1 [Please use the PRF form below to submit bug reports, problem
2  reports, etc., to the TAO developers and interested users.
3  Send it to tao-bugs@list.isis.vanderbilt.edu, you must be subscribed
4  to the list in order to be able to post to it. If you are using OCI
5  or MicroFocus's versions of TAO do not send bugs to this mailing list, but
6  instead contact those companies for support.  Please also send your
7  PRF as plain ASCII text, _not_ uuencoded or as an attachment.
9  We prefer that all bug reports be submitted through github issues.
10  See https://github.com/DOCGroup/ACE_TAO/issues for more information
11  about how to do this.  If you are unsure as to whether your problem
12  is a real bug or not then please submit your question to the mailing
13  list using the following form.  Not using the problem report form
14  will make it harder or impossible to identify the problem, and in
15  many cases we will be unable to help at all.  Also please try to
16  browse the existing github isssues and the ChangeLog files to find
17  out if your problem has been solved in a more recent version of TAO.
19  To subscribe to the list see
20   https://www.dre.vanderbilt.edu/~schmidt/ACE-mail.html
22  Replace/remove all the explanatory text in brackets before mailing.
24  Please send this form as ASCII text only.  Do _not_ send it as an
25  attachment, or as tar'ed, compressed and/or uuencoded text.  And
26  limit line lengths to less than 80 characters.
28  PLEASE make your Subject: line as descriptive as possible.
29  Subjects like "TAO bug" or "bug report" are not helpful!
30  Also, do _not_ include the word "help" in the Subject!]
32  When including your config.h and platform_macros.GNU files as requested
33  below, only include the contents if you use the recommended method of
34  including the platform-specific file in your file. If you use a link
35  to the platform-specific file, simply state which one - DO NOT include
36  an entire platform-specific configuration file in the form.
38 8<----------8<----------8<----------8<----------8<----------8<----------8<---
40 To: tao-bugs@list.isis.vanderbilt.edu
41 Subject: [area]: [synopsis]
43     TAO VERSION: 2.5.21
44     ACE VERSION: 6.5.21
46     HOST MACHINE and OPERATING SYSTEM:
47         If on Windows based OS's, which version of WINSOCK do you
48         use?:
50     TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
51     COMPILER NAME AND VERSION (AND PATCHLEVEL):
53     THE $ACE_ROOT/ace/config.h FILE [if you use a link to a platform-
54     specific file, simply state which one]:
56     THE $ACE_ROOT/include/makeinclude/platform_macros.GNU FILE [if you
57     use a link to a platform-specific file, simply state which one
58     (unless this isn't used in this case, e.g., with Microsoft Visual
59     C++)]:
61     CONTENTS OF $ACE_ROOT/bin/MakeProjectCreator/config/default.features
62     (used by MPC when you generate your own makefiles):
64     AREA/CLASS/EXAMPLE AFFECTED:
65 [What example failed?  What module failed to compile?]
67     DOES THE PROBLEM AFFECT:
68         COMPILATION?
69             If so, what do your $ACE_ROOT/ace/config.h and
70             $ACE_ROOT/include/makeinclude/platform_macros.GNU contain?
71         LINKING?
72             On Unix systems, did you run make realclean first?
73         EXECUTION?
74         OTHER (please specify)?
75 [Please indicate whether ACE/TAO, your application, or both are affected.]
77     SYNOPSIS:
78 [Brief description of the problem]
80     DESCRIPTION:
81 [Detailed description of problem.  Don't just say "<blah>
82 doesn't work, here's a fix," explain what your program does
83 to get to the <blah> state. ]
85     REPEAT BY:
86 [What you did to get the error; include test program or session
87 transcript if at all possible.  ]
89     SAMPLE FIX/WORKAROUND:
90 [If available ]