Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitd382828

Browse files
committed
Remove thread dumping constant that requires newer Platform SDK
Since we're not multithreaded it only provides marginally usefulinformation, and it does require a newer version of the Platform SDKthan we target. We may want to reconsider this in the future alongwith a fix for MinGW.
1 parent1b19e2c commitd382828

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

‎src/backend/port/win32/crashdump.c

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -132,11 +132,6 @@ crashDumpHandler(struct _EXCEPTION_POINTERS *pExceptionInfo)
132132
dumpType |=MiniDumpWithIndirectlyReferencedMemory |
133133
MiniDumpWithPrivateReadWriteMemory;
134134
}
135-
if (GetProcAddress(hDll,"SymFromIndex")!=NULL)
136-
{
137-
/* If this function exists, we have version 6.2 or newer */
138-
dumpType |=MiniDumpWithThreadInfo;
139-
}
140135

141136
systemTicks=GetTickCount();
142137
snprintf(dumpPath,_MAX_PATH,

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp