#0 NameToCharCode::lookup (this=, name=0x7f3a583ffb80 "quotesinglbase") at ./poppler/NameToCharCode.cc:111 [Error: NameToCharCode.cc was not found in source tree] #1 0x00007f3a80262f99 in Gfx8BitFont::Gfx8BitFont (this=, xref=, tagA=, idA=..., nameA=, typeA=, embFontIDA=..., fontDict=, this=, xref=, tagA=, idA=..., nameA=, typeA=, embFontIDA=..., fontDict=) at /usr/include/c++/11/bits/unique_ptr.h:413 [Error: unique_ptr.h was not found in source tree] #2 0x00007f3a8026638f in GfxFont::makeFont (xref=0x7f3a5803aae0, tagA=0x7f3a584dd4e0 "F32", idA=..., fontDict=0x7f3a583aa720) at ./poppler/GfxFont.cc:220 [Error: GfxFont.cc was not found in source tree] #3 0x00007f3a8026cdb3 in GfxFontDict::GfxFontDict (this=, xref=, fontDictRef=, fontDict=, this=, xref=, fontDictRef=, fontDict=) at ./poppler/GfxFont.cc:2383 [Error: GfxFont.cc was not found in source tree] #4 0x00007f3a8024790b in GfxResources::GfxResources (this=, xrefA=, resDictA=, nextA=, this=, xrefA=, resDictA=, nextA=) at ./poppler/Gfx.cc:256 [Error: Gfx.cc was not found in source tree] #5 0x00007f3a80248680 in Gfx::Gfx (this=, docA=, outA=, pageNum=, resDict=, hDPI=, vDPI=, box=, cropBox=, rotate=, abortCheckCbkA=, abortCheckCbkDataA=, xrefA=, this=, docA=, outA=, pageNum=, resDict=, hDPI=, vDPI=, box=, cropBox=, rotate=, abortCheckCbkA=, abortCheckCbkDataA=, xrefA=) at ./poppler/Gfx.cc:469 [Error: Gfx.cc was not found in source tree] #6 0x00007f3a802abab0 in Page::createGfx (this=0x7f3a580d6460, out=out@entry=0x7f3a5907e370, hDPI=hDPI@entry=72, vDPI=vDPI@entry=72, rotate=rotate@entry=0, useMediaBox=useMediaBox@entry=false, crop=, crop@entry=true, sliceX=sliceX@entry=-1, sliceY=-1, sliceW=-1, sliceH=-1, printing=false, abortCheckCbk=0x0, abortCheckCbkData=0x0, xrefA=0x0) at ./poppler/Page.cc:550 [Error: Page.cc was not found in source tree] #7 0x00007f3a80495669 in poppler_page_get_text_page (page=0x55634f759500) at ./glib/poppler-page.cc:258 [Error: poppler-page.cc was not found in source tree] #8 0x00007f3a80495d6c in poppler_page_get_selection_region (page=, scale=1, style=, selection=) at ./glib/poppler-page.cc:614 [Error: poppler-page.cc was not found in source tree] #9 0x00007f3a8050c01a in pdf_document_text_get_text_mapping (document_text=, page=) at /build/atril-1Xxcaw/atril-1.26.0/backend/pdf/ev-poppler.cc:2013 2008: 2009: points.x1 = 0.0; 2010: points.y1 = 0.0; 2011: poppler_page_get_size (poppler_page, &(points.x2), &(points.y2)); 2012: 2013: region = poppler_page_get_selection_region (poppler_page, 1.0, 2014: POPPLER_SELECTION_GLYPH, 2015: &points); 2016: retval = create_region_from_poppler_region (region, 1.0); 2017: g_list_free (region); 2018: #10 0x00007f3a8e617486 in ev_job_page_data_run (job=0x7f3a5800c200) at /build/atril-1Xxcaw/atril-1.26.0/libview/ev-jobs.c:733 728: ev_document_doc_mutex_lock (); 729: ev_page = ev_document_get_page (job->document, job_pd->page); 730: 731: if ((job_pd->flags & EV_PAGE_DATA_INCLUDE_TEXT_MAPPING) && EV_IS_DOCUMENT_TEXT (job->document)) 732: job_pd->text_mapping = 733: ev_document_text_get_text_mapping (EV_DOCUMENT_TEXT (job->document), ev_page); 734: if ((job_pd->flags & EV_PAGE_DATA_INCLUDE_TEXT) && EV_IS_DOCUMENT_TEXT (job->document)) 735: job_pd->text = 736: ev_document_text_get_text (EV_DOCUMENT_TEXT (job->document), ev_page); 737: if ((job_pd->flags & EV_PAGE_DATA_INCLUDE_TEXT_LAYOUT) && EV_IS_DOCUMENT_TEXT (job->document)) 738: ev_document_text_get_text_layout (EV_DOCUMENT_TEXT (job->document), #11 0x00007f3a8e616c02 in ev_job_thread (job=0x7f3a5800c200) at /build/atril-1Xxcaw/atril-1.26.0/libview/ev-job-scheduler.c:184 179: do { 180: if (g_cancellable_is_cancelled (job->cancellable)) 181: result = FALSE; 182: else { 183: g_atomic_pointer_set (&running_job, job); 184: result = ev_job_run (job); 185: } 186: } while (result); 187: 188: g_atomic_pointer_set (&running_job, NULL); 189: } #12 ev_job_thread_proxy (data=) at /build/atril-1Xxcaw/atril-1.26.0/libview/ev-job-scheduler.c:217 212: g_mutex_unlock (&job_queue_mutex); 213: continue; 214: } 215: g_mutex_unlock (&job_queue_mutex); 216: 217: ev_job_thread (job->job); 218: ev_scheduler_job_destroy (job); 219: } 220: 221: return NULL; 222: } #13 0x00007f3a8d739941 in g_thread_proxy (data=0x55634f6bbcc0) at ../../../glib/gthread.c:827 [Error: gthread.c was not found in source tree] #14 0x00007f3a8d43eb43 in start_thread (arg=) at ./nptl/pthread_create.c:442 [Error: pthread_create.c was not found in source tree] #15 0x00007f3a8d4d0b80 in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:81 [Error: clone3.S was not found in source tree]