[6516] | 1 | Odin Bug Report Tool Version 0.2.1
|
---|
| 2 |
|
---|
| 3 | 0. DISCLAIMER
|
---|
| 4 |
|
---|
| 5 | OdinBug is free software. It is not guaranteed to fulfill any
|
---|
| 6 | particular purpose. Use it at your own risk.
|
---|
| 7 |
|
---|
| 8 | 1. INTRODUCTION
|
---|
| 9 |
|
---|
| 10 | This little program makes creating proper bug reports for Team Odin
|
---|
| 11 | quite comfortable. As it is in a rather early stage, please do not
|
---|
| 12 | expect it to be bug free or feature complete!
|
---|
| 13 |
|
---|
| 14 | I don't want to know how often Sander Van Leeuwen and other Team Odin
|
---|
| 15 | members have written emails, telling us users to bring in proper bug
|
---|
| 16 | reports (I don't exclude myself).
|
---|
| 17 |
|
---|
| 18 | Well, I would like Sander and all the others to spend there time on
|
---|
| 19 | Odin and not writing emails about things that should be a non-issue.
|
---|
| 20 |
|
---|
| 21 | 2. WHAT IT DOES
|
---|
| 22 |
|
---|
| 23 | This program presents a form to fill in the information needed by
|
---|
| 24 | Team Odin and generates a report that follows the standards presented
|
---|
| 25 | in ReportingBugs.TXT which is part of every Odin build.
|
---|
| 26 |
|
---|
| 27 | Some of the information is gathered from CONFIG.SYS and SYSLEVEL files
|
---|
| 28 | and also from the odin32_?.log files. And some information has to be
|
---|
| 29 | filled in manually (only the minor part).
|
---|
| 30 |
|
---|
| 31 | It also scans the odin_?.log file to find the exception information and
|
---|
| 32 | the stack dump in case an application traps. The aware that these logfiles
|
---|
| 33 | can become quite large and that it might take a while until processing is
|
---|
| 34 | complete.
|
---|
| 35 |
|
---|
| 36 | 3. USAGE
|
---|
| 37 |
|
---|
| 38 | As OdinBug.EXE is written in VX-REXX it needs the VROBJ.DLL runtime.
|
---|
| 39 |
|
---|
| 40 | VROBJ.DLL can be found in the directory x:\IMAGES (x=CD-ROM drive) of your
|
---|
| 41 | original Warp 4 CD-ROM and have to copy it into d:\OS2\DLL (d=bootdrive),
|
---|
| 42 | or somewhere else in your LIBPATH.
|
---|
| 43 |
|
---|
| 44 | Put OdinBug.EXE in a directory in your path.
|
---|
| 45 |
|
---|
| 46 | Put OdinBug.CFG into the same directory within your path. If you are not
|
---|
| 47 | familiar with REXX code, you can also delete OdinBug.CFG, the program
|
---|
| 48 | itself has reasonable default values.
|
---|
| 49 |
|
---|
| 50 | Call it after you experienced a trap in a Win32 program and
|
---|
| 51 | after you have created a log file.
|
---|
| 52 |
|
---|
| 53 | Every field can be changed manually, but using the "Search"-buttons should
|
---|
| 54 | be the preferred method.
|
---|
| 55 |
|
---|
| 56 | When everything is complete press "Create report" button. The program checks
|
---|
| 57 | for empty fields, and if everything is filled out creates a report.
|
---|
| 58 |
|
---|
| 59 | Pressing "EMail report" starts Netscape Messenger (or any other email program;
|
---|
| 60 | see OdinBug.CFG) with the appropriate email address and copies the newly
|
---|
| 61 | created report into the clipboard, so it can be pasted into the email.
|
---|
| 62 |
|
---|
| 63 | 4. BUG REPORTS AND FEATURE REQUEST FOR THIS PROGRAM
|
---|
| 64 |
|
---|
| 65 | Just email me and tell me what you think or what you want! I will try to
|
---|
| 66 | realize it.
|
---|
| 67 |
|
---|
| 68 | 5. AUTHOR:
|
---|
| 69 |
|
---|
| 70 | Herwig Bauernfeind, 10.08.2001
|
---|
| 71 | EMail: herwig.bauernfeind@aon.at
|
---|
| 72 |
|
---|
| 73 |
|
---|