Uploaded image for project: 'Core ReactOS'
  1. Core ReactOS
  2. CORE-16065

Investigate recursive user mode faults

Details

    • Task
    • Resolution: Unresolved
    • Major
    • None
    • None

    Description

       

      RtplUnwindInternal:

          /* Start looping */
          while (TRUE)
          {
              /* Make sure we have a function entry */
              if (FunctionEntry == NULL)
              {
                  __debugbreak();
                  RtlRaiseStatus(STATUS_BAD_STACK);
              }

      Backtrace

      # Child-SP RetAddr Call Site
      00 00000000`0012ce70 000007ff`b754d503 ntdll!RtplUnwindInternal+0x107 [E:\amd64\reactos\sdk\lib\rtl\amd64\unwind.c @ 731] 
      01 00000000`0012d430 000007ff`b7518ac9 ntdll!RtlDispatchException+0x63 [E:\amd64\reactos\sdk\lib\rtl\amd64\except.c @ 129] 
      02 00000000`0012d480 000007ff`b754eb72 ntdll!RtlRaiseStatus+0x89 [E:\amd64\reactos\sdk\lib\rtl\exception.c @ 115] 
      03 00000000`0012da20 000007ff`b754d503 ntdll!RtplUnwindInternal+0x112 [E:\amd64\reactos\sdk\lib\rtl\amd64\unwind.c @ 736] 
      04 00000000`0012dfe0 000007ff`b7518ac9 ntdll!RtlDispatchException+0x63 [E:\amd64\reactos\sdk\lib\rtl\amd64\except.c @ 129] 
      05 00000000`0012e030 000007ff`b754eb72 ntdll!RtlRaiseStatus+0x89 [E:\amd64\reactos\sdk\lib\rtl\exception.c @ 115] 
      06 00000000`0012e5d0 000007ff`b754d503 ntdll!RtplUnwindInternal+0x112 [E:\amd64\reactos\sdk\lib\rtl\amd64\unwind.c @ 736] 
      07 00000000`0012eb90 000007ff`b7518260 ntdll!RtlDispatchException+0x63 [E:\amd64\reactos\sdk\lib\rtl\amd64\except.c @ 129] 
      08 00000000`0012ebe0 00000000`0012ebe0 ntdll!KiUserExceptionDispatcher+0x7
      09 00000000`0012ebe8 00000000`0012f0b0 0x12ebe0
      0a 00000000`0012ebf0 fffff8a0`005caa10 0x12f0b0
      0b 00000000`0012ebf8 00000001`00000001 0xfffff8a0`005caa10
      0c 00000000`0012ec00 fffff8a0`005ca6c0 0x00000001`00000001
      0d 00000000`0012ec08 fffff8a0`00440a08 0xfffff8a0`005ca6c0
      0e 00000000`0012ec10 fffff880`0010001f 0xfffff8a0`00440a08
      0f 00000000`0012ec18 0053002b`002b0033 0xfffff880`0010001f
      10 00000000`0012ec20 00010246`002b002b 0x0053002b`002b0033
      11 00000000`0012ec28 00000000`00000000 0x00010246`002b002b

      Attachments

        Activity

          People

            ThePhysicist Timo Kreuzer
            ThePhysicist Timo Kreuzer
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated: