sigsegv_dump
Greg Alexander 10 years ago
parent 25b613c4f5
commit ff446269b3

@ -72,7 +72,6 @@ it uses select(), I'm not sure how I would honor Thread.interrupt() or
whatever. It's not guaranteed to interrupt select(), and I'm not keen on
adding an arbitrary timeout/polling feature to it.
XXX - use ptmx
XXX - disable utmp/wtmp
XXX - disable /etc/passwd (accept all usernames the same, and use the explicitly-provided shell and home directories)
XXX - visit XXX in jni/interface.c

@ -18,6 +18,7 @@
#define HAVE_BASENAME 1
#define HAVE_NETINET_TCP_H 1
#define USE_DEV_PTMX 1
#define DISABLE_ZLIB 1
#define DISABLE_SYSLOG 1

Loading…
Cancel
Save