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 art...@ijminteractive.net 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

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 debugging) and

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

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, I

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Garrett Cooper
On Thu, Dec 13, 2012 at 12:51 PM, Artyom Mirgorodskiy art...@ijminteractive.net 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

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Johannes Dieterich
On Thu, Dec 13, 2012 at 4:01 PM, George Liaskos geo.lias...@gmail.com 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,

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Garrett Cooper
On Thu, Dec 13, 2012 at 1:03 PM, Garrett Cooper yaneg...@gmail.com wrote: On Thu, Dec 13, 2012 at 12:51 PM, Artyom Mirgorodskiy art...@ijminteractive.net wrote: I have a similar problem when running firefox I don't run into this problem with CURRENT and fluxbox/Firefox on my Netbook.

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.

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

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 ___

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 segfault

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

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 but

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 newer version

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 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 starting

Re: new xorg segfault 11 with KMS

2012-12-13 Thread Johannes Dieterich
On Thu, Dec 13, 2012 at 6:51 PM, Artyom Mirgorodskiy art...@ijminteractive.net 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