Opened 18 years ago

Last modified 14 years ago

#130 closed defect

Bugfixes: string_s selftest and isnan() — at Version 2

Reported by: Jan Wassenberg Owned by: Jan Wassenberg
Priority: Should Have Milestone:
Component: Core engine Keywords: selftest
Cc: Patch:

Description (last modified by Jan Wassenberg)

  • VC2005 release mode selftest crashes.
  • VC2003 string_s selftest complains due to missing debug_skip_next_error
  • isnan() reports spurious failures. TODO: check IA32 FXAM bit definitions.

Change History (2)

comment:1 by Jan Wassenberg, 18 years ago

(In [4066]) # fixes to string_s selftest snd_mgr: fix cppdoc comments (got shredded by IDE autofmt) string_s: disable WARN_IF_PTR_LEN (too many false positives) test_string_s: add missing debug_skip_next_err (fixes complaints on VC2003)

refs #130

comment:2 by Jan Wassenberg, 18 years ago

Description: modified (diff)

Crash is due to reentrancy issue in debug_dump_stack. Have fixed it locally, but need to refactor some; should have time after interview tonight.

Note: See TracTickets for help on using tickets.