File: DEBUG_REFS

package info (click to toggle)
tin 980226-3
  • links: PTS
  • area: non-free
  • in suites: hamm
  • size: 2,972 kB
  • ctags: 4,932
  • sloc: ansic: 45,907; sh: 1,577; makefile: 1,130; yacc: 698; perl: 103
file content (46 lines) | stat: -rw-r--r-- 1,469 bytes parent folder | download | duplicates (4)
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
Using the DEBUG_REFS toggle to get threading information
--------------------------------------------------------

This file is of use to people wishing to submit bug reports related to
threading within Tin.
If you are unable to compile/link Tin yourself, this information will be
of no use to you.

If Tin crashes whilst trying to thread, or you think it has incorrectly
threaded a group, then the following instructions will create dump
files which may help identify the problem.

Warning: The output may be large. A big (~2000 article) group can produce
in the order of .5Mb of output. It is much more useful if problems
can be reproduced in groups with as few articles as possible.

1) Recompile Tin with DEBUG_REFS enabled.
   If you have a build tree already, simply editing refs.c to make

   #undef DEBUG_REFS
	read
   #define DEBUG_REFS	1

   and rebuilding will do it.

2) Start Tin as normal

   ./tin

3) If the problem only occurs when entering a group, enter the group in
   question. Make sure the first group you enter is the one causing the
   problem.

4) Quit Tin.

You should now have two files, Refs.info and Refs.dump

Submit these two files with information on what you think the problem is
(if it isn't already obvious), such as:

a) The Subject line of the thread causing the problem
b) Does the problem occur only in certain threading modes

The .overview file from the offending newsgroup would be of great help too.

J. Faultless (04/04/97)