#0 0x00007f8862a6b445 in __GI_raise (sig=) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64 [Error: ../nptl/sysdeps/unix/sysv/linux/raise.c was not found in source tree] #1 0x00007f8862a6ebab in __GI_abort () at abort.c:91 [Error: abort.c was not found in source tree] #2 0x00007f8862a6410e in __assert_fail_base (fmt=, assertion=0x403fbb "c9", file=0x403f94 "dmesg.c", line=, function=) at assert.c:94 [Error: assert.c was not found in source tree] #3 0x00007f8862a641b2 in __GI___assert_fail (assertion=assertion@entry=0x403fbb "c9", file=file@entry=0x403f94 "dmesg.c", line=line@entry=86, function=function@entry=0x4042b0 "fill_lineinfo") at assert.c:103 [Error: assert.c was not found in source tree] #4 0x000000000040356e in fill_lineinfo (remove_syslog=0, buflen=, buffer=) at dmesg.c:86 81: while (c < buffer + buflen) { 82: int len = 0; 83: char *c9; 84: 85: c9 = memchr(c, '\n', buffer + buflen - c); /* a \n will always be found */ 86: assert(c9); 87: len = c9 - c; 88: 89: /* in /var/log/messages, we need to strip the first part off, upto the 3rd ':' */ 90: if (remove_syslog) { 91: char *c2; #5 extract_oops (buffer=buffer@entry=0x12c2800 "<5>[1168458.796871] type=1701 audit(1342634220.417:14246): auid=4294967295 uid=1000 gid=1000 ses=4294967295 pid=14260 comm=\"chrome\" reason=\"seccomp\" sig=0 syscall=2 compat=0 ip=0x7f081ba34257 code=0x5"..., buflen=, remove_syslog=remove_syslog@entry=0) at dmesg.c:167 162: int inbacktrace = 0; 163: 164: lines_info = NULL; 165: lines_info_alloc = 0; 166: 167: if (fill_lineinfo(buffer, buflen, remove_syslog) < 0) 168: goto fail; 169: 170: oopsend = linecount; 171: 172: i = 0; #6 0x000000000040360e in scan_dmesg (unused=) at dmesg.c:368 363: char *buffer; 364: 365: buffer = calloc(getpagesize()+1, 1); 366: 367: syscall(__NR_syslog, 3, buffer, getpagesize()); 368: extract_oops(buffer, strlen(buffer), 0); 369: free(buffer); 370: if (opted_in >= 2) 371: submit_queue(); 372: else if (opted_in >= 1) 373: ask_permission(); #7 0x00007f8862e3a44b in g_timeout_dispatch (source=source@entry=0x12bee20, callback=, user_data=) at /build/buildd/glib2.0-2.33.3/./glib/gmain.c:3882 [Error: /build/buildd/glib2.0-2.33.3/./glib/gmain.c was not found in source tree] #8 0x00007f8862e398b5 in g_main_dispatch (context=0x12bd400) at /build/buildd/glib2.0-2.33.3/./glib/gmain.c:2539 [Error: /build/buildd/glib2.0-2.33.3/./glib/gmain.c was not found in source tree] #9 g_main_context_dispatch (context=context@entry=0x12bd400) at /build/buildd/glib2.0-2.33.3/./glib/gmain.c:3075 [Error: /build/buildd/glib2.0-2.33.3/./glib/gmain.c was not found in source tree] #10 0x00007f8862e39be8 in g_main_context_iterate (context=0x12bd400, block=block@entry=1, dispatch=dispatch@entry=1, self=) at /build/buildd/glib2.0-2.33.3/./glib/gmain.c:3146 [Error: /build/buildd/glib2.0-2.33.3/./glib/gmain.c was not found in source tree] #11 0x00007f8862e39fe2 in g_main_loop_run (loop=0x12bcfa0) at /build/buildd/glib2.0-2.33.3/./glib/gmain.c:3340 [Error: /build/buildd/glib2.0-2.33.3/./glib/gmain.c was not found in source tree] #12 0x0000000000401cea in main (argc=, argv=0x7fffe840d9e8) at kerneloops.c:219 214: 215: /* now, start polling for oopses to occur */ 216: 217: g_timeout_add_seconds(10, scan_dmesg, NULL); 218: 219: g_main_loop_run(loop); 220: dbus_bus_remove_match(bus, "type='signal',interface='org.kerneloops.submit.ping'", &error); 221: dbus_bus_remove_match(bus, "type='signal',interface='org.kerneloops.submit.permission'", &error); 222: 223: g_main_loop_unref(loop); 224: free(submit_url);