Re: new xorg segfault 11 with KMS

2012-12-14 Thread Niclas Zeising
On 12/14/12 00:51, Artyom Mirgorodskiy wrote: > This patch work for me. Thanks. > > On Friday 14 December 2012 00:30:52 Niclas Zeising wrote: >> Can you please try the attached patch, against x11-servers/xorg-server. >> Apply it and recompile xorg-server with normal flags (that is, no >> debuggin

Re: new xorg segfault 11 with KMS

2012-12-14 Thread Niclas Zeising
On 12/14/12 01:24, Johannes Dieterich wrote: > On Thu, Dec 13, 2012 at 6:51 PM, Artyom Mirgorodskiy > wrote: >> This patch work for me. Thanks. > I can confirm that it also works for me. Thanks a lot! > >> On Friday 14 December 2012 00:30:52 Niclas Zeising wrote: >> >>> Can you please try the att

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Johannes Dieterich
On Thu, Dec 13, 2012 at 6:51 PM, Artyom Mirgorodskiy wrote: > This patch work for me. Thanks. I can confirm that it also works for me. Thanks a lot! > On Friday 14 December 2012 00:30:52 Niclas Zeising wrote: > >> Can you please try the attached patch, against x11-servers/xorg-server. > >> Apply

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Artyom Mirgorodskiy
This patch work for me. Thanks. On Friday 14 December 2012 00:30:52 Niclas Zeising wrote: > Can you please try the attached patch, against x11-servers/xorg-server. > Apply it and recompile xorg-server with normal flags (that is, no > debugging) and let me and the list know the result when startin

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Niclas Zeising
Can you please try the attached patch, against x11-servers/xorg-server. Apply it and recompile xorg-server with normal flags (that is, no debugging) and let me and the list know the result when starting X. Regards! -- Niclas Zeising Index: x11-servers/xorg-server/Makefile

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Niclas Zeising
On 12/13/12 23:03, Johannes Dieterich wrote: > On 12/13/12 16:53, David Chisnall wrote: >> On 13 Dec 2012, at 21:48, Johannes Dieterich wrote: >> >>> GNU gdb 6.1.1 [FreeBSD] >> >> You might try with gdb 7.x from ports. gdb 6.1.1 from the base system >> doesn't do a good job of understanding the ne

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Artyom Mirgorodskiy
I have recompile xorg-server with WITH_DEBUG=yes and did not get crash On Thursday 13 December 2012 22:36:24 Dimitry Andric wrote: > On 2012-12-13 21:49, Johannes Dieterich wrote: > > I lately see xorg segfault 11s with CURRENT, WITH_NEW_XORG=yes and > > WITH_KMS=yes. Interestingly, gdm loads fine

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Johannes Dieterich
On 12/13/12 16:53, David Chisnall wrote: On 13 Dec 2012, at 21:48, Johannes Dieterich wrote: GNU gdb 6.1.1 [FreeBSD] You might try with gdb 7.x from ports. gdb 6.1.1 from the base system doesn't do a good job of understanding the newer version of DWARF that clang emits. Did that but it doe

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Niclas Zeising
On 12/13/12 22:48, Johannes Dieterich wrote: > On 12/13/12 16:36, Dimitry Andric wrote: >> On 2012-12-13 21:49, Johannes Dieterich wrote: >>> I lately see xorg segfault 11s with CURRENT, WITH_NEW_XORG=yes and >>> WITH_KMS=yes. Interestingly, gdm loads fine but xfce4 at login directly >>> causes the

Re: new xorg segfault 11 with KMS

2012-12-13 Thread David Chisnall
On 13 Dec 2012, at 21:48, Johannes Dieterich wrote: > GNU gdb 6.1.1 [FreeBSD] You might try with gdb 7.x from ports. gdb 6.1.1 from the base system doesn't do a good job of understanding the newer version of DWARF that clang emits. David ___ freebsd-

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Johannes Dieterich
On 12/13/12 16:36, Dimitry Andric wrote: On 2012-12-13 21:49, Johannes Dieterich wrote: I lately see xorg segfault 11s with CURRENT, WITH_NEW_XORG=yes and WITH_KMS=yes. Interestingly, gdm loads fine but xfce4 at login directly causes the segfault (log attached), gnome survives a bit longer but s

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Dimitry Andric
On 2012-12-13 21:49, Johannes Dieterich wrote: I lately see xorg segfault 11s with CURRENT, WITH_NEW_XORG=yes and WITH_KMS=yes. Interestingly, gdm loads fine but xfce4 at login directly causes the segfault (log attached), gnome survives a bit longer but starting any bigger application (e.g. firef

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Garrett Cooper
On Thu, Dec 13, 2012 at 1:03 PM, Garrett Cooper wrote: > On Thu, Dec 13, 2012 at 12:51 PM, Artyom Mirgorodskiy > wrote: >> I have a similar problem when running firefox > > I don't run into this problem with CURRENT and fluxbox/Firefox on > my Netbook. There's just a nasty misprogrammed regio

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Johannes Dieterich
On Thu, Dec 13, 2012 at 4:01 PM, George Liaskos wrote: > > Rebuilding xorg-server with gcc resolves the problem, bt points at libdrm2. So basically this is a regression from the previous clang3.1 to the clang3.2 import then? Is anyone of the clang guys aware of this? > On Thu, Dec 13, 2012 at 10

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Garrett Cooper
On Thu, Dec 13, 2012 at 12:51 PM, Artyom Mirgorodskiy wrote: > I have a similar problem when running firefox I don't run into this problem with CURRENT and fluxbox/Firefox on my Netbook. There's just a nasty misprogrammed region across my screen that I've been meaning to file a bug about...

Re: new xorg segfault 11 with KMS

2012-12-13 Thread George Liaskos
Rebuilding xorg-server with gcc resolves the problem, bt points at libdrm2. On Thu, Dec 13, 2012 at 10:51 PM, Artyom Mirgorodskiy < art...@ijminteractive.net> wrote: > I have a similar problem when running firefox > > On Thursday 13 December 2012 15:49:38 Johannes Dieterich wrote: > > Dear all,

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Artyom Mirgorodskiy
I have a similar problem when running firefox On Thursday 13 December 2012 15:49:38 Johannes Dieterich wrote: > Dear all, > > I lately see xorg segfault 11s with CURRENT, WITH_NEW_XORG=yes and > WITH_KMS=yes. Interestingly, gdm loads fine but xfce4 at login directly > causes the segfault (log att

new xorg segfault 11 with KMS

2012-12-13 Thread Johannes Dieterich
Dear all, I lately see xorg segfault 11s with CURRENT, WITH_NEW_XORG=yes and WITH_KMS=yes. Interestingly, gdm loads fine but xfce4 at login directly causes the segfault (log attached), gnome survives a bit longer but starting any bigger application (e.g. firefox) causes it to crash with the same l