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 721264 - Segmentation fault after returning from preview to overview and clicking on another document
Segmentation fault after returning from preview to overview and clicking on a...
Status: RESOLVED DUPLICATE of bug 726687
Product: gnome-documents
Classification: Core
Component: general
3.8.x
Other Linux
: Normal normal
: ---
Assigned To: GNOME documents maintainer(s)
GNOME documents maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-12-31 10:06 UTC by Miha
Modified: 2014-03-22 11:45 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Miha 2013-12-31 10:06:17 UTC
Here is the backtrace for another segmentation fault I can't reproduce. It happened when I went from preview to overview and then clicked on some other document to preview it. No useful text was output to terminal.

I was using Gnome Documents 3.8.5 that ships with Fedora 19. 


miha@sluzba:~$ gdb gjs-console core.15951 
GNU gdb (GDB) Fedora 7.6.1-46.fc19
Copyright (C) 2013 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-redhat-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /usr/bin/gjs-console...Reading symbols from /usr/lib/debug/usr/bin/gjs-console.debug...done.
done.
[New LWP 16007]
[New LWP 15952]
[New LWP 15951]
[New LWP 15954]
[New LWP 15985]
[New LWP 15983]
[New LWP 17509]
[New LWP 15953]
[New LWP 17508]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib64/libthread_db.so.1".
Missing separate debuginfo for /usr/lib64/libgraphite2.so.3
Try: yum --enablerepo='*debug*' install /usr/lib/debug/.build-id/a1/aa32c91bc181cb69ebc81bbfd03a1349ea4e33.debug
Core was generated by `/usr/bin/gjs-console -I /usr/share/gnome-documents/js -c const Main = imports.m'.
Program terminated with signal 11, Segmentation fault.
  • #0 gs_lcms2_malloc
    from /usr/lib64/libgs.so.9
  • #0 gs_lcms2_malloc
    from /usr/lib64/libgs.so.9
  • #1 _cmsMallocZeroDefaultFn
    from /usr/lib64/liblcms2.so.2
  • #2 cmsCreateProfilePlaceholder
    from /usr/lib64/liblcms2.so.2
  • #3 cmsOpenProfileFromMemTHR
    from /usr/lib64/liblcms2.so.2
  • #7 Gfx::go(bool) () from /usr/lib64/libpoppler.so.34 #8 Gfx::display(Object*, bool)
    from /usr/lib64/libpoppler.so.34
  • #9 Page::display(Gfx*)
    from /usr/lib64/libpoppler.so.34
  • #10 poppler_page_get_text_page(_PopplerPage*)
    from /usr/lib64/libpoppler-glib.so.8
  • #11 poppler_page_get_selection_region
    from /usr/lib64/libpoppler-glib.so.8
  • #13 ev_job_page_data_run
    from /usr/lib64/libevview3.so.3
  • #14 ev_job_thread_proxy
    from /usr/lib64/libevview3.so.3
  • #15 g_thread_proxy
    at gthread.c line 798
  • #16 start_thread
    at pthread_create.c line 308
  • #17 clone
    at clone.S line 113

Comment 1 Debarshi Ray 2014-03-22 11:45:37 UTC

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