#0 __strcasecmp_l_avx () at ../sysdeps/x86_64/multiarch/strcmp-sse42.S:164 [Error: strcmp-sse42.S was not found in source tree] #1 0x000055e56f94310f in generate_local_queue (host=, ip=0x0, port=631, resource=, name=0x55e56fe5445c "HP LaserJet 400 M401d @ Aditya", type=0x55e56fe54480 "_ipps._tcp", domain=0x55e56fe54490 "local", txt=0x55e56fdb9ae0) at utils/cups-browsed.c:4500 4495: 4496: /* Check if we have already created a queue for the discovered 4497: printer */ 4498: for (p = (remote_printer_t *)cupsArrayFirst(remote_printers); 4499: p; p = (remote_printer_t *)cupsArrayNext(remote_printers)) 4500: if (!strcasecmp(p->name, local_queue_name) && 4501: (p->host[0] == '\0' || 4502: p->status == STATUS_UNCONFIRMED || 4503: p->status == STATUS_DISAPPEARED || 4504: (!strcasecmp(p->host, remote_host) && p->port == port))) 4505: break; #2 0x000055e56f94471a in resolve_callback (r=0x55e56fde54d0, interface=3, protocol=, event=, name=0x55e56fe5445c "HP LaserJet 400 M401d @ Aditya", type=0x55e56fe54480 "_ipps._tcp", domain=0x55e56fe54490 "local", host_name=0x55e56fe5449c "Aditya.local", address=0x7ffd14376250, port=631, txt=0x55e56fdb9ae0, flags=(AVAHI_LOOKUP_RESULT_CACHED | AVAHI_LOOKUP_RESULT_MULTICAST), userdata=0x55e56fd8cf60) at utils/cups-browsed.c:4882 4877: name, type, domain); 4878: free(addrstr); 4879: } else { 4880: /* Check remote printer type and create appropriate local queue to 4881: point to it */ 4882: generate_local_queue(host_name, NULL, port, rp_value, name, type, domain, txt); 4883: } 4884: } 4885: 4886: clean_up: 4887: #3 0x00007f57c49ee489 in avahi_service_resolver_event (client=client@entry=0x55e56fd8cf60, event=event@entry=AVAHI_RESOLVER_FOUND, message=message@entry=0x55e56fddf1d0) at resolver.c:146 [Error: resolver.c was not found in source tree] #4 0x00007f57c49e9ecc in filter_func (bus=, message=0x55e56fddf1d0, userdata=0x55e56fd8cf60) at client.c:256 [Error: client.c was not found in source tree] #5 0x00007f57c27752a1 in dbus_connection_dispatch () from /tmp/apport_sandbox_Y3UdUj/lib/x86_64-linux-gnu/libdbus-1.so.3 #6 0x00007f57c49f04d6 in dispatch_timeout_callback (t=, userdata=0x55e56fd91040) at ../avahi-common/dbus-watch-glue.c:105 [Error: dbus-watch-glue.c was not found in source tree] #7 0x00007f57c47e2680 in start_timeout_callback (t=0x55e56fd84a70) at glib-watch.c:252 [Error: glib-watch.c was not found in source tree] #8 dispatch_func (source=0x55e56fd8ce90, callback=, userdata=) at glib-watch.c:331 [Error: glib-watch.c was not found in source tree] #9 0x00007f57c3f2f377 in g_main_context_dispatch () from /tmp/apport_sandbox_Y3UdUj/lib/x86_64-linux-gnu/libglib-2.0.so.0 #10 0x00007f57c3f2f5e0 in ?? () from /tmp/apport_sandbox_Y3UdUj/lib/x86_64-linux-gnu/libglib-2.0.so.0 #11 0x00007f57c3f2f902 in g_main_loop_run () from /tmp/apport_sandbox_Y3UdUj/lib/x86_64-linux-gnu/libglib-2.0.so.0 #12 0x000055e56f9398cb in main (argc=1, argv=0x7ffd14376728) at utils/cups-browsed.c:7117 7112: debug_printf ("No printers found to make available, shutting down in %d sec...\n", autoshutdown_timeout); 7113: autoshutdown_exec_id = 7114: g_timeout_add_seconds (autoshutdown_timeout, autoshutdown_execute, NULL); 7115: } 7116: 7117: g_main_loop_run (gmainloop); 7118: 7119: debug_printf("main loop exited\n"); 7120: g_main_loop_unref (gmainloop); 7121: gmainloop = NULL; 7122: ret = 0;