Changeset 32439 in vbox for trunk/src/VBox/Runtime/r3/solaris
- Timestamp:
- Sep 13, 2010 9:19:39 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/r3/solaris/coredumper-solaris.cpp
r32424 r32439 2243 2243 pthread_sigmask(SIG_BLOCK, &SigSet, &OldSigSet); 2244 2244 rc = rtCoreDumperTakeDump(&Context, pszOutputFile); 2245 if (RT_FAILURE(rc)) 2246 CORELOGRELSYS(("RTCoreDumperTakeDump: rtCoreDumperTakeDump failed rc=%Rrc\n", rc)); 2247 2245 2248 if (!fLiveCore) 2246 2249 {
Note:
See TracChangeset
for help on using the changeset viewer.