Changes between Version 2 and Version 3 of ExplicitCallStack/StackTraceExperience
- Timestamp:
- 02/02/07 08:11:32 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ExplicitCallStack/StackTraceExperience
v2 v3 9 9 * The ghci debugger extended with a simple stack passing transformation. We will try both a full transformation and some kind of partial transformation (where only part of the code is transformed). 10 10 11 The test suite is a selection of programs from the nofig-buggy suite provided by the group at Technical University of Valencia. The suite can be obtained like so:11 The test suite is a selection of programs from the nofig-buggy suite provided by the group at Technical University of Valencia. It is a modified version of the usual nofib benchmark suite. The suite can be obtained like so: 12 12 {{{ 13 13 darcs get --partial http://einstein.dsic.upv.es/darcs/nofib-buggy/ 14 14 }}} 15 15 16 Since we are interested in stack traces we will limit ourselves to programs with crash with an uncaught exception, such as divide by zero, head of empty list, calls to error, pattern match failure and so forth. 17 18 The actual test programs are all from the real category: 19 * anna: Julien's strictness analyzer. It has been modified to divide by zero. 20 * whatever 21 22 == Test results == 23 24 === Test 1, anna, divide by zero error === 25 16 26 17 27
