File: PROBLEM-REPORT-FORM

package info (click to toggle)
ace 5.0.7-4
  • links: PTS
  • area: main
  • in suites: potato
  • size: 27,320 kB
  • ctags: 13,950
  • sloc: cpp: 122,343; sh: 19,690; awk: 3,308; makefile: 2,064; perl: 1,357; ansic: 485; csh: 20; tcl: 5
file content (64 lines) | stat: -rw-r--r-- 2,262 bytes parent folder | download
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
[Please use the form below to submit bug reports, problem
 reports, etc., to the ACE developers and interested users.
 Send to ace-bugs@cs.wustl.edu.  Please send it as plain
 ASCII test, _not_ uuencoded or as an attachment.

 Alternatively, you can submit a bug report or enhancement request
 through our bug tracking system. See $ACE_ROOT/docs/usage-bugzilla.html
 for more information about how to do this.

 To ensure that you see responses, please do one of the following:

    1) Subscribe to the ace-bugs mail list, by sending email with
       contents "subscribe ace-bugs" to majordomo@cs.wustl.edu.

    2) Or, monitor the comp.soft-sys.ace newsgroup for responses.

 Replace/remove all the explanatory text in brackets before mailing.

 Please send this form as ASCII text only.  Do _not_ send it as an
 attachment, or as tar'ed, compressed and/or uuencoded text.  And
 limit line lengths to less than 80 characters.

 PLEASE make your Subject: line as descriptive as possible.
 Subjects like "ACE bug" or "bug report" are not helpful!
 Also, do _not_ include the word "help" in the Subject!]

8<----------8<----------8<----------8<----------8<----------8<----------8<----

To: ace-bugs@cs.wustl.edu
Subject: [area]: [synopsis]

    ACE VERSION: 5.0.7

    HOST MACHINE and OPERATING SYSTEM:
    TARGET MACHINE and OPERATING SYSTEM, if different from HOST:
    COMPILER NAME AND VERSION (AND PATCHLEVEL):

    AREA/CLASS/EXAMPLE AFFECTED:
[What example failed?  What module failed to compile?]

    DOES THE PROBLEM AFFECT:
        COMPILATION?
            If so, what do your $ACE_ROOT/ace/config.h and
            $ACE_ROOT/include/makeinclude/platform_macros.GNU contain?
        LINKING?
            On Unix systems, did you run make realclean first?
        EXECUTION?
        OTHER (please specify)?
[Please indicate whether ACE, your application, or both are affected.]

    SYNOPSIS:
[Brief description of the problem]

    DESCRIPTION:
[Detailed description of problem.  Don't just say "<blah>
doesn't work, here's a fix," explain what your program does
to get to the <blah> state. ]

    REPEAT BY:
[What you did to get the error; include test program or session
transcript if at all possible.  ]

    SAMPLE FIX/WORKAROUND:
[If available ]