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 746383 - Random crash from time to time with no reason
Random crash from time to time with no reason
Status: RESOLVED DUPLICATE of bug 747422
Product: gtk+
Classification: Platform
Component: Class: GtkStyleContext
3.14.x
Other Linux
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2015-03-18 09:31 UTC by Yosef Or Boczko
Modified: 2016-01-10 16:35 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Yosef Or Boczko 2015-03-18 09:31:08 UTC
I don't know why it happen, but epiphany crash to me from
time to time, with no any relate to anything.

Epiphany from git master (3.15.92), WebkKitGTK+ 2.7.92.
The crash happen for a while, it not new.

$ coredumpctl gdb
           PID: 3359 (epiphany)
           UID: 1004 (yoseforb)
           GID: 1004 (yoseforb)
        Signal: 11 (SEGV)
     Timestamp: ד' 2015-03-18 11:28:10 IST (5s ago)
  Command Line: epiphany
    Executable: /usr/bin/epiphany
 Control Group: /user.slice/user-1004.slice/session-c2.scope
          Unit: session-c2.scope
         Slice: user-1004.slice
       Session: c2
     Owner UID: 1004 (yoseforb)
       Boot ID: 3a3b5a058a0d4e64968356d82c11cdab
    Machine ID: 45c6e9e2388a41cbb51be6bb305be814
      Hostname: yoseforb
      Coredump: /var/lib/systemd/coredump/core.epiphany.1004.3a3b5a058a0d4e64968356d82c11cdab.3359.1426670890000000.lz4
       Message: Process 3359 (epiphany) of user 1004 dumped core.

GNU gdb (GDB) 7.9
Copyright (C) 2015 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-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from /usr/bin/epiphany...done.
[New LWP 3359]
[New LWP 3963]
[New LWP 3416]
[New LWP 3379]
[New LWP 3380]
[New LWP 3362]
[New LWP 3369]
[New LWP 3365]
[New LWP 3607]
[New LWP 3664]
[New LWP 3533]
[New LWP 3375]
[New LWP 3366]
[New LWP 3776]
[New LWP 3874]
[New LWP 3370]
[New LWP 3361]
[New LWP 3363]
[New LWP 3374]
[New LWP 3398]

warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
Core was generated by `epiphany'.
Program terminated with signal SIGSEGV, Segmentation fault.
  • #0 magazine_cache_trim
    at gslice.c line 653
  • #0 magazine_cache_trim
    at gslice.c line 653
  • #1 magazine_cache_push_magazine
    at gslice.c line 710
  • #2 thread_memory_magazine2_unload
    at gslice.c line 809
  • #3 g_slice_free1
    at gslice.c line 1094
  • #4 array_free
    at garray.c line 379
  • #5 g_array_free
    at garray.c line 346
  • #6 gtk_css_image_linear_dispose
    at gtkcssimagelinear.c line 583
  • #7 g_object_unref
    at gobject.c line 3137
  • #8 gtk_css_value_image_free
    at gtkcssimagevalue.c line 32
  • #9 gtk_css_value_array_free
    at gtkcssarrayvalue.c line 39
  • #10 gtk_css_transition_finalize
    at gtkcsstransition.c line 86
  • #11 g_object_unref
    at gobject.c line 3174
  • #12 g_slist_foreach
    at gslist.c line 878
  • #13 g_slist_free_full
    at gslist.c line 172
  • #14 gtk_css_animated_style_dispose
    at gtkcssanimatedstyle.c line 77
  • #15 g_object_unref
    at gobject.c line 3137
  • #16 _gtk_style_context_validate
  • #17 _gtk_style_context_validate
    at gtkstylecontext.c line 3088
  • #18 _gtk_style_context_validate
    at gtkstylecontext.c line 3088
  • #19 gtk_container_idle_sizer
    at gtkcontainer.c line 1856
  • #20 _g_closure_invoke_va
    at gclosure.c line 831
  • #21 g_signal_emit_valist
    at gsignal.c line 3214
  • #22 g_signal_emit_by_name
    at gsignal.c line 3401
  • #23 gdk_frame_clock_paint_idle
    at gdkframeclockidle.c line 408
  • #24 gdk_threads_dispatch
    at gdk.c line 717
  • #25 g_timeout_dispatch
    at gmain.c line 4545
  • #26 g_main_dispatch
    at gmain.c line 3122
  • #27 g_main_context_dispatch
    at gmain.c line 3737
  • #28 g_main_context_iterate
    at gmain.c line 3808
  • #29 g_main_context_iteration
    at gmain.c line 3869
  • #30 g_application_run
    at gapplication.c line 2308
  • #31 main
    at ephy-main.c line 486

Comment 1 Matthias Clasen 2016-01-10 16:13:21 UTC
I believe the memory corruption causing this was fixed a while ago.
Comment 2 Michael Catanzaro 2016-01-10 16:35:07 UTC

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