Created
January 28, 2014 05:59
-
-
Save abrenner/8662912 to your computer and use it in GitHub Desktop.
segfault-apache.2.2.26
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
31703 03:30:35 accept4(5, {sa_family=AF_INET, sin_port=htons(52337), sin_addr=inet_addr("10.10.12.13")}, [16], SOCK_CLOEXEC) = 74 | |
31703 03:30:35 semop(9273349, {{0, 1, SEM_UNDO}}, 1) = 0 | |
31703 03:30:35 getsockname(74, {sa_family=AF_INET, sin_port=htons(80), sin_addr=inet_addr("10.10.12.13")}, [16]) = 0 | |
31703 03:30:35 fcntl(74, F_GETFL) = 0x2 (flags O_RDWR) | |
31703 03:30:35 fcntl(74, F_SETFL, O_RDWR|O_NONBLOCK) = 0 | |
31703 03:30:35 read(74, "POST /josh-post-test.php HTTP/1.1\r\nUser-Agent: curl/7.19.7 (x86_64-redhat-linux-gnu) libcurl/7.19.7 NSS/3.14.0.0 zlib/1.2.3 libidn/1.18 libssh2/1.4.2\r\nHost: www.example.com\r\nAccept: */*\r\nContent-Length: 17\r\nContent-Type: application/x-www-form-urlencoded\r\n\r\naction=shipnotify", 8000) = 281 | |
31703 03:30:35 open("/dev/urandom", O_RDONLY) = 75 | |
31703 03:30:35 read(75, "\222*\n|\316\325J\207;\220\213\306\340\217\372B\253*\342\373i\5\330\317v*\235\266\374\3m\343n\241\323\347\313\331{i\274%\346\306\347\277~\366\376\20\301\243\237\177\324*_+W\252j\253\242O", 64) = 64 | |
31703 03:30:35 close(75) = 0 | |
31703 03:30:35 open("/dev/urandom", O_RDONLY) = 75 | |
31703 03:30:35 read(75, "%\224\240`\322\244\370n\n\v`d+\2619\24\336\345\205\307C\220E\335`:\213\2132@\330\272\312\16\306\354\326-\343sr\367\236*\341\341\347[(r\21\37\"\250\256m4\210\223\351H\361\24]", 64) = 64 | |
31703 03:30:35 close(75) = 0 | |
31703 03:30:35 --- SIGSEGV (Segmentation fault) @ 0 (0) --- | |
31703 03:30:35 chdir("/usr/local/apache") = 0 | |
31703 03:30:35 rt_sigaction(SIGSEGV, {SIG_DFL, [], SA_RESTORER|SA_INTERRUPT, 0x7fc359c46710}, {SIG_DFL, [], SA_RESTORER|SA_RESETHAND, 0x7fc359c46710}, 8) = 0 | |
31703 03:30:35 kill(31703, SIGSEGV) = 0 | |
31703 03:30:35 rt_sigreturn(0x7bd7) = 0 | |
31703 03:30:35 --- SIGSEGV (Segmentation fault) @ 0 (0) --- |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment