Tk segfault

I want to use python-matplotlib, but it segfaults. An example to reproduce it, is with this code snippet:
import pylab as P
P.plot([1,2,3,5,2,3])
P.show()
Running it with gdb shows:
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1211431232 (LWP 15836)]
0xb610723d in PyAggImagePhoto ()
   from /usr/lib/python2.5/site-packages/matplotlib/backends/_tkagg.so
strace shows, it crashes right after reading tclIndex
open("/usr/lib/tcl8.4/tclIndex", O_RDONLY|O_LARGEFILE) = 4
fcntl64(4, F_SETFD, FD_CLOEXEC)         = 0
ioctl(4, SNDCTL_TMR_TIMEBASE or TCGETS, 0xbfd7a1b8) = -1 ENOTTY (Inappropriate ioctl for device)
read(4, "# Tcl autoload index file, versi"..., 4096) = 4096
read(4, "Name) [list source [file join $d"..., 4096) = 2001
read(4, "", 4096)                       = 0
close(4)                                = 0
--- SIGSEGV (Segmentation fault) @ 0 (0) ---
+++ killed by SIGSEGV +++
I compiled my own matplotlib, but that doesn't give me any hints and segfaults in the same way.
Should i file this as a bug of python-matplotlib?

marcelomorales,
Welcome to Arch Linux.  I hope you do not mind, but I added BBCode code tags to your post.  You can edit the post to see how I did it.  There is also a reference link under the posts boxes in these forums.

