| Предыдущий | Следующий |
| ERROR_FLOAT_MULTIPLE_FAULTS | ERROR_NOINTERFACE |
ERROR_FLOAT_MULTIPLE_TRAPS
Что означает ERROR_FLOAT_MULTIPLE_TRAPS
ERROR_FLOAT_MULTIPLE_TRAPS — возникло несколько перехватов операций с плавающей точкой.
Что проверить
Сохраните floating-point exception context: instruction, registers/FPU state и stack.
- Определите конкретное исключение — divide by zero, overflow, underflow, invalid operation, denormal или stack fault.
- Проверьте маски FPU/SSE exceptions и входные данные операции; multiple faults/traps требуют анализа первого исключения в цепочке.
Исходная формулировка
Multiple floating-point traps were raised or pending in the same execution context.
Multiple unmasked floating-point conditions attempt synchronous trap delivery.
trap sequence and handler return addresses
this result is a Windows system result. A trap is a synchronous processor exception caused by enabled floating-point conditions. Multiple traps suggest accumulated status, incorrect exception control, or damaged context and require inspection of the original arithmetic path.
Break on first-chance floating-point exceptions to see the earliest trap.
Технические ссылки
Нужно найти другой код? Найти другой код состояния или ошибки.
