Changes between Initial Version and Version 1 of Ticket #12913, comment 2


Ignore:
Timestamp:
Aug 13, 2016, 6:22:45 PM (8 years ago)
Author:
KapiX

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #12913, comment 2

    initial v1  
    1313}}}
    14143. Build will crash. Go to build directory and run `Debugger ecl_min compile`.
    15 4. Set breakpoint in `si_infinity()`, then in `ecl_make_long_float` set breakpoint on `x = ecl_alloc_object(t_longfloat);`. (Both functions are in src/c/number.d.
     154. Set breakpoint in `si_infinity()`, then in `ecl_make_long_float` set breakpoint on `x = ecl_alloc_object(t_longfloat);`. (Both functions are in src/c/number.d).
    16165. Run (you can't step over due to #12914 - it will crash on `DO_DETECT_FPE();`).
    17176. Step into.