syscall-napi 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/test.out DELETED
@@ -1,299 +0,0 @@
1
- DEF_SYS_CONSTANT(env, constants, SYS_read);
2
- DEF_SYS_CONSTANT(env, constants, SYS_write);
3
- DEF_SYS_CONSTANT(env, constants, SYS_open);
4
- DEF_SYS_CONSTANT(env, constants, SYS_close);
5
- DEF_SYS_CONSTANT(env, constants, SYS_newstat);
6
- DEF_SYS_CONSTANT(env, constants, SYS_newfstat);
7
- DEF_SYS_CONSTANT(env, constants, SYS_newlstat);
8
- DEF_SYS_CONSTANT(env, constants, SYS_poll);
9
- DEF_SYS_CONSTANT(env, constants, SYS_lseek);
10
- DEF_SYS_CONSTANT(env, constants, SYS_mmap);
11
- DEF_SYS_CONSTANT(env, constants, SYS_mprotect);
12
- DEF_SYS_CONSTANT(env, constants, SYS_munmap);
13
- DEF_SYS_CONSTANT(env, constants, SYS_brk);
14
- DEF_SYS_CONSTANT(env, constants, SYS_rt_sigaction);
15
- DEF_SYS_CONSTANT(env, constants, SYS_rt_sigprocmask);
16
- DEF_SYS_CONSTANT(env, constants, stub_rt_sigreturn);
17
- DEF_SYS_CONSTANT(env, constants, SYS_ioctl);
18
- DEF_SYS_CONSTANT(env, constants, SYS_pread64);
19
- DEF_SYS_CONSTANT(env, constants, SYS_pwrite64);
20
- DEF_SYS_CONSTANT(env, constants, SYS_readv);
21
- DEF_SYS_CONSTANT(env, constants, SYS_writev);
22
- DEF_SYS_CONSTANT(env, constants, SYS_access);
23
- DEF_SYS_CONSTANT(env, constants, SYS_pipe);
24
- DEF_SYS_CONSTANT(env, constants, SYS_select);
25
- DEF_SYS_CONSTANT(env, constants, SYS_sched_yield);
26
- DEF_SYS_CONSTANT(env, constants, SYS_mremap);
27
- DEF_SYS_CONSTANT(env, constants, SYS_msync);
28
- DEF_SYS_CONSTANT(env, constants, SYS_mincore);
29
- DEF_SYS_CONSTANT(env, constants, SYS_madvise);
30
- DEF_SYS_CONSTANT(env, constants, SYS_shmget);
31
- DEF_SYS_CONSTANT(env, constants, SYS_shmat);
32
- DEF_SYS_CONSTANT(env, constants, SYS_shmctl);
33
- DEF_SYS_CONSTANT(env, constants, SYS_dup);
34
- DEF_SYS_CONSTANT(env, constants, SYS_dup2);
35
- DEF_SYS_CONSTANT(env, constants, SYS_pause);
36
- DEF_SYS_CONSTANT(env, constants, SYS_nanosleep);
37
- DEF_SYS_CONSTANT(env, constants, SYS_getitimer);
38
- DEF_SYS_CONSTANT(env, constants, SYS_alarm);
39
- DEF_SYS_CONSTANT(env, constants, SYS_setitimer);
40
- DEF_SYS_CONSTANT(env, constants, SYS_getpid);
41
- DEF_SYS_CONSTANT(env, constants, SYS_sendfile64);
42
- DEF_SYS_CONSTANT(env, constants, SYS_socket);
43
- DEF_SYS_CONSTANT(env, constants, SYS_connect);
44
- DEF_SYS_CONSTANT(env, constants, SYS_accept);
45
- DEF_SYS_CONSTANT(env, constants, SYS_sendto);
46
- DEF_SYS_CONSTANT(env, constants, SYS_recvfrom);
47
- DEF_SYS_CONSTANT(env, constants, SYS_sendmsg);
48
- DEF_SYS_CONSTANT(env, constants, SYS_recvmsg);
49
- DEF_SYS_CONSTANT(env, constants, SYS_shutdown);
50
- DEF_SYS_CONSTANT(env, constants, SYS_bind);
51
- DEF_SYS_CONSTANT(env, constants, SYS_listen);
52
- DEF_SYS_CONSTANT(env, constants, SYS_getsockname);
53
- DEF_SYS_CONSTANT(env, constants, SYS_getpeername);
54
- DEF_SYS_CONSTANT(env, constants, SYS_socketpair);
55
- DEF_SYS_CONSTANT(env, constants, SYS_setsockopt);
56
- DEF_SYS_CONSTANT(env, constants, SYS_getsockopt);
57
- DEF_SYS_CONSTANT(env, constants, stub_clone);
58
- DEF_SYS_CONSTANT(env, constants, stub_fork);
59
- DEF_SYS_CONSTANT(env, constants, stub_vfork);
60
- DEF_SYS_CONSTANT(env, constants, stub_execve);
61
- DEF_SYS_CONSTANT(env, constants, SYS_exit);
62
- DEF_SYS_CONSTANT(env, constants, SYS_wait4);
63
- DEF_SYS_CONSTANT(env, constants, SYS_kill);
64
- DEF_SYS_CONSTANT(env, constants, SYS_newuname);
65
- DEF_SYS_CONSTANT(env, constants, SYS_semget);
66
- DEF_SYS_CONSTANT(env, constants, SYS_semop);
67
- DEF_SYS_CONSTANT(env, constants, SYS_semctl);
68
- DEF_SYS_CONSTANT(env, constants, SYS_shmdt);
69
- DEF_SYS_CONSTANT(env, constants, SYS_msgget);
70
- DEF_SYS_CONSTANT(env, constants, SYS_msgsnd);
71
- DEF_SYS_CONSTANT(env, constants, SYS_msgrcv);
72
- DEF_SYS_CONSTANT(env, constants, SYS_msgctl);
73
- DEF_SYS_CONSTANT(env, constants, SYS_fcntl);
74
- DEF_SYS_CONSTANT(env, constants, SYS_flock);
75
- DEF_SYS_CONSTANT(env, constants, SYS_fsync);
76
- DEF_SYS_CONSTANT(env, constants, SYS_fdatasync);
77
- DEF_SYS_CONSTANT(env, constants, SYS_truncate);
78
- DEF_SYS_CONSTANT(env, constants, SYS_ftruncate);
79
- DEF_SYS_CONSTANT(env, constants, SYS_getdents);
80
- DEF_SYS_CONSTANT(env, constants, SYS_getcwd);
81
- DEF_SYS_CONSTANT(env, constants, SYS_chdir);
82
- DEF_SYS_CONSTANT(env, constants, SYS_fchdir);
83
- DEF_SYS_CONSTANT(env, constants, SYS_rename);
84
- DEF_SYS_CONSTANT(env, constants, SYS_mkdir);
85
- DEF_SYS_CONSTANT(env, constants, SYS_rmdir);
86
- DEF_SYS_CONSTANT(env, constants, SYS_creat);
87
- DEF_SYS_CONSTANT(env, constants, SYS_link);
88
- DEF_SYS_CONSTANT(env, constants, SYS_unlink);
89
- DEF_SYS_CONSTANT(env, constants, SYS_symlink);
90
- DEF_SYS_CONSTANT(env, constants, SYS_readlink);
91
- DEF_SYS_CONSTANT(env, constants, SYS_chmod);
92
- DEF_SYS_CONSTANT(env, constants, SYS_fchmod);
93
- DEF_SYS_CONSTANT(env, constants, SYS_chown);
94
- DEF_SYS_CONSTANT(env, constants, SYS_fchown);
95
- DEF_SYS_CONSTANT(env, constants, SYS_lchown);
96
- DEF_SYS_CONSTANT(env, constants, SYS_umask);
97
- DEF_SYS_CONSTANT(env, constants, SYS_gettimeofday);
98
- DEF_SYS_CONSTANT(env, constants, SYS_getrlimit);
99
- DEF_SYS_CONSTANT(env, constants, SYS_getrusage);
100
- DEF_SYS_CONSTANT(env, constants, SYS_sysinfo);
101
- DEF_SYS_CONSTANT(env, constants, SYS_times);
102
- DEF_SYS_CONSTANT(env, constants, SYS_ptrace);
103
- DEF_SYS_CONSTANT(env, constants, SYS_getuid);
104
- DEF_SYS_CONSTANT(env, constants, SYS_syslog);
105
- DEF_SYS_CONSTANT(env, constants, SYS_getgid);
106
- DEF_SYS_CONSTANT(env, constants, SYS_setuid);
107
- DEF_SYS_CONSTANT(env, constants, SYS_setgid);
108
- DEF_SYS_CONSTANT(env, constants, SYS_geteuid);
109
- DEF_SYS_CONSTANT(env, constants, SYS_getegid);
110
- DEF_SYS_CONSTANT(env, constants, SYS_setpgid);
111
- DEF_SYS_CONSTANT(env, constants, SYS_getppid);
112
- DEF_SYS_CONSTANT(env, constants, SYS_getpgrp);
113
- DEF_SYS_CONSTANT(env, constants, SYS_setsid);
114
- DEF_SYS_CONSTANT(env, constants, SYS_setreuid);
115
- DEF_SYS_CONSTANT(env, constants, SYS_setregid);
116
- DEF_SYS_CONSTANT(env, constants, SYS_getgroups);
117
- DEF_SYS_CONSTANT(env, constants, SYS_setgroups);
118
- DEF_SYS_CONSTANT(env, constants, SYS_setresuid);
119
- DEF_SYS_CONSTANT(env, constants, SYS_getresuid);
120
- DEF_SYS_CONSTANT(env, constants, SYS_setresgid);
121
- DEF_SYS_CONSTANT(env, constants, SYS_getresgid);
122
- DEF_SYS_CONSTANT(env, constants, SYS_getpgid);
123
- DEF_SYS_CONSTANT(env, constants, SYS_setfsuid);
124
- DEF_SYS_CONSTANT(env, constants, SYS_setfsgid);
125
- DEF_SYS_CONSTANT(env, constants, SYS_getsid);
126
- DEF_SYS_CONSTANT(env, constants, SYS_capget);
127
- DEF_SYS_CONSTANT(env, constants, SYS_capset);
128
- DEF_SYS_CONSTANT(env, constants, SYS_rt_sigpending);
129
- DEF_SYS_CONSTANT(env, constants, SYS_rt_sigtimedwait);
130
- DEF_SYS_CONSTANT(env, constants, SYS_rt_sigqueueinfo);
131
- DEF_SYS_CONSTANT(env, constants, SYS_rt_sigsuspend);
132
- DEF_SYS_CONSTANT(env, constants, SYS_sigaltstack);
133
- DEF_SYS_CONSTANT(env, constants, SYS_utime);
134
- DEF_SYS_CONSTANT(env, constants, SYS_mknod);
135
- DEF_SYS_CONSTANT(env, constants, SYS_personality);
136
- DEF_SYS_CONSTANT(env, constants, SYS_ustat);
137
- DEF_SYS_CONSTANT(env, constants, SYS_statfs);
138
- DEF_SYS_CONSTANT(env, constants, SYS_fstatfs);
139
- DEF_SYS_CONSTANT(env, constants, SYS_sysfs);
140
- DEF_SYS_CONSTANT(env, constants, SYS_getpriority);
141
- DEF_SYS_CONSTANT(env, constants, SYS_setpriority);
142
- DEF_SYS_CONSTANT(env, constants, SYS_sched_setparam);
143
- DEF_SYS_CONSTANT(env, constants, SYS_sched_getparam);
144
- DEF_SYS_CONSTANT(env, constants, SYS_sched_setscheduler);
145
- DEF_SYS_CONSTANT(env, constants, SYS_sched_getscheduler);
146
- DEF_SYS_CONSTANT(env, constants, SYS_sched_get_priority_max);
147
- DEF_SYS_CONSTANT(env, constants, SYS_sched_get_priority_min);
148
- DEF_SYS_CONSTANT(env, constants, SYS_sched_rr_get_interval);
149
- DEF_SYS_CONSTANT(env, constants, SYS_mlock);
150
- DEF_SYS_CONSTANT(env, constants, SYS_munlock);
151
- DEF_SYS_CONSTANT(env, constants, SYS_mlockall);
152
- DEF_SYS_CONSTANT(env, constants, SYS_munlockall);
153
- DEF_SYS_CONSTANT(env, constants, SYS_vhangup);
154
- DEF_SYS_CONSTANT(env, constants, SYS_modify_ldt);
155
- DEF_SYS_CONSTANT(env, constants, SYS_pivot_root);
156
- DEF_SYS_CONSTANT(env, constants, SYS_sysctl);
157
- DEF_SYS_CONSTANT(env, constants, SYS_prctl);
158
- DEF_SYS_CONSTANT(env, constants, SYS_arch_prctl);
159
- DEF_SYS_CONSTANT(env, constants, SYS_adjtimex);
160
- DEF_SYS_CONSTANT(env, constants, SYS_setrlimit);
161
- DEF_SYS_CONSTANT(env, constants, SYS_chroot);
162
- DEF_SYS_CONSTANT(env, constants, SYS_sync);
163
- DEF_SYS_CONSTANT(env, constants, SYS_acct);
164
- DEF_SYS_CONSTANT(env, constants, SYS_settimeofday);
165
- DEF_SYS_CONSTANT(env, constants, SYS_mount);
166
- DEF_SYS_CONSTANT(env, constants, SYS_umount);
167
- DEF_SYS_CONSTANT(env, constants, SYS_swapon);
168
- DEF_SYS_CONSTANT(env, constants, SYS_swapoff);
169
- DEF_SYS_CONSTANT(env, constants, SYS_reboot);
170
- DEF_SYS_CONSTANT(env, constants, SYS_sethostname);
171
- DEF_SYS_CONSTANT(env, constants, SYS_setdomainname);
172
- DEF_SYS_CONSTANT(env, constants, stub_iopl);
173
- DEF_SYS_CONSTANT(env, constants, SYS_ioperm);
174
- DEF_SYS_CONSTANT(env, constants, SYS_init_module);
175
- DEF_SYS_CONSTANT(env, constants, SYS_delete_module);
176
- DEF_SYS_CONSTANT(env, constants, SYS_quotactl);
177
- DEF_SYS_CONSTANT(env, constants, SYS_gettid);
178
- DEF_SYS_CONSTANT(env, constants, SYS_readahead);
179
- DEF_SYS_CONSTANT(env, constants, SYS_setxattr);
180
- DEF_SYS_CONSTANT(env, constants, SYS_lsetxattr);
181
- DEF_SYS_CONSTANT(env, constants, SYS_fsetxattr);
182
- DEF_SYS_CONSTANT(env, constants, SYS_getxattr);
183
- DEF_SYS_CONSTANT(env, constants, SYS_lgetxattr);
184
- DEF_SYS_CONSTANT(env, constants, SYS_fgetxattr);
185
- DEF_SYS_CONSTANT(env, constants, SYS_listxattr);
186
- DEF_SYS_CONSTANT(env, constants, SYS_llistxattr);
187
- DEF_SYS_CONSTANT(env, constants, SYS_flistxattr);
188
- DEF_SYS_CONSTANT(env, constants, SYS_removexattr);
189
- DEF_SYS_CONSTANT(env, constants, SYS_lremovexattr);
190
- DEF_SYS_CONSTANT(env, constants, SYS_fremovexattr);
191
- DEF_SYS_CONSTANT(env, constants, SYS_tkill);
192
- DEF_SYS_CONSTANT(env, constants, SYS_time);
193
- DEF_SYS_CONSTANT(env, constants, SYS_futex);
194
- DEF_SYS_CONSTANT(env, constants, SYS_sched_setaffinity);
195
- DEF_SYS_CONSTANT(env, constants, SYS_sched_getaffinity);
196
- DEF_SYS_CONSTANT(env, constants, SYS_io_setup);
197
- DEF_SYS_CONSTANT(env, constants, SYS_io_destroy);
198
- DEF_SYS_CONSTANT(env, constants, SYS_io_getevents);
199
- DEF_SYS_CONSTANT(env, constants, SYS_io_submit);
200
- DEF_SYS_CONSTANT(env, constants, SYS_io_cancel);
201
- DEF_SYS_CONSTANT(env, constants, SYS_lookup_dcookie);
202
- DEF_SYS_CONSTANT(env, constants, SYS_epoll_create);
203
- DEF_SYS_CONSTANT(env, constants, SYS_remap_file_pages);
204
- DEF_SYS_CONSTANT(env, constants, SYS_getdents64);
205
- DEF_SYS_CONSTANT(env, constants, SYS_set_tid_address);
206
- DEF_SYS_CONSTANT(env, constants, SYS_restart_syscall);
207
- DEF_SYS_CONSTANT(env, constants, SYS_semtimedop);
208
- DEF_SYS_CONSTANT(env, constants, SYS_fadvise64);
209
- DEF_SYS_CONSTANT(env, constants, SYS_timer_create);
210
- DEF_SYS_CONSTANT(env, constants, SYS_timer_settime);
211
- DEF_SYS_CONSTANT(env, constants, SYS_timer_gettime);
212
- DEF_SYS_CONSTANT(env, constants, SYS_timer_getoverrun);
213
- DEF_SYS_CONSTANT(env, constants, SYS_timer_delete);
214
- DEF_SYS_CONSTANT(env, constants, SYS_clock_settime);
215
- DEF_SYS_CONSTANT(env, constants, SYS_clock_gettime);
216
- DEF_SYS_CONSTANT(env, constants, SYS_clock_getres);
217
- DEF_SYS_CONSTANT(env, constants, SYS_clock_nanosleep);
218
- DEF_SYS_CONSTANT(env, constants, SYS_exit_group);
219
- DEF_SYS_CONSTANT(env, constants, SYS_epoll_wait);
220
- DEF_SYS_CONSTANT(env, constants, SYS_epoll_ctl);
221
- DEF_SYS_CONSTANT(env, constants, SYS_tgkill);
222
- DEF_SYS_CONSTANT(env, constants, SYS_utimes);
223
- DEF_SYS_CONSTANT(env, constants, SYS_mbind);
224
- DEF_SYS_CONSTANT(env, constants, SYS_set_mempolicy);
225
- DEF_SYS_CONSTANT(env, constants, SYS_get_mempolicy);
226
- DEF_SYS_CONSTANT(env, constants, SYS_mq_open);
227
- DEF_SYS_CONSTANT(env, constants, SYS_mq_unlink);
228
- DEF_SYS_CONSTANT(env, constants, SYS_mq_timedsend);
229
- DEF_SYS_CONSTANT(env, constants, SYS_mq_timedreceive);
230
- DEF_SYS_CONSTANT(env, constants, SYS_mq_notify);
231
- DEF_SYS_CONSTANT(env, constants, SYS_mq_getsetattr);
232
- DEF_SYS_CONSTANT(env, constants, SYS_kexec_load);
233
- DEF_SYS_CONSTANT(env, constants, SYS_waitid);
234
- DEF_SYS_CONSTANT(env, constants, SYS_add_key);
235
- DEF_SYS_CONSTANT(env, constants, SYS_request_key);
236
- DEF_SYS_CONSTANT(env, constants, SYS_keyctl);
237
- DEF_SYS_CONSTANT(env, constants, SYS_ioprio_set);
238
- DEF_SYS_CONSTANT(env, constants, SYS_ioprio_get);
239
- DEF_SYS_CONSTANT(env, constants, SYS_inotify_init);
240
- DEF_SYS_CONSTANT(env, constants, SYS_inotify_add_watch);
241
- DEF_SYS_CONSTANT(env, constants, SYS_inotify_rm_watch);
242
- DEF_SYS_CONSTANT(env, constants, SYS_migrate_pages);
243
- DEF_SYS_CONSTANT(env, constants, SYS_openat);
244
- DEF_SYS_CONSTANT(env, constants, SYS_mkdirat);
245
- DEF_SYS_CONSTANT(env, constants, SYS_mknodat);
246
- DEF_SYS_CONSTANT(env, constants, SYS_fchownat);
247
- DEF_SYS_CONSTANT(env, constants, SYS_futimesat);
248
- DEF_SYS_CONSTANT(env, constants, SYS_newfstatat);
249
- DEF_SYS_CONSTANT(env, constants, SYS_unlinkat);
250
- DEF_SYS_CONSTANT(env, constants, SYS_renameat);
251
- DEF_SYS_CONSTANT(env, constants, SYS_linkat);
252
- DEF_SYS_CONSTANT(env, constants, SYS_symlinkat);
253
- DEF_SYS_CONSTANT(env, constants, SYS_readlinkat);
254
- DEF_SYS_CONSTANT(env, constants, SYS_fchmodat);
255
- DEF_SYS_CONSTANT(env, constants, SYS_faccessat);
256
- DEF_SYS_CONSTANT(env, constants, SYS_pselect6);
257
- DEF_SYS_CONSTANT(env, constants, SYS_ppoll);
258
- DEF_SYS_CONSTANT(env, constants, SYS_unshare);
259
- DEF_SYS_CONSTANT(env, constants, SYS_set_robust_list);
260
- DEF_SYS_CONSTANT(env, constants, SYS_get_robust_list);
261
- DEF_SYS_CONSTANT(env, constants, SYS_splice);
262
- DEF_SYS_CONSTANT(env, constants, SYS_tee);
263
- DEF_SYS_CONSTANT(env, constants, SYS_sync_file_range);
264
- DEF_SYS_CONSTANT(env, constants, SYS_vmsplice);
265
- DEF_SYS_CONSTANT(env, constants, SYS_move_pages);
266
- DEF_SYS_CONSTANT(env, constants, SYS_utimensat);
267
- DEF_SYS_CONSTANT(env, constants, SYS_epoll_pwait);
268
- DEF_SYS_CONSTANT(env, constants, SYS_signalfd);
269
- DEF_SYS_CONSTANT(env, constants, SYS_timerfd_create);
270
- DEF_SYS_CONSTANT(env, constants, SYS_eventfd);
271
- DEF_SYS_CONSTANT(env, constants, SYS_fallocate);
272
- DEF_SYS_CONSTANT(env, constants, SYS_timerfd_settime);
273
- DEF_SYS_CONSTANT(env, constants, SYS_timerfd_gettime);
274
- DEF_SYS_CONSTANT(env, constants, SYS_accept4);
275
- DEF_SYS_CONSTANT(env, constants, SYS_signalfd4);
276
- DEF_SYS_CONSTANT(env, constants, SYS_eventfd2);
277
- DEF_SYS_CONSTANT(env, constants, SYS_epoll_create1);
278
- DEF_SYS_CONSTANT(env, constants, SYS_dup3);
279
- DEF_SYS_CONSTANT(env, constants, SYS_pipe2);
280
- DEF_SYS_CONSTANT(env, constants, SYS_inotify_init1);
281
- DEF_SYS_CONSTANT(env, constants, SYS_preadv);
282
- DEF_SYS_CONSTANT(env, constants, SYS_pwritev);
283
- DEF_SYS_CONSTANT(env, constants, SYS_rt_tgsigqueueinfo);
284
- DEF_SYS_CONSTANT(env, constants, SYS_perf_event_open);
285
- DEF_SYS_CONSTANT(env, constants, SYS_recvmmsg);
286
- DEF_SYS_CONSTANT(env, constants, SYS_fanotify_init);
287
- DEF_SYS_CONSTANT(env, constants, SYS_fanotify_mark);
288
- DEF_SYS_CONSTANT(env, constants, SYS_prlimit64);
289
- DEF_SYS_CONSTANT(env, constants, SYS_name_to_handle_at);
290
- DEF_SYS_CONSTANT(env, constants, SYS_open_by_handle_at);
291
- DEF_SYS_CONSTANT(env, constants, SYS_clock_adjtime);
292
- DEF_SYS_CONSTANT(env, constants, SYS_syncfs);
293
- DEF_SYS_CONSTANT(env, constants, SYS_sendmmsg);
294
- DEF_SYS_CONSTANT(env, constants, SYS_setns);
295
- DEF_SYS_CONSTANT(env, constants, SYS_getcpu);
296
- DEF_SYS_CONSTANT(env, constants, SYS_process_vm_readv);
297
- DEF_SYS_CONSTANT(env, constants, SYS_process_vm_writev);
298
- DEF_SYS_CONSTANT(env, constants, SYS_kcmp);
299
- DEF_SYS_CONSTANT(env, constants, SYS_finit_module);
package/test.xml DELETED
@@ -1,261 +0,0 @@
1
- <?xml version="1.0"?>
2
-
3
- <valgrindoutput>
4
-
5
- <protocolversion>4</protocolversion>
6
- <protocoltool>memcheck</protocoltool>
7
-
8
- <preamble>
9
- <line>Memcheck, a memory error detector</line>
10
- <line>Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al.</line>
11
- <line>Using Valgrind-3.16.1 and LibVEX; rerun with -h for copyright info</line>
12
- <line>Command: /home/simon/.nvm/versions/node/v15.3.0/bin/node /home/simon/projects-ng/node-syscall-napi/node_modules/.bin/mocha</line>
13
- </preamble>
14
-
15
- <pid>47291</pid>
16
- <ppid>2551</ppid>
17
- <tool>memcheck</tool>
18
-
19
- <args>
20
- <vargv>
21
- <exe>/usr/bin/valgrind</exe>
22
- <arg>--leak-check=full</arg>
23
- <arg>--xml=yes</arg>
24
- <arg>--xml-file=test.xml</arg>
25
- </vargv>
26
- <argv>
27
- <exe>/home/simon/.nvm/versions/node/v15.3.0/bin/node</exe>
28
- <arg>/home/simon/projects-ng/node-syscall-napi/node_modules/.bin/mocha</arg>
29
- </argv>
30
- </args>
31
-
32
- <status>
33
- <state>RUNNING</state>
34
- <time>00:00:00:00.419 </time>
35
- </status>
36
-
37
-
38
- <status>
39
- <state>FINISHED</state>
40
- <time>00:00:00:17.427 </time>
41
- </status>
42
-
43
- <error>
44
- <unique>0xf</unique>
45
- <tid>1</tid>
46
- <kind>Leak_DefinitelyLost</kind>
47
- <xwhat>
48
- <text>64 bytes in 1 blocks are definitely lost in loss record 16 of 41</text>
49
- <leakedbytes>64</leakedbytes>
50
- <leakedblocks>1</leakedblocks>
51
- </xwhat>
52
- <stack>
53
- <frame>
54
- <ip>0x436BDEF</ip>
55
- <obj>/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so</obj>
56
- <fn>operator new(unsigned long)</fn>
57
- <dir>/build/valgrind/src/valgrind-3.16.1/coregrind/m_replacemalloc</dir>
58
- <file>vg_replace_malloc.c</file>
59
- <line>342</line>
60
- </frame>
61
- <frame>
62
- <ip>0xA333B5</ip>
63
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
64
- <fn>napi_module_register</fn>
65
- </frame>
66
- <frame>
67
- <ip>0x43422DD</ip>
68
- <obj>/usr/lib/ld-2.32.so</obj>
69
- <fn>call_init.part.0</fn>
70
- </frame>
71
- <frame>
72
- <ip>0x43423C7</ip>
73
- <obj>/usr/lib/ld-2.32.so</obj>
74
- <fn>_dl_init</fn>
75
- </frame>
76
- <frame>
77
- <ip>0x50850E4</ip>
78
- <obj>/usr/lib/libc-2.32.so</obj>
79
- <fn>_dl_catch_exception</fn>
80
- </frame>
81
- <frame>
82
- <ip>0x4346704</ip>
83
- <obj>/usr/lib/ld-2.32.so</obj>
84
- <fn>dl_open_worker</fn>
85
- </frame>
86
- <frame>
87
- <ip>0x5085087</ip>
88
- <obj>/usr/lib/libc-2.32.so</obj>
89
- <fn>_dl_catch_exception</fn>
90
- </frame>
91
- <frame>
92
- <ip>0x4345F3D</ip>
93
- <obj>/usr/lib/ld-2.32.so</obj>
94
- <fn>_dl_open</fn>
95
- </frame>
96
- <frame>
97
- <ip>0x43A834B</ip>
98
- <obj>/usr/lib/libdl-2.32.so</obj>
99
- </frame>
100
- <frame>
101
- <ip>0x5085087</ip>
102
- <obj>/usr/lib/libc-2.32.so</obj>
103
- <fn>_dl_catch_exception</fn>
104
- </frame>
105
- <frame>
106
- <ip>0x5085152</ip>
107
- <obj>/usr/lib/libc-2.32.so</obj>
108
- <fn>_dl_catch_error</fn>
109
- </frame>
110
- <frame>
111
- <ip>0x43A8B88</ip>
112
- <obj>/usr/lib/libdl-2.32.so</obj>
113
- </frame>
114
- </stack>
115
- </error>
116
-
117
- <error>
118
- <unique>0x1d</unique>
119
- <tid>1</tid>
120
- <kind>Leak_DefinitelyLost</kind>
121
- <xwhat>
122
- <text>256 bytes in 1 blocks are definitely lost in loss record 30 of 41</text>
123
- <leakedbytes>256</leakedbytes>
124
- <leakedblocks>1</leakedblocks>
125
- </xwhat>
126
- <stack>
127
- <frame>
128
- <ip>0x436B77F</ip>
129
- <obj>/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so</obj>
130
- <fn>malloc</fn>
131
- <dir>/build/valgrind/src/valgrind-3.16.1/coregrind/m_replacemalloc</dir>
132
- <file>vg_replace_malloc.c</file>
133
- <line>307</line>
134
- </frame>
135
- <frame>
136
- <ip>0x438348C</ip>
137
- <obj>/home/simon/projects-ng/node-syscall-napi/build/Release/syscall.node</obj>
138
- <fn>_napilib_simple_callback_wrapper</fn>
139
- </frame>
140
- <frame>
141
- <ip>0xA16BCE</ip>
142
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
143
- <fn>v8impl::(anonymous namespace)::FunctionCallbackWrapper::Invoke(v8::FunctionCallbackInfo&lt;v8::Value&gt; const&amp;)</fn>
144
- </frame>
145
- <frame>
146
- <ip>0xCA876A</ip>
147
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
148
- <fn>v8::internal::MaybeHandle&lt;v8::internal::Object&gt; v8::internal::(anonymous namespace)::HandleApiCallHelper&lt;false&gt;(v8::internal::Isolate*, v8::internal::Handle&lt;v8::internal::HeapObject&gt;, v8::internal::Handle&lt;v8::internal::HeapObject&gt;, v8::internal::Handle&lt;v8::internal::FunctionTemplateInfo&gt;, v8::internal::Handle&lt;v8::internal::Object&gt;, v8::internal::BuiltinArguments)</fn>
149
- </frame>
150
- <frame>
151
- <ip>0xCA9D1B</ip>
152
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
153
- <fn>v8::internal::Builtin_Impl_HandleApiCall(v8::internal::BuiltinArguments, v8::internal::Isolate*)</fn>
154
- </frame>
155
- <frame>
156
- <ip>0xCAA395</ip>
157
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
158
- <fn>v8::internal::Builtin_HandleApiCall(int, unsigned long*, v8::internal::Isolate*)</fn>
159
- </frame>
160
- <frame>
161
- <ip>0x14C8438</ip>
162
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
163
- <fn>Builtins_CEntry_Return1_DontSaveFPRegs_ArgvOnStack_BuiltinExit</fn>
164
- </frame>
165
- <frame>
166
- <ip>0x1461581</ip>
167
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
168
- <fn>Builtins_InterpreterEntryTrampoline</fn>
169
- </frame>
170
- <frame>
171
- <ip>0x1461581</ip>
172
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
173
- <fn>Builtins_InterpreterEntryTrampoline</fn>
174
- </frame>
175
- <frame>
176
- <ip>0x1461581</ip>
177
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
178
- <fn>Builtins_InterpreterEntryTrampoline</fn>
179
- </frame>
180
- <frame>
181
- <ip>0x1461581</ip>
182
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
183
- <fn>Builtins_InterpreterEntryTrampoline</fn>
184
- </frame>
185
- <frame>
186
- <ip>0x1461581</ip>
187
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
188
- <fn>Builtins_InterpreterEntryTrampoline</fn>
189
- </frame>
190
- </stack>
191
- </error>
192
-
193
- <error>
194
- <unique>0x1e</unique>
195
- <tid>1</tid>
196
- <kind>Leak_PossiblyLost</kind>
197
- <xwhat>
198
- <text>304 bytes in 1 blocks are possibly lost in loss record 31 of 41</text>
199
- <leakedbytes>304</leakedbytes>
200
- <leakedblocks>1</leakedblocks>
201
- </xwhat>
202
- <stack>
203
- <frame>
204
- <ip>0x436DB65</ip>
205
- <obj>/usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so</obj>
206
- <fn>calloc</fn>
207
- <dir>/build/valgrind/src/valgrind-3.16.1/coregrind/m_replacemalloc</dir>
208
- <file>vg_replace_malloc.c</file>
209
- <line>760</line>
210
- </frame>
211
- <frame>
212
- <ip>0x43452EB</ip>
213
- <obj>/usr/lib/ld-2.32.so</obj>
214
- <fn>_dl_allocate_tls</fn>
215
- </frame>
216
- <frame>
217
- <ip>0x451713C</ip>
218
- <obj>/usr/lib/libpthread-2.32.so</obj>
219
- <fn>pthread_create@@GLIBC_2.2.5</fn>
220
- </frame>
221
- <frame>
222
- <ip>0xB63A90</ip>
223
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
224
- <fn>node::inspector::Agent::Start(std::string const&amp;, node::DebugOptions const&amp;, std::shared_ptr&lt;node::ExclusiveAccess&lt;node::HostPort, node::MutexBase&lt;node::LibuvMutexTraits&gt; &gt; &gt;, bool)</fn>
225
- </frame>
226
- <frame>
227
- <ip>0xA2C798</ip>
228
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
229
- <fn>node::Environment::InitializeInspector(std::unique_ptr&lt;node::inspector::ParentInspectorHandle, std::default_delete&lt;node::inspector::ParentInspectorHandle&gt; &gt;)</fn>
230
- </frame>
231
- <frame>
232
- <ip>0xAA40E0</ip>
233
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
234
- <fn>node::NodeMainInstance::CreateMainEnvironment(int*, node::EnvSerializeInfo const*)</fn>
235
- </frame>
236
- <frame>
237
- <ip>0xAA43C6</ip>
238
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
239
- <fn>node::NodeMainInstance::Run(node::EnvSerializeInfo const*)</fn>
240
- </frame>
241
- <frame>
242
- <ip>0xA2FE09</ip>
243
- <obj>/home/simon/.nvm/versions/node/v15.3.0/bin/node</obj>
244
- <fn>node::Start(int, char**)</fn>
245
- </frame>
246
- <frame>
247
- <ip>0x4F72151</ip>
248
- <obj>/usr/lib/libc-2.32.so</obj>
249
- <fn>(below main)</fn>
250
- </frame>
251
- </stack>
252
- </error>
253
-
254
- <errorcounts>
255
- </errorcounts>
256
-
257
- <suppcounts>
258
- </suppcounts>
259
-
260
- </valgrindoutput>
261
-