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
| #include <charconv> | |
| #include <string_view> | |
| #include <asm/ioctls.h> | |
| #include <asm/termbits.h> | |
| #include <errno.h> | |
| #include <fcntl.h> | |
| #include <limits.h> | |
| #include <stdlib.h> | |
| #include <string.h> |
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
| 8154 execve("/usr/bin/make", ["make", "-j", "-O"], 0x7fffcc690b60 /* 25 vars */) = 0 | |
| 8154 brk(NULL) = 0x7fffc2e86000 | |
| 8154 arch_prctl(0x3001 /* ARCH_??? */, 0x7fffcb53e020) = -1 EINVAL (Invalid argument) | |
| 8154 access("/etc/ld.so.preload", R_OK) = -1 ENOENT (No such file or directory) | |
| 8154 openat(AT_FDCWD, "/etc/ld.so.cache", O_RDONLY|O_CLOEXEC) = 3</etc/ld.so.cache> | |
| 8154 fstat(3</etc/ld.so.cache>, {st_mode=S_IFREG|0644, st_size=177831, ...}) = 0 | |
| 8154 mmap(NULL, 177831, PROT_READ, MAP_PRIVATE, 3</etc/ld.so.cache>, 0) = 0x7fd9a0b34000 | |
| 8154 close(3</etc/ld.so.cache>) = 0 | |
| 8154 openat(AT_FDCWD, "/usr/lib/libguile-2.2.so.1", O_RDONLY|O_CLOEXEC) = 3</usr/lib/libguile-2.2.so.1.3.1> | |
| 8154 read(3</usr/lib/libguile-2.2.so.1.3.1>, "\177ELF\2\1\1\0\0\0\0\0\0\0\0\0\3\0>\0\1\0\0\0 \0\3\0\0\0\0\0"..., 832) = 832 |
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
| int main() | |
| { | |
| volatile int *i=0; | |
| *i=0; | |
| } |