Xorg hangs and segfaults with today snapshot

2024-08-17 Thread Walter Alejandro Iglesias
Today after upgrading to latest snapshot xenodm hanged for a while. During the hang I couldn't ssh from another machine. I had to reboot as single user, comment out xenodm flag in /etc/rc.conf.local and reboot. Using startx happened the same, the problem is with Xorg, it hangs during several minut

Re: Xorg hangs and segfaults with today snapshot

2024-08-17 Thread Matthieu Herrb
On Sat, Aug 17, 2024 at 01:22:17PM +0200, Walter Alejandro Iglesias wrote: > Today after upgrading to latest snapshot xenodm hanged for a while. > During the hang I couldn't ssh from another machine. I had to reboot as > single user, comment out xenodm flag in /etc/rc.conf.local and reboot. > Usin

Re: Xorg hangs and segfaults with today snapshot

2024-08-18 Thread Walter Alejandro Iglesias
On Sat, Aug 17, 2024 at 09:44:16PM +0200, Walter Alejandro Iglesias wrote: > On Sat, Aug 17, 2024 at 06:06:39PM +0200, Matthieu Herrb wrote: > > On Sat, Aug 17, 2024 at 05:25:31PM +0200, Walter Alejandro Iglesias wrote: > > > If I run gdb on the Xorg.core I got: > > > > > > $ egdb -ex bt -batch -c

Re: Xorg hangs and segfaults with today snapshot

2024-08-18 Thread Stuart Henderson
On 2024/08/18 09:09, Walter Alejandro Iglesias wrote: > I still don't understand how gdb(1) works. Today I ran the same command > against the same Xorg.core file but I got different messages. The whole > egdb output: > > $ egdb -q $(which X) Xorg.core > Reading symbols from /usr/X11R6/bin/X... [

Re: Xorg hangs and segfaults with today snapshot

2024-08-18 Thread Walter Alejandro Iglesias
On Sun, Aug 18, 2024 at 11:58:33AM +0100, Stuart Henderson wrote: > On 2024/08/18 09:09, Walter Alejandro Iglesias wrote: > > I still don't understand how gdb(1) works. Today I ran the same command > > against the same Xorg.core file but I got different messages. The whole > > egdb output: > > >

Re: Xorg hangs and segfaults with today snapshot

2024-08-18 Thread Walter Alejandro Iglesias
Last time when I tried to compile xenocara with debug symbols I forgot to before remove this file /usr/xobj/xorg-config.cash.amd64, as explained in Readme.md. Let's see if this output is useful: $ egdb $(which X) Xorg.core Reading symbols from /usr/X11R6/bin/X... [New process 532413] [New process

Re: Xorg hangs and segfaults with today snapshot

2024-08-18 Thread Anon Loli
I also have a problem with X11/xenodm. Upon a boot (or manual xenodm start) the entire screen freezes, like I cannot even go to the 1st tty, which is quite strange indeed, I believe that this indicates a freeze of the entire computer, because when I tell it to go to the 1st tty, it doesn't for some

Re: Xorg hangs and segfaults with today snapshot

2024-08-19 Thread Walter Alejandro Iglesias
On Sat, Aug 17, 2024 at 01:22:17PM +0200, Walter Alejandro Iglesias wrote: > Today after upgrading to latest snapshot xenodm hanged for a while. > During the hang I couldn't ssh from another machine. I had to reboot as > single user, comment out xenodm flag in /etc/rc.conf.local and reboot. > Usin

Re: Xorg hangs and segfaults with today snapshot

2024-08-19 Thread Anon Loli
Great! Can't wait to have my desktop usable again! ;) Surely one can go without X11, yes indeed. But surely one has to enjoy the luxury of watching videos, too! I could imagine ditching X11 and well all display servers if I could like have everything SAFELY directly streamed to the GPU or somethin

Re: Xorg hangs and segfaults with today snapshot

2024-08-19 Thread Claudio Miranda
On Mon, Aug 19, 2024 at 12:51 PM Anon Loli wrote: > Great! Can't wait to have my desktop usable again! ;) > Surely one can go without X11, yes indeed. > > But surely one has to enjoy the luxury of watching videos, too! > I could imagine ditching X11 and well all display servers if I could like >

Re: Xorg hangs and segfaults with today snapshot

2024-08-20 Thread Dannis 't Hart
On Monday, August 19th, 2024 at 16:14, Walter Alejandro Iglesias wrote: > > On Sat, Aug 17, 2024 at 01:22:17PM +0200, Walter Alejandro Iglesias wrote: > > > Today after upgrading to latest snapshot xenodm hanged for a while. > > During the hang I couldn't ssh from another machine. I had to rebo