projects
/
platform
/
upstream
/
glog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ed196e
)
Use abort instead of exit.
author
<shinichiro.hamaji@gmail.com>
<>
Fri, 17 Oct 2008 11:54:23 +0000
(11:54 +0000)
committer
<shinichiro.hamaji@gmail.com>
<>
Fri, 17 Oct 2008 11:54:23 +0000
(11:54 +0000)
git-svn-id: https://google-glog.googlecode.com/svn/trunk@9
eb4d4688
-79bd-11dd-afb4-
1d65580434c0
src/utilities.cc
patch
|
blob
|
history
diff --git
a/src/utilities.cc
b/src/utilities.cc
index a28e1042837b62aac3a3356129608ea29d4512e5..bbf47dae31cc1bf90060c7bcaeef8575a667f260 100644
(file)
--- a/
src/utilities.cc
+++ b/
src/utilities.cc
@@
-94,7
+94,7
@@
static void DumpStackTrace(int skip_count, DebugWriter *writerfn, void *arg) {
static void DumpStackTraceAndExit() {
DumpStackTrace(1, DebugWriteToStderr, NULL);
-
exit(1
);
+
abort(
);
}
#endif