Ticket #9205: strace2.txt

File strace2.txt, 40.7 KB (added by AndreH, 11 years ago)

strace loader/wine cmd

Line 
1modified libs/wine/mmap.c:mmap_reserve like that:
2 static inline int mmap_reserve( void *addr, size_t size )
3 {
4 void *ptr;
5 int flags = MAP_PRIVATE | MAP_ANON | MAP_NORESERVE;
6 printf("mmapreserve:%p\n",addr);
7 #ifdef MAP_TRYFIXED
8 flags |= MAP_TRYFIXED;
9 #elif defined(__APPLE__)
10 return try_mmap_fixed( addr, size, PROT_NONE, flags, get_fdzero(), 0 );
11 #endif
12 ptr = mmap( addr, size, PROT_NONE, flags, get_fdzero(), 0 );
13 printf("got:%p\n",ptr);
14 if (ptr != addr && ptr != (void *)-1) munmap( ptr, size );
15 return (ptr == addr);
16 }
17
18pathtowine> LIBRARY_PATH=$LIBRARY_PATH:pathtowine/libs/wine/ strace loader/wine cmd
19[ 2859] _kern_image_relocated(0xe489) (442 us)
20[ 2859] _kern_set_area_protection(0x2b497, 0x15) = 0x00000000 No error (22 us)
21[ 2859] _kern_set_area_protection(0x2b499, 0x15) = 0x00000000 No error (38 us)
22[ 2859] _kern_set_area_protection(0x2b49c, 0x15) = 0x00000000 No error (186 us)
23[ 2859] _kern_get_system_info(0x7ffedc84, 0x1fc) = 0x00000000 No error (3 us)
24[ 2859] _kern_reserve_address_range([0x18000000], 0x1, 0x48000000) = 0x00000000 No error (3 us)
25[ 2859] _kern_create_area("heap", 0x432bd8, 0x1, 0x40000, 0x0, 0x33) = 0x0002b4a0 (26 us)
26[ 2859] _kern_getrlimit(0x4, 0x7ffedaf4) = 0x00000000 (1 us)
27[ 2859] _kern_setrlimit(0x4, 0x7ffedaf4) = 0x00000000 (244 us)
28[ 2859] _kern_getrlimit(0x6, 0x7ffedae4) = 0x80000005 (0 us)
29[ 2859] _kern_getcwd(0x1802d050, 0x100) = 0x00000000 No error (16 us)
30[ 2859] _kern_get_image_info(0xe48a, 0x7ffed650, 0x43c) = 0x00000000 No error (2 us)
31[ 2859] _kern_read_stat(0xffffffff, "/HaikuWine/wine.new/loader/wineserver", true, 0x7ffeda74, 0x58) = 0x80006003 No such file or directory (29 us)
32[ 2859] _kern_read_stat(0xffffffff, "/HaikuWine/wine.new/server/wineserver", true, 0x7ffeda74, 0x58) = 0x00000000 No error (28 us)
33[ 2859] _kern_read_stat(0xffffffff, "/HaikuWine/wine.new/dlls/ntdll/ntdll.dll.so", true, 0x7ffeda74, 0x58) = 0x00000000 No error (81 us)
34[ 2859] _kern_read_stat(0x1, (nil), false, 0x7ffec284, 0x58) = 0x00000000 No error (2 us)
35[ 2859] _kern_ioctl(0x1, TCGETA, 0x7ffec22c, 0x20) = 0x00000000 No error (2 us)
36mmapreserve:0x110000
37[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
38[ 2859] _kern_map_file("mmap area", 0x7ffeda94, 0x2, 0x3fef0000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x80000000 (1000885 us)
39got:0xffffffff
40[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xf) = 0x0000000f (20 us)
41mmapreserve:0x110000
42[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
43[ 2859] _kern_map_file("mmap area", 0x7ffeda64, 0x2, 0x1ff70000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x80000000 (1000862 us)
44got:0xffffffff
45[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xf) = 0x0000000f (24 us)
46mmapreserve:0x110000
47[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
48[ 2859] _kern_map_file("mmap area", 0x7ffeda34, 0x2, 0xffb0000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x80000000 (1000877 us)
49got:0xffffffff
50[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xf) = 0x0000000f (20 us)
51mmapreserve:0x110000
52[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
53[ 2859] _kern_map_file("mmap area", 0x7ffeda04, 0x2, 0x7fd0000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4a4 (11 us)
54got:0x453000
55[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
56[ 2859] _kern_unmap_memory(0x453000, 0x7fd0000) = 0x00000000 No error (8 us)
57mmapreserve:0x110000
58[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
59[ 2859] _kern_map_file("mmap area", 0x7ffed9d4, 0x2, 0x3fe0000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4a5 (5 us)
60got:0x453000
61[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
62[ 2859] _kern_unmap_memory(0x453000, 0x3fe0000) = 0x00000000 No error (9 us)
63mmapreserve:0x110000
64[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
65[ 2859] _kern_map_file("mmap area", 0x7ffed9a4, 0x2, 0x1ff0000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4a6 (7 us)
66got:0x453000
67[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
68[ 2859] _kern_unmap_memory(0x453000, 0x1ff0000) = 0x00000000 No error (8 us)
69mmapreserve:0x110000
70[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (16 us)
71[ 2859] _kern_map_file("mmap area", 0x7ffed974, 0x2, 0xff0000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4a7 (6 us)
72got:0x453000
73[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
74[ 2859] _kern_unmap_memory(0x453000, 0xff0000) = 0x00000000 No error (19 us)
75mmapreserve:0x110000
76[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (17 us)
77[ 2859] _kern_map_file("mmap area", 0x7ffed944, 0x2, 0x7f0000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4a8 (71 us)
78got:0x453000
79[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
80[ 2859] _kern_unmap_memory(0x453000, 0x7f0000) = 0x00000000 No error (22 us)
81mmapreserve:0x110000
82[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
83[ 2859] _kern_map_file("mmap area", 0x7ffed914, 0x2, 0x3f0000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4a9 (7 us)
84got:0x453000
85[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
86[ 2859] _kern_unmap_memory(0x453000, 0x3f0000) = 0x00000000 No error (8 us)
87mmapreserve:0x110000
88[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (17 us)
89[ 2859] _kern_map_file("mmap area", 0x7ffed8e4, 0x2, 0x1f0000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4aa (7 us)
90got:0x453000
91[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
92[ 2859] _kern_unmap_memory(0x453000, 0x1f0000) = 0x00000000 No error (20 us)
93mmapreserve:0x110000
94[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
95[ 2859] _kern_map_file("mmap area", 0x7ffed8b4, 0x2, 0xf0000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ab (6 us)
96got:0x453000
97[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
98[ 2859] _kern_unmap_memory(0x453000, 0xf0000) = 0x00000000 No error (7 us)
99mmapreserve:0x110000
100[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
101[ 2859] _kern_map_file("mmap area", 0x7ffed884, 0x2, 0x70000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ac (6 us)
102got:0x127000
103[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
104[ 2859] _kern_unmap_memory(0x127000, 0x70000) = 0x00000000 No error (7 us)
105mmapreserve:0x110000
106[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
107[ 2859] _kern_map_file("mmap area", 0x7ffed854, 0x2, 0x30000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ad (6 us)
108got:0x127000
109[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
110[ 2859] _kern_unmap_memory(0x127000, 0x30000) = 0x00000000 No error (8 us)
111mmapreserve:0x110000
112[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
113[ 2859] _kern_map_file("mmap area", 0x7ffed824, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ae (6 us)
114got:0x127000
115[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (17 us)
116[ 2859] _kern_unmap_memory(0x127000, 0x10000) = 0x00000000 No error (8 us)
117mmapreserve:0x120000
118[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
119[ 2859] _kern_map_file("mmap area", 0x7ffed814, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4af (6 us)
120got:0x127000
121[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
122[ 2859] _kern_unmap_memory(0x127000, 0x20000) = 0x00000000 No error (6 us)
123mmapreserve:0x120000
124[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
125[ 2859] _kern_map_file("mmap area", 0x7ffed7e4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4b0 (6 us)
126got:0x127000
127[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
128[ 2859] _kern_unmap_memory(0x127000, 0x10000) = 0x00000000 No error (6 us)
129mmapreserve:0x130000
130[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
131[ 2859] _kern_map_file("mmap area", 0x7ffed7d4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4b1 (5 us)
132got:0x130000
133[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
134mmapreserve:0x140000
135[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (16 us)
136[ 2859] _kern_map_file("mmap area", 0x7ffed844, 0x2, 0x40000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4b2 (7 us)
137got:0x140000
138[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
139mmapreserve:0x180000
140[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (18 us)
141[ 2859] _kern_map_file("mmap area", 0x7ffed874, 0x2, 0x80000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4b3 (13 us)
142got:0x180000
143[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (6 us)
144mmapreserve:0x200000
145[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
146[ 2859] _kern_map_file("mmap area", 0x7ffed8a4, 0x2, 0x100000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4b4 (17 us)
147got:0x453000
148[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
149[ 2859] _kern_unmap_memory(0x453000, 0x100000) = 0x00000000 No error (10 us)
150mmapreserve:0x200000
151[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
152[ 2859] _kern_map_file("mmap area", 0x7ffed874, 0x2, 0x80000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4b5 (15 us)
153got:0x453000
154[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
155[ 2859] _kern_unmap_memory(0x453000, 0x80000) = 0x00000000 No error (12 us)
156mmapreserve:0x200000
157[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
158[ 2859] _kern_map_file("mmap area", 0x7ffed844, 0x2, 0x40000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4b6 (6 us)
159got:0x453000
160[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
161[ 2859] _kern_unmap_memory(0x453000, 0x40000) = 0x00000000 No error (78 us)
162mmapreserve:0x200000
163[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
164[ 2859] _kern_map_file("mmap area", 0x7ffed814, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4b7 (18 us)
165got:0x453000
166[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
167[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (12 us)
168mmapreserve:0x200000
169[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (6 us)
170[ 2859] _kern_map_file("mmap area", 0x7ffed7e4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4b8 (12 us)
171got:0x453000
172[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (6 us)
173[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (67 us)
174mmapreserve:0x210000
175[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
176[ 2859] _kern_map_file("mmap area", 0x7ffed7d4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4b9 (9 us)
177got:0x453000
178[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
179[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (20 us)
180mmapreserve:0x220000
181[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (15 us)
182[ 2859] _kern_map_file("mmap area", 0x7ffed804, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ba (19 us)
183got:0x453000
184[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
185[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (20 us)
186mmapreserve:0x220000
187[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
188[ 2859] _kern_map_file("mmap area", 0x7ffed7d4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4bb (7 us)
189got:0x453000
190[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (16 us)
191[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (12 us)
192mmapreserve:0x230000
193[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
194[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4bc (6 us)
195got:0x453000
196[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
197[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (9 us)
198mmapreserve:0x240000
199[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
200[ 2859] _kern_map_file("mmap area", 0x7ffed834, 0x2, 0x40000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4bd (15 us)
201got:0x453000
202[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
203[ 2859] _kern_unmap_memory(0x453000, 0x40000) = 0x00000000 No error (17 us)
204mmapreserve:0x240000
205[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (17 us)
206[ 2859] _kern_map_file("mmap area", 0x7ffed804, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4be (7 us)
207got:0x453000
208[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
209[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (10 us)
210mmapreserve:0x240000
211[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
212[ 2859] _kern_map_file("mmap area", 0x7ffed7d4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4bf (18 us)
213got:0x453000
214[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
215[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (19 us)
216mmapreserve:0x250000
217[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (16 us)
218[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4c0 (19 us)
219got:0x453000
220[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
221[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (21 us)
222mmapreserve:0x260000
223[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
224[ 2859] _kern_map_file("mmap area", 0x7ffed7f4, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4c1 (16 us)
225got:0x453000
226[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
227[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (17 us)
228mmapreserve:0x260000
229[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
230[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4c2 (6 us)
231got:0x453000
232[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (17 us)
233[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (19 us)
234mmapreserve:0x270000
235[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (27 us)
236[ 2859] _kern_map_file("mmap area", 0x7ffed7b4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4c3 (16 us)
237got:0x453000
238[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (6 us)
239[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (11 us)
240mmapreserve:0x280000
241[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
242[ 2859] _kern_map_file("mmap area", 0x7ffed864, 0x2, 0x80000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4c4 (84 us)
243got:0x453000
244[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
245[ 2859] _kern_unmap_memory(0x453000, 0x80000) = 0x00000000 No error (9 us)
246mmapreserve:0x280000
247[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (6 us)
248[ 2859] _kern_map_file("mmap area", 0x7ffed834, 0x2, 0x40000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4c5 (9 us)
249got:0x453000
250[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
251[ 2859] _kern_unmap_memory(0x453000, 0x40000) = 0x00000000 No error (20 us)
252mmapreserve:0x280000
253[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (6 us)
254[ 2859] _kern_map_file("mmap area", 0x7ffed804, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4c6 (19 us)
255got:0x453000
256[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (15 us)
257[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (17 us)
258mmapreserve:0x280000
259[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (16 us)
260[ 2859] _kern_map_file("mmap area", 0x7ffed7d4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4c7 (6 us)
261got:0x453000
262[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
263[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (7 us)
264mmapreserve:0x290000
265[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
266[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4c8 (14 us)
267got:0x453000
268[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
269[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (8 us)
270mmapreserve:0x2a0000
271[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
272[ 2859] _kern_map_file("mmap area", 0x7ffed7f4, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4c9 (6 us)
273got:0x453000
274[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
275[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (20 us)
276mmapreserve:0x2a0000
277[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
278[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ca (6 us)
279got:0x453000
280[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
281[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (7 us)
282mmapreserve:0x2b0000
283[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
284[ 2859] _kern_map_file("mmap area", 0x7ffed7b4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4cb (18 us)
285got:0x453000
286[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
287[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (8 us)
288mmapreserve:0x2c0000
289[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
290[ 2859] _kern_map_file("mmap area", 0x7ffed824, 0x2, 0x40000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4cc (6 us)
291got:0x453000
292[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (17 us)
293[ 2859] _kern_unmap_memory(0x453000, 0x40000) = 0x00000000 No error (8 us)
294mmapreserve:0x2c0000
295[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (6 us)
296[ 2859] _kern_map_file("mmap area", 0x7ffed7f4, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4cd (18 us)
297got:0x453000
298[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
299[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (8 us)
300mmapreserve:0x2c0000
301[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
302[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ce (6 us)
303got:0x453000
304[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
305[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (19 us)
306mmapreserve:0x2d0000
307[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
308[ 2859] _kern_map_file("mmap area", 0x7ffed7b4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4cf (18 us)
309got:0x453000
310[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (18 us)
311[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (7 us)
312mmapreserve:0x2e0000
313[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (17 us)
314[ 2859] _kern_map_file("mmap area", 0x7ffed7e4, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4d0 (19 us)
315got:0x453000
316[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
317[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (20 us)
318mmapreserve:0x2e0000
319[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
320[ 2859] _kern_map_file("mmap area", 0x7ffed7b4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4d1 (6 us)
321got:0x453000
322[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
323[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (16 us)
324mmapreserve:0x2f0000
325[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
326[ 2859] _kern_map_file("mmap area", 0x7ffed7a4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4d2 (7 us)
327got:0x453000
328[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (6 us)
329[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (9 us)
330mmapreserve:0x300000
331[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
332[ 2859] _kern_map_file("mmap area", 0x7ffed8d4, 0x2, 0x200000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4d3 (20 us)
333got:0x453000
334[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
335[ 2859] _kern_unmap_memory(0x453000, 0x200000) = 0x00000000 No error (9 us)
336mmapreserve:0x300000
337[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
338[ 2859] _kern_map_file("mmap area", 0x7ffed8a4, 0x2, 0x100000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4d4 (7 us)
339got:0x453000
340[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
341[ 2859] _kern_unmap_memory(0x453000, 0x100000) = 0x00000000 No error (14 us)
342mmapreserve:0x300000
343[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
344[ 2859] _kern_map_file("mmap area", 0x7ffed874, 0x2, 0x80000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4d5 (26 us)
345got:0x453000
346[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
347[ 2859] _kern_unmap_memory(0x453000, 0x80000) = 0x00000000 No error (23 us)
348mmapreserve:0x300000
349[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (16 us)
350[ 2859] _kern_map_file("mmap area", 0x7ffed844, 0x2, 0x40000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4d6 (6 us)
351got:0x453000
352[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
353[ 2859] _kern_unmap_memory(0x453000, 0x40000) = 0x00000000 No error (35 us)
354mmapreserve:0x300000
355[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
356[ 2859] _kern_map_file("mmap area", 0x7ffed814, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4d7 (6 us)
357got:0x453000
358[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (14 us)
359[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (7 us)
360mmapreserve:0x300000
361[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
362[ 2859] _kern_map_file("mmap area", 0x7ffed7e4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4d8 (15 us)
363got:0x453000
364[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
365[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (7 us)
366mmapreserve:0x310000
367[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
368[ 2859] _kern_map_file("mmap area", 0x7ffed7d4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4d9 (6 us)
369got:0x453000
370[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
371[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (7 us)
372mmapreserve:0x320000
373[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
374[ 2859] _kern_map_file("mmap area", 0x7ffed804, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4da (5 us)
375got:0x453000
376[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
377[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (8 us)
378mmapreserve:0x320000
379[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
380[ 2859] _kern_map_file("mmap area", 0x7ffed7d4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4db (7 us)
381got:0x453000
382[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
383[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (7 us)
384mmapreserve:0x330000
385[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
386[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4dc (6 us)
387got:0x453000
388[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
389[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (19 us)
390mmapreserve:0x340000
391[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (6 us)
392[ 2859] _kern_map_file("mmap area", 0x7ffed834, 0x2, 0x40000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4dd (6 us)
393got:0x453000
394[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
395[ 2859] _kern_unmap_memory(0x453000, 0x40000) = 0x00000000 No error (10 us)
396mmapreserve:0x340000
397[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
398[ 2859] _kern_map_file("mmap area", 0x7ffed804, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4de (6 us)
399got:0x453000
400[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
401[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (17 us)
402mmapreserve:0x340000
403[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (6 us)
404[ 2859] _kern_map_file("mmap area", 0x7ffed7d4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4df (6 us)
405got:0x453000
406[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
407[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (7 us)
408mmapreserve:0x350000
409[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
410[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4e0 (6 us)
411got:0x453000
412[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
413[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (8 us)
414mmapreserve:0x360000
415[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
416[ 2859] _kern_map_file("mmap area", 0x7ffed7f4, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4e1 (6 us)
417got:0x453000
418[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
419[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (7 us)
420mmapreserve:0x360000
421[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (6 us)
422[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4e2 (6 us)
423got:0x453000
424[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
425[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (19 us)
426mmapreserve:0x370000
427[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (35 us)
428[ 2859] _kern_map_file("mmap area", 0x7ffed7b4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4e3 (10 us)
429got:0x453000
430[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (16 us)
431[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (12 us)
432mmapreserve:0x380000
433[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
434[ 2859] _kern_map_file("mmap area", 0x7ffed864, 0x2, 0x80000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4e4 (8 us)
435got:0x453000
436[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
437[ 2859] _kern_unmap_memory(0x453000, 0x80000) = 0x00000000 No error (25 us)
438mmapreserve:0x380000
439[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
440[ 2859] _kern_map_file("mmap area", 0x7ffed834, 0x2, 0x40000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4e5 (5 us)
441got:0x453000
442[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
443[ 2859] _kern_unmap_memory(0x453000, 0x40000) = 0x00000000 No error (8 us)
444mmapreserve:0x380000
445[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
446[ 2859] _kern_map_file("mmap area", 0x7ffed804, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4e6 (6 us)
447got:0x453000
448[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
449[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (9 us)
450mmapreserve:0x380000
451[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
452[ 2859] _kern_map_file("mmap area", 0x7ffed7d4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4e7 (6 us)
453got:0x453000
454[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
455[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (21 us)
456mmapreserve:0x390000
457[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
458[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4e8 (6 us)
459got:0x453000
460[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
461[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (7 us)
462mmapreserve:0x3a0000
463[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
464[ 2859] _kern_map_file("mmap area", 0x7ffed7f4, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4e9 (14 us)
465got:0x453000
466[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
467[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (7 us)
468mmapreserve:0x3a0000
469[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
470[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ea (5 us)
471got:0x453000
472[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (13 us)
473[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (19 us)
474mmapreserve:0x3b0000
475[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
476[ 2859] _kern_map_file("mmap area", 0x7ffed7b4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4eb (6 us)
477got:0x453000
478[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
479[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (8 us)
480mmapreserve:0x3c0000
481[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
482[ 2859] _kern_map_file("mmap area", 0x7ffed824, 0x2, 0x40000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ec (18 us)
483got:0x453000
484[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
485[ 2859] _kern_unmap_memory(0x453000, 0x40000) = 0x00000000 No error (7 us)
486mmapreserve:0x3c0000
487[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
488[ 2859] _kern_map_file("mmap area", 0x7ffed7f4, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ed (6 us)
489got:0x453000
490[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
491[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (7 us)
492mmapreserve:0x3c0000
493[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
494[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ee (6 us)
495got:0x453000
496[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
497[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (9 us)
498mmapreserve:0x3d0000
499[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
500[ 2859] _kern_map_file("mmap area", 0x7ffed7b4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ef (18 us)
501got:0x453000
502[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
503[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (8 us)
504mmapreserve:0x3e0000
505[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
506[ 2859] _kern_map_file("mmap area", 0x7ffed7e4, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4f0 (6 us)
507got:0x453000
508[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
509[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (7 us)
510mmapreserve:0x3e0000
511[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
512[ 2859] _kern_map_file("mmap area", 0x7ffed7b4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4f1 (6 us)
513got:0x453000
514[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
515[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (7 us)
516mmapreserve:0x3f0000
517[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
518[ 2859] _kern_map_file("mmap area", 0x7ffed7a4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4f2 (6 us)
519got:0x453000
520[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
521[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (7 us)
522mmapreserve:0x400000
523[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
524[ 2859] _kern_map_file("mmap area", 0x7ffed894, 0x2, 0x100000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4f3 (5 us)
525got:0x453000
526[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
527[ 2859] _kern_unmap_memory(0x453000, 0x100000) = 0x00000000 No error (7 us)
528mmapreserve:0x400000
529[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
530[ 2859] _kern_map_file("mmap area", 0x7ffed864, 0x2, 0x80000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4f4 (6 us)
531got:0x453000
532[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
533[ 2859] _kern_unmap_memory(0x453000, 0x80000) = 0x00000000 No error (14 us)
534mmapreserve:0x400000
535[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
536[ 2859] _kern_map_file("mmap area", 0x7ffed834, 0x2, 0x40000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4f5 (6 us)
537got:0x453000
538[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
539[ 2859] _kern_unmap_memory(0x453000, 0x40000) = 0x00000000 No error (7 us)
540mmapreserve:0x400000
541[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
542[ 2859] _kern_map_file("mmap area", 0x7ffed804, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4f6 (7 us)
543got:0x453000
544[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
545[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (8 us)
546mmapreserve:0x400000
547[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
548[ 2859] _kern_map_file("mmap area", 0x7ffed7d4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4f7 (6 us)
549got:0x453000
550[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
551[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (8 us)
552mmapreserve:0x410000
553[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
554[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4f8 (6 us)
555got:0x453000
556[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
557[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (7 us)
558mmapreserve:0x420000
559[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
560[ 2859] _kern_map_file("mmap area", 0x7ffed7f4, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4f9 (6 us)
561got:0x453000
562[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
563[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (8 us)
564mmapreserve:0x420000
565[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
566[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4fa (7 us)
567got:0x453000
568[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
569[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (18 us)
570mmapreserve:0x430000
571[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
572[ 2859] _kern_map_file("mmap area", 0x7ffed7b4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4fb (6 us)
573got:0x453000
574[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
575[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (24 us)
576mmapreserve:0x440000
577[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
578[ 2859] _kern_map_file("mmap area", 0x7ffed824, 0x2, 0x40000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4fc (18 us)
579got:0x453000
580[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
581[ 2859] _kern_unmap_memory(0x453000, 0x40000) = 0x00000000 No error (9 us)
582mmapreserve:0x440000
583[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
584[ 2859] _kern_map_file("mmap area", 0x7ffed7f4, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4fd (7 us)
585got:0x453000
586[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (17 us)
587[ 2859] _kern_unmap_memory(0x453000, 0x20000) = 0x00000000 No error (20 us)
588mmapreserve:0x440000
589[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
590[ 2859] _kern_map_file("mmap area", 0x7ffed7c4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4fe (6 us)
591got:0x453000
592[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
593[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (8 us)
594mmapreserve:0x450000
595[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
596[ 2859] _kern_map_file("mmap area", 0x7ffed7b4, 0x2, 0x10000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b4ff (28 us)
597got:0x453000
598[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
599[ 2859] _kern_unmap_memory(0x453000, 0x10000) = 0x00000000 No error (30 us)
600mmapreserve:0x460000
601[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
602[ 2859] _kern_map_file("mmap area", 0x7ffed7e4, 0x2, 0x20000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b500 (6 us)
603got:0x460000
604[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (4 us)
605mmapreserve:0x480000
606[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (4 us)
607[ 2859] _kern_map_file("mmap area", 0x7ffed854, 0x2, 0x80000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b501 (6 us)
608got:0x480000
609[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
610mmapreserve:0x500000
611[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
612[ 2859] _kern_map_file("mmap area", 0x7ffed904, 0x2, 0x400000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b502 (6 us)
613got:0x500000
614[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
615mmapreserve:0x900000
616[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x15) = 0x00000015 (5 us)
617[ 2859] _kern_map_file("mmap area", 0x7ffed934, 0x2, 0x800000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b503 (6 us)
618got:0x900000
619[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xd) = 0x0000000d (5 us)
620mmapreserve:0x1100000
621[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x16) = 0x00000016 (4 us)
622[ 2859] _kern_map_file("mmap area", 0x7ffed964, 0x2, 0x1000000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b504 (6 us)
623got:0x1100000
624[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xe) = 0x0000000e (17 us)
625mmapreserve:0x2100000
626[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x16) = 0x00000016 (5 us)
627[ 2859] _kern_map_file("mmap area", 0x7ffed994, 0x2, 0x1ff0000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b505 (7 us)
628got:0x2100000
629[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xe) = 0x0000000e (5 us)
630mmapreserve:0x40f0000
631[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x16) = 0x00000016 (4 us)
632[ 2859] _kern_map_file("mmap area", 0x7ffed9c4, 0x2, 0x3ff0000, 0x30, 0x1, true, 0xffffffff, 0x0) = 0x0002b506 (13 us)
633got:0x40f0000
634[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0xe) = 0x0000000e (5 us)
635mmapreserve:0x80e0000
636[ 2859] _kern_write(0x1, 0xffffffffffffffff, 0x18037240, 0x16) = 0x00000016 (4 us)
637Ctrl+C