#0 0xaeefdb52 in MemStream::getChar (this=0x8b21e28) at Stream.h:571 [Error: Stream.h was not found in source tree] #1 0xaeefb552 in FlateStream::getHuffmanCodeWord (this=this@entry=0x8b18da8, tab=tab@entry=0x8b212d8) at Stream.cc:4925 [Error: Stream.cc was not found in source tree] #2 0xaeefbc7b in FlateStream::readSome (this=this@entry=0x8b18da8) at Stream.cc:4643 [Error: Stream.cc was not found in source tree] #3 0xaeefc052 in doGetRawChar (this=) at Stream.h:993 [Error: Stream.h was not found in source tree] #4 FlateStream::getChars (this=0x8b18da8, nChars=4096, buffer=0x8b17690 "\001") at Stream.cc:4582 [Error: Stream.cc was not found in source tree] #5 0xaeeaecdd in doGetChars (buffer=0x8b17690 "\001", nChars=4096, this=0x8b18da8) at Stream.h:123 [Error: Stream.h was not found in source tree] #6 toUnsignedChars (sizeIncrement=4096, initialSize=4096, length=0xbfa5d204, this=0x8b18da8) at Stream.h:153 [Error: Stream.h was not found in source tree] #7 GfxFont::readEmbFontFile (this=this@entry=0x8b15d00, xref=xref@entry=0x8afd420, len=len@entry=0xbfa5d204) at GfxFont.cc:905 [Error: GfxFont.cc was not found in source tree] #8 0xaeeaf999 in Gfx8BitFont::Gfx8BitFont (this=0x8b15d00, xref=0x8afd420, tagA=0x8b17150 "T1_4", idA=..., nameA=0x8b0cb80, typeA=fontType1C, embFontIDA=..., fontDict=0x8b17400) at GfxFont.cc:1116 [Error: GfxFont.cc was not found in source tree] #9 0xaeeb3b9f in GfxFont::makeFont (xref=xref@entry=0x8afd420, tagA=0x8b17150 "T1_4", idA=..., fontDict=fontDict@entry=0x8b17400) at GfxFont.cc:223 [Error: GfxFont.cc was not found in source tree] #10 0xaeeb3ce2 in GfxFontDict::GfxFontDict (this=0x8b17260, xref=0x8afd420, fontDictRef=0x0, fontDict=0x8b120e0) at GfxFont.cc:2497 [Error: GfxFont.cc was not found in source tree] #11 0xaee98e40 in GfxResources::GfxResources (this=0x8bea728, xref=0x8afd420, resDictA=0x8b30020, nextA=0x0) at Gfx.cc:345 [Error: Gfx.cc was not found in source tree] #12 0xaeea2d8d in Gfx::Gfx (this=0x8b15c38, docA=0x8afd190, outA=0x8b12040, pageNum=13, resDict=0x8b30020, hDPI=72, vDPI=72, box=0xbfa5d880, cropBox=0x0, rotate=0, abortCheckCbkA=0x0, abortCheckCbkDataA=0x0, xrefA=0x0) at Gfx.cc:554 [Error: Gfx.cc was not found in source tree] #13 0xaeeea4b5 in Page::createGfx (this=0x8b11fb0, out=out@entry=0x8b12040, 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=sliceY@entry=-1, sliceW=sliceW@entry=-1, sliceH=sliceH@entry=-1, printing=printing@entry=false, abortCheckCbk=abortCheckCbk@entry=0x0, abortCheckCbkData=abortCheckCbkData@entry=0x0, xrefA=xrefA@entry=0x0) at Page.cc:544 [Error: Page.cc was not found in source tree] #14 0xb556ddf9 in poppler_page_get_text_page (page=page@entry=0x8ad3460) at poppler-page.cc:275 [Error: poppler-page.cc was not found in source tree] #15 0xb556f20c in poppler_page_get_selected_text (page=page@entry=0x8ad3460, style=style@entry=POPPLER_SELECTION_GLYPH, selection=selection@entry=0xbfa5d990) at poppler-page.cc:823 [Error: poppler-page.cc was not found in source tree] #16 0xb556f308 in poppler_page_get_text (page=page@entry=0x8ad3460) at poppler-page.cc:850 [Error: poppler-page.cc was not found in source tree] #17 0xb76c5bcb in extract_content_text (n_bytes=1048576, document=0x8ad3220) at tracker-extract-pdf.c:226 221: gchar *text; 222: 223: page = poppler_document_get_page (document, i); 224: i++; 225: 226: text = poppler_page_get_text (page); 227: 228: if (!text) { 229: g_object_unref (page); 230: continue; 231: } #18 extract_content_child_process (fd=0xbfa5da7c, n_bytes=1048576, document=0x8ad3220) at tracker-extract-pdf.c:276 271: 272: /* This is the child extracting the content, hopefully in time */ 273: 274: output_stream = g_unix_output_stream_new (fd[1], FALSE); 275: dataout_stream = g_data_output_stream_new (output_stream); 276: str = extract_content_text (document, n_bytes); 277: size = (gint64) str->len; 278: 279: /* Write the results to the pipe */ 280: if (g_data_output_stream_put_int64 (dataout_stream, size, NULL, NULL)) { 281: g_output_stream_write_all (output_stream, #19 extract_content (n_bytes=1048576, document=0x8ad3220) at tracker-extract-pdf.c:510 505: close (fd[0]); 506: close (fd[1]); 507: } 508: 509: if (child_pid == 0) { 510: extract_content_child_process (document, n_bytes, fd); 511: return NULL; 512: } 513: 514: return extract_content_parent_process (document, fd, child_pid); 515: } #20 tracker_extract_get_metadata (info=) at tracker-extract-pdf.c:997 992: tracker_sparql_builder_predicate (metadata, "nfo:pageCount"); 993: tracker_sparql_builder_object_int64 (metadata, poppler_document_get_n_pages (document)); 994: 995: config = tracker_main_get_config (); 996: n_bytes = tracker_config_get_max_bytes (config); 997: content = extract_content (document, n_bytes); 998: 999: if (content) { 1000: tracker_sparql_builder_predicate (metadata, "nie:plainTextContent"); 1001: tracker_sparql_builder_object_unvalidated (metadata, content); 1002: g_free (content); #21 0x0804fb36 in get_file_metadata (task=task@entry=0xb5403690, info_out=info_out@entry=0xbfa5dd0c) at tracker-extract.c:347 342: if (task->cur_func) { 343: TrackerSparqlBuilder *statements; 344: 345: g_debug (" Using %s...", g_module_name (task->cur_module)); 346: 347: (task->cur_func) (info); 348: 349: statements = tracker_extract_info_get_metadata_builder (info); 350: items = tracker_sparql_builder_get_length (statements); 351: 352: if (items > 0) { #22 0x080501eb in get_metadata (task=task@entry=0xb5403690) at tracker-extract.c:552 547: extract_task_free (task); 548: return FALSE; 549: } 550: 551: if (!filter_module (task->extract, task->cur_module) && 552: get_file_metadata (task, &info)) { 553: g_simple_async_result_set_op_res_gpointer ((GSimpleAsyncResult *) task->res, 554: info, 555: (GDestroyNotify) tracker_extract_info_unref); 556: 557: g_simple_async_result_complete_in_idle ((GSimpleAsyncResult *) task->res); #23 0x0805054b in dispatch_task_cb (task=0xb5403690) at tracker-extract.c:679 674: extract_task_free (task); 675: break; 676: case TRACKER_MODULE_MAIN_THREAD: 677: /* Dispatch the task right away in this thread */ 678: g_message ("Dispatching '%s' in main thread", task->file); 679: get_metadata (task); 680: break; 681: case TRACKER_MODULE_SINGLE_THREAD: { 682: GAsyncQueue *async_queue; 683: 684: async_queue = g_hash_table_lookup (priv->single_thread_extractors, module); #24 0xb72b65a0 in g_source_get_ready_time (source=0x6) at /build/buildd/glib2.0-2.39.3+git20140123.ee38a1af/./glib/gmain.c:1805 [Error: /build/buildd/glib2.0-2.39.3+git20140123.ee38a1af/./glib/gmain.c was not found in source tree] #25 0xbfa5ddbc in ?? ()