Changeset 921
- Timestamp:
- 2012-06-23T20:37:22+02:00 (11 months ago)
- File:
-
- 1 edited
-
trunk/xcache.c (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/xcache.c
r919 r921 3375 3375 3376 3376 /* write the dump */ 3377 ok = dbghelp_MiniDumpWriteDump(GetCurrentProcess(), GetCurrentProcessId(), fileHandle, MiniDumpNormal , &exceptionInformation, NULL, NULL);3377 ok = dbghelp_MiniDumpWriteDump(GetCurrentProcess(), GetCurrentProcessId(), fileHandle, MiniDumpNormal|MiniDumpWithDataSegs|MiniDumpFilterMemory, &exceptionInformation, NULL, NULL); 3378 3378 CloseHandle(fileHandle); 3379 3379 if (ok) { … … 3439 3439 } 3440 3440 } 3441 sprintf(crash_dumpPath, "%s\\php-%s-xcache-%s-%lu .dmp", xc_coredump_dir, phpVersion, XCACHE_VERSION, (unsigned long) GetCurrentProcessId());3441 sprintf(crash_dumpPath, "%s\\php-%s-xcache-%s-%lu-%lu.dmp", xc_coredump_dir, phpVersion, XCACHE_VERSION, (unsigned long) time(NULL), (unsigned long) GetCurrentProcessId()); 3442 3442 3443 3443 oldFilter = SetUnhandledExceptionFilter(&miniDumperFilter);
Note: See TracChangeset
for help on using the changeset viewer.

