FS#78543 - [telegram-desktop] Could not initialize WebView
Attached to Project:
Community Packages
Opened by jtagcat (jtagcat) - Wednesday, 17 May 2023, 21:21 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:06 GMT
Opened by jtagcat (jtagcat) - Wednesday, 17 May 2023, 21:21 GMT
Last edited by Buggy McBugFace (bugbot) - Saturday, 25 November 2023, 20:06 GMT
|
Details
Steps to reproduce:
https://t.me/DurgerKingBot /start → Order Food Error: Could not initialize WebView When I tried to run it from the console, it starts to load and results in Segmentation fault (core dumped). |
This task depends upon
Closed by Buggy McBugFace (bugbot)
Saturday, 25 November 2023, 20:06 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/telegram-desktop/issue s/1
Saturday, 25 November 2023, 20:06 GMT
Reason for closing: Moved
Additional comments about closing: https://gitlab.archlinux.org/archlinux/p ackaging/packages/telegram-desktop/issue s/1
webkit2gtk (optional) - embedded browser features
xdg-desktop-portal (optional) - desktop integration
> Segmentation fault (core dumped)
Please get a backtrace with debug symbols [1]. Usually it's as simple as this (but not always for some reason):
$ coredumpctl gdb (then answer y when it asks "Enable debuginfod for this session?")
(gdb) set logging enabled
(gdb) bt (or bt full)
Then post gdb.txt
[1] https://wiki.archlinux.org/title/Debugging/Getting_traces