Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] Xorg Segmentation fault now. Please help
@ 2015-09-10  7:15 Lennart Ramberg
  2015-09-10  8:19 ` Arnout Vandecappelle
  0 siblings, 1 reply; 3+ messages in thread
From: Lennart Ramberg @ 2015-09-10  7:15 UTC (permalink / raw)
  To: buildroot

Hello,

After having been away from Buildroot since last year, I'm at it again.
But I had a setback;

With 2014.11 the xorg-server runs allright.
Jumping to 2015.08.1 the xorg-server won't run.
Why might this be? Please help.

Below is a part of my /var/log/Xorg.0.log after I executed 'X',
as well as my defconfig (and there is nothing suspicious in the overlays).
And I did a 'make clean all' first.

Thanks and regards
Lennart

/var/log/Xorg.0.log:
...
[3060362.875]   compiled for 1.17.2, module version = 1.8.1
[3060362.875]   Module class: X.Org XInput Driver
[3060362.875]   ABI class: X.Org XInput driver, version 21.0
[3060362.875] (II) intel: Driver for Intel(R) Integrated Graphics Chipsets:
        i810, i810-dc100, i810e, i815, i830M, 845G, 854, 852GM/855GM, 865G,
        915G, E7221 (i915), 915GM, 945G, 945GM, 945GME, Pineview GM,
        Pineview G, 965G, G35, 965Q, 946GZ, 965GM, 965GME/GLE, G33, Q35,
Q33,
        GM45, 4 Series, G45/G43, Q45/Q43, G41, B43
[3060362.875] (II) intel: Driver for Intel(R) HD Graphics: 2000-6000
[3060362.875] (II) intel: Driver for Intel(R) Iris(TM) Graphics: 5100, 6100
[3060362.875] (II) intel: Driver for Intel(R) Iris(TM) Pro Graphics: 5200,
6200
, P6300
[3060362.875] (--) using VT number 2

[3060362.891] (II) intel(0): Using Kernel Mode Setting driver: i915,
version 1.
6.0 20150327
[3060362.901] (--) intel(0): Integrated Graphics Chipset: Intel(R)
852GM/855GM
[3060362.901] (--) intel(0): CPU: x86, sse2
[3060362.901] (II) intel(0): Creating default Display subsection in Screen
section
        "Builtin Default intel Screen 0" for depth/fbbpp 24/32
[3060362.901] (==) intel(0): Depth 24, (--) framebuffer bpp 32
[3060362.901] (==) intel(0): RGB weight 888
[3060362.901] (==) intel(0): Default visual is TrueColor
[3060362.902] (EE)
[3060362.903] (EE) Backtrace:
[3060362.904] (EE) 0: X (xorg_backtrace+0x49) [0x816d97a]
[3060362.905] (EE) 1: X (0x8048000+0x128c18) [0x8170c18]
[3060362.905] (EE) 2: linux-gate.so.1 (__kernel_rt_sigreturn+0x0)
[0xb76f4b58]
[3060362.906] (EE)
[3060362.907] (EE) Segmentation fault at address 0x0
[3060362.907] (EE)
Fatal server error:
[3060362.908] (EE) Caught signal 11 (Segmentation fault). Server aborting
...

2015.08.1 defconfig:
BR2_x86_i686=y
BR2_CCACHE=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
# BR2_TARGET_GENERIC_GETTY is not set
BR2_ROOTFS_OVERLAY="board/eta/board1/rootfs-overlay/"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_DEFCONFIG="i386"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_XSERVER_XORG_SERVER=y
BR2_PACKAGE_XAPP_TWM=y
BR2_PACKAGE_XAPP_XCLOCK=y
BR2_PACKAGE_XAPP_XINIT=y
BR2_PACKAGE_XAPP_XWD=y
BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD=y
BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE=y
BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL=y
BR2_PACKAGE_XTERM=y
BR2_PACKAGE_PYTHON=y
BR2_PACKAGE_SQLITE=y
BR2_PACKAGE_LIBGTK2=y
BR2_PACKAGE_LIBCURL=y
BR2_PACKAGE_NTP=y
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_SUPERVISOR=y
BR2_PACKAGE_NANO=y
# BR2_PACKAGE_NANO_TINY is not set
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_BLOCKS=1000000
BR2_TARGET_GRUB2=y

---
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150910/b43d7c65/attachment.html>

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

* [Buildroot] Xorg Segmentation fault now. Please help
  2015-09-10  7:15 [Buildroot] Xorg Segmentation fault now. Please help Lennart Ramberg
@ 2015-09-10  8:19 ` Arnout Vandecappelle
  2015-09-10 13:07   ` Lennart Ramberg
  0 siblings, 1 reply; 3+ messages in thread
From: Arnout Vandecappelle @ 2015-09-10  8:19 UTC (permalink / raw)
  To: buildroot

On 10-09-15 09:15, Lennart Ramberg wrote:
> Hello,
> 
> After having been away from Buildroot since last year, I'm at it again.
> But I had a setback;
> 
> With 2014.11 the xorg-server runs allright.
> Jumping to 2015.08.1 the xorg-server won't run.
> Why might this be? Please help.
> 
> Below is a part of my /var/log/Xorg.0.log after I executed 'X',
> as well as my defconfig (and there is nothing suspicious in the overlays).
> And I did a 'make clean all' first.

 I know nothing about X, but here are a few tips:

- I see you are using ccache. That is still not 100% reliable, so perhaps try
again with turning ccache off and do a make clean all.

- You could disable the intel driver and enable e.g. VESA or fbdev to isolate
where the issue is.

- You could try to vary the kernel and gcc versions.

 And of course, check the Xorg bug tracker.


 Regards,
 Arnout


-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

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

* [Buildroot] Xorg Segmentation fault now. Please help
  2015-09-10  8:19 ` Arnout Vandecappelle
