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 374254 - crash in Document Viewer: Opened pdf I downloaded ...
crash in Document Viewer: Opened pdf I downloaded ...
Status: RESOLVED DUPLICATE of bug 349311
Product: evince
Classification: Core
Component: general
0.6.x
Other All
: High critical
: ---
Assigned To: Evince Maintainers
Evince Maintainers
Depends on:
Blocks:
 
 
Reported: 2006-11-12 12:10 UTC by Jan Kümmel
Modified: 2006-11-13 23:55 UTC
See Also:
GNOME target: ---
GNOME version: 2.15/2.16



Description Jan Kümmel 2006-11-12 12:10:01 UTC
Version: 0.6.0

What were you doing when the application crashed?
Opened pdf I downloaded from 
http://citeseer.ist.psu.edu/rd/0%2C37681%2C1%2C0.25%2CDownload/http://citeseer.ist.psu.edu/cache/papers/cs/2341/http:zSzzSzcs.cornell.eduzSzInfozSzPeoplezSzsinghalzSzpaperszSztrec3.pdf/automatic-query-expansion-using.pdf
(pdf version from http://citeseer.ist.psu.edu/37681.html)


Distribution: Gentoo Base System version 1.12.6
Gnome Release: 2.16.1 2006-11-06 (Gentoo)
BugBuddy Version: 2.16.0

Memory status: size: 211943424 vsize: 211943424 resident: 86425600 share: 13959168 rss: 86425600 rss_rlim: -1
CPU usage: start_time: 1163331886 rtime: 688 utime: 636 stime: 52 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/evince'

(no debugging symbols found)
Using host libthread_db library "/lib/libthread_db.so.1".
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
[New Thread 46994875627424 (LWP 27486)]
[New Thread 1082132816 (LWP 27496)]
0x00002abdd5f5252f in waitpid () from /lib/libc.so.6

Comment 1 Wouter Bolsterlee (uws) 2006-11-13 22:11:51 UTC
Thanks for taking the time to report this bug.
Without a stack trace from the crash it's very hard to determine what caused it.
Can you get us a stack trace? Please see http://live.gnome.org/GettingTraces for more information on how to do so. Thanks in advance!
Comment 2 Jan Kümmel 2006-11-13 23:26:26 UTC
When I recompile evince with CFLAGS="-g", it does not crash anymore.
My previous CFLAGS were "-O2 -march=k8".
Compiling it with CFLAGS="-g -O2 -march=k8" makes it crash again. BugBuddy output (with -g -O2 -march=k8) is below.
Is this sufficient or should I compile more packages with -g?
Since the bug seems to be compilerflag related, is it really a bug in evince or in gcc? Or just some bad coincidence?


Distribution: Gentoo Base System version 1.12.6
Gnome Release: 2.16.1 2006-11-06 (Gentoo)
BugBuddy Version: 2.16.0

Memory status: size: 172228608 vsize: 172228608 resident: 49381376 share: 13692928 rss: 49381376 rss_rlim: -1
CPU usage: start_time: 1163459963 rtime: 186 utime: 175 stime: 11 cutime:0 cstime: 0 timeout: 0 it_real_value: 0 frequency: 100

Backtrace was generated from '/usr/bin/evince'

Using host libthread_db library "/lib/libthread_db.so.1".
[Thread debugging using libthread_db enabled]
[New Thread 47417505614256 (LWP 19355)]
[New Thread 1082132816 (LWP 19356)]
0x00002b203dc3092f in waitpid () from /lib/libpthread.so.0

Thread 1 (Thread 47417505614256 (LWP 19355))

  • #0 waitpid
    from /lib/libpthread.so.0
  • #1 gnome_gtk_module_info_get
    from /usr/lib/libgnomeui-2.so.0
  • #2 <signal handler called>
  • #3 CairoFont::getGlyph
    from /usr/lib/libpoppler-glib.so.1
  • #4 CairoOutputDev::drawChar
    from /usr/lib/libpoppler-glib.so.1
  • #5 TextSelectionPainter::visitWord
    from /usr/lib64/libpoppler.so.1
  • #6 TextLine::visitSelection
    from /usr/lib64/libpoppler.so.1
  • #7 TextBlock::visitSelection
    from /usr/lib64/libpoppler.so.1
  • #8 TextPage::visitSelection
    from /usr/lib64/libpoppler.so.1
  • #9 TextPage::drawSelection
    from /usr/lib64/libpoppler.so.1
  • #10 poppler_page_render_selection
    from /usr/lib/libpoppler-glib.so.1
  • #11 pdf_selection_render_selection
  • #12 ev_pixbuf_cache_get_selection_pixbuf
    at ev-pixbuf-cache.c line 865
  • #13 selection_update_idle_cb
    at ev-view.c line 3834
  • #14 g_main_context_dispatch
    from /usr/lib/libglib-2.0.so.0
  • #15 g_main_context_check
    from /usr/lib/libglib-2.0.so.0
  • #16 g_main_loop_run
    from /usr/lib/libglib-2.0.so.0
  • #17 gtk_main
    from /usr/lib/libgtk-x11-2.0.so.0
  • #18 main
    at main.c line 345
  • #0 waitpid
    from /lib/libpthread.so.0

Comment 3 Nickolay V. Shmyrev 2006-11-13 23:55:10 UTC
Thanks for the bug report. This particular bug has already been reported into our bug tracking system, but please feel free to report any further bugs you find.


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