Similar Messages

  • Lircd keeps segfaulting? Not sure if update causing it....

    Hi,
    I'm not sure if this is due to an update or an update to libraries however when trying to run lircd I keep getting segfaults; with the same commands it was working previously without any issues.
    The current installed versions are:
    extra/lirc 1:0.9.1.a-2 [installed]
    Linux Infrared Remote Control kernel modules for stock arch kernel
    extra/lirc-utils 1:0.9.1.a-2 [installed]
    Linux Infrared Remote Control utils
    and the commands I'm running are:
    systemctl stop lirc
    lircd --driver=devinput --device=/dev/input/event14 --pidfile=/var/run/lirc1.pid --listen=9988;
    lircd --driver=devinput --device=/dev/input/event15 --pidfile=/var/run/lirc2.pid --connect=localhost:9988;
    I'm using an MCE remote to control XBMC.
    Bus 005 Device 002: ID 05a4:9881 Ortek Technology, Inc. IR receiver [VRC-1100 Vista MCE Remote Control]
    As stated everything worked fine earlier but after doing a "pacman -Syu" things started to go funny.
    I even had issues with XBMC not starting due to libGLEW being updated but I think it's fixed now as there have been 2 XBMC updated within the last few days.
    Does anyone have any suggestions or do I just need to wait for an update to lircd?
    Thanks.
    [EDIT]
    Since the event codes changed I used this to find out the new event numbers:
    cat /proc/bus/input/devices
    However I still get this:
    lircd --driver=devinput --device=/dev/input/event13 --pidfile=/var/run/lirc2.pid --connect=localhost:9988;
    Segmentation fault
    Last edited by JohnnySSH (2014-08-19 14:04:05)

    Well.... an update came in today which fixed the issue.
    Thanks to whoever updated/fixed the package :-)

  • RH 6.2 & 8.1.7 - runInstaller Segfault

    Hi all,
    I am having a hard time to get Oracle 8.1.7 installed on one of my systems. As soon as I try to execute runInstaller I get a Segmentation fault.
    Strace output:
    access("$ORACLE_BASE/oraInv", F_OK) = -1 ENOENT (No such file or directory)
    access("$ORACLE_BASE, F_OK) = -1 ENOENT (No such file or directory)
    . repeated a couples times .
    SIGSEV
    Install user has rw access to $ORACLE_BASE, even if I create the subfolders runInstaller will crash.
    System Specs:
    RH 6.2 SMP running 2.2.18. apart from kernel upgrade stock RH.
    I have a second system, apart from different hardware the same environment - smp box running rh 6.2 & 2.2.18. Installer runs perfect. Main differences are SCSI controller and board/processor speed.
    Any ideas?
    Jens

    Well,
    I found a workaround since I have one system where I can install oracle:
    Mounting the target disk via NFS to my local box which does not segfault and install oracle onto that partition (no DB create). Runs fine so far.
    Jens

  • [SOLVED] GL Apps Segfault with intel Driver

    New arch linux user here, recent convert from gentoo Loving it so far, spectacular operating system. Not building everything from source is a beautiful thing
    However, it seems that GL doesn't like me... After I had Xorg in a state where everything seemed to be working, I decided to give glxgears a run, and boom: "Segmentation Fault." So, I tried to install a game which used GL, picked torcs, tried running it... "Segmentation fault."
    After playing with all manner of xorg.conf options, reading the log file and googling like mad, I'm completely lost. Everything looks fine, up until the segfault.
    Here's the xorg.conf, (with a good bunch of options i tossed in to try to fix it...) :
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "Files"
    ModulePath "/usr/lib/xorg/modules"
    FontPath "/usr/share/fonts/misc"
    FontPath "/usr/share/fonts/100dpi:unscaled"
    FontPath "/usr/share/fonts/75dpi:unscaled"
    FontPath "/usr/share/fonts/TTF"
    FontPath "/usr/share/fonts/Type1"
    EndSection
    Section "Module"
    Load "dbe"
    Load "dri"
    Load "dri2"
    Load "extmod"
    Load "glx"
    EndSection
    Section "InputDevice"
    Identifier "Keyboard0"
    Driver "kbd"
    Option "XkbOptions" "terminate:ctrl_alt_bksp"
    EndSection
    Section "InputDevice"
    Identifier "Mouse0"
    Driver "mouse"
    Option "Protocol" "auto"
    Option "Device" "/dev/input/mice"
    Option "ZAxisMapping" "4 5 6 7"
    EndSection
    Section "Monitor"
    Identifier "Monitor0"
    Option "DPMS"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile 4 Series Chipset Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    Option "NoDDC" "True"
    Option "DRI" "True"
    Option "AccelMethod" "UXA"
    Option "RenderAccel" "True"
    Option "EnablePageFlip" "True"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "Monitor0"
    SubSection "Display"
    Modes "1366x768"
    Depth 24
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Section "DRI"
    Group 0
    Mode 0666
    EndSection
    ...and the logfile:
    This is a pre-release version of the X server from The X.Org Foundation.
    It is not supported in any way.
    Bugs may be filed in the bugzilla at http://bugs.freedesktop.org/.
    Select the "xorg" product for bugs you find in this release.
    Before reporting bugs in pre-release versions please check the
    latest version in the X.Org Foundation git repository.
    See http://wiki.x.org/wiki/GitPage for git access instructions.
    X.Org X Server 1.7.1.902 (1.7.2 RC 2)
    Release Date: 2009-11-20
    X Protocol Version 11, Revision 0
    Build Operating System: Linux 2.6.31-ARCH x86_64
    Current Operating System: Linux alice 2.6.31-ARCH #1 SMP PREEMPT Tue Nov 10 19:01:40 CET 2009 x86_64
    Kernel command line: BOOT_IMAGE=arch ro root=/dev/sda4 i915.modeset=1
    Build Date: 21 November 2009 05:05:05PM
    Current version of pixman: 0.16.2
    Before reporting problems, check http://wiki.x.org
    to make sure that you have the latest version.
    Markers: (--) probed, (**) from config file, (==) default setting,
    (++) from command line, (!!) notice, (II) informational,
    (WW) warning, (EE) error, (NI) not implemented, (??) unknown.
    (==) Log file: "/var/log/Xorg.0.log", Time: Thu Nov 26 20:30:25 2009
    (==) Using config file: "/etc/X11/xorg.conf"
    (==) ServerLayout "X.org Configured"
    (**) |-->Screen "Screen0" (0)
    (**) | |-->Monitor "Monitor0"
    (**) | |-->Device "Card0"
    (**) |-->Input Device "Mouse0"
    (**) |-->Input Device "Keyboard0"
    (**) Option "AIGLX" "True"
    (==) Automatically adding devices
    (==) Automatically enabling devices
    (**) FontPath set to:
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1,
    /usr/share/fonts/misc,
    /usr/share/fonts/100dpi:unscaled,
    /usr/share/fonts/75dpi:unscaled,
    /usr/share/fonts/TTF,
    /usr/share/fonts/Type1
    (**) ModulePath set to "/usr/lib/xorg/modules"
    (**) Extension "Composite" is enabled
    (WW) AllowEmptyInput is on, devices using drivers 'kbd', 'mouse' or 'vmmouse' will be disabled.
    (WW) Disabling Mouse0
    (WW) Disabling Keyboard0
    (II) Loader magic: 0x7c1ca0
    (II) Module ABI versions:
    X.Org ANSI C Emulation: 0.4
    X.Org Video Driver: 6.0
    X.Org XInput driver : 7.0
    X.Org Server Extension : 2.0
    (++) using VT number 7
    (--) PCI:*(0:0:2:0) 8086:2a42:107b:0704 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf0000000/4194304, 0xd0000000/268435456, I/O @ 0x00001800/8
    (--) PCI: (0:0:2:1) 8086:2a43:107b:0704 Intel Corporation Mobile 4 Series Chipset Integrated Graphics Controller rev 7, Mem @ 0xf0400000/1048576
    (WW) Open ACPI failed (/var/run/acpid.socket) (No such file or directory)
    (II) "extmod" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dbe" will be loaded. This was enabled by default and also specified in the config file.
    (II) "glx" will be loaded. This was enabled by default and also specified in the config file.
    (II) "record" will be loaded by default.
    (II) "dri" will be loaded. This was enabled by default and also specified in the config file.
    (II) "dri2" will be loaded. This was enabled by default and also specified in the config file.
    (II) LoadModule: "dbe"
    (II) Loading /usr/lib/xorg/modules/extensions/libdbe.so
    (II) Module dbe: vendor="X.Org Foundation"
    compiled for 1.7.1.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DOUBLE-BUFFER
    (II) LoadModule: "dri"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri.so
    (II) Module dri: vendor="X.Org Foundation"
    compiled for 1.7.1.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension XFree86-DRI
    (II) LoadModule: "dri2"
    (II) Loading /usr/lib/xorg/modules/extensions/libdri2.so
    (II) Module dri2: vendor="X.Org Foundation"
    compiled for 1.7.1.902, module version = 1.1.0
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension DRI2
    (II) LoadModule: "extmod"
    (II) Loading /usr/lib/xorg/modules/extensions/libextmod.so
    (II) Module extmod: vendor="X.Org Foundation"
    compiled for 1.7.1.902, module version = 1.0.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension MIT-SCREEN-SAVER
    (II) Loading extension XFree86-VidModeExtension
    (II) Loading extension XFree86-DGA
    (II) Loading extension DPMS
    (II) Loading extension XVideo
    (II) Loading extension XVideo-MotionCompensation
    (II) Loading extension X-Resource
    (II) LoadModule: "glx"
    (II) Loading /usr/lib/xorg/modules/extensions/libglx.so
    (II) Module glx: vendor="X.Org Foundation"
    compiled for 1.7.1.902, module version = 1.0.0
    ABI class: X.Org Server Extension, version 2.0
    (**) AIGLX enabled
    (II) Loading extension GLX
    (II) LoadModule: "record"
    (II) Loading /usr/lib/xorg/modules/extensions/librecord.so
    (II) Module record: vendor="X.Org Foundation"
    compiled for 1.7.1.902, module version = 1.13.0
    Module class: X.Org Server Extension
    ABI class: X.Org Server Extension, version 2.0
    (II) Loading extension RECORD
    (II) LoadModule: "intel"
    (II) Loading /usr/lib/xorg/modules/drivers/intel_drv.so
    (II) Module intel: vendor="X.Org Foundation"
    compiled for 1.7.1, module version = 2.9.1
    Module class: X.Org Video Driver
    ABI class: X.Org Video Driver, version 6.0
    (II) intel: Driver for Intel Integrated Graphics Chipsets: i810,
    i810-dc100, i810e, i815, i830M, 845G, 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, Clarkdale, Arrandale
    (II) Primary Device is: PCI 00@00:02:0
    (WW) VGA arbiter: cannot open kernel arbiter, no multi-card support
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 7, (OK)
    drmOpenByBusid: Searching for BusID pci:0000:00:02.0
    drmOpenDevice: node name is /dev/dri/card0
    drmOpenDevice: open result is 7, (OK)
    drmOpenByBusid: drmOpenMinor returns 7
    drmOpenByBusid: drmGetBusid reports pci:0000:00:02.0
    (==) intel(0): Depth 24, (--) framebuffer bpp 32
    (==) intel(0): RGB weight 888
    (==) intel(0): Default visual is TrueColor
    (**) intel(0): Option "DRI" "True"
    (II) intel(0): Integrated Graphics Chipset: Intel(R) GM45
    (--) intel(0): Chipset: "GM45"
    (II) intel(0): Output VGA1 using monitor section Monitor0
    (II) intel(0): Output LVDS1 has no monitor section
    (II) intel(0): found backlight control interface /sys/class/backlight/acpi_video0
    (II) intel(0): Output DVI1 has no monitor section
    (II) intel(0): Output DP1 has no monitor section
    (II) intel(0): Output DP2 has no monitor section
    (II) intel(0): Output VGA1 disconnected
    (II) intel(0): Output LVDS1 connected
    (II) intel(0): Output DVI1 disconnected
    (II) intel(0): Output DP1 disconnected
    (II) intel(0): Output DP2 disconnected
    (II) intel(0): Using user preference for initial modes
    (II) intel(0): Output LVDS1 using initial mode 1366x768
    (II) intel(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
    (==) intel(0): video overlay key set to 0x101fe
    (**) intel(0): Display dimensions: (433, 243) mm
    (**) intel(0): DPI set to (80, 80)
    (II) Loading sub module "fb"
    (II) LoadModule: "fb"
    (II) Loading /usr/lib/xorg/modules/libfb.so
    (II) Module fb: vendor="X.Org Foundation"
    compiled for 1.7.1.902, module version = 1.0.0
    ABI class: X.Org ANSI C Emulation, version 0.4
    (II) Loading sub module "dri2"
    (II) LoadModule: "dri2"
    (II) Reloading /usr/lib/xorg/modules/extensions/libdri2.so
    (==) Depth 24 pixmap format is 32 bpp
    (II) intel(0): [DRI2] Setup complete
    (**) intel(0): Kernel mode setting active, disabling FBC.
    (**) intel(0): Framebuffer compression disabled
    (**) intel(0): Tiling enabled
    (**) intel(0): SwapBuffers wait enabled
    (==) intel(0): VideoRam: 262144 KB
    (II) intel(0): Attempting memory allocation with tiled buffers.
    (II) intel(0): Tiled allocation successful.
    (II) UXA(0): Driver registered support for the following operations:
    (II) solid
    (II) copy
    (II) composite (RENDER acceleration)
    (==) intel(0): Backing store disabled
    (==) intel(0): Silken mouse enabled
    (II) intel(0): Initializing HW Cursor
    (II) intel(0): No memory allocations
    (II) intel(0): RandR 1.2 enabled, ignore the following RandR disabled message.
    (**) intel(0): DPMS enabled
    (==) intel(0): Intel XvMC decoder disabled
    (II) intel(0): Set up textured video
    (II) intel(0): direct rendering: DRI2 Enabled
    (WW) intel(0): Option "NoDDC" is not used
    (WW) intel(0): Option "AccelMethod" is not used
    (WW) intel(0): Option "XAANoOffscreenPixmaps" is not used
    (WW) intel(0): Option "RenderAccel" is not used
    (WW) intel(0): Option "EnablePageFlip" is not used
    (WW) intel(0): Option "DPI" is not used
    (--) RandR disabled
    (II) Initializing built-in extension Generic Event Extension
    (II) Initializing built-in extension SHAPE
    (II) Initializing built-in extension MIT-SHM
    (II) Initializing built-in extension XInputExtension
    (II) Initializing built-in extension XTEST
    (II) Initializing built-in extension BIG-REQUESTS
    (II) Initializing built-in extension SYNC
    (II) Initializing built-in extension XKEYBOARD
    (II) Initializing built-in extension XC-MISC
    (II) Initializing built-in extension SECURITY
    (II) Initializing built-in extension XINERAMA
    (II) Initializing built-in extension XFIXES
    (II) Initializing built-in extension RENDER
    (II) Initializing built-in extension RANDR
    (II) Initializing built-in extension COMPOSITE
    (II) Initializing built-in extension DAMAGE
    record: RECORD extension enabled at configure time.
    record: This extension is known to be broken, disabling extension now..
    record: http://bugs.freedesktop.org/show_bug.cgi?id=20500
    (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
    (II) AIGLX: enabled GLX_SGI_make_current_read
    (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
    (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
    (II) AIGLX: Loaded and initialized /usr/lib/xorg/modules/dri/i965_dri.so
    (II) GLX: Initialized DRI2 GL provider for screen 0
    (II) intel(0): Setting screen physical size to 361 x 203
    (II) config/hal: Adding input device Macintosh mouse button emulation
    (II) LoadModule: "evdev"
    (II) Loading /usr/lib/xorg/modules/input/evdev_drv.so
    (II) Module evdev: vendor="X.Org Foundation"
    compiled for 1.7.1.901, module version = 2.3.1
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (**) Macintosh mouse button emulation: always reports core events
    (**) Macintosh mouse button emulation: Device: "/dev/input/event0"
    (II) Macintosh mouse button emulation: Found 3 mouse buttons
    (II) Macintosh mouse button emulation: Found relative axes
    (II) Macintosh mouse button emulation: Found x and y relative axes
    (II) Macintosh mouse button emulation: Configuring as mouse
    (**) Macintosh mouse button emulation: YAxisMapping: buttons 4 and 5
    (**) Macintosh mouse button emulation: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
    (II) XINPUT: Adding extended input device "Macintosh mouse button emulation" (type: MOUSE)
    (**) Macintosh mouse button emulation: (accel) keeping acceleration scheme 1
    (**) Macintosh mouse button emulation: (accel) acceleration profile 0
    (II) Macintosh mouse button emulation: initialized for relative axes.
    (II) config/hal: Adding input device SynPS/2 Synaptics TouchPad
    (II) LoadModule: "synaptics"
    (II) Loading /usr/lib/xorg/modules/input/synaptics_drv.so
    (II) Module synaptics: vendor="X.Org Foundation"
    compiled for 1.7.0.901, module version = 1.2.0
    Module class: X.Org XInput Driver
    ABI class: X.Org XInput driver, version 7.0
    (II) Synaptics touchpad driver version 1.2.0
    (**) Option "Device" "/dev/input/event5"
    (II) SynPS/2 Synaptics TouchPad: x-axis range 1472 - 5472
    (II) SynPS/2 Synaptics TouchPad: y-axis range 1408 - 4448
    (II) SynPS/2 Synaptics TouchPad: pressure range 0 - 255
    (II) SynPS/2 Synaptics TouchPad: finger width range 0 - 0
    (II) SynPS/2 Synaptics TouchPad: buttons: left right middle
    (**) Option "TapButton1" "1"
    (**) Option "TapButton2" "2"
    (**) Option "TapButton3" "3"
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (**) SynPS/2 Synaptics TouchPad: always reports core events
    (II) XINPUT: Adding extended input device "SynPS/2 Synaptics TouchPad" (type: TOUCHPAD)
    (**) SynPS/2 Synaptics TouchPad: (accel) keeping acceleration scheme 1
    (**) SynPS/2 Synaptics TouchPad: (accel) acceleration profile 0
    (--) SynPS/2 Synaptics TouchPad: touchpad found
    (II) config/hal: Adding input device AT Translated Set 2 keyboard
    (**) AT Translated Set 2 keyboard: always reports core events
    (**) AT Translated Set 2 keyboard: Device: "/dev/input/event1"
    (II) AT Translated Set 2 keyboard: Found keys
    (II) AT Translated Set 2 keyboard: Configuring as keyboard
    (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    (II) config/hal: Adding input device CNF7129
    (**) CNF7129: always reports core events
    (**) CNF7129: Device: "/dev/input/event9"
    (II) CNF7129: Found keys
    (II) CNF7129: Configuring as keyboard
    (II) XINPUT: Adding extended input device "CNF7129" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    (II) config/hal: Adding input device Sleep Button
    (**) Sleep Button: always reports core events
    (**) Sleep Button: Device: "/dev/input/event8"
    (II) Sleep Button: Found keys
    (II) Sleep Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Sleep Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event7"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    (II) config/hal: Adding input device Video Bus
    (**) Video Bus: always reports core events
    (**) Video Bus: Device: "/dev/input/event2"
    (II) Video Bus: Found keys
    (II) Video Bus: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Video Bus" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    (II) config/hal: Adding input device Power Button
    (**) Power Button: always reports core events
    (**) Power Button: Device: "/dev/input/event3"
    (II) Power Button: Found keys
    (II) Power Button: Configuring as keyboard
    (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD)
    (**) Option "xkb_rules" "evdev"
    (**) Option "xkb_model" "evdev"
    (**) Option "xkb_layout" "us"
    (**) Option "xkb_options" "terminate:ctrl_alt_bksp"
    (II) intel(0): EDID vendor "AUO", prod id 4332
    (II) intel(0): Printing DDC gathered Modelines:
    (II) intel(0): Modeline "1366x768"x0.0 72.00 1366 1414 1446 1486 768 771 775 806 -hsync -vsync (48.5 kHz)
    I am using kernel modesetting, which could perhaps be related... The thing is, everything else seems to work perfectly fine, which leads me to believe it's some obscure config issue i've just completely missed somewhere along the line.
    Any ideas? any help would be highly appreciated
    Last edited by decibelmute (2009-11-28 01:23:03)

    Haha, worked like a charm
    Many thanks

  • [solved] Xorg 1.6 segfault

    Since xorg-server 1.6 was released, X has been dying on me... I believe I can always reproduce this by switching to a virtual console and back to X.  Once X dies, it's pretty much over; computer won't respond to anything except magic sysreqs.
    Apr 13 21:33:32 ivy kernel: Xorg[4287]: segfault at 20 ip 00007f880243c980 sp 00007fff0e120898 error 4 in libdrm_intel.so.1.0.0[7f880243b000+9000]
    Apr 13 21:33:32 ivy kernel: Xorg:4287 freeing invalid memtype d0000000-e0000000
    Apr 13 21:33:32 ivy gdm-binary[4283]: WARNING: gdm_slave_xioerror_handler: Fatal X error - Restarting :0
    Apr 13 21:33:32 bonobo-activation-server (mindless-27023): could not associate with desktop session: Failed to connect to socket /tmp/dbus-LE2w6IiDqW: Connection refused
    Apr 13 21:33:33 ivy acpid: client connected from 27053[0:0]
    Apr 13 21:33:33 ivy acpid: 1 client rule loaded
    Apr 13 21:33:35 ivy kernel: [drm:i915_setparam] *ERROR* unknown parameter 4
    Apr 13 21:33:36 ivy kernel: Xorg:27053 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
    Apr 13 21:33:36 ivy kernel: reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
    Apr 13 21:33:36 ivy kernel: Xorg:27053 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
    Apr 13 21:33:36 ivy kernel: reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
    Apr 13 21:33:36 ivy kernel: Xorg:27053 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
    Apr 13 21:33:36 ivy kernel: reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
    Apr 13 21:33:36 ivy kernel: Xorg:27061 freeing invalid memtype d0000000-e0000000
    Apr 13 21:33:36 ivy kernel: Xorg:27053 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
    Apr 13 21:33:36 ivy kernel: reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
    Apr 13 21:33:36 ivy kernel: Xorg:27062 freeing invalid memtype d0000000-e0000000
    Apr 13 21:33:37 ivy kernel: Xorg:27053 conflicting memory types d0000000-e0000000 write-combining<->uncached-minus
    Apr 13 21:33:37 ivy kernel: reserve_memtype failed 0xd0000000-0xe0000000, track write-combining, req write-combining
    Apr 13 21:33:37 ivy kernel: Xorg:27063 freeing invalid memtype d0000000-e0000000
    Apr 13 21:33:37 bonobo-activation-server (mindless-27071): could not associate with desktop session: Failed to connect to socket /tmp/dbus-LE2w6IiDqW: Connection refused
    Apr 13 21:34:54 ivy kernel: Xorg:27053 freeing invalid memtype d0000000-e0000000
    Apr 13 21:34:59 ivy acpid: client 4287[0:0] has disconnected
    Apr 13 21:34:59 ivy acpid: client 27053[0:0] has disconnected
    Apr 13 21:35:11 ivy ddclient[4237]: WARNING: cannot connect to checkip.dyndns.org:80 socket: IO::Socket::INET: Bad hostname 'checkip.dyndns.org'
    Apr 13 21:35:47 ivy kernel: SysRq : Keyboard mode set to system default
    Apr 13 21:35:48 ivy kernel: SysRq : Terminate All Tasks
    Apr 13 21:35:48 ivy acpid: exiting
    Apr 13 21:35:48 ivy ntpd[4215]: ntpd exiting on signal 15
    Apr 13 21:35:48 ivy ntpd_initres[4221]: ntpd exiting on signal 15
    Apr 13 21:35:48 ivy dhcpcd[4311]: eth0: received SIGTERM, stopping
    Apr 13 21:35:48 ivy syslog-ng[3773]: Termination requested via signal, terminating;
    Last edited by MindlessXD (2009-04-14 06:50:05)

    Intel GM965 with the "intel" driver
    I have an external monitor connected in case that makes any difference (this is a laptop)
    xorg.conf
    Section "Module"
    Load "synaptics"
    EndSection
    Section "ServerFlags"
    Option "DontVTSwitch" "false"
    Option "DontZap" "false"
    Option "DontZoom" "false"
    Option "AllowDeactivateGrabs" "true"
    Option "AllowClosedownGrabs" "true"
    EndSection
    Section "ServerLayout"
    Identifier "X.org Configured"
    Screen 0 "Screen0" 0 0
    InputDevice "Mouse0" "CorePointer"
    EndSection
    Section "InputDevice"
    <snip>
    EndSection
    Section "Monitor"
    # DisplaySize 330 210 # mm
    Identifier "LVDS"
    EndSection
    Section "Monitor"
    Identifier "VGA"
    EndSection
    Section "Monitor"
    Identifier "TV"
    Option "Ignore" "true"
    EndSection
    Section "Device"
    Identifier "Card0"
    Driver "intel"
    VendorName "Intel Corporation"
    BoardName "Mobile GM965/GL960 Integrated Graphics Controller"
    BusID "PCI:0:2:0"
    Option "DRI" "true"
    EndSection
    Section "Screen"
    Identifier "Screen0"
    Device "Card0"
    Monitor "LVDS"
    SubSection "Display"
    Virtual 2960 1050
    EndSubSection
    EndSection
    Section "Extensions"
    Option "Composite" "Enable"
    EndSection
    Section "DRI"
    Mode 0666
    EndSection
    lspci
    00:00.0 Host bridge: Intel Corporation Mobile PM965/GM965/GL960 Memory Controller Hub (rev 0c)
    00:02.0 VGA compatible controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
    00:02.1 Display controller: Intel Corporation Mobile GM965/GL960 Integrated Graphics Controller (rev 0c)
    00:1a.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #4 (rev 03)
    00:1a.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #5 (rev 03)
    00:1a.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #2 (rev 03)
    00:1b.0 Audio device: Intel Corporation 82801H (ICH8 Family) HD Audio Controller (rev 03)
    00:1c.0 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 1 (rev 03)
    00:1c.1 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 2 (rev 03)
    00:1c.3 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 4 (rev 03)
    00:1c.4 PCI bridge: Intel Corporation 82801H (ICH8 Family) PCI Express Port 5 (rev 03)
    00:1d.0 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #1 (rev 03)
    00:1d.1 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #2 (rev 03)
    00:1d.2 USB Controller: Intel Corporation 82801H (ICH8 Family) USB UHCI Controller #3 (rev 03)
    00:1d.7 USB Controller: Intel Corporation 82801H (ICH8 Family) USB2 EHCI Controller #1 (rev 03)
    00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev f3)
    00:1f.0 ISA bridge: Intel Corporation 82801HEM (ICH8M) LPC Interface Controller (rev 03)
    00:1f.1 IDE interface: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) IDE Controller (rev 03)
    00:1f.2 SATA controller: Intel Corporation 82801HBM/HEM (ICH8M/ICH8M-E) SATA AHCI Controller (rev 03)
    00:1f.3 SMBus: Intel Corporation 82801H (ICH8 Family) SMBus Controller (rev 03)
    06:00.0 Network controller: Broadcom Corporation BCM4312 802.11b/g (rev 01)
    07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller (rev 02)
    08:05.0 FireWire (IEEE 1394): O2 Micro, Inc. Firewire (IEEE 1394) (rev 02)
    08:05.2 SD Host controller: O2 Micro, Inc. Integrated MMC/SD Controller (rev 02)
    08:05.3 Mass storage controller: O2 Micro, Inc. Integrated MS/xD Controller (rev 01)
    Last edited by MindlessXD (2009-04-14 03:35:41)

  • [SOLVED] Xorg 1.9 + qt 4.7 + nvidia + xinerama = Xorg segfault

    Hi everyone,
    I'm experiencing a perfectly reproducible (even with a completely fresh Arch install) Xorg segfault with a certain constellation.
    When using the latest binary nvidia drivers (works with the 260 beta also), dragging the mouse pointer within a qt window (vlc, smplayer, skype, qtconfig) crashes Xorg with a segfault when using a Xinerama configuration. Twinview or single screen works fine however.
    Xinerama configuration (crashing): http://pastebin.com/3VdVZqkU
    Twinview configuration (works): http://pastebin.com/QjL4Nibg
    Xorg log when crashing: http://pastebin.com/qby9uSxN
    Can anyone confirm this?
    Ochi
    Last edited by Ochi (2010-11-15 14:40:33)

    Just to do some more analysis on this, I tried to compare the sources between the old working xorg-server that Arch packaged (version 1.8.1.902, found at http://www.x.org/releases/individual/xserver/ and the latest 1.9 xorg release that Arch uses (version 1.9.0, found at the same aforementioned URL).
    In version 1.8.1.902, the file Xext/panoramiXprocs.c has this version of the critical if-statement that Ochi originally mentioned:
    if((pDst == WindowTable[0]) ||
    (pDst->drawable.id == savedScreenInfo[0].wid))
    rep.dstX += panoramiXdataPtr[0].x;
    rep.dstY += panoramiXdataPtr[0].y;
    Anyway, I got the git repo to see which commit decided to change pDst to pWin in that second OR condition.
    git clone git://anongit.freedesktop.org/xorg/xserver
    git log -p Xext/panoramiXprocs.c
    And found this commit: 80b5d3a3264d2c5167e5ac85a3b04af0f89cece1 which did the change. You can use
    git show 80b5d3a3264d2c5167e5ac85a3b04af0f89cece1
    to see the commit's full diff. That commit was a big commit that changed lots of things in many files. Here is the portion that concerns our discussion (see the very bottom part)):
    diff --git a/Xext/panoramiXprocs.c b/Xext/panoramiXprocs.c
    index 8752ca5..08ea3ec 100644
    --- a/Xext/panoramiXprocs.c
    +++ b/Xext/panoramiXprocs.c
    @@ -130,7 +130,7 @@ int PanoramiXCreateWindow(ClientPtr client)
    orig_x = stuff->x;
    orig_y = stuff->y;
    parentIsRoot = (stuff->parent == WindowTable[0]->drawable.id) ||
    - (stuff->parent == savedScreenInfo[0].wid);
    + (stuff->parent == screenInfo.screens[0]->screensaver.wid);
    FOR_NSCREENS_BACKWARD(j) {
    stuff->wid = newWin->info[j].id;
    stuff->parent = parent->info[j].id;
    @@ -329,7 +329,7 @@ int PanoramiXReparentWindow(ClientPtr client)
    x = stuff->x;
    y = stuff->y;
    parentIsRoot = (stuff->parent == WindowTable[0]->drawable.id) ||
    - (stuff->parent == savedScreenInfo[0].wid);
    + (stuff->parent == screenInfo.screens[0]->screensaver.wid);
    FOR_NSCREENS_BACKWARD(j) {
    stuff->window = win->info[j].id;
    stuff->parent = parent->info[j].id;
    @@ -476,7 +476,7 @@ int PanoramiXConfigureWindow(ClientPtr client)
    if(pWin->parent && ((pWin->parent == WindowTable[0]) ||
    - (pWin->parent->drawable.id == savedScreenInfo[0].wid)))
    + (pWin->parent->drawable.id == screenInfo.screens[0]->screensaver.wid)))
    if ((Mask)stuff->mask & CWX) {
    x_offset = 0;
    @@ -563,7 +563,7 @@ int PanoramiXGetGeometry(ClientPtr client)
    rep.x = pWin->origin.x - wBorderWidth (pWin);
    rep.y = pWin->origin.y - wBorderWidth (pWin);
    if((pWin->parent == WindowTable[0]) ||
    - (pWin->parent->drawable.id == savedScreenInfo[0].wid))
    + (pWin->parent->drawable.id == screenInfo.screens[0]->screensaver.wid))
    rep.x += panoramiXdataPtr[0].x;
    rep.y += panoramiXdataPtr[0].y;
    @@ -597,7 +597,7 @@ int PanoramiXTranslateCoords(ClientPtr client)
    rep.child = None;
    if((pWin == WindowTable[0]) ||
    - (pWin->drawable.id == savedScreenInfo[0].wid))
    + (pWin->drawable.id == screenInfo.screens[0]->screensaver.wid))
    x = stuff->srcX - panoramiXdataPtr[0].x;
    y = stuff->srcY - panoramiXdataPtr[0].y;
    @@ -635,7 +635,7 @@ int PanoramiXTranslateCoords(ClientPtr client)
    rep.dstX = x - pDst->drawable.x;
    rep.dstY = y - pDst->drawable.y;
    if((pDst == WindowTable[0]) ||
    - (pDst->drawable.id == savedScreenInfo[0].wid))
    + (pWin->drawable.id == screenInfo.screens[0]->screensaver.wid))
    rep.dstX += panoramiXdataPtr[0].x;
    rep.dstY += panoramiXdataPtr[0].y;
    Git tells me all the contact info I need:
    commit 80b5d3a3264d2c5167e5ac85a3b04af0f89cece1
    Author: Jamey Sharp <[email protected]>
    Date: Fri May 21 23:13:51 2010 -0700
    Move each screen's screensaver data into ScreenRec.
    Most references to the savedScreenInfo array already had the
    corresponding screen pointer handy, which meant they usually looked like
    "savedScreenInfo[pScreen->myNum]". Adding a field to ScreenRec instead
    of keeping this information in a parallel array simplifies those
    expressions, and eliminates a MAXSCREENS-sized array.
    Since dix uses this data, a screen private entry isn't appropriate.
    Signed-off-by: Jamey Sharp <[email protected]>
    Reviewed-by: Tiago Vignatti <[email protected]>
    Tested-by: Tiago Vignatti <[email protected]> (i686 GNU/Linux)
    So I will send the developers an email and simply ask him if he meant to change that pDst to pWin in Xext/panoramiX.c, or if it was a copy/paste error (seems like it is). I'll report back here afterwards.
    Last edited by listdata (2010-10-17 21:23:09)

  • Nvidia opengl no longer working (segfaults) [solved] [UPDATE]

    UPDATE:
    Reference Gentoo bug for temporary resolution:
    https://bugs.gentoo.org/show_bug.cgi?id=350336
    I can't seem to run any openGL apps any more after a recent update. Current nvidia driver 275.09.07-1, tried kernel26 (from testing), kernel26-ck, and kernel26-bfs same results. Running glxinfo or glxgears causes a segfault (noted below). Most GL apps note "error 4 in libnvidia-glcore" before immediately quitting. Running on 64bit system and nouveau drivers handle GL like they should without error.
    glxinfo[2121]: segfault at fffffffffffffff8 ip 00007fd314348754 sp 00007fff5294cdf0 error 4 in libnvidia-glcore.so.275.09.07[7fd31336d000+15d4000]
    glxgears[2123]: segfault at 0 ip (null) sp 00007fffcc652938 error 14 in glxgears[400000+4000]
    Anyone else having this problem? Thinking about a bug report.
    Last edited by jskier (2011-07-10 14:33:00)

    I thought that the xorg server version could be the issue in some strange way so I updated my laptop and everything works fine on it. Using the same nvidia driver and kernel as the desktop (albeit slightly different graphic card). Strange. I'm not nor have I been using LTS, and the xserver has been upgraded since last month- not sure why this would happen all of a sudden.
    UPDATE:
    Downgrading to to the nvidia package version 270.41.19 fixes the problem. I think it's specific to my model video card (GeForce GT 220). An issue with nvidia has been entered (Issue Reference #110628-000170)
    Last edited by jskier (2011-06-29 00:06:57)

  • Gimp-sharp compiles, but all filters just segfault

    Hi,
    I'm trying to get GIMP# to run on Arch Linux. I've compiled and installed with no errors (the makefiles don't respect DESTDIR so my PKGBUILD requires some patching, but the files all seem to go in the right places now).
    However, when I try eg. Filters -> Blur->Average I get this output in the terminal:
    Parameters: 3
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    0 Int32
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    1 Int32
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    2 Int32
    #Total scripts : 0
    #Total actions : 0
    #Total events : 0
    #Parsed : 0
    #Old : 0
    #Failed : 0
    #Scripts executable : 0
    #Actions executable : 0
    #Events executable : 0
    % parsed : =EF=BF=BD
    % executable scripts: =EF=BF=BD
    % executable actions: =EF=BF=BD
    % executable events : =EF=BF=BD
    Parameters: 3
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    0 Int32
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    1 Int32
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    2 Int32
    gimp-sharp: fatal error: Segmentation fault
    and no visible response from Gimp (ie. no change to the undo history).
    I get
    $ mono /usr/lib/gimp/2.0/plug-ins/Raindrops.exe
    gimp-sharp is a GIMP plug-in and must be run by GIMP to be used
    but I guess this is expected.
    Here are my gimp and mono versions:
    $ pacman -Qi gimp
    Name : gimp
    Version : 2.6.8-1
    URL : http://www.gimp.org/
    Licenses : GPL
    Groups : None
    Provides : None
    Depends On : gtk2>=3D2.14.4 lcms>=3D1.17 libxpm>=3D3.5.7
    libwmf>=3D0.2.8.4 libxmu>=3D1.0.4 librsvg>=3D2.22.3 libmng>=3D1.0.10
    dbus-glib>=3D0.76 libexif>=3D0.6.16
    pygtk>=3D2.13.0 desktop-file-utils gegl>=3D0.1.0 curl
    Optional Deps : gutenprint: for sophisticated printing only as gimp
    has built-in cups print support
    libwebkit: for the help browser
    poppler-glib: for pdf support
    hal: for Linux input event controller module
    alsa-lib: for MIDI event controller module
    Required By : gimp-dbp gimp-help-en gimp-help-nn
    gimp-plugin-fblur gimp-plugin-gmic4gimp gimp-plugin-greycstoration
    gimp-refocus gimp-sharp
    Conflicts With : gimp-devel
    Replaces : None
    Installed Size : 59740,00 K
    Packager : Eric Belanger <[email protected]>
    Architecture : x86_64
    Build Date : su. 13. des. 2009 kl. 03.10 +0100
    Install Date : m=C3=A5. 18. jan. 2010 kl. 17.24 +0100
    Install Reason : Explicitly installed
    Install Script : Yes
    Description : GNU Image Manipulation Program
    $ pacman -Qi mono
    Name : mono
    Version : 2.6.1-1
    URL : http://www.mono-project.com/
    Licenses : GPL LGPL2 MPL custom:MITX11
    Groups : None
    Provides : monodoc
    Depends On : zlib libgdiplus>=3D2.4.2 sh
    Optional Deps : None
    Required By : gimp-sharp gtk-sharp-2 mono-addins ndesk-dbus
    Conflicts With : monodoc
    Replaces : None
    Installed Size : 137984,00 K
    Packager : Daniel Isenmann <[email protected]>
    Architecture : x86_64
    Build Date : su. 20. des. 2009 kl. 16.19 +0100
    Install Date : ty. 19. jan. 2010 kl. 21.09 +0100
    Install Reason : Installed as a dependency for another package
    Install Script : No
    Description : Free implementation of the .NET platform including
    runtime and compiler
    Raindrops, similarly, gives
    Parameters: 3
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    0 Int32
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    1 Int32
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    2 Int32
    gimp-sharp: fatal error: Segmentation fault
    and no UI change. Splitter pops up the dialogue, but segfaults if I try to use it (not if I cancel). All other filters just segfault.
    Check for Updates gives me
    Parameters: 3
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    0 Int32
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    1 Int32
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    2 Int32
    0.16.0.0
    The contents of the Html page are :
    <packages>
    <package version=3D"0.12" />
    </packages>
    Processing time: 00:00:00.48
    and no UI feedback.
    Picture Package amazingly worked on the first, third and fourth try
    (but didn't show my Custom Text in the picture), giving this the
    second and third times:
    Parameters: 3
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    0 Int32
    gimp-sharp: fatal error: Segmentation fault
    Parameters: 3
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    0 Int32
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    1 Int32
    param.Size: 36
    param.type.Size: 4
    param.type.Data: 32
    2 Int32
    Processing time: 00:00:01.55
    while save as JavaFX pops up a dialogue and segfaults.
    Now, the one reason I'm trying Gimp# is that I want Photoshop Actions. This gives me a dialogue with no available actions. Pressing OK does nothing, while on pressing Execute, Gimp gives a dialogue saying the plugin crashed and I should save and exit. Here's the console output:
    #Total scripts : 0
    #Total actions : 0
    #Total events : 0
    #Parsed : 0
    #Old : 0
    #Failed : 0
    #Scripts executable : 0
    #Actions executable : 0
    #Events executable : 0
    % parsed : =EF=BF=BD
    % executable scripts: =EF=BF=BD
    % executable actions: =EF=BF=BD
    % executable events : =EF=BF=BD
    Marshaling clicked signal
    Exception in Gtk# callback delegate
    Note: Applications can use GLib.ExceptionManager.UnhandledException
    to handle the exception.
    System.Reflection.TargetInvocationException: Exception has been thrown
    by the target of an invocation. ---> System.IndexOutOfRangeException:
    Array index is out of range.
    at Gimp.PhotoshopActions.PhotoshopActions+<CreateDialog>c__AnonStorey84.<=
    >m__9
    (System.Object , System.EventArgs ) [0x00000] in <filename unknown>:0
    at (wrapper managed-to-native)
    System.Reflection.MonoMethod:InternalInvoke
    (object,object[],System.Exception&)
    at System.Reflection.MonoMethod.Invoke (System.Object obj,
    BindingFlags invokeAttr, System.Reflection.Binder binder,
    System.Object[] parameters, System.Globalization.CultureInfo culture)
    [0x00000] in <filename unknown>:0
    --- End of inner exception stack trace ---
    at System.Reflection.MonoMethod.Invoke (System.Object obj,
    BindingFlags invokeAttr, System.Reflection.Binder binder,
    System.Object[] parameters, System.Globalization.CultureInfo culture)
    [0x00000] in <filename unknown>:0
    at System.Reflection.MethodBase.Invoke (System.Object obj,
    System.Object[] parameters) [0x00000] in <filename unknown>:0
    at System.Delegate.DynamicInvokeImpl (System.Object[] args)
    [0x00000] in <filename unknown>:0
    at System.MulticastDelegate.DynamicInvokeImpl (System.Object[] args)
    [0x00000] in <filename unknown>:0
    at System.Delegate.DynamicInvoke (System.Object[] args) [0x00000] in
    <filename unknown>:0
    at GLib.Signal.ClosureInvokedCB (System.Object o,
    GLib.ClosureInvokedArgs args) [0x00000] in <filename unknown>:0
    at GLib.SignalClosure.Invoke (GLib.ClosureInvokedArgs args)
    [0x00000] in <filename unknown>:0
    at GLib.SignalClosure.MarshalCallback (IntPtr raw_closure, IntPtr
    return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr
    invocation_hint, IntPtr marshal_data) [0x00000] in <filename
    unknown>:0
    at GLib.ExceptionManager.RaiseUnhandledException(System.Exception
    e, Boolean is_terminal)
    at GLib.SignalClosure.MarshalCallback(IntPtr raw_closure, IntPtr
    return_val, UInt32 n_param_vals, IntPtr param_values, IntPtr
    invocation_hint, IntPtr marshal_data)
    at Gimp.GimpDialog.gimp_dialog_run(IntPtr )
    at Gimp.GimpDialog.Run()
    at Gimp.Plugin.DialogRun()
    at Gimp.Plugin.Run(System.String name, Gimp.ParamDefList inParam,
    Gimp.ParamDefList ByRef outParam)
    at Gimp.Plugin.Run(System.String name, Int32 n_params, IntPtr
    paramPtr, Int32 ByRef n_return_vals, IntPtr ByRef return_vals)
    at Gimp.Plugin.gimp_main(GimpPlugInInfo ByRef , Int32 , System.String[] =
    at Gimp.Plugin..ctor(System.String[] args, System.String package)
    at Gimp.PhotoshopActions.PhotoshopActions..ctor(System.String[] args)
    at Gimp.PhotoshopActions.PhotoshopActions.Main(System.String[] args)
    Sorry if I'm being very verbose about some simple mistake, but I figured I might as well include what I've found so far...
    Has anyone else here gotten gimp-sharp / Photoshop Actions up and running?
    My PKGBUILD so far:
    pkgname=gimp-sharp
    pkgver=0.16
    pkgrel=1
    pkgdesc="Gimp# is a C# wrapper around the GIMP API"
    arch=('i686' 'x86_64')
    url="http://gimp-sharp.sourceforge.net/"
    license=('GPL')
    depends=('gimp' 'mono')
    source=("http://downloads.sourceforge.net/sourceforge/gimp-sharp/gimp-sharp-${pkgver}.tar.gz")
    md5sums=('9dc7f795269120a7dfb17a20a8e2ddb0') # todo, this is my patched version
    build() {
    cd "$srcdir"/gimp-sharp-$pkgver
    ./configure --prefix=/usr
    make || return 1
    mkdir -p ${pkgdir}/usr/lib/gimp/2.0/plug-ins
    make DESTDIR="$pkgdir" install
    although this also needs a patch I haven't made yet that changes the makefiles in the plug-ins subdirs to saying
    echo "Copying po/$$lang to $(DESTDIR)$(GIMPLOCALE)/$$localedir/LC_MESSAGES/AverageBlur.mo";\
    $(mkinstalldirs) $(DESTDIR)$(GIMPLOCALE)/$$localedir/LC_MESSAGES ;\
    $(INSTALL_DATA) po/$$lang $(DESTDIR)$(GIMPLOCALE)/$$localedir/LC_MESSAGES/AverageBlur.mo;\
    instead of
    echo "Copying po/$$lang to $(GIMPLOCALE)/$$localedir/LC_MESSAGES/AverageBlur.mo";\
    $(INSTALL_DATA) po/$$lang $(GIMPLOCALE)/$$localedir/LC_MESSAGES/AverageBlur.mo;\
    but I'm hoping they'll just fix it upstream after my reports ;-)

    Check if dmesg |tail has something interesting to say about these crashes.
    Probably it's a bug in some shared library, to find out which one it is start your editor under gdb and run bt after it segfaults:
    $ gdb ./test
    GNU gdb (GDB) 7.5.1
    blah blah blah
    (gdb) run
    Starting program: /home/m/test
    warning: Could not load shared library symbols for linux-vdso.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    Program received signal SIGSEGV, Segmentation fault.
    0x00007ffff7aafc61 in __strlen_sse2 () from /usr/lib/libc.so.6
    (gdb) bt
    #0 0x00007ffff7aafc61 in __strlen_sse2 () from /usr/lib/libc.so.6 <- my program crashed in strlen in libc
    #1 0x0000000000400519 in main ()
    (gdb) quit

  • Fresh Install: Gnome Shell segfault and bgrt invalid status (Nvidia)

    Hi everyone! I have Arch freshly installed, and after some modprobing last night I was finally able to get the Arch repository Nvidia drivers working. That being said, I am still getting a "bgrt invalid status" message on boot up (and, for what it is worth I do not have an Arch splash screen). I have googled the issue which took me to a thread here on the Arch forums, but that was dealing with the Noveau driver and not Nvidia.
    Below is my entire dmesg output, and would appreciate if someone might help me look through it and diagnose the Gnome segfault and any other issues that may be present. I am also looking for some advice as to the proprietary Nvidia drivers. I have a GTX 980, and while currently I don't need any advanced rendering, here when an upcoming game gets released on Steam, I very well may need that.
    dmesg output [main concern near bottom at entry 2.875973]:
    [ 0.000000] Initializing cgroup subsys cpuset
    [ 0.000000] Initializing cgroup subsys cpu
    [ 0.000000] Initializing cgroup subsys cpuacct
    [ 0.000000] Linux version 3.19.3-3-ARCH (builduser@tobias) (gcc version 4.9.2 20150304 (prerelease) (GCC) ) #1 SMP PREEMPT Wed Apr 8 14:10:00 CEST 2015
    [ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d00bbf3b-182d-4b7f-9502-23eff99f42e5 rw quiet
    [ 0.000000] e820: BIOS-provided physical RAM map:
    [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
    [ 0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000009d08dfff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009d08e000-0x000000009d094fff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x000000009d095000-0x000000009d4f4fff] usable
    [ 0.000000] BIOS-e820: [mem 0x000000009d4f5000-0x000000009d964fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x000000009d965000-0x00000000bd92bfff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000bd92c000-0x00000000bdc97fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bdc98000-0x00000000bdcb5fff] ACPI data
    [ 0.000000] BIOS-e820: [mem 0x00000000bdcb6000-0x00000000be1defff] ACPI NVS
    [ 0.000000] BIOS-e820: [mem 0x00000000be1df000-0x00000000bef51fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000bef52000-0x00000000beffefff] type 20
    [ 0.000000] BIOS-e820: [mem 0x00000000befff000-0x00000000beffffff] usable
    [ 0.000000] BIOS-e820: [mem 0x00000000e0000000-0x00000000efffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
    [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
    [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000083effffff] usable
    [ 0.000000] NX (Execute Disable) protection: active
    [ 0.000000] efi: EFI v2.31 by American Megatrends
    [ 0.000000] efi: ACPI 2.0=0xbdc9e000 ACPI=0xbdc9e000 SMBIOS=0xf04d0 MPS=0xfd5d0
    [ 0.000000] efi: mem00: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x0000000000000000-0x0000000000008000) (0MB)
    [ 0.000000] efi: mem01: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000008000-0x0000000000048000) (0MB)
    [ 0.000000] efi: mem02: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x0000000000048000-0x0000000000058000) (0MB)
    [ 0.000000] efi: mem03: [Reserved | | | | | |WB|WT|WC|UC] range=[0x0000000000058000-0x0000000000059000) (0MB)
    [ 0.000000] efi: mem04: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000059000-0x000000000005f000) (0MB)
    [ 0.000000] efi: mem05: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000000005f000-0x0000000000060000) (0MB)
    [ 0.000000] efi: mem06: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x0000000000060000-0x000000000009f000) (0MB)
    [ 0.000000] efi: mem07: [Reserved | | | | | |WB|WT|WC|UC] range=[0x000000000009f000-0x00000000000a0000) (0MB)
    [ 0.000000] efi: mem08: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000000100000-0x0000000000f3e000) (14MB)
    [ 0.000000] efi: mem09: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000000f3e000-0x000000003795c000) (874MB)
    [ 0.000000] efi: mem10: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000003795c000-0x0000000037ca6000) (3MB)
    [ 0.000000] efi: mem11: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000037ca6000-0x0000000070a60000) (909MB)
    [ 0.000000] efi: mem12: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x0000000070a60000-0x0000000099a88000) (656MB)
    [ 0.000000] efi: mem13: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000099a88000-0x000000009c090000) (38MB)
    [ 0.000000] efi: mem14: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c090000-0x000000009c094000) (0MB)
    [ 0.000000] efi: mem15: [Loader Code | | | | | |WB|WT|WC|UC] range=[0x000000009c094000-0x000000009c0b1000) (0MB)
    [ 0.000000] efi: mem16: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0b1000-0x000000009c0b2000) (0MB)
    [ 0.000000] efi: mem17: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0b2000-0x000000009c0b3000) (0MB)
    [ 0.000000] efi: mem18: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0b3000-0x000000009c0b7000) (0MB)
    [ 0.000000] efi: mem19: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0b7000-0x000000009c0b9000) (0MB)
    [ 0.000000] efi: mem20: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0b9000-0x000000009c0ba000) (0MB)
    [ 0.000000] efi: mem21: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0ba000-0x000000009c0bb000) (0MB)
    [ 0.000000] efi: mem22: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0bb000-0x000000009c0bd000) (0MB)
    [ 0.000000] efi: mem23: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0bd000-0x000000009c0be000) (0MB)
    [ 0.000000] efi: mem24: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0be000-0x000000009c0c2000) (0MB)
    [ 0.000000] efi: mem25: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0c2000-0x000000009c0c4000) (0MB)
    [ 0.000000] efi: mem26: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0c4000-0x000000009c0c5000) (0MB)
    [ 0.000000] efi: mem27: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0c5000-0x000000009c0c6000) (0MB)
    [ 0.000000] efi: mem28: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0c6000-0x000000009c0e2000) (0MB)
    [ 0.000000] efi: mem29: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0e2000-0x000000009c0e3000) (0MB)
    [ 0.000000] efi: mem30: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0e3000-0x000000009c0e4000) (0MB)
    [ 0.000000] efi: mem31: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0e4000-0x000000009c0e5000) (0MB)
    [ 0.000000] efi: mem32: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0e5000-0x000000009c0e7000) (0MB)
    [ 0.000000] efi: mem33: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0e7000-0x000000009c0e8000) (0MB)
    [ 0.000000] efi: mem34: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0e8000-0x000000009c0f0000) (0MB)
    [ 0.000000] efi: mem35: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c0f0000-0x000000009c0f4000) (0MB)
    [ 0.000000] efi: mem36: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c0f4000-0x000000009c114000) (0MB)
    [ 0.000000] efi: mem37: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c114000-0x000000009c115000) (0MB)
    [ 0.000000] efi: mem38: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c115000-0x000000009c116000) (0MB)
    [ 0.000000] efi: mem39: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c116000-0x000000009c117000) (0MB)
    [ 0.000000] efi: mem40: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c117000-0x000000009c118000) (0MB)
    [ 0.000000] efi: mem41: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c118000-0x000000009c119000) (0MB)
    [ 0.000000] efi: mem42: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c119000-0x000000009c126000) (0MB)
    [ 0.000000] efi: mem43: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c126000-0x000000009c128000) (0MB)
    [ 0.000000] efi: mem44: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c128000-0x000000009c129000) (0MB)
    [ 0.000000] efi: mem45: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c129000-0x000000009c12b000) (0MB)
    [ 0.000000] efi: mem46: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c12b000-0x000000009c12e000) (0MB)
    [ 0.000000] efi: mem47: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c12e000-0x000000009c130000) (0MB)
    [ 0.000000] efi: mem48: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c130000-0x000000009c132000) (0MB)
    [ 0.000000] efi: mem49: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c132000-0x000000009c135000) (0MB)
    [ 0.000000] efi: mem50: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c135000-0x000000009c138000) (0MB)
    [ 0.000000] efi: mem51: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c138000-0x000000009c13e000) (0MB)
    [ 0.000000] efi: mem52: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c13e000-0x000000009c141000) (0MB)
    [ 0.000000] efi: mem53: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c141000-0x000000009c142000) (0MB)
    [ 0.000000] efi: mem54: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c142000-0x000000009c143000) (0MB)
    [ 0.000000] efi: mem55: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c143000-0x000000009c146000) (0MB)
    [ 0.000000] efi: mem56: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c146000-0x000000009c148000) (0MB)
    [ 0.000000] efi: mem57: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c148000-0x000000009c149000) (0MB)
    [ 0.000000] efi: mem58: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c149000-0x000000009c14a000) (0MB)
    [ 0.000000] efi: mem59: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009c14a000-0x000000009c14d000) (0MB)
    [ 0.000000] efi: mem60: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009c14d000-0x000000009cb1b000) (9MB)
    [ 0.000000] efi: mem61: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cb1b000-0x000000009cb1d000) (0MB)
    [ 0.000000] efi: mem62: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009cb1d000-0x000000009cb1e000) (0MB)
    [ 0.000000] efi: mem63: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cb1e000-0x000000009cb1f000) (0MB)
    [ 0.000000] efi: mem64: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009cb1f000-0x000000009cb23000) (0MB)
    [ 0.000000] efi: mem65: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cb23000-0x000000009cb27000) (0MB)
    [ 0.000000] efi: mem66: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009cb27000-0x000000009cb28000) (0MB)
    [ 0.000000] efi: mem67: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cb28000-0x000000009cb2b000) (0MB)
    [ 0.000000] efi: mem68: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009cb2b000-0x000000009cb4e000) (0MB)
    [ 0.000000] efi: mem69: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cb4e000-0x000000009cb52000) (0MB)
    [ 0.000000] efi: mem70: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009cb52000-0x000000009cb53000) (0MB)
    [ 0.000000] efi: mem71: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009cb53000-0x000000009cb59000) (0MB)
    [ 0.000000] efi: mem72: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009cb59000-0x000000009d08e000) (5MB)
    [ 0.000000] efi: mem73: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x000000009d08e000-0x000000009d095000) (0MB)
    [ 0.000000] efi: mem74: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000009d095000-0x000000009d1f6000) (1MB)
    [ 0.000000] efi: mem75: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x000000009d1f6000-0x000000009d4ba000) (2MB)
    [ 0.000000] efi: mem76: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000009d4ba000-0x000000009d4bf000) (0MB)
    [ 0.000000] efi: mem77: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x000000009d4bf000-0x000000009d4c3000) (0MB)
    [ 0.000000] efi: mem78: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000009d4c3000-0x000000009d4d8000) (0MB)
    [ 0.000000] efi: mem79: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x000000009d4d8000-0x000000009d4ea000) (0MB)
    [ 0.000000] efi: mem80: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000009d4ea000-0x000000009d4f5000) (0MB)
    [ 0.000000] efi: mem81: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x000000009d4f5000-0x000000009d965000) (4MB)
    [ 0.000000] efi: mem82: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x000000009d965000-0x000000009d978000) (0MB)
    [ 0.000000] efi: mem83: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009d978000-0x000000009d97c000) (0MB)
    [ 0.000000] efi: mem84: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009d97c000-0x000000009d97d000) (0MB)
    [ 0.000000] efi: mem85: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009d97d000-0x000000009d982000) (0MB)
    [ 0.000000] efi: mem86: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009d982000-0x000000009d983000) (0MB)
    [ 0.000000] efi: mem87: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x000000009d983000-0x000000009d987000) (0MB)
    [ 0.000000] efi: mem88: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x000000009d987000-0x00000000a4a2a000) (112MB)
    [ 0.000000] efi: mem89: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a2a000-0x00000000a4a2d000) (0MB)
    [ 0.000000] efi: mem90: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a2d000-0x00000000a4a2e000) (0MB)
    [ 0.000000] efi: mem91: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a2e000-0x00000000a4a30000) (0MB)
    [ 0.000000] efi: mem92: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a30000-0x00000000a4a31000) (0MB)
    [ 0.000000] efi: mem93: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a31000-0x00000000a4a32000) (0MB)
    [ 0.000000] efi: mem94: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a32000-0x00000000a4a38000) (0MB)
    [ 0.000000] efi: mem95: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a38000-0x00000000a4a39000) (0MB)
    [ 0.000000] efi: mem96: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a39000-0x00000000a4a45000) (0MB)
    [ 0.000000] efi: mem97: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a45000-0x00000000a4a46000) (0MB)
    [ 0.000000] efi: mem98: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a46000-0x00000000a4a6a000) (0MB)
    [ 0.000000] efi: mem99: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a6a000-0x00000000a4a6b000) (0MB)
    [ 0.000000] efi: mem100: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a6b000-0x00000000a4a77000) (0MB)
    [ 0.000000] efi: mem101: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a77000-0x00000000a4a78000) (0MB)
    [ 0.000000] efi: mem102: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a78000-0x00000000a4a9c000) (0MB)
    [ 0.000000] efi: mem103: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4a9c000-0x00000000a4a9d000) (0MB)
    [ 0.000000] efi: mem104: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4a9d000-0x00000000a4aa9000) (0MB)
    [ 0.000000] efi: mem105: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4aa9000-0x00000000a4aaa000) (0MB)
    [ 0.000000] efi: mem106: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4aaa000-0x00000000a4b29000) (0MB)
    [ 0.000000] efi: mem107: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4b29000-0x00000000a4b2a000) (0MB)
    [ 0.000000] efi: mem108: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a4b2a000-0x00000000a4c4c000) (1MB)
    [ 0.000000] efi: mem109: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a4c4c000-0x00000000a5238000) (5MB)
    [ 0.000000] efi: mem110: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a5238000-0x00000000a5239000) (0MB)
    [ 0.000000] efi: mem111: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5239000-0x00000000a523b000) (0MB)
    [ 0.000000] efi: mem112: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a523b000-0x00000000a523c000) (0MB)
    [ 0.000000] efi: mem113: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a523c000-0x00000000a523d000) (0MB)
    [ 0.000000] efi: mem114: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a523d000-0x00000000a524a000) (0MB)
    [ 0.000000] efi: mem115: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a524a000-0x00000000a524d000) (0MB)
    [ 0.000000] efi: mem116: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a524d000-0x00000000a524e000) (0MB)
    [ 0.000000] efi: mem117: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a524e000-0x00000000a5250000) (0MB)
    [ 0.000000] efi: mem118: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a5250000-0x00000000a5289000) (0MB)
    [ 0.000000] efi: mem119: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5289000-0x00000000a528a000) (0MB)
    [ 0.000000] efi: mem120: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a528a000-0x00000000a52ef000) (0MB)
    [ 0.000000] efi: mem121: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a52ef000-0x00000000a52f0000) (0MB)
    [ 0.000000] efi: mem122: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a52f0000-0x00000000a5334000) (0MB)
    [ 0.000000] efi: mem123: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5334000-0x00000000a593e000) (6MB)
    [ 0.000000] efi: mem124: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a593e000-0x00000000a594b000) (0MB)
    [ 0.000000] efi: mem125: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a594b000-0x00000000a594c000) (0MB)
    [ 0.000000] efi: mem126: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a594c000-0x00000000a594d000) (0MB)
    [ 0.000000] efi: mem127: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a594d000-0x00000000a595d000) (0MB)
    [ 0.000000] efi: mem128: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a595d000-0x00000000a5b5c000) (1MB)
    [ 0.000000] efi: mem129: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5b5c000-0x00000000a5b78000) (0MB)
    [ 0.000000] efi: mem130: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a5b78000-0x00000000a5c47000) (0MB)
    [ 0.000000] efi: mem131: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5c47000-0x00000000a5c49000) (0MB)
    [ 0.000000] efi: mem132: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a5c49000-0x00000000a5c68000) (0MB)
    [ 0.000000] efi: mem133: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5c68000-0x00000000a5c71000) (0MB)
    [ 0.000000] efi: mem134: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a5c71000-0x00000000a5e1e000) (1MB)
    [ 0.000000] efi: mem135: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a5e1e000-0x00000000a6149000) (3MB)
    [ 0.000000] efi: mem136: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a6149000-0x00000000a6168000) (0MB)
    [ 0.000000] efi: mem137: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a6168000-0x00000000a6263000) (0MB)
    [ 0.000000] efi: mem138: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a6263000-0x00000000a626c000) (0MB)
    [ 0.000000] efi: mem139: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a626c000-0x00000000a65d6000) (3MB)
    [ 0.000000] efi: mem140: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a65d6000-0x00000000a65d8000) (0MB)
    [ 0.000000] efi: mem141: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a65d8000-0x00000000a6b1e000) (5MB)
    [ 0.000000] efi: mem142: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a6b1e000-0x00000000a6b20000) (0MB)
    [ 0.000000] efi: mem143: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a6b20000-0x00000000a6b26000) (0MB)
    [ 0.000000] efi: mem144: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a6b26000-0x00000000a6b28000) (0MB)
    [ 0.000000] efi: mem145: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a6b28000-0x00000000a711a000) (5MB)
    [ 0.000000] efi: mem146: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a711a000-0x00000000a711c000) (0MB)
    [ 0.000000] efi: mem147: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a711c000-0x00000000a853f000) (20MB)
    [ 0.000000] efi: mem148: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a853f000-0x00000000a8547000) (0MB)
    [ 0.000000] efi: mem149: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8547000-0x00000000a854e000) (0MB)
    [ 0.000000] efi: mem150: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a854e000-0x00000000a8556000) (0MB)
    [ 0.000000] efi: mem151: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8556000-0x00000000a855c000) (0MB)
    [ 0.000000] efi: mem152: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a855c000-0x00000000a8564000) (0MB)
    [ 0.000000] efi: mem153: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8564000-0x00000000a8568000) (0MB)
    [ 0.000000] efi: mem154: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8568000-0x00000000a8570000) (0MB)
    [ 0.000000] efi: mem155: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8570000-0x00000000a8578000) (0MB)
    [ 0.000000] efi: mem156: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8578000-0x00000000a8586000) (0MB)
    [ 0.000000] efi: mem157: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8586000-0x00000000a8592000) (0MB)
    [ 0.000000] efi: mem158: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8592000-0x00000000a8597000) (0MB)
    [ 0.000000] efi: mem159: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8597000-0x00000000a859c000) (0MB)
    [ 0.000000] efi: mem160: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a859c000-0x00000000a85a3000) (0MB)
    [ 0.000000] efi: mem161: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85a3000-0x00000000a85aa000) (0MB)
    [ 0.000000] efi: mem162: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85aa000-0x00000000a85b1000) (0MB)
    [ 0.000000] efi: mem163: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85b1000-0x00000000a85b5000) (0MB)
    [ 0.000000] efi: mem164: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85b5000-0x00000000a85bd000) (0MB)
    [ 0.000000] efi: mem165: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85bd000-0x00000000a85bf000) (0MB)
    [ 0.000000] efi: mem166: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85bf000-0x00000000a85c3000) (0MB)
    [ 0.000000] efi: mem167: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85c3000-0x00000000a85ca000) (0MB)
    [ 0.000000] efi: mem168: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85ca000-0x00000000a85d2000) (0MB)
    [ 0.000000] efi: mem169: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85d2000-0x00000000a85d9000) (0MB)
    [ 0.000000] efi: mem170: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85d9000-0x00000000a85e4000) (0MB)
    [ 0.000000] efi: mem171: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85e4000-0x00000000a85e9000) (0MB)
    [ 0.000000] efi: mem172: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85e9000-0x00000000a85ee000) (0MB)
    [ 0.000000] efi: mem173: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85ee000-0x00000000a85f6000) (0MB)
    [ 0.000000] efi: mem174: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a85f6000-0x00000000a85fc000) (0MB)
    [ 0.000000] efi: mem175: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a85fc000-0x00000000a8604000) (0MB)
    [ 0.000000] efi: mem176: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8604000-0x00000000a8608000) (0MB)
    [ 0.000000] efi: mem177: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8608000-0x00000000a860a000) (0MB)
    [ 0.000000] efi: mem178: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a860a000-0x00000000a860d000) (0MB)
    [ 0.000000] efi: mem179: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a860d000-0x00000000a8612000) (0MB)
    [ 0.000000] efi: mem180: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8612000-0x00000000a861c000) (0MB)
    [ 0.000000] efi: mem181: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a861c000-0x00000000a86f7000) (0MB)
    [ 0.000000] efi: mem182: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a86f7000-0x00000000a86fb000) (0MB)
    [ 0.000000] efi: mem183: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a86fb000-0x00000000a873e000) (0MB)
    [ 0.000000] efi: mem184: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a873e000-0x00000000a8740000) (0MB)
    [ 0.000000] efi: mem185: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8740000-0x00000000a879c000) (0MB)
    [ 0.000000] efi: mem186: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a879c000-0x00000000a879e000) (0MB)
    [ 0.000000] efi: mem187: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a879e000-0x00000000a87a0000) (0MB)
    [ 0.000000] efi: mem188: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a87a0000-0x00000000a87a2000) (0MB)
    [ 0.000000] efi: mem189: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a87a2000-0x00000000a880e000) (0MB)
    [ 0.000000] efi: mem190: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a880e000-0x00000000a881e000) (0MB)
    [ 0.000000] efi: mem191: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a881e000-0x00000000a8823000) (0MB)
    [ 0.000000] efi: mem192: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8823000-0x00000000a8835000) (0MB)
    [ 0.000000] efi: mem193: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8835000-0x00000000a883e000) (0MB)
    [ 0.000000] efi: mem194: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a883e000-0x00000000a8841000) (0MB)
    [ 0.000000] efi: mem195: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8841000-0x00000000a8842000) (0MB)
    [ 0.000000] efi: mem196: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8842000-0x00000000a887e000) (0MB)
    [ 0.000000] efi: mem197: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a887e000-0x00000000a8883000) (0MB)
    [ 0.000000] efi: mem198: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8883000-0x00000000a8884000) (0MB)
    [ 0.000000] efi: mem199: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8884000-0x00000000a88d6000) (0MB)
    [ 0.000000] efi: mem200: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a88d6000-0x00000000a8926000) (0MB)
    [ 0.000000] efi: mem201: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8926000-0x00000000a892a000) (0MB)
    [ 0.000000] efi: mem202: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a892a000-0x00000000a8948000) (0MB)
    [ 0.000000] efi: mem203: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8948000-0x00000000a89ef000) (0MB)
    [ 0.000000] efi: mem204: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a89ef000-0x00000000a8a1a000) (0MB)
    [ 0.000000] efi: mem205: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8a1a000-0x00000000a8bca000) (1MB)
    [ 0.000000] efi: mem206: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8bca000-0x00000000a8bdc000) (0MB)
    [ 0.000000] efi: mem207: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8bdc000-0x00000000a8be0000) (0MB)
    [ 0.000000] efi: mem208: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8be0000-0x00000000a8be7000) (0MB)
    [ 0.000000] efi: mem209: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8be7000-0x00000000a8bea000) (0MB)
    [ 0.000000] efi: mem210: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8bea000-0x00000000a8bfc000) (0MB)
    [ 0.000000] efi: mem211: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8bfc000-0x00000000a8d7f000) (1MB)
    [ 0.000000] efi: mem212: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8d7f000-0x00000000a8daa000) (0MB)
    [ 0.000000] efi: mem213: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8daa000-0x00000000a8dc5000) (0MB)
    [ 0.000000] efi: mem214: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8dc5000-0x00000000a8dd0000) (0MB)
    [ 0.000000] efi: mem215: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8dd0000-0x00000000a8dfd000) (0MB)
    [ 0.000000] efi: mem216: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8dfd000-0x00000000a8dfe000) (0MB)
    [ 0.000000] efi: mem217: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8dfe000-0x00000000a8dff000) (0MB)
    [ 0.000000] efi: mem218: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a8dff000-0x00000000a8e08000) (0MB)
    [ 0.000000] efi: mem219: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a8e08000-0x00000000a90d8000) (2MB)
    [ 0.000000] efi: mem220: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a90d8000-0x00000000a90d9000) (0MB)
    [ 0.000000] efi: mem221: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a90d9000-0x00000000a94f9000) (4MB)
    [ 0.000000] efi: mem222: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000a94f9000-0x00000000a94fb000) (0MB)
    [ 0.000000] efi: mem223: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000a94fb000-0x00000000aa9e9000) (20MB)
    [ 0.000000] efi: mem224: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000aa9e9000-0x00000000aa9eb000) (0MB)
    [ 0.000000] efi: mem225: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000aa9eb000-0x00000000adb6d000) (49MB)
    [ 0.000000] efi: mem226: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000adb6d000-0x00000000adb6f000) (0MB)
    [ 0.000000] efi: mem227: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000adb6f000-0x00000000ae74b000) (11MB)
    [ 0.000000] efi: mem228: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ae74b000-0x00000000ae74d000) (0MB)
    [ 0.000000] efi: mem229: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ae74d000-0x00000000ae752000) (0MB)
    [ 0.000000] efi: mem230: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ae752000-0x00000000ae754000) (0MB)
    [ 0.000000] efi: mem231: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ae754000-0x00000000ae86e000) (1MB)
    [ 0.000000] efi: mem232: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ae86e000-0x00000000ae872000) (0MB)
    [ 0.000000] efi: mem233: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ae872000-0x00000000ae878000) (0MB)
    [ 0.000000] efi: mem234: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000ae878000-0x00000000ae87a000) (0MB)
    [ 0.000000] efi: mem235: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000ae87a000-0x00000000aeafa000) (2MB)
    [ 0.000000] efi: mem236: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000aeafa000-0x00000000aeafc000) (0MB)
    [ 0.000000] efi: mem237: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000aeafc000-0x00000000aeb16000) (0MB)
    [ 0.000000] efi: mem238: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000aeb16000-0x00000000aeb18000) (0MB)
    [ 0.000000] efi: mem239: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000aeb18000-0x00000000af538000) (10MB)
    [ 0.000000] efi: mem240: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000af538000-0x00000000af564000) (0MB)
    [ 0.000000] efi: mem241: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000af564000-0x00000000af5fe000) (0MB)
    [ 0.000000] efi: mem242: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000af5fe000-0x00000000af64e000) (0MB)
    [ 0.000000] efi: mem243: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000af64e000-0x00000000af7a2000) (1MB)
    [ 0.000000] efi: mem244: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000af7a2000-0x00000000af7aa000) (0MB)
    [ 0.000000] efi: mem245: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000af7aa000-0x00000000af86e000) (0MB)
    [ 0.000000] efi: mem246: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000af86e000-0x00000000af892000) (0MB)
    [ 0.000000] efi: mem247: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000af892000-0x00000000afa7e000) (1MB)
    [ 0.000000] efi: mem248: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000afa7e000-0x00000000afaa1000) (0MB)
    [ 0.000000] efi: mem249: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000afaa1000-0x00000000afae3000) (0MB)
    [ 0.000000] efi: mem250: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000afae3000-0x00000000afb00000) (0MB)
    [ 0.000000] efi: mem251: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000afb00000-0x00000000afea4000) (3MB)
    [ 0.000000] efi: mem252: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000afea4000-0x00000000afebc000) (0MB)
    [ 0.000000] efi: mem253: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000afebc000-0x00000000aff04000) (0MB)
    [ 0.000000] efi: mem254: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000aff04000-0x00000000aff0e000) (0MB)
    [ 0.000000] efi: mem255: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000aff0e000-0x00000000b00a3000) (1MB)
    [ 0.000000] efi: mem256: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b00a3000-0x00000000b00a9000) (0MB)
    [ 0.000000] efi: mem257: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b00a9000-0x00000000b0123000) (0MB)
    [ 0.000000] efi: mem258: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0123000-0x00000000b012a000) (0MB)
    [ 0.000000] efi: mem259: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b012a000-0x00000000b0176000) (0MB)
    [ 0.000000] efi: mem260: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0176000-0x00000000b0199000) (0MB)
    [ 0.000000] efi: mem261: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0199000-0x00000000b02b6000) (1MB)
    [ 0.000000] efi: mem262: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b02b6000-0x00000000b02e3000) (0MB)
    [ 0.000000] efi: mem263: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b02e3000-0x00000000b0426000) (1MB)
    [ 0.000000] efi: mem264: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0426000-0x00000000b0443000) (0MB)
    [ 0.000000] efi: mem265: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0443000-0x00000000b0645000) (2MB)
    [ 0.000000] efi: mem266: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0645000-0x00000000b0662000) (0MB)
    [ 0.000000] efi: mem267: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0662000-0x00000000b07a0000) (1MB)
    [ 0.000000] efi: mem268: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b07a0000-0x00000000b07a6000) (0MB)
    [ 0.000000] efi: mem269: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b07a6000-0x00000000b08d9000) (1MB)
    [ 0.000000] efi: mem270: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b08d9000-0x00000000b08e4000) (0MB)
    [ 0.000000] efi: mem271: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b08e4000-0x00000000b0a30000) (1MB)
    [ 0.000000] efi: mem272: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0a30000-0x00000000b0a3e000) (0MB)
    [ 0.000000] efi: mem273: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0a3e000-0x00000000b0a91000) (0MB)
    [ 0.000000] efi: mem274: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0a91000-0x00000000b0a94000) (0MB)
    [ 0.000000] efi: mem275: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0a94000-0x00000000b0bf3000) (1MB)
    [ 0.000000] efi: mem276: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0bf3000-0x00000000b0bf7000) (0MB)
    [ 0.000000] efi: mem277: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0bf7000-0x00000000b0c55000) (0MB)
    [ 0.000000] efi: mem278: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0c55000-0x00000000b0c56000) (0MB)
    [ 0.000000] efi: mem279: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0c56000-0x00000000b0d46000) (0MB)
    [ 0.000000] efi: mem280: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0d46000-0x00000000b0d50000) (0MB)
    [ 0.000000] efi: mem281: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0d50000-0x00000000b0da2000) (0MB)
    [ 0.000000] efi: mem282: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0da2000-0x00000000b0daf000) (0MB)
    [ 0.000000] efi: mem283: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0daf000-0x00000000b0dd7000) (0MB)
    [ 0.000000] efi: mem284: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0dd7000-0x00000000b0ddf000) (0MB)
    [ 0.000000] efi: mem285: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0ddf000-0x00000000b0de4000) (0MB)
    [ 0.000000] efi: mem286: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0de4000-0x00000000b0de8000) (0MB)
    [ 0.000000] efi: mem287: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0de8000-0x00000000b0ea0000) (0MB)
    [ 0.000000] efi: mem288: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0ea0000-0x00000000b0ea5000) (0MB)
    [ 0.000000] efi: mem289: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0ea5000-0x00000000b0f50000) (0MB)
    [ 0.000000] efi: mem290: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0f50000-0x00000000b0f56000) (0MB)
    [ 0.000000] efi: mem291: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0f56000-0x00000000b0f91000) (0MB)
    [ 0.000000] efi: mem292: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0f91000-0x00000000b0f9e000) (0MB)
    [ 0.000000] efi: mem293: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0f9e000-0x00000000b0fd1000) (0MB)
    [ 0.000000] efi: mem294: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b0fd1000-0x00000000b0fde000) (0MB)
    [ 0.000000] efi: mem295: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b0fde000-0x00000000b1080000) (0MB)
    [ 0.000000] efi: mem296: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1080000-0x00000000b1087000) (0MB)
    [ 0.000000] efi: mem297: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1087000-0x00000000b1146000) (0MB)
    [ 0.000000] efi: mem298: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1146000-0x00000000b1154000) (0MB)
    [ 0.000000] efi: mem299: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1154000-0x00000000b116f000) (0MB)
    [ 0.000000] efi: mem300: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b116f000-0x00000000b1176000) (0MB)
    [ 0.000000] efi: mem301: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1176000-0x00000000b11a5000) (0MB)
    [ 0.000000] efi: mem302: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b11a5000-0x00000000b11ab000) (0MB)
    [ 0.000000] efi: mem303: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b11ab000-0x00000000b1231000) (0MB)
    [ 0.000000] efi: mem304: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1231000-0x00000000b1236000) (0MB)
    [ 0.000000] efi: mem305: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1236000-0x00000000b1271000) (0MB)
    [ 0.000000] efi: mem306: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1271000-0x00000000b127e000) (0MB)
    [ 0.000000] efi: mem307: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b127e000-0x00000000b1304000) (0MB)
    [ 0.000000] efi: mem308: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1304000-0x00000000b1308000) (0MB)
    [ 0.000000] efi: mem309: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1308000-0x00000000b142c000) (1MB)
    [ 0.000000] efi: mem310: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b142c000-0x00000000b142f000) (0MB)
    [ 0.000000] efi: mem311: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b142f000-0x00000000b151c000) (0MB)
    [ 0.000000] efi: mem312: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b151c000-0x00000000b1525000) (0MB)
    [ 0.000000] efi: mem313: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1525000-0x00000000b153c000) (0MB)
    [ 0.000000] efi: mem314: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b153c000-0x00000000b1544000) (0MB)
    [ 0.000000] efi: mem315: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1544000-0x00000000b155b000) (0MB)
    [ 0.000000] efi: mem316: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b155b000-0x00000000b1560000) (0MB)
    [ 0.000000] efi: mem317: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1560000-0x00000000b198d000) (4MB)
    [ 0.000000] efi: mem318: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b198d000-0x00000000b1999000) (0MB)
    [ 0.000000] efi: mem319: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1999000-0x00000000b19a2000) (0MB)
    [ 0.000000] efi: mem320: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b19a2000-0x00000000b19a5000) (0MB)
    [ 0.000000] efi: mem321: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b19a5000-0x00000000b19a8000) (0MB)
    [ 0.000000] efi: mem322: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b19a8000-0x00000000b19a9000) (0MB)
    [ 0.000000] efi: mem323: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b19a9000-0x00000000b19fa000) (0MB)
    [ 0.000000] efi: mem324: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b19fa000-0x00000000b19fb000) (0MB)
    [ 0.000000] efi: mem325: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b19fb000-0x00000000b1a37000) (0MB)
    [ 0.000000] efi: mem326: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1a37000-0x00000000b1a38000) (0MB)
    [ 0.000000] efi: mem327: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1a38000-0x00000000b1aa1000) (0MB)
    [ 0.000000] efi: mem328: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1aa1000-0x00000000b1aad000) (0MB)
    [ 0.000000] efi: mem329: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1aad000-0x00000000b1acd000) (0MB)
    [ 0.000000] efi: mem330: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1acd000-0x00000000b1ace000) (0MB)
    [ 0.000000] efi: mem331: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1ace000-0x00000000b1af3000) (0MB)
    [ 0.000000] efi: mem332: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000b1af3000-0x00000000b1af4000) (0MB)
    [ 0.000000] efi: mem333: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000b1af4000-0x00000000bb91e000) (158MB)
    [ 0.000000] efi: mem334: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bb91e000-0x00000000bb920000) (0MB)
    [ 0.000000] efi: mem335: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000bb920000-0x00000000bcf8f000) (22MB)
    [ 0.000000] efi: mem336: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bcf8f000-0x00000000bd052000) (0MB)
    [ 0.000000] efi: mem337: [Loader Data | | | | | |WB|WT|WC|UC] range=[0x00000000bd052000-0x00000000bd061000) (0MB)
    [ 0.000000] efi: mem338: [Boot Code | | | | | |WB|WT|WC|UC] range=[0x00000000bd061000-0x00000000bd92c000) (8MB)
    [ 0.000000] efi: mem339: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000bd92c000-0x00000000bd9df000) (0MB)
    [ 0.000000] efi: mem340: [Reserved | | | | | |WB|WT|WC|UC] range=[0x00000000bd9df000-0x00000000bdc98000) (2MB)
    [ 0.000000] efi: mem341: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bdc98000-0x00000000bdc9e000) (0MB)
    [ 0.000000] efi: mem342: [ACPI Reclaim Memory| | | | | |WB|WT|WC|UC] range=[0x00000000bdc9e000-0x00000000bdcb6000) (0MB)
    [ 0.000000] efi: mem343: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000bdcb6000-0x00000000bddbe000) (1MB)
    [ 0.000000] efi: mem344: [ACPI Memory NVS | | | | | |WB|WT|WC|UC] range=[0x00000000bddbe000-0x00000000be1df000) (4MB)
    [ 0.000000] efi: mem345: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000be1df000-0x00000000be538000) (3MB)
    [ 0.000000] efi: mem346: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000be538000-0x00000000bee39000) (9MB)
    [ 0.000000] efi: mem347: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bee39000-0x00000000bee3b000) (0MB)
    [ 0.000000] efi: mem348: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bee3b000-0x00000000beeb1000) (0MB)
    [ 0.000000] efi: mem349: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000beeb1000-0x00000000beeb4000) (0MB)
    [ 0.000000] efi: mem350: [Runtime Data |RUN| | | | |WB|WT|WC|UC] range=[0x00000000beeb4000-0x00000000bef52000) (0MB)
    [ 0.000000] efi: mem351: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bef52000-0x00000000bef74000) (0MB)
    [ 0.000000] efi: mem352: [Runtime Code |RUN| | | | |WB|WT|WC|UC] range=[0x00000000bef74000-0x00000000befff000) (0MB)
    [ 0.000000] efi: mem353: [Boot Data | | | | | |WB|WT|WC|UC] range=[0x00000000befff000-0x00000000bf000000) (0MB)
    [ 0.000000] efi: mem354: [Conventional Memory| | | | | |WB|WT|WC|UC] range=[0x0000000100000000-0x000000083f000000) (29680MB)
    [ 0.000000] efi: mem355: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000e0000000-0x00000000f0000000) (256MB)
    [ 0.000000] efi: mem356: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fec00000-0x00000000fec01000) (0MB)
    [ 0.000000] efi: mem357: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed00000-0x00000000fed04000) (0MB)
    [ 0.000000] efi: mem358: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fed1c000-0x00000000fed20000) (0MB)
    [ 0.000000] efi: mem359: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000fee00000-0x00000000fee01000) (0MB)
    [ 0.000000] efi: mem360: [Memory Mapped I/O |RUN| | | | | | | |UC] range=[0x00000000ff000000-0x0000000100000000) (16MB)
    [ 0.000000] SMBIOS 2.8 present.
    [ 0.000000] DMI: ASUS All Series/Z97-PRO, BIOS 2012 09/30/2014
    [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
    [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] e820: last_pfn = 0x83f000 max_arch_pfn = 0x400000000
    [ 0.000000] MTRR default type: uncachable
    [ 0.000000] MTRR fixed ranges enabled:
    [ 0.000000] 00000-9FFFF write-back
    [ 0.000000] A0000-BFFFF uncachable
    [ 0.000000] C0000-DBFFF write-protect
    [ 0.000000] DC000-DFFFF uncachable
    [ 0.000000] E0000-FFFFF write-protect
    [ 0.000000] MTRR variable ranges enabled:
    [ 0.000000] 0 base 0000000000 mask 7800000000 write-back
    [ 0.000000] 1 base 0800000000 mask 7FE0000000 write-back
    [ 0.000000] 2 base 0820000000 mask 7FF0000000 write-back
    [ 0.000000] 3 base 0830000000 mask 7FF8000000 write-back
    [ 0.000000] 4 base 0838000000 mask 7FFC000000 write-back
    [ 0.000000] 5 base 083C000000 mask 7FFE000000 write-back
    [ 0.000000] 6 base 083E000000 mask 7FFF000000 write-back
    [ 0.000000] 7 base 00C0000000 mask 7FC0000000 uncachable
    [ 0.000000] 8 disabled
    [ 0.000000] 9 disabled
    [ 0.000000] PAT configuration [0-7]: WB WC UC- UC WB WC UC- UC
    [ 0.000000] e820: update [mem 0xc0000000-0xffffffff] usable ==> reserved
    [ 0.000000] e820: last_pfn = 0xbf000 max_arch_pfn = 0x400000000
    [ 0.000000] found SMP MP-table at [mem 0x000fd8d0-0x000fd8df] mapped at [ffff8800000fd8d0]
    [ 0.000000] Scanning 1 areas for low memory corruption
    [ 0.000000] Base memory trampoline at [ffff880000089000] 89000 size 24576
    [ 0.000000] Using GB pages for direct mapping
    [ 0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
    [ 0.000000] [mem 0x00000000-0x000fffff] page 4k
    [ 0.000000] BRK [0x01b32000, 0x01b32fff] PGTABLE
    [ 0.000000] BRK [0x01b33000, 0x01b33fff] PGTABLE
    [ 0.000000] BRK [0x01b34000, 0x01b34fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x83ee00000-0x83effffff]
    [ 0.000000] [mem 0x83ee00000-0x83effffff] page 2M
    [ 0.000000] BRK [0x01b35000, 0x01b35fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x820000000-0x83edfffff]
    [ 0.000000] [mem 0x820000000-0x83edfffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x800000000-0x81fffffff]
    [ 0.000000] [mem 0x800000000-0x81fffffff] page 2M
    [ 0.000000] init_memory_mapping: [mem 0x00100000-0x9d08dfff]
    [ 0.000000] [mem 0x00100000-0x001fffff] page 4k
    [ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
    [ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
    [ 0.000000] [mem 0x80000000-0x9cffffff] page 2M
    [ 0.000000] [mem 0x9d000000-0x9d08dfff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x9d095000-0x9d4f4fff]
    [ 0.000000] [mem 0x9d095000-0x9d1fffff] page 4k
    [ 0.000000] [mem 0x9d200000-0x9d3fffff] page 2M
    [ 0.000000] [mem 0x9d400000-0x9d4f4fff] page 4k
    [ 0.000000] BRK [0x01b36000, 0x01b36fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0x9d965000-0xbd92bfff]
    [ 0.000000] [mem 0x9d965000-0x9d9fffff] page 4k
    [ 0.000000] [mem 0x9da00000-0xbd7fffff] page 2M
    [ 0.000000] [mem 0xbd800000-0xbd92bfff] page 4k
    [ 0.000000] BRK [0x01b37000, 0x01b37fff] PGTABLE
    [ 0.000000] init_memory_mapping: [mem 0xbefff000-0xbeffffff]
    [ 0.000000] [mem 0xbefff000-0xbeffffff] page 4k
    [ 0.000000] init_memory_mapping: [mem 0x100000000-0x7ffffffff]
    [ 0.000000] [mem 0x100000000-0x7ffffffff] page 1G
    [ 0.000000] RAMDISK: [mem 0x3795c000-0x37ca5fff]
    [ 0.000000] ACPI: Early table checksum verification disabled
    [ 0.000000] ACPI: RSDP 0x00000000BDC9E000 000024 (v02 ALASKA)
    [ 0.000000] ACPI: XSDT 0x00000000BDC9E080 00007C (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FACP 0x00000000BDCAD510 00010C (v05 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: DSDT 0x00000000BDC9E198 00F372 (v02 ALASKA A M I 00000011 INTL 20120711)
    [ 0.000000] ACPI: FACS 0x00000000BE1DEF80 000040
    [ 0.000000] ACPI: APIC 0x00000000BDCAD620 000092 (v03 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: FPDT 0x00000000BDCAD6B8 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: SSDT 0x00000000BDCAD700 000C7D (v01 Ther_R Ther_Rvp 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000BDCAE380 000539 (v01 PmRef Cpu0Ist 00003000 INTL 20051117)
    [ 0.000000] ACPI: SSDT 0x00000000BDCAE8C0 000B74 (v01 CpuRef CpuSsdt 00003000 INTL 20051117)
    [ 0.000000] ACPI: MCFG 0x00000000BDCAF438 00003C (v01 ALASKA A M I 01072009 MSFT 00000097)
    [ 0.000000] ACPI: HPET 0x00000000BDCAF478 000038 (v01 ALASKA A M I 01072009 AMI. 00000005)
    [ 0.000000] ACPI: SSDT 0x00000000BDCAF4B0 00036D (v01 SataRe SataTabl 00001000 INTL 20120711)
    [ 0.000000] ACPI: SSDT 0x00000000BDCAF820 005977 (v01 SaSsdt SaSsdt 00003000 INTL 20120711)
    [ 0.000000] ACPI: BGRT 0x00000000BDCB51F0 000038 (v01 ALASKA A M I 01072009 AMI 00010013)
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] No NUMA configuration found
    [ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000083effffff]
    [ 0.000000] NODE_DATA(0) allocated [mem 0x83eff8000-0x83effbfff]
    [ 0.000000] [ffffea0000000000-ffffea0020ffffff] PMD -> [ffff88081e600000-ffff88083e5fffff] on node 0
    [ 0.000000] Zone ranges:
    [ 0.000000] DMA [mem 0x00001000-0x00ffffff]
    [ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
    [ 0.000000] Normal [mem 0x100000000-0x83effffff]
    [ 0.000000] Movable zone start for each node
    [ 0.000000] Early memory node ranges
    [ 0.000000] node 0: [mem 0x00001000-0x00057fff]
    [ 0.000000] node 0: [mem 0x00059000-0x0009efff]
    [ 0.000000] node 0: [mem 0x00100000-0x9d08dfff]
    [ 0.000000] node 0: [mem 0x9d095000-0x9d4f4fff]
    [ 0.000000] node 0: [mem 0x9d965000-0xbd92bfff]
    [ 0.000000] node 0: [mem 0xbefff000-0xbeffffff]
    [ 0.000000] node 0: [mem 0x100000000-0x83effffff]
    [ 0.000000] Initmem setup node 0 [mem 0x00001000-0x83effffff]
    [ 0.000000] On node 0 totalpages: 8373331
    [ 0.000000] DMA zone: 64 pages used for memmap
    [ 0.000000] DMA zone: 59 pages reserved
    [ 0.000000] DMA zone: 3997 pages, LIFO batch:0
    [ 0.000000] DMA32 zone: 12051 pages used for memmap
    [ 0.000000] DMA32 zone: 771254 pages, LIFO batch:31
    [ 0.000000] Normal zone: 118720 pages used for memmap
    [ 0.000000] Normal zone: 7598080 pages, LIFO batch:31
    [ 0.000000] ACPI: PM-Timer IO Port: 0x1808
    [ 0.000000] ACPI: Local APIC address 0xfee00000
    [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
    [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
    [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
    [ 0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
    [ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
    [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
    [ 0.000000] ACPI: IRQ0 used by override.
    [ 0.000000] ACPI: IRQ9 used by override.
    [ 0.000000] Using ACPI (MADT) for SMP configuration information
    [ 0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
    [ 0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
    [ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9d08e000-0x9d094fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0x9d4f5000-0x9d964fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbd92c000-0xbdc97fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbdc98000-0xbdcb5fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbdcb6000-0xbe1defff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbe1df000-0xbef51fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbef52000-0xbeffefff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xbf000000-0xdfffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xe0000000-0xefffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfebfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfecfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed03fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed04000-0xfed1bfff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed1ffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfed20000-0xfedfffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
    [ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
    [ 0.000000] e820: [mem 0xbf000000-0xdfffffff] available for PCI devices
    [ 0.000000] Booting paravirtualized kernel on bare hardware
    [ 0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
    [ 0.000000] PERCPU: Embedded 31 pages/cpu @ffff88083ec00000 s86336 r8192 d32448 u262144
    [ 0.000000] pcpu-alloc: s86336 r8192 d32448 u262144 alloc=1*2097152
    [ 0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
    [ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 8242437
    [ 0.000000] Policy zone: Normal
    [ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-linux root=UUID=d00bbf3b-182d-4b7f-9502-23eff99f42e5 rw quiet
    [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
    [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 using standard form
    [ 0.000000] AGP: Checking aperture...
    [ 0.000000] AGP: No AGP bridge found
    [ 0.000000] Calgary: detecting Calgary via BIOS EBDA area
    [ 0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
    [ 0.000000] Memory: 32486996K/33493324K available (5534K kernel code, 917K rwdata, 1744K rodata, 1164K init, 1156K bss, 1006328K reserved, 0K cma-reserved)
    [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
    [ 0.000000] Preemptible hierarchical RCU implementation.
    [ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
    [ 0.000000] RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
    [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
    [ 0.000000] NR_IRQS:8448 nr_irqs:488 16
    [ 0.000000] Console: colour dummy device 80x25
    [ 0.000000] console [tty0] enabled
    [ 0.000000] hpet clockevent registered
    [ 0.000000] tsc: Fast TSC calibration using PIT
    [ 0.000000] tsc: Detected 4000.001 MHz processor
    [ 0.000017] Calibrating delay loop (skipped), value calculated using timer frequency.. 8003.33 BogoMIPS (lpj=13333336)
    [ 0.000019] pid_max: default: 32768 minimum: 301
    [ 0.000022] ACPI: Core revision 20141107
    [ 0.009229] ACPI: All ACPI Tables successfully acquired
    [ 0.029785] Security Framework initialized
    [ 0.029788] Yama: becoming mindful.
    [ 0.030858] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
    [ 0.034247] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
    [ 0.035692] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.035711] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
    [ 0.035889] Initializing cgroup subsys memory
    [ 0.035892] Initializing cgroup subsys devices
    [ 0.035893] Initializing cgroup subsys freezer
    [ 0.035894] Initializing cgroup subsys net_cls
    [ 0.035895] Initializing cgroup subsys blkio
    [ 0.035908] CPU: Physical Processor ID: 0
    [ 0.035909] CPU: Processor Core ID: 0
    [ 0.035911] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
    ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
    [ 0.036595] mce: CPU supports 9 MCE banks
    [ 0.036604] CPU0: Thermal monitoring enabled (TM1)
    [ 0.036611] Last level iTLB entries: 4KB 1024, 2MB 1024, 4MB 1024
    Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 1024, 1GB 4
    [ 0.036664] Freeing SMP alternatives memory: 20K (ffffffff81a0a000 - ffffffff81a0f000)
    [ 0.037117] Ignoring BGRT: invalid status 0 (expected 1)
    [ 0.043080] ftrace: allocating 21171 entries in 83 pages
    [ 0.048407] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
    [ 0.081410] smpboot: CPU0: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz (fam: 06, model: 3c, stepping: 03)
    [ 0.081414] TSC deadline timer enabled
    [ 0.081426] Performance Events: PEBS fmt2+, 16-deep LBR, Haswell events, full-width counters, Intel PMU driver.
    [ 0.081437] ... version: 3
    [ 0.081437] ... bit width: 48
    [ 0.081438] ... generic registers: 4
    [ 0.081438] ... value mask: 0000ffffffffffff
    [ 0.081439] ... max period: 0000ffffffffffff
    [ 0.081439] ... fixed-purpose events: 3
    [ 0.081440] ... event mask: 000000070000000f
    [ 0.101445] x86: Booting SMP configuration:
    [ 0.101446] .... node #0, CPUs: #1
    [ 0.115404] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
    [ 0.122053] #2 #3 #4 #5 #6 #7
    [ 0.238414] x86: Booted up 1 node, 8 CPUs
    [ 0.238416] smpboot: Total of 8 processors activated (64025.68 BogoMIPS)
    [ 0.243980] devtmpfs: initialized
    [ 0.246376] PM: Registering ACPI NVS region [mem 0x9d08e000-0x9d094fff] (28672 bytes)
    [ 0.246377] PM: Registering ACPI NVS region [mem 0xbdcb6000-0xbe1defff] (5410816 bytes)
    [ 0.246503] pinctrl core: initialized pinctrl subsystem
    [ 0.246530] RTC time: 13:27:06, date: 04/16/15
    [ 0.246592] NET: Registered protocol family 16
    [ 0.257198] cpuidle: using governor ladder
    [ 0.270535] cpuidle: using governor menu
    [ 0.270549] ACPI: bus type PCI registered
    [ 0.270550] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
    [ 0.270588] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
    [ 0.270589] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
    [ 0.270757] PCI: Using configuration type 1 for base access
    [ 0.284059] ACPI: Added _OSI(Module Device)
    [ 0.284060] ACPI: Added _OSI(Processor Device)
    [ 0.284060] ACPI: Added _OSI(3.0 _SCP Extensions)
    [ 0.284061] ACPI: Add

    Hey, I ran into a similar error (not bgrt invalid status, but a gnome shell segfault) after updating recently and I'm using the proprietary drivers. I think I may have had multiple issues. I'm not sure if any of this advice will prove useful, but some combination of these worked for me:
    * Stop gdm with systemctl (use ctrl alt f2 or another tty), uncomment WaylandEnable=false in /etc/gdm/custom.conf and try restarting gdm
    * If that doesn't work, disable gdm and install another login manager (I used sddm)
    * If that still doesn't work and you have the infinality font packages for freetype, fontconfig, and cairo, replace them with the default packages and try starting your login manager again
    Last edited by canurabus (2015-04-17 18:36:59)

  • X86_64 apps segfaults

    I'm seeing a very strange problems on my macs running 10.5 (an iMac and MacBook pro, booth from mid 2007, Core2):
    All x86_64 binaries segfaults if I provide too many command line arguments to them.
    I've only managed to reproduce it on my 2 machines, and I've tried about 5 other Core2 machines running 10.5. I don't think I'm the only one seeing this problem though. This issue with netbeans seems to be the same for example: http://lists.apple.com/archives/Java-dev/2008/Sep/msg00007.html
    Some observations:
    Both my machines have been running 10.4 earlier and are upgraded (now running 10.5.6)
    All other machines I've tried have only been running 10.5
    All x86_64 binaries (Chess.app, java,... ) crash if I provide about 30 arguements. Even very simple apps like this one:
    $ echo "int main() {return 0;}" >foo.c
    $ gcc -m64 foo.c -o foo
    $ ./foo 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
    $ ./foo 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
    Segmentation fault
    The number of arguments a program can handle seems dependent on the number of environment variables. If I add a dummy variables like "export FOO=1", I can provide more argument before getting a segfault etc.
    I'm not getting anything that is useful to me from gdb. The crash happens before main().
    There's no problem running as root, but any other user account has the problem, even newly created ones.
    If I install 10.5 (from scratch or by upgrading 10.4) on another disk I see no problems on my machines.
    The components involved (libSystem, the kernel, dyld) seems to have been replaced in the 10.5.6 upgrade, so they must be up to date. Any other file or setting somewhere to look for?
    Does anybody have any ideas of where to look for errors?
    Virus? Root-kit?
    Can anybody else reproduce this problem? Just try running java with 30 or so arguments in the terminal..
    Any ideas would be appreciated.

    64-bit foo works fine in 10.5.4. I never upgrade right away. I heard about problems in 10.5.5 and held off. Now 10.5.6 is out and it has problems too. I will check again in mid-January.

  • Apache2 mod_jk segfaults with OS X Mavericks

    I posted this question on stackoverflow, but I'd like to see if anyone here would have more specific info. See all the gory details here:
    http://stackoverflow.com/questions/19546324/apache2-mod-jk-segfaults-with-os-x-m avericks
    Summary: it seems that mod_jk is causing apache2 to segfault in Mavericks - it was working fine from source with the Apache2 in Mountain Lion. Anyone have any insight as to what might be going on?

    this happens to me too.
    im using ML with mbp.
    when i have this, i restart chrome.
    it solves my problem.
    i think it's not OS it's just chrome or other things make it happen.
    why don't you try re-install chrome or other programs.
    hope it helps

  • [Solved] pcsx2 segfaults on run, can't build from ABS or AUR (x86_64)

    pcsx2 1.0.0-5 from multilib segfaults immediately after running the command.
    [alexis@cuddles ~]$ pcsx2
    Segmentation fault (core dumped)
    Trying to compile with ABS produces this:
    [alexis@cuddles pcsx2]$ makepkg -s
    ==> Making package: pcsx2 1.0.0-5 (Wed Jul 3 22:29:01 MDT 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Installing missing dependencies...
    resolving dependencies...
    looking for inter-conflicts...
    :: lib32-mesa-libgl and lib32-catalyst-utils are in conflict (lib32-libgl). Remove lib32-catalyst-utils? [y/N]
    I'm pretty sure (but not positive) that lib32-catalyst-utils should be providing lib32-libgl. If I patch the PKGBUILD to remove the dependency on lib32-mesa-libgl (might be a bad idea, but it doesn't seem to be causing the issue), it fails when linking, producing thousands of lines like:
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_tree_view_scroll_to_cell'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_widget_is_composited'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_widget_set_size_request'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_notebook_set_current_page'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_text_buffer_place_cursor'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_editable_delete_selection'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_text_iter_begins_tag'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_tree_view_new_with_model'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_entry_get_text'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_editable_get_position'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_toggle_button_set_active'
    /usr/lib32/libwx_gtk2u_core-2.8.so: undefined reference to `gtk_toolbar_remove_space'
    collect2: error: ld returned 1 exit status
    make[2]: *** [pcsx2/pcsx2] Error 1
    make[1]: *** [pcsx2/CMakeFiles/pcsx2.dir/all] Error 2
    make: *** [all] Error 2
    ==> ERROR: A failure occurred in build().
    Aborting...
    gtk packages I have installed:
    [alexis@cuddles pcsx2]$ sudo pacman -Q | grep gtk
    gtk-engines 2.21.0-1
    gtk-sharp-2 2.12.11-1
    gtk-update-icon-cache 2.24.19-1
    gtk2 2.24.19-1
    gtk3 3.8.2-1
    gtkmm 2.24.4-1
    gtkmm3 3.8.1-1
    lib32-gtk2 2.24.19-1
    lib32-wxgtk 2.8.12.1-5
    libdbusmenu-gtk2 12.10.2-1
    pygtk 2.24.0-3
    pywebkitgtk 1.1.8-2
    transmission-gtk 2.77-3
    webkitgtk2 1.10.2-7
    wireshark-gtk 1.10.0-3
    wxgtk 2.8.12.1-5
    wxgtk2.9 2.9.4-3
    Hope I provided enough info. Any help is appreciated :3.
    Edit: Oh, and the AUR package (the svn build) fails to compile a dependency, lib32-gtk-engines (another AUR package), with the following error:
    ==> Making package: lib32-gtk-engines 2.21.0-2 (Wed Jul 3 22:45:55 MDT 2013)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found gtk-engines-2.21.0.tar.gz
    ==> Validating source files with md5sums...
    gtk-engines-2.21.0.tar.gz ... Passed
    ==> Extracting sources...
    -> Extracting gtk-engines-2.21.0.tar.gz with bsdtar
    ==> Removing existing pkg/ directory...
    ==> Starting build()...
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether to enable maintainer-specific portions of Makefiles... no
    checking for gcc... gcc -m32
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... no
    checking for suffix of object files... o
    checking whether we are using the GNU C compiler... yes
    checking whether gcc -m32 accepts -g... yes
    checking for gcc -m32 option to accept ISO C89... none needed
    checking for style of include used by make... GNU
    checking dependency style of gcc -m32... gcc3
    checking whether make sets $(MAKE)... (cached) yes
    checking whether gcc -m32 and cc understand -c and -o together... yes
    checking build system type... x86_64-unknown-linux-gnu
    checking host system type... x86_64-unknown-linux-gnu
    checking how to print strings... printf
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for fgrep... /usr/bin/grep -F
    checking for ld used by gcc -m32... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... yes
    checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
    checking the name lister (/usr/bin/nm -B) interface... BSD nm
    checking whether ln -s works... yes
    checking the maximum length of command line arguments... 1572864
    checking whether the shell understands some XSI constructs... yes
    checking whether the shell understands "+="... yes
    checking how to convert x86_64-unknown-linux-gnu file names to x86_64-unknown-linux-gnu format... func_convert_file_noop
    checking how to convert x86_64-unknown-linux-gnu file names to toolchain format... func_convert_file_noop
    checking for /usr/bin/ld option to reload object files... -r
    checking for objdump... objdump
    checking how to recognize dependent libraries... pass_all
    checking for dlltool... dlltool
    checking how to associate runtime and link libraries... printf %s\n
    checking for ar... ar
    checking for archiver @FILE support... @
    checking for strip... strip
    checking for ranlib... ranlib
    checking command to parse /usr/bin/nm -B output from gcc -m32 object... ok
    checking for sysroot... no
    checking for mt... no
    checking if : is a manifest tool... no
    checking how to run the C preprocessor... gcc -m32 -E
    checking for ANSI C header files... yes
    checking for sys/types.h... yes
    checking for sys/stat.h... yes
    checking for stdlib.h... yes
    checking for string.h... yes
    checking for memory.h... yes
    checking for strings.h... yes
    checking for inttypes.h... yes
    checking for stdint.h... yes
    checking for unistd.h... yes
    checking for dlfcn.h... yes
    checking for objdir... .libs
    checking if gcc -m32 supports -fno-rtti -fno-exceptions... no
    checking for gcc -m32 option to produce PIC... -fPIC -DPIC
    checking if gcc -m32 PIC flag -fPIC -DPIC works... yes
    checking if gcc -m32 static flag -static works... yes
    checking if gcc -m32 supports -c -o file.o... yes
    checking if gcc -m32 supports -c -o file.o... (cached) yes
    checking whether the gcc -m32 linker (/usr/bin/ld -m elf_i386) supports shared libraries... yes
    checking whether -lc should be explicitly linked in... no
    checking dynamic linker characteristics... GNU/Linux ld.so
    checking how to hardcode library paths into programs... immediate
    checking whether stripping libraries is possible... yes
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... no
    checking whether NLS is requested... yes
    checking for intltool >= 0.31.0... 0.50.2 found
    checking for intltool-update... /usr/bin/intltool-update
    checking for intltool-merge... /usr/bin/intltool-merge
    checking for intltool-extract... /usr/bin/intltool-extract
    checking for xgettext... /usr/bin/xgettext
    checking for msgmerge... /usr/bin/msgmerge
    checking for msgfmt... /usr/bin/msgfmt
    checking for gmsgfmt... /usr/bin/msgfmt
    checking for perl... /usr/bin/perl
    checking for perl >= 5.8.1... 5.18.0
    checking for XML::Parser... ok
    checking locale.h usability... yes
    checking locale.h presence... yes
    checking for locale.h... yes
    checking for LC_MESSAGES... yes
    checking libintl.h usability... yes
    checking libintl.h presence... yes
    checking for libintl.h... yes
    checking for ngettext in libc... yes
    checking for dgettext in libc... yes
    checking for bind_textdomain_codeset... yes
    checking for msgfmt... (cached) /usr/bin/msgfmt
    checking for dcgettext... yes
    checking if msgfmt accepts -c... yes
    checking for gmsgfmt... (cached) /usr/bin/msgfmt
    checking for xgettext... (cached) /usr/bin/xgettext
    checking for pkg-config... /usr/bin/pkg-config
    checking pkg-config is at least version 0.9.0... yes
    checking for GTK... no
    configure: error: GTK+-2.12 is required to compile gtk-engines
    ==> ERROR: A failure occurred in build().
    Aborting...
    edit #2: backtrace!
    Reading symbols from /usr/bin/pcsx2...(no debugging symbols found)...done.
    (gdb) run
    Starting program: /usr/bin/pcsx2
    warning: Could not load shared library symbols for linux-gate.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    Program received signal SIGSEGV, Segmentation fault.
    0xf7fe6b43 in _dl_relocate_object () from /lib/ld-linux.so.2
    (gdb) bt
    #0 0xf7fe6b43 in _dl_relocate_object () from /lib/ld-linux.so.2
    #1 0xf7fe0508 in dl_main () from /lib/ld-linux.so.2
    #2 0xf7ff1013 in _dl_sysdep_start () from /lib/ld-linux.so.2
    #3 0xf7fe0a6b in _dl_start () from /lib/ld-linux.so.2
    #4 0xf7fdd097 in _start () from /lib/ld-linux.so.2
    Last edited by alexis_evo (2013-07-05 16:55:23)

    alexis_evo wrote:I wonder why pacman/makepkg is trying to install lib32-mesa-libgl over it. I am using Vi0L0's unofficial catalyst (and xorg) repositories, if it matters.
    Because pcsx2's PKGBUILD has "lib32-mesa-libgl" as makedepends, while I think it should be the virtual name "lib32-gl". It can cause pacman to uninstall nvidia (lib32-nvidia-libgl) or ATI (lib32-catalyst-utils) in order to install mesa files -- not good, I suppose.
    Please file a bug report against pcsx2 package.
    Last edited by josephg (2013-07-04 17:09:14)

  • Frequent segfaults caused by gpu

    Everything seems stable on start up but as programs run longer they become more likely to segfault. Tabs in chromium begin to segfault constantly and Firefox crashes almost as soon as its opened and all other programs crash but more sporadically. I am not sure how to resolve this or even determine if its hardware failing or a driver problem. I also cant think of any specific update this behavior coincided with.
    journalctl
    Mar 30 20:27:09 localhost kernel: [drm] stuck on render ring
    Mar 30 20:27:09 localhost kernel: [drm] stuck on blitter ring
    Mar 30 20:27:09 localhost kernel: [drm] GPU crash dump saved to /sys/class/drm/card0/error
    Mar 30 20:27:09 localhost kernel: [drm] GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.
    Mar 30 20:27:09 localhost kernel: [drm] Please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel
    Mar 30 20:27:09 localhost kernel: [drm] drm/i915 developers can then reassign to the right component if it's not a kernel issue.
    Mar 30 20:27:09 localhost kernel: [drm] The gpu crash dump is required to analyze gpu hangs, so please always attach it.
    Mar 30 20:35:50 localhost kernel: [drm] stuck on render ring
    Mar 30 21:03:09 localhost kernel: perf samples too long (5013 > 4990), lowering kernel.perf_event_max_sample_rate to 25200
    Mar 30 21:33:19 localhost kernel: [drm] stuck on render ring
    Mar 30 21:33:19 localhost kernel: [drm] stuck on blitter ring
    Mar 30 21:54:33 localhost kernel: chromium[3277]: segfault at 382694104228 ip 00007fb789250850 sp 00007fffeff00968 error 4 in chromium[7fb787a9f000+535e000]
    Mar 30 21:55:31 localhost kernel: chromium[3288]: segfault at 372b5c504120 ip 00007fb7893ab5ec sp 00007fffeff001b0 error 4 in chromium[7fb787a9f000+535e000]
    Mar 30 21:55:35 localhost kernel: chromium[3202]: segfault at 3387e7ded2a8 ip 00007fb78bab8481 sp 00007fffeff01210 error 4 in chromium[7fb787a9f000+535e000]
    Mar 30 21:57:10 localhost kernel: chromium[3311]: segfault at 3a8e6e00018 ip 00007fb789326320 sp 00007fffeff00af0 error 4 in chromium[7fb787a9f000+535e000]
    Mar 30 22:06:25 localhost systemd-coredump[3377]: Core too large, core will not be stored.
    Mar 30 22:06:25 localhost systemd-coredump[3377]: Process 512 (firefox) dumped core.
    Mar 30 22:14:40 localhost kernel: chromium[3069]: segfault at 3279a2c0422b ip 00007fb78929ec12 sp 00007fffeff00cf0 error 4 in chromium[7fb787a9f000+535e000]
    Mar 30 23:25:20 localhost kernel: chromium[3817]: segfault at bf4c2b088c3 ip 00007fb7892b5ddd sp 00007fffefeff450 error 4 in chromium[7fb787a9f000+535e000]
    Mar 30 23:44:09 localhost kernel: [drm] stuck on render ring
    Mar 30 23:44:09 localhost kernel: [drm] stuck on blitter ring
    Mar 30 23:47:02 localhost kernel: chromium[4453]: segfault at 17a1bc681a20 ip 00003795c7384b5f sp 00007ffffff5ae20 error 4
    Mar 30 23:47:54 localhost org.gtk.Private.UDisks2VolumeMonitor[406]: ### debug: Name owner ':1.0' vanished
    Mar 30 23:56:07 localhost kernel: [drm] stuck on render ring
    Mar 30 23:56:07 localhost kernel: [drm] stuck on blitter ring
    Mar 30 23:57:56 localhost kernel: [drm:ring_stuck] *ERROR* Kicking stuck semaphore on render ring
    Mar 30 23:59:12 localhost kernel: OptimizingCompi[4442]: segfault at 22b26f3581e8 ip 00007f74e550ffd6 sp 00007f74cf35f820 error 4 in chromium[7f74e3c63000+535e
    Mar 31 11:30:00 localhost kernel: sd_festival[2074]: segfault at 2d0 ip 00007f39797181a1 sp 00007fffa4a23620 error 4 in libpthread-2.19.so[7f397970b000+18000]
    Mar 31 11:30:00 localhost systemd-coredump[2075]: Process 2074 (sd_festival) dumped core.
    Mar 31 11:42:19 localhost kernel: hda-intel 0000:00:1b.0: Unstable LPIB (130816 >= 8192); disabling LPIB delay counting
    Mar 31 12:39:25 localhost kernel: chromium[3933]: segfault at 7 ip 00007f3c68d85850 sp 00007fff2eb122e8 error 4 in chromium[7f3c675d4000+535e000]
    Mar 31 12:39:29 localhost kernel: traps: chromium[3944] trap int3 ip:7f3c69039db1 sp:7fff2eb10090 error:0
    Mar 31 12:39:33 localhost kernel: chromium[3954]: segfault at 336f41100019 ip 00007f3c68ea4f44 sp 00007fff2eb120d0 error 4 in chromium[7f3c675d4000+535e000]
    Mar 31 12:39:36 localhost kernel: chromium[3964]: segfault at 3cbf7ade94c8 ip 00007f3c68eb892d sp 00007fff2eb0f9b0 error 4 in chromium[7f3c675d4000+535e000]
    Mar 31 12:39:39 localhost kernel: chromium[3974]: segfault at 21386a114618 ip 00007f3c68b5994e sp 00007fff2eb10990 error 4 in chromium[7f3c675d4000+535e000]
    Mar 31 12:41:39 localhost systemd-coredump[4014]: Core too large, core will not be stored.
    Mar 31 12:41:39 localhost systemd-coredump[4014]: Process 2445 (firefox) dumped core.
    dmesg
    [ 2613.072555] [drm] Enabling RC6 states: RC6 on, RC6p off, RC6pp off
    [ 2708.304598] fuse init (API version 7.22)
    [ 9735.567941] sd_festival[2074]: segfault at 2d0 ip 00007f39797181a1 sp 00007fffa4a23620 error 4 in libpthread-2.19.so[7f397970b000+18000]
    [10475.945708] hda-intel 0000:00:1b.0: Unstable LPIB (130816 >= 8192); disabling LPIB delay counting
    [11723.649327] perf samples too long (2504 > 2500), lowering kernel.perf_event_max_sample_rate to 50100
    [13905.253065] chromium[3933]: segfault at 7 ip 00007f3c68d85850 sp 00007fff2eb122e8 error 4 in chromium[7f3c675d4000+535e000]
    [13909.634254] traps: chromium[3944] trap int3 ip:7f3c69039db1 sp:7fff2eb10090 error:0
    [13913.730004] chromium[3954]: segfault at 336f41100019 ip 00007f3c68ea4f44 sp 00007fff2eb120d0 error 4 in chromium[7f3c675d4000+535e000]
    [13915.862660] chromium[3964]: segfault at 3cbf7ade94c8 ip 00007f3c68eb892d sp 00007fff2eb0f9b0 error 4 in chromium[7f3c675d4000+535e000]
    [13919.066996] chromium[3974]: segfault at 21386a114618 ip 00007f3c68b5994e sp 00007fff2eb10990 error 4 in chromium[7f3c675d4000+535e000]
    [14215.534298] chromium[977]: segfault at 2000000000 ip 0000002000000000 sp 00007fff692bfa08 error 14
    [14217.307167] systemd-journald[111]: Failed to write entry (26 items, 386401146 bytes) despite vacuuming, ignoring: Argument list too long
    [14509.223324] chromium[4025]: segfault at da8c6900018 ip 00007f3c68e5b320 sp 00007fff2eb12e50 error 4 in chromium[7f3c675d4000+535e000]
    [14519.290360] chromium[4121]: segfault at 18 ip 00007f3c68e5b320 sp 00007fff2eb12390 error 4 in chromium[7f3c675d4000+535e000]
    [14604.753564] chromium[4151]: segfault at 2cbeb1c39c98 ip 00007f3c68d8f048 sp 00007fff2eb12710 error 4 in chromium[7f3c675d4000+535e000]
    [16026.958004] chromium[4099]: segfault at 35a580a2dd38 ip 00007fc7d938f0f0 sp 00007fff1da1bcb8 error 4 in libdrm_intel.so.1.0.0[7fc7d9387000+1f000]
    [16027.994823] systemd-journald[111]: Deleted empty journal /var/log/journal/234c2db5e4bf46a8bb2f0fb78faa84fa/[email protected]00000000000.journal (8392704 bytes).
    [16028.263903] systemd-journald[111]: Failed to write entry (26 items, 297673596 bytes) despite vacuuming, ignoring: Argument list too long
    [16043.277605] chromium[4274]: segfault at 1e3883f586c0 ip 000029973f143167 sp 00007fff2eb11f18 error 4
    lshw -c video
    *-display
    description: VGA compatible controller
    product: 2nd Generation Core Processor Family Integrated Graphics Controller
    vendor: Intel Corporation
    physical id: 2
    bus info: pci@0000:00:02.0
    version: 09
    width: 64 bits
    clock: 33MHz
    capabilities: msi pm vga_controller bus_master cap_list rom
    configuration: driver=i915 latency=0
    resources: irq:48 memory:f5000000-f53fffff memory:e0000000-efffffff ioport:e000(size=64)
    vainfo
    libva info: VA-API version 0.35.0
    libva info: va_getDriverName() returns 0
    libva info: Trying to open /usr/lib/dri/i965_drv_video.so
    libva info: Found init function __vaDriverInit_0_35
    libva info: va_openDriver() returns 0
    vainfo: VA-API version: 0.35 (libva 1.3.0)
    vainfo: Driver version: Intel i965 driver - 1.3.0
    vainfo: Supported profile and entrypoints
    VAProfileMPEG2Simple : VAEntrypointVLD
    VAProfileMPEG2Main : VAEntrypointVLD
    VAProfileH264ConstrainedBaseline: VAEntrypointVLD
    VAProfileH264ConstrainedBaseline: VAEntrypointEncSlice
    VAProfileH264Main : VAEntrypointVLD
    VAProfileH264Main : VAEntrypointEncSlice
    VAProfileH264High : VAEntrypointVLD
    VAProfileH264High : VAEntrypointEncSlice
    VAProfileVC1Simple : VAEntrypointVLD
    VAProfileVC1Main : VAEntrypointVLD
    VAProfileVC1Advanced : VAEntrypointVLD
    VAProfileNone : VAEntrypointVideoProc

    Mar 30 20:27:09 localhost kernel: [drm] stuck on render ring
    Mar 30 20:27:09 localhost kernel: [drm] stuck on blitter ring
    Mar 30 20:27:09 localhost kernel: [drm] GPU crash dump saved to /sys/class/drm/card0/error
    Mar 30 20:27:09 localhost kernel: [drm] GPU hangs can indicate a bug anywhere in the entire gfx stack, including userspace.
    Mar 30 20:27:09 localhost kernel: [drm] Please file a _new_ bug report on bugs.freedesktop.org against DRI -> DRM/Intel
    Mar 30 20:27:09 localhost kernel: [drm] drm/i915 developers can then reassign to the right component if it's not a kernel issue.
    Mar 30 20:27:09 localhost kernel: [drm] The gpu crash dump is required to analyze gpu hangs, so please always attach it.
    Looks like a driver / software problem to me, i suggest you follow the advice above and register a bugreport.
    Check you pacman log for recent updates for the kernel , mesa and xf86-video-intel .
    Either of them could be the cause.

  • OpenCV SEGFAULT when using imshow functions

    Hello,
    recently, when I run my OpenCV application on archlinux, I get a segfault when using  OpenCV's imshow() functions for displaying the video output. This still worked some weeks ago and I did not change my code since then.
    The error is related to GTK+ which causes the segfault after OpenCV uses the gtk_init() function.
    This is the stacktrace:
    #0  0x00000000006328a0 in signal ()
    #1  0x00007ffff1dff264 in ?? () from /usr/lib/libgtk-x11-2.0.so.0
    #2  0x00007ffff1524427 in g_option_context_parse ()
       from /usr/lib/libglib-2.0.so.0
    #3  0x00007ffff1dff80e in gtk_parse_args ()
       from /usr/lib/libgtk-x11-2.0.so.0
    #4  0x00007ffff1dff869 in gtk_init_check ()
       from /usr/lib/libgtk-x11-2.0.so.0
    #5  0x00007ffff1dff899 in gtk_init () from /usr/lib/libgtk-x11-2.0.so.0
    #6  0x00007ffff6a1fa38 in cvInitSystem ()
       from /usr/lib/libopencv_highgui.so.2.4
    #7  0x00007ffff6a20163 in cvNamedWindow ()
       from /usr/lib/libopencv_highgui.so.2.4
    #8  0x00007ffff6a20cfd in cvShowImage ()
       from /usr/lib/libopencv_highgui.so.2.4
    #9  0x00007ffff6a1c7f7 in cv::imshow(std::string const&, cv::_InputArray const&) () from /usr/lib/libopencv_highgui.so.2.4
    #10 0x00000000004187e0 in StereoMatrix::displayImages (this=0x7fffffffd6ff)
        at /home/user/mtdev/src/StereoMatrix.cpp:51
    #11 0x000000000041861a in StereoMatrix::generateStereoMat (
        this=0x7fffffffd6ff, input=..., resizeMat=false)
    I'm running the recent version of OpenCV from the repositories:
    extra/opencv 2.4.6.1-3
    Apart from that my system is also up-to-date.
    Can anyone reproduce this error or has an idea what causes it?
    Thanks

    Hi Thanks for the response
    Still beavering away at this but have made sizeable progress since this post.
    First off I ma looking for solutions within CVI and not LabView but I often find that if there is a solution in Labview then there is often one in CVI so my question becomes.....does Labview allow for capture of a 10 bit image? That is my biggest stumbling block.
    My solution so far involves writing a C wrapper dll for the existing C++ SDK that is supplied with these cards in Visual studio then using it within CVI.
    This works but has been allot of work and as disappointed as I would be to find that there is a simpler solution I would be happy to simplify the code involved in my overall project - and also to put details of the best solution on the forums for others that may be trying to do the same thing!
    Another disadvantage to the curretn method is it is a little slow - I am constantly looking at way of speeding up aquisition of the images. I have no solid numbers but I'd estimate I am working in the region fo around 10 frames a second when working with 10 bit images.
    For 8 bit images the best solution I have found is to make use of the IPP library that is provided by Intel. This hasgreat functions for taking the raw data from the card and presenting it in various ways at high speed. I have written 1 application with this that pulls the informaiton in real time but only at 8 bit as unfortunately there is no 10 bit option.

  • Random segfaults when doing an xupdate at the container level

    I am having an error where updates to a container are causing segfaults in weird ways. I am on 2.4.16 with the latest patch applied. my query is attempting to mark a node as 'empty'...
    > for $q in collection('dbxml:/rx.dbxml')//results[text()="http://myurl.com/results"] return (replace value of node $q with '')
    Its replicable on certain containers, but not others, making me think that an index is out of whack or something weird is going on, but doc() updates still work so I'm not really sure why the container keyword would be different. All containers are configured exactly the same way, its just that some won't let me run this query without barf city. To top off the weirdness, the transactions are actually successful in the end once I get the db back up and recovered from the segv.
    I have some ideas but none of them really explain the kinda sporadic nature of the issue.
    1) I am creating a query context before using this call - should I have an update context as well?
    2) Could an index be hosed somewhere? Why would that happen? (disclaimer - I've been through several migrations and seen similar bugs along the way)
    3) Could the fact that the text in the node is a url make it unhappy?
    I have pasted a backtrace below of where the segv happens if it helps at all.
    Thanks in advance!
    eleddy
    Program received signal SIGSEGV, Segmentation fault.
    NsDomElement (this=0x68106e0, node=<value optimized out>, document=<value optimized out>) at NsDom.cpp:107
    107          if (isDocumentNode()) {
    Current language: auto; currently c++
    (gdb) bt
    #0 NsDomElement (this=0x68106e0, node=<value optimized out>, document=<value optimized out>) at NsDom.cpp:107
    #1 0x00002ae326e0c8e1 in DbXml::NsDomElement::getElemNext (this=0x6810b40) at NsDom.cpp:320
    #2 0x00002ae326e500e4 in DbXml::ElementDescendantAxis::nextNode (this=0x6826470, context=<value optimized out>) at DbXmlNodeImpl.cpp:2176
    #3 0x00002ae326e51756 in DbXml::DbXmlAxis::next (this=0x6826470, context=0x6816128) at DbXmlNodeImpl.cpp:1642
    #4 0x00002ae326e48c0d in DbXml::ResultAdapter::next (this=<value optimized out>, context=0x6816128) at ../dataItem/DbXmlResult.hpp:44
    #5 0x00002ae326ed1a70 in DbXml::StepIterator::next (this=0x68b78a0, context=0x6816128) at StepQP.cpp:765
    #6 0x00002ae326ebbae4 in DbXml::PredicateFilter::doNext (this=0x68b7b10, context=0x6816128) at PredicateFilterQP.cpp:459
    #7 0x00002ae326eba3d0 in DbXml::PredicateFilter::next (this=0x68b7b10, context=0x6816128) at PredicateFilterQP.cpp:420
    #8 0x00002ae326eb9b2e in DbXml::QueryPlanToASTResult::next (this=0x68191d0, context=0x6816128) at QueryPlanToAST.cpp:63
    #9 0x00002ae327642947 in ForTupleResult::next () from /usr/local/xmldb/lib/libxqilla.so.4
    #10 0x00002ae327641253 in XQReturn::createUpdateList () from /usr/local/xmldb/lib/libxqilla.so.4
    #11 0x00002ae3277509d0 in UApplyUpdates::createSequence () from /usr/local/xmldb/lib/libxqilla.so.4
    #12 0x00002ae32762162e in ASTNodeImpl::CreateSequenceResult::getResult () from /usr/local/xmldb/lib/libxqilla.so.4
    #13 0x00002ae327749960 in LazySequenceResult::next () from /usr/local/xmldb/lib/libxqilla.so.4
    #14 0x00002ae327662668 in XQQuery::QueryResult::next () from /usr/local/xmldb/lib/libxqilla.so.4
    #15 0x00002ae326dc438c in DbXml::LazyDIResults::hasNext (this=0x6824620) at Results.cpp:358
    #16 0x00002ae326dd8ca4 in DbXml::XmlResults::hasNext (this=<value optimized out>) at XmlResults.cpp:74
    #17 0x00002ae326d9428d in DbXml::QueryExpression::execute (this=0x682ea30, txn=0x6802570, contextItem=0x0, context=<value optimized out>, flags=<value optimized out>)
    at QueryExpression.cpp:147
    #18 0x00002ae326dd04ed in DbXml::XmlQueryExpression::execute (this=<value optimized out>, context=@0x30, flags=0) at XmlQueryExpression.cpp:92

    In cases like these it's best to give more detail, such as:
    o platform/compiler/version
    RHEL 4 64bit/gcc4.1.2. using python/swig wrapperso container type, index type
    default container types, with these options: DB_CREATE|DB_EXCL|DBXML_TRANSACTIONAL. indexes are all node indexeso indexes on the container
    5 node indexes, very simpleo concurrent vs single-threaded access
    single writer multiple readers -> we are having really good concurrency success so I don't think that' the issue. I'm following the rule to the T hereo configuration specified on environment and containers
    containers created with DB_CREATE|DB_EXCL|DBXML_TRANSACTIONAL and opened with DBXML_TRANSACTIONAL. environment. environments are created with DB_CREATE|DB_THREAD|DB_INIT_LOCK|DB_INIT_LOG|DB_INIT_MPOOL|DB_INIT_TXN and the config is below
    environment.set_lk_detect(DB_LOCK_MINWRITE)
    environment.set_lk_max_lockers(20000)
    environment.set_lk_max_locks(10000)
    environment.set_lk_max_objects(5000)
    environment.set_lg_max(104857600)
    environment.set_lg_bsize(20971520)
    environment.set_lg_regionmax(41943040)
    environment.set_timeout(3000000, DB_SET_TXN_TIMEOUT)That sort of thing. Intermittent problems are often related to either unintended concurrency in an application or uninitialized variables. The latter can often be detected using valgrind if your are on a Linux platform. It also wouldn't hurt to reindex the problem containers to see if that has an effect.
    I will try reindexing in a staging environment, but this database is pretty big and they are live so its not really an option to reindex all the time (plus its not like the indexing can really happen while people are using it which makes it difficult). I've already dealt with a similar indexing bug in the past and I thought the latest version fixed that problem. I will see what valgrind can pull up but like I said I'm relying on python/swig and valgrind can be pretty misleading with PyMallocThanks for sending a stack but it's not all that illuminating. Another thing is to know if the issue is reproducible in a debug build where you'd get a better stack.
    I did a fresh install already with the latest patches and that didn't solve the issue. the forum has been really good at diagnosing without taking it to the debug build level so if things get bad or if you need more info I'll take it to that level but perhaps someone has similar issues or it rings a bell that we can explore first

  • [solved]many segfault after a pacman -Syu

    bad luck gnome-* got segfault after a pacman -Syu. that including gedit, empathy, nautilus, epiphany, gnome-screensaver.... gnome is simply half dead!!! somebody help!
    [update]pls scroll down to bsdson.tw #9 for a work around.
    Last edited by semson (2011-09-04 14:58:19)

    here is the pacman log, x86_64
    [2011-09-03 20:15] Running 'pacman -Syu'
    [2011-09-03 20:15] synchronizing package lists
    [2011-09-03 20:15] starting full system upgrade
    [2011-09-03 20:18] removed pygobject-devel (2.28.6-1)
    [2011-09-03 20:18] removed py3gobject (2.28.6-1)
    [2011-09-03 20:18] removed pygobject (2.28.6-1)
    [2011-09-03 20:18] upgraded libglapi (7.11-1 -> 7.11-2)
    [2011-09-03 20:18] upgraded libgl (7.11-1 -> 7.11-2)
    [2011-09-03 20:18] upgraded ati-dri (7.11-1 -> 7.11-2)
    [2011-09-03 20:18] upgraded bzr (2.3.4-1 -> 2.4.0-1)
    [2011-09-03 20:18] upgraded ca-certificates (20110502-1 -> 20110502+nmu1-1)
    [2011-09-03 20:18] upgraded gnutls (3.0.1-1 -> 3.0.2-1)
    [2011-09-03 20:18] upgraded libcups (1.4.8-2 -> 1.5.0-1)
    [2011-09-03 20:18] upgraded gtk-update-icon-cache (2.24.5-3 -> 2.24.6-2)
    [2011-09-03 20:18] upgraded gtk2 (2.24.5-3 -> 2.24.6-2)
    [2011-09-03 20:18] upgraded nss (3.12.11-1 -> 3.12.11-3)
    [2011-09-03 20:18] upgraded libevent (2.0.12-1 -> 2.0.13-1)
    [2011-09-03 20:19] upgraded chromium (13.0.782.215-1 -> 13.0.782.218-1)
    [2011-09-03 20:19] upgraded clutter-gtk (1.0.0-1 -> 1.0.2-1)
    [2011-09-03 20:19] upgraded evolution-data-server (3.0.2.1-2 -> 3.0.3-1)
    [2011-09-03 20:19] upgraded fakeroot (1.17-1 -> 1.18-1)
    [2011-09-03 20:19] upgraded firefox (6.0-1 -> 6.0.1-1)
    [2011-09-03 20:19] upgraded firefox-i18n (6.0-2 -> 6.0.1-1)
    [2011-09-03 20:19] updating gtk immodules... done.
    [2011-09-03 20:19] upgraded gcin (1.6.4-2 -> 1.6.5-1)
    [2011-09-03 20:19] upgraded icedtea-web (1.1.1-1 -> 1.1.2-1)
    [2011-09-03 20:19] upgraded imlib2 (1.4.4-1 -> 1.4.5-1)
    [2011-09-03 20:19] upgraded lib32-libcups (1.4.5-2 -> 1.5.0-1)
    [2011-09-03 20:19] upgraded lib32-gtk2 (2.24.5-1 -> 2.24.6-1)
    [2011-09-03 20:19] upgraded lib32-keyutils (1.4-1 -> 1.5.2-1)
    [2011-09-03 20:19] upgraded libdvbpsi (0.2.0-1 -> 0.2.1-1)
    [2011-09-03 20:19] upgraded libreoffice-zh-TW (3.4.2-1 -> 3.4.3-1)
    [2011-09-03 20:19] upgraded libreoffice-common (3.4.2-2 -> 3.4.3-1)
    [2011-09-03 20:19] upgraded libreoffice-calc (3.4.2-2 -> 3.4.3-1)
    [2011-09-03 20:19] upgraded libreoffice-extension-pdfimport (3.4.2-2 -> 3.4.3-1)
    [2011-09-03 20:19] upgraded libreoffice-extension-presentation-minimizer (3.4.2-2 -> 3.4.3-1)
    [2011-09-03 20:19] upgraded libreoffice-gnome (3.4.2-2 -> 3.4.3-1)
    [2011-09-03 20:19] upgraded libreoffice-impress (3.4.2-2 -> 3.4.3-1)
    [2011-09-03 20:19] upgraded libreoffice-writer (3.4.2-2 -> 3.4.3-1)
    [2011-09-03 20:19] upgraded libwnck (2.30.6-2 -> 2.30.7-1)
    [2011-09-03 20:19] upgraded linux-firmware (20110727-1 -> 20110822-1)
    [2011-09-03 20:19] >>> Updating module dependencies. Please wait ...
    [2011-09-03 20:19] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2011-09-03 20:19] ==> Building image from preset: 'default'
    [2011-09-03 20:19] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2011-09-03 20:19] ==> Starting build: 3.0-ARCH
    [2011-09-03 20:19] -> Parsing hook: [base]
    [2011-09-03 20:19] -> Parsing hook: [udev]
    [2011-09-03 20:19] -> Parsing hook: [autodetect]
    [2011-09-03 20:19] -> Parsing hook: [pata]
    [2011-09-03 20:19] -> Parsing hook: [scsi]
    [2011-09-03 20:19] -> Parsing hook: [sata]
    [2011-09-03 20:19] -> Parsing hook: [filesystems]
    [2011-09-03 20:19] -> Parsing hook: [usbinput]
    [2011-09-03 20:19] ==> Generating module dependencies
    [2011-09-03 20:19] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2011-09-03 20:19] 7210 blocks
    [2011-09-03 20:19] ==> Image generation successful
    [2011-09-03 20:19] ==> Building image from preset: 'fallback'
    [2011-09-03 20:19] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2011-09-03 20:19] ==> Starting build: 3.0-ARCH
    [2011-09-03 20:19] -> Parsing hook: [base]
    [2011-09-03 20:19] -> Parsing hook: [udev]
    [2011-09-03 20:19] -> Parsing hook: [pata]
    [2011-09-03 20:19] -> Parsing hook: [scsi]
    [2011-09-03 20:19] -> Parsing hook: [sata]
    [2011-09-03 20:19] -> Parsing hook: [filesystems]
    [2011-09-03 20:19] -> Parsing hook: [usbinput]
    [2011-09-03 20:19] ==> Generating module dependencies
    [2011-09-03 20:19] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2011-09-03 20:20] 23822 blocks
    [2011-09-03 20:20] ==> Image generation successful
    [2011-09-03 20:20] upgraded linux (3.0.3-1 -> 3.0.4-1)
    [2011-09-03 20:20] upgraded linux-headers (3.0.3-1 -> 3.0.4-1)
    [2011-09-03 20:20] upgraded mesa (7.11-1 -> 7.11-2)
    [2011-09-03 20:20] upgraded polkit (0.101-2 -> 0.102-1)
    [2011-09-03 20:20] installed pygobject2-devel (2.28.6-1)
    [2011-09-03 20:20] installed python-gobject2 (2.28.6-1)
    [2011-09-03 20:20] installed python2-gobject2 (2.28.6-1)
    [2011-09-03 20:20] upgraded qt (4.7.3-3 -> 4.7.4-1)
    [2011-09-03 20:20] upgraded telepathy-logger (0.2.10-1 -> 0.2.10-2)
    [2011-09-03 20:20] upgraded vim-runtime (7.3.266-1 -> 7.3.289-1)
    [2011-09-03 20:20] upgraded vim (7.3.266-1 -> 7.3.289-1)
    [2011-09-03 20:20] upgraded wget (1.13.1-1 -> 1.13.3-1)
    [2011-09-03 20:20] Updating font cache... done.
    [2011-09-03 20:20] wqy-zenhei post install message
    [2011-09-03 20:20] ==> Special Note: By default, we disabled the embedded bitmaps,
    [2011-09-03 20:20] so that the characters will be displayed as Anti-aliased glyphs.
    [2011-09-03 20:20] For those who want to use bitmap font rendering (for 9pt-12pt),
    [2011-09-03 20:20] you can modify the enclosed 44-wqy-zenhei.conf and change the line
    [2011-09-03 20:20] <edit name=\"embeddedbitmap\"><bool>false</bool></edit>
    [2011-09-03 20:20] to
    [2011-09-03 20:20] <edit name=\"embeddedbitmap\"><bool>true</bool></edit>"
    [2011-09-03 20:20]
    [2011-09-03 20:20] Remove 44-wqy-zenhei.conf and 66-wqy-zenhei-sharp.conf symlinks
    [2011-09-03 20:20] from /etc/fonts/conf.d/ directory if you have problems with this
    [2011-09-03 20:20] package.
    [2011-09-03 20:20] upgraded wqy-zenhei (0.9.45-1 -> 0.9.45-2)
    [2011-09-03 20:20] upgraded xulrunner (6.0-2 -> 6.0.1-1)
    Last edited by semson (2011-09-04 07:10:04)

Maybe you are looking for