Displaying 1 result from an estimated 1 matches for "mnl_batch_init".
2013 Dec 04
3
[Bug 881] New: SIGSEGV on startup
...tart_main (main=0x405219 <main>, argc=1,
ubp_av=0x7fffffffe738, init=0x429170 <__libc_csu_init>, fini=<optimized
out>,
rtld_fini=<optimized out>, stack_end=0x7fffffffe728) at libc-start.c:235
#9 0x0000000000404d49 in _start ()
(gdb) list src/netlink.c:45
40 mnl_batch_init();
41 }
42
43 static void __exit netlink_close_sock(void)
44 {
45 mnl_socket_close(nf_sock);
46 }
47
48 int netlink_io_error(struct netlink_ctx *ctx, const struct location *loc,
49 const char *fmt, ...)
(gdb) list dl-fini.c:253
248 dl-fini.c: No such...