Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
dc94abad
Commit
dc94abad
authored
Mar 27, 2007
by
Robert Ricci
Browse files
Call abort() on croak(), so that we can get a stack trace.
parent
8c6d2564
Changes
1
Hide whitespace changes
Inline
Side-by-side
pelab/libnetmon/libnetmon.c
View file @
dc94abad
...
...
@@ -25,7 +25,7 @@ static void croak(const char *format, ...) {
vfprintf
(
stderr
,
format
,
ap
);
va_end
(
ap
);
fflush
(
stderr
);
exi
t
(
1
);
abor
t
();
}
/*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment