Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

is it a memory leak ? #918

Open
nesquik011 opened this issue Jul 17, 2024 · 0 comments
Open

is it a memory leak ? #918

nesquik011 opened this issue Jul 17, 2024 · 0 comments

Comments

@nesquik011
Copy link

hi , i am using visual studio 2022 , windos , stereo kitti sequance 02 , and 00
sometimes 00 pass no problems
02 always end up with

Processing frame 4225
Processing frame 4226
Local Mapping RELEASE

i get this error
Unhandled exception at 0x00007FF795B1561D in orbslam test 1.exe: Fatal program exit requested.

at this part of abort.cpp , on windows , visual studio 2022

if (__abort_behavior & _CALL_REPORTFAULT)
{
    #if defined _M_ARM || defined _M_ARM64 || defined _M_ARM64EC || defined _UCRT_ENCLAVE_BUILD
    __fastfail(FAST_FAIL_FATAL_APP_EXIT);
    #else
    if (IsProcessorFeaturePresent(PF_FASTFAIL_AVAILABLE))
        __fastfail(FAST_FAIL_FATAL_APP_EXIT);

    __acrt_call_reportfault(_CRT_DEBUGGER_ABORT, STATUS_FATAL_APP_EXIT, EXCEPTION_NONCONTINUABLE);
    #endif
}


is it a memory leaks or something i did wrong ? 
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant