#2880 closed defect (upstream)
shadow servers crashes weston
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 4.1 |
Component: | server | Version: | 3.0.x |
Keywords: | Cc: |
Description (last modified by )
gdb /usr/bin/weston --modules=xwayland.so
Then run a regular xpra shadow server from there:
xpra shadow
From elsewhere (ie: X11):
xpra attach
(gdb) bt #0 0x00007ffff7d7fadc in weston_surface_destroy () at /lib64/libweston-8.so.0 #1 0x00007ffff41329c4 in fade_out_done_idle_cb (data=0x5555557b9aa0) at ../desktop-shell/shell.c:2335 #2 0x00007ffff7d492e3 in wl_event_loop_dispatch_idle (loop=loop@entry=0x5555555691d0) at src/event-loop.c:600 #3 0x00007ffff7d4939a in wl_event_loop_dispatch (loop=0x5555555691d0, timeout=timeout@entry=-1) at src/event-loop.c:646 #4 0x00007ffff7d47f35 in wl_display_run (display=display@entry=0x555555569090) at src/wayland-server.c:1293 #5 0x00007ffff7fbbc93 in wet_main (argc=<optimized out>, argv=<optimized out>) at ../compositor/main.c:3360 #6 0x00007ffff7dd41a3 in __libc_start_main () at /lib64/libc.so.6 #7 0x00005555555550ae in _start ()
Change History (2)
comment:1 Changed 5 months ago by
Description: | modified (diff) |
---|---|
Resolution: | → upstream |
Status: | new → closed |
Summary: | shadow servers crashes wayland → shadow servers crashes weston |
comment:2 Changed 5 weeks ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2880
Note: See
TracTickets for help on using
tickets.
Another example of why wayland is not quite ready for prime time yet: it's just too easy to crash. (my X11 desktop has not crashed in months, maybe even years)
Could be this bug: SIGSEGV in weston_surface_destroy though there are many more segfauls reported elsewhere.