Steve Checkoway
|
a2fb826774
|
Writing to stdin just doesn't seem right. Also, why not just FILE *tty = fopen(/dev/stderr, w); if you worried about it having been closed by the crashed parent?
|
2004-08-26 21:30:59 +00:00 |
|
Glenn Maynard
|
da3361ec23
|
fix exception backtraces not always resolving
|
2004-08-25 04:08:43 +00:00 |
|
Glenn Maynard
|
0f7572ad8c
|
work around gettid warning spam in valgrind
|
2004-08-22 01:16:00 +00:00 |
|
Steve Checkoway
|
e88a5994c1
|
cleanup
|
2004-08-11 21:52:29 +00:00 |
|
Glenn Maynard
|
8ce2ae57d9
|
whoops
|
2004-06-16 03:41:33 +00:00 |
|
Glenn Maynard
|
7cb385a56f
|
improve output
|
2004-06-16 03:39:43 +00:00 |
|
Glenn Maynard
|
92e389f019
|
DoEmergencyShutdown
|
2004-06-16 03:32:46 +00:00 |
|
Glenn Maynard
|
48b6c6b50a
|
compile fix
|
2004-06-16 03:01:54 +00:00 |
|
Glenn Maynard
|
3a56c870ba
|
cleanup
|
2004-06-16 02:58:58 +00:00 |
|
Glenn Maynard
|
9911c10540
|
remove BACKTRACE_METHOD_BACKTRACE
|
2004-06-16 02:55:13 +00:00 |
|
Glenn Maynard
|
c73edb179e
|
compile fix
|
2004-06-16 02:35:07 +00:00 |
|
Sean Burke
|
4aa1d94a35
|
Work on x86-64 compile.
|
2004-06-15 23:38:11 +00:00 |
|
Glenn Maynard
|
02ed651ed3
|
go away, Linux, I'll do it myself
|
2004-06-15 00:31:12 +00:00 |
|
Sean Burke
|
00c8d1ef80
|
Make sure CPU_PPC is defined before defining __KERNEL__
|
2004-06-15 00:29:55 +00:00 |
|
Glenn Maynard
|
d9f5ba7821
|
try extern C-ing asm/byteorder.h
|
2004-06-14 22:00:22 +00:00 |
|
Glenn Maynard
|
a6047d407f
|
revert; this is here for a reason, please don't change core files if you don't understand them
|
2004-06-14 21:53:01 +00:00 |
|
Fred Wulff
|
32c5e5720a
|
Linux fix
|
2004-06-14 21:25:42 +00:00 |
|
Sean Burke
|
ae40217dff
|
Fix possible compile error on PPC Linux.
|
2004-06-14 11:02:09 +00:00 |
|
Glenn Maynard
|
12fc5b9440
|
add EmergencyShutdown
|
2004-06-14 07:06:37 +00:00 |
|
Glenn Maynard
|
d0361ce63f
|
stdint.h on all unix
|
2004-06-13 07:56:33 +00:00 |
|
Glenn Maynard
|
da2cd0686c
|
fix
|
2004-06-12 07:46:09 +00:00 |
|
Glenn Maynard
|
59fce6b7ca
|
linux arch_setup
|
2004-06-12 07:23:23 +00:00 |
|
Glenn Maynard
|
0805aef930
|
ForceCrashHandlerDeadlock is only implemented in Linux
|
2004-06-12 01:01:30 +00:00 |
|
Glenn Maynard
|
ef219fce39
|
small fixes preparing for arch/Threads
|
2004-06-11 07:09:43 +00:00 |
|
Glenn Maynard
|
b1a320fc95
|
Linuxthreads (pre-NPTL) sigaltstack is broken even if we're in 2.6.
|
2004-05-27 04:57:15 +00:00 |
|
Glenn Maynard
|
dbef3cc14f
|
export UsingNPTL
|
2004-05-27 04:56:09 +00:00 |
|
Glenn Maynard
|
73e5838b97
|
fix InitializePidThreadHelpers sometimes doing emory allocation in crash conditions
fix InitializePidThreadHelpers initializing multiple times
|
2004-05-25 06:54:37 +00:00 |
|
Glenn Maynard
|
af88a2be4f
|
Asserting copyright on a signal handler is dumb, but disclaiming warranty isn't.
|
2004-05-15 08:27:42 +00:00 |
|
Glenn Maynard
|
c51a588a45
|
license update
|
2004-05-15 08:23:53 +00:00 |
|
Glenn Maynard
|
c4d501081f
|
s/__THROW/throw()/
fix assertion handling when !CRASH_HANDLER
improve assertion handling output
|
2004-05-06 09:08:41 +00:00 |
|
Glenn Maynard
|
24af9a4825
|
add SignalHandler::ResetSignalHandlers
|
2004-05-06 08:40:53 +00:00 |
|
Glenn Maynard
|
e5de37f23c
|
fix HAVE_DECL_SIGPWR check
|
2004-05-06 08:26:09 +00:00 |
|
Glenn Maynard
|
0b5644a9b9
|
make sigaltstack work on Darwin
|
2004-04-19 23:31:47 +00:00 |
|
Glenn Maynard
|
ab4e87d7d7
|
don't ignore local symbols (fixes some backtraces)
|
2004-04-19 23:09:12 +00:00 |
|
Glenn Maynard
|
7f970858dc
|
CrashSignalHandler works on DARWIN
|
2004-04-16 07:13:18 +00:00 |
|
Glenn Maynard
|
507b5ba7de
|
make signalHandler work on DARWIN
|
2004-04-16 07:12:05 +00:00 |
|
Glenn Maynard
|
481886f8cf
|
cleanup
|
2004-04-16 07:07:09 +00:00 |
|
Glenn Maynard
|
f38983f3d3
|
implement GetSignalBacktraceContext on DARWIN
|
2004-04-16 07:03:14 +00:00 |
|
Glenn Maynard
|
f952f9fc4f
|
handle CrashData::SIGNAL in DARWIN
|
2004-04-16 07:00:45 +00:00 |
|
Glenn Maynard
|
6286f94cf4
|
missing header
|
2004-04-16 06:19:02 +00:00 |
|
Glenn Maynard
|
2cfb403220
|
fix PointsToValidCall for some types of CALL instructions
get a stack frame if we eg. "CALL NULL"
|
2004-04-10 20:18:49 +00:00 |
|
Glenn Maynard
|
c885c95ee0
|
handle weird cases where 0 is listed in /proc/n/maps
|
2004-04-09 21:18:26 +00:00 |
|
Glenn Maynard
|
bf62e02420
|
fix crash notification not being displayed if stdout has been closed
|
2004-04-09 21:02:43 +00:00 |
|
Glenn Maynard
|
66337428c7
|
comment
|
2004-04-07 07:41:58 +00:00 |
|
Glenn Maynard
|
f8d81ce6a9
|
fix hangs after crash
|
2004-04-07 07:40:02 +00:00 |
|
Steve Checkoway
|
a8626a2df4
|
Kill parent on OS X.
|
2004-04-05 08:06:49 +00:00 |
|
Steve Checkoway
|
20a8bab45c
|
Clean up includes.
|
2004-04-05 05:22:32 +00:00 |
|
Glenn Maynard
|
b26b6bed86
|
implement native reverse symbol lookup
|
2004-04-04 20:58:57 +00:00 |
|
Glenn Maynard
|
c48c1e1802
|
fix top stack frame sometimes being lost
|
2004-04-04 20:49:24 +00:00 |
|
Glenn Maynard
|
451a23e159
|
add glibc assert() handlers, mostly for ALSA
|
2004-03-30 00:43:35 +00:00 |
|