generated from CS3219-AY2324S1/course-assessment-template
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
handle more error cases for userHandler
- Loading branch information
Showing
2 changed files
with
64 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,44 @@ | ||
Exception: STATUS_STACK_OVERFLOW at rip=0010040B625 | ||
rax=0000000000000000 rbx=00000000FFE04040 rcx=0000000000000000 | ||
rdx=0000000000000000 rsi=00000001004F73A0 rdi=00000000000000C8 | ||
r8 =0000000000000000 r9 =00000000FFFFDE08 r10=00000000FFFFE458 | ||
r11=0000000100000000 r12=0000000000000000 r13=0000000800641E70 | ||
r14=0000000000000000 r15=00000000FFFFFFFF | ||
rbp=0000000000000000 rsp=00000000FFE03E40 | ||
program=C:\Program Files\Git\usr\bin\bash.exe, pid 1795, thread | ||
cs=0033 ds=002B es=002B fs=0053 gs=002B ss=002B | ||
Stack trace: | ||
Frame Function Args | ||
00000000000 0010040B625 (001004036F5, 00000000010, 00000000000, 000FFE04DB0) | ||
00000000010 00100401FFA (00210199B0B, 00800082CE0, 00800642000, 00800641E70) | ||
00000000010 0010046ED5C (001004FA2EA, 00000000415, 0021032C948, 00000000000) | ||
00000000010 0010044A6AF (0010000001F, 00000000000, 00000000010, 001004FA2EA) | ||
00800641CB0 00100417AD9 (00210199B0B, 00800082CE0, 008006415A0, 00800641CB0) | ||
00000000010 0010046F115 (001004FA2EA, 00000000415, 0021032C948, 00000000000) | ||
00000000010 0010044A6AF (0010000001F, 00000000000, 00000000010, 001004FA2EA) | ||
00800641250 00100417AD9 (00210199B0B, 00800082CE0, 00800640B40, 00800641250) | ||
00000000010 0010046F115 (001004FA2EA, 00000000415, 0021032C948, 00000000000) | ||
00000000010 0010044A6AF (0010000001F, 00000000000, 00000000010, 001004FA2EA) | ||
008006407F0 00100417AD9 (00210199B0B, 00800082CE0, 008006400E0, 008006407F0) | ||
00000000010 0010046F115 (001004FA2EA, 00000000415, 0021032C948, 00000000000) | ||
00000000010 0010044A6AF (0010000001F, 00000000000, 00000000010, 001004FA2EA) | ||
0080063FD90 00100417AD9 (00210199B0B, 00800082CE0, 0080063F680, 0080063FD90) | ||
00000000010 0010046F115 (001004FA2EA, 00000000415, 0021032C948, 00000000000) | ||
00000000010 0010044A6AF (0010000001F, 00000000000, 00000000010, 001004FA2EA) | ||
0080063F330 00100417AD9 (00210199B0B, 00800082CE0, 0080063EC20, 0080063F330) | ||
00000000010 0010046F115 (001004FA2EA, 00000000415, 0021032C948, 00000000000) | ||
00000000010 0010044A6AF (0010000001F, 00000000000, 00000000010, 001004FA2EA) | ||
0080063E8D0 00100417AD9 (00210199B0B, 00800082CE0, 0080063E1C0, 0080063E8D0) | ||
00000000010 0010046F115 (001004FA2EA, 00000000415, 0021032C948, 00000000000) | ||
00000000010 0010044A6AF (0010000001F, 00000000000, 00000000010, 001004FA2EA) | ||
0080063DE70 00100417AD9 (00210199B0B, 00800082CE0, 0080063D760, 0080063DE70) | ||
00000000010 0010046F115 (001004FA2EA, 00000000415, 0021032C948, 00000000000) | ||
00000000010 0010044A6AF (0010000001F, 00000000000, 00000000010, 001004FA2EA) | ||
0080063D410 00100417AD9 (00210199B0B, 00800082CE0, 0080063CD00, 0080063D410) | ||
00000000010 0010046F115 (001004FA2EA, 00000000415, 0021032C948, 00000000000) | ||
00000000010 0010044A6AF (0010000001F, 00000000000, 00000000010, 001004FA2EA) | ||
0080063C9B0 00100417AD9 (00210199B0B, 00800082CE0, 0080063C2A0, 0080063C9B0) | ||
00000000010 0010046F115 (001004FA2EA, 00000000415, 0021032C948, 00000000000) | ||
00000000010 0010044A6AF (0010000001F, 00000000000, 00000000010, 001004FA2EA) | ||
0080063BF50 00100417AD9 (00210199B0B, 00800082CE0, 0080063B840, 0080063BF50) | ||
End of stack trace (more stack frames may be present) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters