Details
Description
It seems fpreset function is just not implemented, but I classify it as a bug report since it causes application crash.
Steps to reproduce:
- You will need Windows on ARM, see https://reactos.org/wiki/ARM_Port#Debugging_steps
- If you intend to work on this, but don't have required environment, you can ask for help in the Mattermost chat
- Build static_crt_apitest application for ARM architecture and start it with WinDbg in WoA environment
- Crash will be triggered
(ec8.354): Assertion failure - code c0000420 (first chance)
|
static_crt_apitest!fpreset:
|
00ac1030 defc __assertfail
|
0:000> kp
|
# Child-SP RetAddr Call Site
|
00 00a0f8d0 00ac5d24 static_crt_apitest!fpreset
|
01 00a0f8d0 00ac602a static_crt_apitest!__tmainCRTStartup(void)+0x12c [reactos\sdk\lib\crt\startup\crtexe.c @ 270]
|
02 00a0f970 76d748ea static_crt_apitest!mainCRTStartup(void)+0x2e [reactos\sdk\lib\crt\startup\crtexe.c @ 192]
|
Full debug log from WinDbg: windbg.txt