#0 __strcmp_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S:32 [Error: strcmp-sse2-unaligned.S was not found in source tree] #1 0x00007fb76d0c4879 in mime_compare_srcs (f0=, f1=) at filter.c:285 280: mime_filter_t *f1) /* I - Second filter */ 281: { 282: int i; /* Result of comparison */ 283: 284: 285: if ((i = strcmp(f0->src->super, f1->src->super)) == 0) 286: i = strcmp(f0->src->type, f1->src->type); 287: 288: return (i); 289: } 290: #2 0x00007fb76c159eef in cups_array_add (a=0x7fb760450810, e=0x7fb760364ed0, insert=insert@entry=0) at array.c:1134 1129: do 1130: { 1131: current ++; 1132: } 1133: while (current < a->num_elements && 1134: !(*(a->compare))(e, a->elements[current], a->data)); 1135: } 1136: } 1137: } 1138: 1139: /* #3 0x00007fb76c159fd1 in cupsArrayAdd (a=, e=) at array.c:103 98: 99: /* 100: * Append the element... 101: */ 102: 103: return (cups_array_add(a, e, 0)); 104: } 105: 106: 107: /* 108: * '_cupsArrayAddStrings()' - Add zero or more delimited strings to an array. #4 0x00007fb76d0c4d7c in mimeFilter2 (mime=0x55adb9656550, src=src@entry=0x55adb9670800, srcsize=srcsize@entry=0, dst=0x55adb97e8610, cost=cost@entry=0x0) at filter.c:199 194: mime->srcs = cupsArrayNew((cups_array_func_t)mime_compare_srcs, NULL); 195: 196: for (current = mimeFirstFilter(mime); 197: current; 198: current = mimeNextFilter(mime)) 199: cupsArrayAdd(mime->srcs, current); 200: } 201: 202: /* 203: * Find the filters... 204: */ #5 0x00007fb76d0c4dad in mimeFilter (mime=, src=src@entry=0x55adb9670800, dst=, cost=cost@entry=0x0) at filter.c:150 145: "cost=%p(%d))", mime, 146: src, src ? src->super : "???", src ? src->type : "???", 147: dst, dst ? dst->super : "???", dst ? dst->type : "???", 148: cost, cost ? *cost : 0)); 149: 150: return (mimeFilter2(mime, src, 0, dst, cost)); 151: } 152: 153: 154: /* 155: * 'mimeFilter2()' - Find the fastest way to convert from one type to another, #6 0x000055adb8be2851 in add_printer_formats (p=0x55adb981f770) at printers.c:3682 #7 cupsdSetPrinterAttrs (p=p@entry=0x55adb981f770) at printers.c:2537 #8 0x000055adb8bce94a in create_local_bg_thread (printer=0x55adb981f770) at ipp.c:5397 #9 0x00007fb76bcd56db in start_thread (arg=0x7fb7417c2700) at pthread_create.c:463 [Error: pthread_create.c was not found in source tree] #10 0x00007fb76b9fe88f in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:95 [Error: clone.S was not found in source tree]