GNOME Bugzilla – Bug 725423
Core dump glib-networking
Last modified: 2017-11-15 12:56:19 UTC
Using WebkitGTK 2.2.3 and could reproduce crash with glib-2.36.1 and glib-2.38.2. Libsoup is 2.42.2 I see following core dump regularly enough, but never could duplicate reliably. It always is in g_task_propagate_error. So far observations are it occurs around 10% of times. It seems like at least one person has encountered it - https://bugzilla.redhat.com/show_bug.cgi?id=989805. It does work most of the times, but not always. Examination code indicates likelihood of GTask being invalid, but I am not really sure of it. Its not easily reproducible, but does occur many times. Running same steps again does not assure guarantee same crash. So it might be timing or threading issue given that its async call. First 5 stack traces are effectively from java vm since we drive webkit using java. Actual problem occurred at frame #6 g_task_propagate_error. Tried compiling glib with full debug information, but could never get line number out of it. If you need any more information please let me know.
+ Trace 233248
This looks a lot like bug #697754. *** This bug has been marked as a duplicate of bug 697754 ***