Ticket #2613: mc_4.8.0-pre2_VFS.txt

File mc_4.8.0-pre2_VFS.txt, 2.3 KB (added by IceMan, 13 years ago)
Line 
1*** mc -V
2
3GNU Midnight Commander 4.8.0-pre2
4Built with GLib 2.24.2
5Using the S-Lang library with terminfo database
6With builtin Editor
7With subshell support as default
8With support for background operations
9With mouse support on xterm and Linux console
10With support for X11 events
11With internationalization support
12With multiple codepages support
13Virtual File Systems: cpiofs, tarfs, sfs, extfs, ftpfs, fish
14Data types: char: 8; int: 32; long: 32; void *: 32; size_t: 32; off_t: 64;
15
16*** file ~/test.tar; file --version
17
18/home/andrey/test.tar: POSIX tar archive (GNU)
19file-5.04
20magic file from /etc/magic:/usr/share/misc/magic
21
22*** strace -fF -p `pidof -s mc` (related to openning ~/test.tar)
23
24rt_sigaction(SIGINT, {SIG_IGN, [], 0}, NULL, 8) = 0
25select(5, [3 4], NULL, NULL, NULL)      = 1 (in [3])
26select(4, [3], NULL, NULL, {10, 0})     = 1 (in [3], left {9, 999986})
27read(3, "\r", 1)                        = 1
28ioctl(0, TIOCLINUX, 0xbf9a2f7c)         = -1 EINVAL (Invalid argument)
29access("/home/andrey/.local/share/mc/mc.ext", R_OK) = 0
30open("/home/andrey/.local/share/mc/mc.ext", O_RDONLY|O_LARGEFILE) = 8
31fstat64(8, {st_mode=S_IFREG|0644, st_size=18087, ...}) = 0
32read(8, "# Midnight Commander 3.0 extensi"..., 18087) = 18087
33close(8)                                = 0
34stat64("/home/andrey/test.tar", {st_mode=S_IFREG|0644, st_size=136724480, ...}) = 0
35lstat64("/home/andrey/tmp/mc-andrey", {st_mode=S_IFDIR|0700, st_size=4096, ...}) = 0
36getuid32()                              = 1000
37gettimeofday({1316599632, 400952}, NULL) = 0
38open("/home/andrey/tmp/mc-andrey/mcextpJShDb", O_RDWR|O_CREAT|O_EXCL|O_TRUNC|O_LARGEFILE, 0600) = 8
39fcntl64(8, F_GETFL)                     = 0x8002 (flags O_RDWR|O_LARGEFILE)
40fstat64(8, {st_mode=S_IFREG|0600, st_size=0, ...}) = 0
41mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) = 0xb7185000
42_llseek(8, 0, [0], SEEK_CUR)            = 0
43write(8, "#! /bin/sh\n\n/bin/rm -f /home/and"..., 62) = 62
44close(8)                                = 0
45munmap(0xb7185000, 4096)                = 0
46unlink("/home/andrey/tmp/mc-andrey/mcextpJShDb") = 0
47chdir("/home/andrey/test.tar#utar")     = -1 ENOENT (No such file or directory)
48select(4, [3], NULL, NULL, {0, 0})      = 0 (Timeout)
49select(4, [3], NULL, NULL, {0, 0})      = 0 (Timeout)
50gettimeofday({1316599632, 407323}, NULL) = 0
51rt_sigaction(SIGINT, {0x8070320, [], 0}, NULL, 8) = 0