RESOLVED INVALID 167781
[GTK] WebUI from WebKitGtk+ 2.15.4 spits critical
https://bugs.webkit.org/show_bug.cgi?id=167781
Summary [GTK] WebUI from WebKitGtk+ 2.15.4 spits critical
Andres Gomez Garcia
Reported 2017-02-03 00:23:47 PST
Created attachment 300509 [details] BT from gdb for epiphany's WebApp Still reproducible with Epiphany 3.22.5 and WebKit 2.15.4. I'm running Epiphany with the dconf key: "process-model" = "shared-secondary-process" And the env variable: "export G_DEBUG=fatal-criticals" The compilation was done with CMake args: '-DENABLE_THREADED_COMPOSITOR=OFF -DPORT=GTK -DCMAKE_BUILD_TYPE=Release -DENABLE_MINIBROWSER=ON -DCMAKE_C_FLAGS_RELEASE="-O0 -g -DNDEBUG -DG_DISABLE_CAST_CHECKS" -DCMAKE_CXX_FLAGS_RELEASE="-O0 -g -DNDEBUG -DG_DISABLE_CAST_CHECKS"' and with the arguments: --application-mode --profile="/home/tanty/.config/epiphany/app-epiphany-triodos-7aa474bc50616f9fb67cb19c0159eef64402397c" https://banking.triodos.es/triodos-be/login.sec
Attachments
BT from gdb for epiphany's WebApp (365.75 KB, text/plain)
2017-02-03 00:23 PST, Andres Gomez Garcia
no flags
Michael Catanzaro
Comment 1 2017-02-03 03:56:57 PST
But what is the critical? The backtrace is pointing to a waiting pthread, which is not useful. I would have expected a backtrace to the critical that caused it to crash (since you're helpfully using G_DEBUG=fatal-criticals, which is great).
Andres Gomez Garcia
Comment 2 2017-02-03 05:23:01 PST
(In reply to comment #1) > But what is the critical? The backtrace is pointing to a waiting pthread, > which is not useful. I would have expected a backtrace to the critical that > caused it to crash (since you're helpfully using G_DEBUG=fatal-criticals, > which is great). I'm unsure where this BT is coming from. I'm sure that's what crashed on that session but seems a different thing. I'll try to find what's going on. In any case, see bug 167789
Andres Gomez Garcia
Comment 3 2017-02-03 06:47:42 PST
The BTs in no the correct one.
Note You need to log in before you can comment on or make changes to this bug.