1 |
===================================================================== |
2 |
Eggheads Eggdrop 1.6 Bug Report Form |
3 |
===================================================================== |
4 |
|
5 |
By reporting bugs, you help to improve the quality of Eggdrop which |
6 |
naturally results in a more stable bot. The more information you |
7 |
provide, the easier and more likely it is for the dev team to fix the |
8 |
bug. Please add everything that you think is important, in addition |
9 |
to the information requested in this form. Thanks. |
10 |
|
11 |
NOTE: First check http://www.eggheads.org/bugzilla/ to see if the |
12 |
bug you want to report is already fixed. Also, please upgrade |
13 |
to the latest eggdrop version to see if the bug is fixed before |
14 |
reporting. |
15 |
|
16 |
Instructions: |
17 |
[1] Please complete as many fields as possible. |
18 |
[2] Email the completed report to: bugs@eggheads.org |
19 |
|
20 |
DO NOT SEND HTML E-MAIL TO THE LISTS. |
21 |
|
22 |
===================================================================== |
23 |
1) INFORMATION ABOUT YOUR EGGDROP |
24 |
|
25 |
1.1) Eggdrop version: |
26 |
1.6.__ |
27 |
|
28 |
1.2) Make type: |
29 |
( ) dynamic |
30 |
( ) static |
31 |
( ) debug |
32 |
( ) sdebug |
33 |
|
34 |
1.3) List of any options passed to ./configure: |
35 |
|
36 |
1.4) List of patches and/or modules you use: |
37 |
|
38 |
===================================================================== |
39 |
2) INFORMATION ABOUT TCL |
40 |
|
41 |
2.1) Tcl library version: |
42 |
( ) 7.0 |
43 |
( ) 7.1 |
44 |
( ) 7.2 |
45 |
( ) 7.3 |
46 |
( ) 7.4 |
47 |
( ) 7.5 |
48 |
( ) 7.6 |
49 |
( ) 8.0 |
50 |
( ) 8.1 |
51 |
( ) 8.2 |
52 |
( ) 8.3 |
53 |
( ) 8.4 |
54 |
( ) 8.5 |
55 |
( ) Other - Which? ____ |
56 |
|
57 |
2.2) Tcl library patchlevel: ___ |
58 |
eg; p1, p2, etc for Tcl versions up to 8.0p2 |
59 |
or the 3rd part of the version number for 8.0.3 and newer |
60 |
|
61 |
2.3) Tcl scripts used: |
62 |
[ ] alltools |
63 |
[ ] sentinel |
64 |
[ ] getops |
65 |
[ ] others - Please mention all others: |
66 |
|
67 |
===================================================================== |
68 |
3) INFORMATION ABOUT THE OS |
69 |
|
70 |
3.1) OS type: |
71 |
( ) BeOS |
72 |
( ) BSD/OS |
73 |
( ) Cygwin |
74 |
( ) Darwin/Mac OS X |
75 |
( ) Dell SVR4 |
76 |
( ) FreeBSD |
77 |
( ) HP-UX |
78 |
( ) IRIX |
79 |
( ) Linux |
80 |
( ) Lynx |
81 |
( ) NetBSD |
82 |
( ) NeXT |
83 |
( ) OpenBSD |
84 |
( ) OSF/Tru64 |
85 |
( ) QNX |
86 |
( ) SINIX |
87 |
( ) Solaris/SunOS |
88 |
( ) Ultrix |
89 |
( ) Other - Which? _____________ |
90 |
|
91 |
3.2) OS Version/Release: _____________ |
92 |
|
93 |
===================================================================== |
94 |
4) BUG DETAILS |
95 |
|
96 |
4.1) The logged last context (example: Last context: userent.c/973 []): |
97 |
|
98 |
4.2) If the bot wrote to the file DEBUG, copy the text -contents- of |
99 |
that file here (NOTE: It should be about 20 lines of info, but it |
100 |
could be a few lines more): |
101 |
|
102 |
4.3) Your comments and a description of the bug: |
103 |
|
104 |
4.4) Can you cause the bug condition to repeat? If so, please outline |
105 |
step by step what causes the error: |
106 |
|
107 |
4.5) Do you have ideas on what is wrong that causes this error? |
108 |
Please list them: |
109 |
|
110 |
4.6) Do you have ideas on how to correct it? Please list them: |
111 |
|
112 |
4.7) Other comments? |
113 |
|
114 |
4.8) If the bot dumped a 'core' file when it crashed, it would be *very* |
115 |
useful if you could paste gdb's output during the following steps: |
116 |
First call gdb |
117 |
$ gdb eggdrop -c core |
118 |
and then enter 'bt' on gdb's command line: |
119 |
(gdb) bt |
120 |
Keep your core file for at least one week, so that the dev team |
121 |
can ask for further information if needed. However, don't send |
122 |
us the core file unless we ask for it. |
123 |
|
124 |
NOTE: If this is a bug you can reproduce, please compile with |
125 |
make debug and follow the above step. It can greatly help |
126 |
find and fix the bug. |
127 |
|
128 |
===================================================================== |
129 |
|
130 |
End of bug report form - Thank you for helping us improve Eggdrop. |