unofficial mirror of emacs-devel@gnu.org 
 help / color / mirror / code / Atom feed
* xwidget-webkit-browse-url run error (newest xwidget code).
@ 2021-11-07  5:21 tumashu
  2021-11-07  5:33 ` Lars Ingebrigtsen
  0 siblings, 1 reply; 17+ messages in thread
From: tumashu @ 2021-11-07  5:21 UTC (permalink / raw)
  To: emacs-devel@gnu.org

[-- Attachment #1: Type: text/plain, Size: 2569 bytes --]

Hello:


I try newest xwidget feature today, and show error:


feng@tumashu:~/project/emacs $ ./src/emacs
Overriding existing handler for signal 10. Set JSC_SIGNAL_FOR_GC if you want WebKit to use a different signal

** (emacs:54828): ERROR **: 13:10:24.349: GApplication is required for xdg-desktop-portal access in the WebKit sandbox.
Fatal error 5: Trace/breakpoint trap
Backtrace:
./src/emacs(+0x152f41)[0x562c3cf2af41]
./src/emacs(+0x49aa0)[0x562c3ce21aa0]
./src/emacs(+0x49f74)[0x562c3ce21f74]
./src/emacs(+0x15152d)[0x562c3cf2952d]
./src/emacs(+0x151619)[0x562c3cf29619]
/lib/x86_64-linux-gnu/libpthread.so.0(+0x14140)[0x7fe521655140]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_log_structured_array+0x117)[0x7fe527dadca7]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_log_default_handler+0xb5)[0x7fe527dae0b5]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_logv+0x219)[0x7fe527dae309]
/lib/x86_64-linux-gnu/libglib-2.0.so.0(g_log+0x8f)[0x7fe527dae59f]
/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37(+0xb369e3)[0x7fe5241429e3]
/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37(+0xb37fa4)[0x7fe524143fa4]
/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37(+0xb3c256)[0x7fe524148256]
/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37(+0x9bbda0)[0x7fe523fc7da0]
/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37(+0xa52978)[0x7fe52405e978]
/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37(+0xa5ab72)[0x7fe524066b72]
/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37(+0xa5afcc)[0x7fe524066fcc]
/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37(+0xa1f009)[0x7fe52402b009]
/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37(+0xa1f6d0)[0x7fe52402b6d0]
/lib/x86_64-linux-gnu/libwebkit2gtk-4.0.so.37(webkit_web_view_load_uri+0x1b3)[0x7fe5240ec933]
./src/emacs(+0x2273d9)[0x562c3cfff3d9]
./src/emacs(+0x1b76fa)[0x562c3cf8f6fa]
./src/emacs(+0x1b61a0)[0x562c3cf8e1a0]
./src/emacs(+0x1f2628)[0x562c3cfca628]
./src/emacs(+0x1b603f)[0x562c3cf8e03f]
./src/emacs(+0x1f2628)[0x562c3cfca628]
./src/emacs(+0x1b603f)[0x562c3cf8e03f]
./src/emacs(+0x1f2628)[0x562c3cfca628]
./src/emacs(+0x1b603f)[0x562c3cf8e03f]
./src/emacs(+0x1f2628)[0x562c3cfca628]
./src/emacs(+0x1b603f)[0x562c3cf8e03f]
./src/emacs(+0x1b2761)[0x562c3cf8a761]
./src/emacs(+0x1b61a0)[0x562c3cf8e1a0]
./src/emacs(+0x1b7e78)[0x562c3cf8fe78]
./src/emacs(+0x1b3e1a)[0x562c3cf8be1a]
./src/emacs(+0x1b61a0)[0x562c3cf8e1a0]
./src/emacs(+0x1f2628)[0x562c3cfca628]
./src/emacs(+0x1b603f)[0x562c3cf8e03f]
./src/emacs(+0x1f2628)[0x562c3cfca628]
./src/emacs(+0x1b603f)[0x562c3cf8e03f]
./src/emacs(+0x1b2761)[0x562c3cf8a761]
...
追踪与中断点陷阱
feng@tumashu:~/project/emacs $


[-- Attachment #2: Type: text/html, Size: 2952 bytes --]

^ permalink raw reply	[flat|nested] 17+ messages in thread

end of thread, other threads:[~2021-11-07 13:29 UTC | newest]

Thread overview: 17+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-11-07  5:21 xwidget-webkit-browse-url run error (newest xwidget code) tumashu
2021-11-07  5:33 ` Lars Ingebrigtsen
2021-11-07  5:44   ` tumashu
2021-11-07  5:52     ` Po Lu
2021-11-07  6:00       ` tumashu
2021-11-07 10:20       ` tumashu
2021-11-07 10:49         ` Po Lu
2021-11-07 11:13           ` tumashu
2021-11-07 11:37             ` Po Lu
2021-11-07 11:53               ` Po Lu
2021-11-07 12:18                 ` tumashu
2021-11-07 12:25                   ` Po Lu
2021-11-07 13:14                     ` Lars Ingebrigtsen
2021-11-07 13:14                     ` tumashu
2021-11-07 13:21                       ` Po Lu
2021-11-07 13:29                         ` tumashu
2021-11-07 12:24               ` tumashu

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).