@ 2015-09-10 13:07   ` Lennart Ramberg
  0 siblings, 0 replies; 3+ messages in thread
From: Lennart Ramberg @ 2015-09-10 13:07 UTC (permalink / raw)
  To: buildroot

Thanks Arnout,

I tried your tips in order and had success when I selected
Kernelheaders 3.18.x and
Kernel = same as kernel headers
which gave me 3.18.19 as opposed to the default 4.1.4

Thus my now working defconfig as below.

Guess I have to stick to that for now.

Thanks again and regards
Lennart

BR2_x86_i686=y
BR2_KERNEL_HEADERS_3_18=y
BR2_TOOLCHAIN_BUILDROOT_GLIBC=y
BR2_TOOLCHAIN_BUILDROOT_CXX=y
BR2_ROOTFS_DEVICE_CREATION_DYNAMIC_MDEV=y
# BR2_TARGET_GENERIC_GETTY is not set
BR2_ROOTFS_OVERLAY="board/eta/board1/rootfs-overlay/"
BR2_LINUX_KERNEL=y
BR2_LINUX_KERNEL_SAME_AS_HEADERS=y
BR2_LINUX_KERNEL_DEFCONFIG="i386"
BR2_LINUX_KERNEL_INSTALL_TARGET=y
BR2_PACKAGE_XORG7=y
BR2_PACKAGE_XSERVER_XORG_SERVER=y
BR2_PACKAGE_XAPP_TWM=y
BR2_PACKAGE_XAPP_XCLOCK=y
BR2_PACKAGE_XAPP_XINIT=y
BR2_PACKAGE_XAPP_XWD=y
BR2_PACKAGE_XDRIVER_XF86_INPUT_KEYBOARD=y
BR2_PACKAGE_XDRIVER_XF86_INPUT_MOUSE=y
BR2_PACKAGE_XDRIVER_XF86_VIDEO_INTEL=y
BR2_PACKAGE_XTERM=y
BR2_PACKAGE_PYTHON=y
BR2_PACKAGE_SQLITE=y
BR2_PACKAGE_LIBGTK2=y
BR2_PACKAGE_LIBCURL=y
BR2_PACKAGE_NTP=y
BR2_PACKAGE_OPENSSH=y
BR2_PACKAGE_SUPERVISOR=y
BR2_PACKAGE_NANO=y
# BR2_PACKAGE_NANO_TINY is not set
BR2_TARGET_ROOTFS_EXT2=y
BR2_TARGET_ROOTFS_EXT2_BLOCKS=1000000
BR2_TARGET_GRUB2=y



On Thu, Sep 10, 2015 at 10:19 AM, Arnout Vandecappelle <arnout@mind.be>
wrote:

> On 10-09-15 09:15, Lennart Ramberg wrote:
> > Hello,
> >
> > After having been away from Buildroot since last year, I'm at it again.
> > But I had a setback;
> >
> > With 2014.11 the xorg-server runs allright.
> > Jumping to 2015.08.1 the xorg-server won't run.
> > Why might this be? Please help.
> >
> > Below is a part of my /var/log/Xorg.0.log after I executed 'X',
> > as well as my defconfig (and there is nothing suspicious in the
> overlays).
> > And I did a 'make clean all' first.
>
>  I know nothing about X, but here are a few tips:
>
> - I see you are using ccache. That is still not 100% reliable, so perhaps
> try
> again with turning ccache off and do a make clean all.
>
> - You could disable the intel driver and enable e.g. VESA or fbdev to
> isolate
> where the issue is.
>
> - You could try to vary the kernel and gcc versions.
>
>  And of course, check the Xorg bug tracker.
>
>
>  Regards,
>  Arnout
>
>
> --
> Arnout Vandecappelle                          arnout at mind be
> Senior Embedded Software Architect            +32-16-286500
> Essensium/Mind                                http://www.mind.be
> G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
> LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
> GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.busybox.net/pipermail/buildroot/attachments/20150910/1660419d/attachment.html>

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

end of thread, other threads:[~2015-09-10 13:07 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-10  7:15 [Buildroot] Xorg Segmentation fault now. Please help Lennart Ramberg
2015-09-10  8:19 ` Arnout Vandecappelle
2015-09-10 13:07   ` Lennart Ramberg

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox