After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 521205 - Crash when selecting text in the same area
Crash when selecting text in the same area
Status: RESOLVED DUPLICATE of bug 316907
Product: evince
Classification: Core
Component: PDF
2.20.x
Other All
: Normal critical
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2008-03-08 15:56 UTC by Vlad
Modified: 2008-03-08 16:30 UTC
See Also:
GNOME target: ---
GNOME version: 2.19/2.20



Description Vlad 2008-03-08 15:56:45 UTC
Steps to reproduce:
1. Open PDF file http://www.cs.utah.edu/~hal/docs/daume02yaht.pdf
2. Open page 39
3. Double-click near "verbatim" word.


Stack trace:


Other information:
Comment 1 Gianluca Borello 2008-03-08 16:30:15 UTC
I can confirm this bug, here is the stacktrace i generated (it is a libpoppler bug, so i'm marking this as a dup of bug 316907)

  • #0 TextLine::visitSelection
    from /usr/lib/libpoppler.so.2
  • #1 TextBlock::visitSelection
    from /usr/lib/libpoppler.so.2
  • #2 TextPage::visitSelection
    from /usr/lib/libpoppler.so.2
  • #3 TextPage::getSelectionRegion
    from /usr/lib/libpoppler.so.2
  • #4 TextOutputDev::getSelectionRegion
    from /usr/lib/libpoppler.so.2
  • #5 poppler_page_get_selection_region
    from /usr/lib/libpoppler-glib.so.2
  • #6 pdf_selection_get_selection_region
    at /build/buildd/evince-2.20.1/./backend/pdf/ev-poppler.cc line 1902
  • #7 ev_selection_get_selection_region
    at /build/buildd/evince-2.20.1/./libdocument/ev-selection.c line 103
  • #8 ev_pixbuf_cache_get_selection_surface
    at /build/buildd/evince-2.20.1/./shell/ev-pixbuf-cache.c line 1022
  • #9 merge_selection_region
    at /build/buildd/evince-2.20.1/./shell/ev-view.c line 5263
  • #10 compute_selections
    at /build/buildd/evince-2.20.1/./shell/ev-view.c line 5338


*** This bug has been marked as a duplicate of 316907 ***