Sapinst segfault with coredump :X

Hei,
I want install SAP on Solaris IA 64.
I have already install with success Oracle but i have a problem with sapinst ;
I have read more and more installation guide and i have check the system with :
memlimits -l 20000  [OK]
export LD_LIBRARY_PATH=/export/home/oracle/PRD/102_64/lib:/sapmnt/PRD/exe
export JAVA_HOME=/usr/jdk/j2sdk1.4.2_06
export ORACLE_HOME=/export/home/oracle/PRD/102_64
export ORACLE_SID=PRD
export SAPINST_JRE_HOME=/usr/jdk/j2sdk1.4.2_06
The export display is ok (i have try it with an another application as installer Oracle)
I try with :
cd BS_2005_SR2_SAP_Installation_Master/
cd IM_SOLARIS_X86_64/
./sapinst
[==============================] / extracting...  done!
Starting GuiServer using:
/usr/jdk/j2sdk1.4.2_06/bin/java -cp /var/tmp/sapinst_exe.8527.1167736934/JAR/instgui.jar:/var/tmp/sapinst_exe.8527.1167736934/JAR/inqmyxml.jar -Djava.security.egd=file:/dev/urandom SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
load resource pool /export/home/SAP-src/Software/Installation Master/BS_2005_SR2_SAP_Installation_Master/IM_SOLARIS_X86_64/resourcepool.xml
guiengine: no GUI connected; waiting for a connection on host V40z, port 21200 to continue with the installation
guiengine: login in process.
iauxsysex.c:317: child /var/tmp/sapinst_exe.8527.1167736934/sapinst (pid 8528) has crashed. Executable directory is /var/tmp/sapinst_exe.8527.1167736934. Contact Support.
iaextract.c:814: child has signaled an exec error. Keeping directory /var/tmp/sapinst_exe.8527.1167736934
When i look /var/tmp/sapinst_exe.8527.1167736934, only file dev_selfex.out give me some log :
cat dev_selfex.out
iaextract.c:453: Running in tmpdir /var/tmp/sapinst_exe.8527.1167736934
iaextract.c:493: Self is /export/home/SAP-src/Software/Installation Master/BS_2005_SR2_SAP_Installation_Master/IM_SOLARIS_X86_64/./sapinst, path is SAPINST_EXEDIR_CD=/export/home/SAP-src/Software/Installation Master/BS_2005_SR2_SAP_Installation_Master/IM_SOLARIS_X86_64/.
iaextract.c:525: Successfully initialized.
iaextract.c:837: Registering extractcallback: 37 files.
iauxsysex.c:156: chdir(/var/tmp/sapinst_exe.8527.1167736934) = 0
iaextract.c:590: Starting extraction
iaextract.c:251:  extracting: sapinst
iaextract.c:251:  extracting: iacdlib701.so
iaextract.c:251:  extracting: iaccdlib.so
iaextract.c:251:  extracting: iaejs701.so
iaextract.c:251:  extracting: iakdblib701.so
iaextract.c:251:  extracting: iakdbpar701.so
iaextract.c:251:  extracting: iamodlib.so
iaextract.c:251:  extracting: iajsmod.so
iaextract.c:251:  extracting: iamsglib701.so
iaextract.c:251:  extracting: iamodos.so
iaextract.c:251:  extracting: iaregist701.so
iaextract.c:251:  extracting: iastring701.so
iaextract.c:251:  extracting: sylib701.so
iaextract.c:251:  extracting: iapasswdman701.so
iaextract.c:251:  extracting: iaguieng701.so
iaextract.c:251:  extracting: sapcpp46.so
iaextract.c:251:  extracting: xml63d.so
iaextract.c:251:  extracting: xtc20d.so
iaextract.c:251:  extracting: sapinstexe
iaextract.c:251:  extracting: XTCC
iaextract.c:251:  extracting: XTCRUN
iaextract.c:251:  extracting: SAPCAR
iaextract.c:251:  extracting: startInstGui.sh
iaextract.c:50: makedir(JAR)
iaextract.c:251:  extracting: JAR/inqmyxml.jar
iaextract.c:251:  extracting: JAR/instgui.jar
iaextract.c:191: creating directory: JAR/
iaextract.c:251:  extracting: JAR/db2radm.jar
iaextract.c:251:  extracting: JAR/ins-j2ee.jar
iaextract.c:251:  extracting: JAR/rescheck.jar
iaextract.c:251:  extracting: JAR/sapxmltoolkit.jar
iaextract.c:251:  extracting: iamodada.so
iaextract.c:251:  extracting: iamodapp.so
iaextract.c:251:  extracting: iamodora.so
iaextract.c:251:  extracting: iamodrfc.so
iaextract.c:251:  extracting: iamodsdm.so
iaextract.c:251:  extracting: iarfclib701.so
iaextract.c:251:  extracting: librfccm.so
iaextract.c:592: Extraction finished with 0
iauxsysex.c:124: existsDirectory(jre) returns 0
iauxsysex.c:156: chdir(/export/home/SAP-src/Software/Installation Master/BS_2005_SR2_SAP_Installation_Master/IM_SOLARIS_X86_64) = 0
iaextract.c:799: selfexRun()
iaextract.c:626: selfexGetCommandline()
iaextract.c:636: No RC file /var/tmp/sapinst_exe.8527.1167736934/sfx.rc found, using builtin default.
iaextract.c:804: self->argv[0]: /var/tmp/sapinst_exe.8527.1167736934/sapinst
iauxsysex.c:281: started child /var/tmp/sapinst_exe.8527.1167736934/sapinst (pid 8528)
iauxsysex.c:312: child /var/tmp/sapinst_exe.8527.1167736934/sapinst (pid 8528) exited with signal 11
iauxsysex.c:317: child /var/tmp/sapinst_exe.8527.1167736934/sapinst (pid 8528) has crashed. Executable directory is /var/tmp/sapinst_exe.8527.1167736934. Contact Support.
iaextract.c:814: child has signaled an exec error. Keeping directory /var/tmp/sapinst_exe.8527.1167736934
iaextract.c:537: Starting cleanup
I have created user PRDadm with different group and i have check all requirement.
I don't know where i m not ok with the SAP installer
Anyone can help me ? I want to know why i can't start it.
Best regard
Maxime
Message was edited by:
        SION Maxime

I have installed the version 64 bits :
/usr/j2se/jre/bin/java -version
java version "1.4.2_06"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.2_06-b03)
Java HotSpot(TM) 64-Bit Server VM (build 1.4.2_13-b06, mixed mode)
I have set :
export JAVA_HOME=/usr/j2se/jre
export SAPINST_JRE_HOME=/usr/j2se/jre
export LD_LIBRARY_PATH=/sapmnt/PRD/exe
But ***
I have already the same error :
./sapinst
[==============================] / extracting...  done!
Starting GuiServer using:
/usr/j2se/jre/bin/java -cp /tmp/sapinst_exe.9693.1167755852/JAR/instgui.jar:/tmp/sapinst_exe.9693.1167755852/JAR/inqmyxml.jar -Djava.security.egd=file:/dev/urandom SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
load resource pool /export/home/SAP-src/Software/Master/BS_2005_SR2_SAP_Installation_Master/IM_SOLARIS_X86_64/resourcepool.xml
guiengine: no GUI connected; waiting for a connection on host V40z, port 21200 to continue with the installation
guiengine: login in process.
iauxsysex.c:317: child /tmp/sapinst_exe.9693.1167755852/sapinst (pid 9694) has crashed. Executable directory is /tmp/sapinst_exe.9693.1167755852. Contact Support.
iaextract.c:814: child has signaled an exec error. Keeping directory /tmp/sapinst_exe.9693.1167755852
I don t know that s the REAL problem with SAP :X
I have search on google and another but not really answer to resolve it.
best regards !

Similar Messages

  • 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

  • Konqueror segfaults with flash enabled

    Using Konqueror 4.5 with the webkit kpart segfaults with flash enabled. Hopefully will be fixed with the 4.5.1 release. So i can finally get rid of the gtk browsers.

    kwebb1 wrote:Using Konqueror 4.5 with the webkit kpart segfaults with flash enabled. Hopefully will be fixed with the 4.5.1 release. So i can finally get rid of the gtk browsers.
    Use Opera10.  Not Gtk, but not quite Qt...OTOH it works  Something which cannot be said of Webkit browsers on 64bit Arch, as the latest lib32-only Flash release does not work.

  • Firefox segfaults with Flash content. x64. [Solved]

    I'm running 64 bit Arch version 2010.05 and I installed flashplugin. When I navigate to a Flash website Firefox segfaults. It also happens on other pages such as Gmail. Chromium doesn't segfaults with Flash or any other page but Flash doesn't work either. If I uninstall Flash Firefox doesn't segfaults anymore, even on pages that don't use Flash. Any ideas?
    Update: I downloaded the 10.1 64 bit alpha from Adobe but it still doesn't work. Chrome doesn't report any problem on the console but Flash doesn't work and Firefox still segfaults.
    Thanks in Advance.
    Last edited by juanpablo (2010-06-01 01:53:37)

    I installed 32 bit Flash using nspluginwrapper. Everywhere I read it says that the flashplugin package should install a working 64 bit plugin but it doesn't work. Firefox segfaults with this plugin and Chrome doesn't show any flash and complains about an ELF32 binary.
    sand_man: Can you please post your libflashplayer.so so I can try it? Thanks! At least your md5sum to compare.
    EDIT: Chrome doesn't complain anymore but still doesn't show any flash. Firefox still segfaults.
    Last edited by juanpablo (2010-05-31 17:43:32)

  • Segfaults with Blender 2.44??

    Anyone else getting segfaults with Blender 2.44 and Arch64?
    They happen when trying to save a file (every time), perhaps other times as well.
    ~B

    I've been having problems with Blender, anytime I try to open a file (so browse to a file) it crashes. It doesn't matter from where in Blender I try to open a file. I assume it is the same segfaults listed  in this thread.
    brucebertrand wrote:
    Anyone else getting segfaults with Blender 2.44 and Arch64?
    They happen when trying to save a file (every time), perhaps other times as well.
    ~B
    I've tried building these from AUR to fix the problem but get the same error with each one.
    blender-svn 12133-1
    blender-svn-cloth 20070920-1
    blender-svn-particles 20070619-1
    my error is:
    Linking library ==> 'libbf_bullet.a'
    Compiling ==> 'SumoPHYCallbackBridge.cpp'
    Compiling ==> 'SumoPhysicsController.cpp'
    Compiling ==> 'SumoPhysicsEnvironment.cpp'
    Compiling ==> 'SM_FhObject.cpp'
    Compiling ==> 'SM_Object.cpp'
    Compiling ==> 'SM_Scene.cpp'
    Compiling ==> 'SM_MotionState.cpp'
    Linking library ==> 'libbf_sumo.a'
    Compiling ==> 'buildinfo.c'
    Linking program ==> 'blender'
    /usr/bin/ld: cannot find -lswscale
    collect2: ld returned 1 exit status
    scons: *** [/var/abs/local/yaourtbuild/blender-svn/src/build/linux2/bin/blender] Error 1
    scons: building terminated because of errors.
    ==> ERROR: Build Failed. Aborting...
    Error: Makepkg was unable to build blender-svn package.
    Any suggestions?
    Thank You!
    Edit: by the way, I'm not running Arch64, but this thread seamed to fit the best...  I also tried building as root, just in case it was a permisions problem, but with the same error.
    Last edited by stingray (2007-09-30 15:18:15)

  • [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

  • Sapinst stops with error while installing ess component for Java AS

    Dear experts,
    I really hope you can help me with this one,
    We are installing a ABAP/Java AS development system and sapinst has gone through 75% of all execution tasks nicely,
    but then stopped with error while deploying components for the Java AS:
    ERROR 2009-03-30 13:01:27
    CJS-30156  SDM deployment failed for at least one of the components to deploy.<br> SOLUTION: Check 'C:\Program Files/sapinst_instdir/ERP/SYSTEM/ORA/DISTRIBUTED/AS/CI/callSdmViaSapinst.log' for more information.
    ERROR 2009-03-30 13:01:28
    FCO-00011  The step enableUsageTypes with step key |NW_Doublestack_CI|ind|ind|ind|ind|0|0|SAP_Software_Features_Enablement|ind|ind|ind|ind|15|0|enableUsageTypes was executed with status ERROR .
    Any help would be really appreciated as I am stuck with this and dont seem to be able to find any information on this one.
    Thanks a lot for your help in advance.
    Here is the crucial part of callSdmViaSapinst.log:
    Mar 30, 2009 12:55:18... Info: Starting: Initial deployment: Selected development component 'ess/bp_ess'/'sap.com'/'MAIN_ERP05VAL_C'/'788220'/'0' will be deployed.
    Mar 30, 2009 12:55:18... Info: SDA to be deployed: D:\usr\sap\DE1\DVEBMGS00\SDM\root\origin\sap.com\ess\bp_ess\MAIN_ERP05VAL_C\0\788220\sap.com_ess~bp_ess.sda
    Mar 30, 2009 12:55:18... Info: Software type of SDA: J2EE
    *Mar 30, 2009 12:55:18... Info: ***** Begin of SAP J2EE Engine Deployment (J2EE Application) ******
    Mar 30, 2009 1:00:21 PM  Info: Begin of log messages of the target system:
    *09/03/30 12:55:19 -  ************************************************************
    09/03/30 12:58:07 -  Start updating EAR file...
    09/03/30 12:58:07 -  start-up mode is lazy
    09/03/30 12:58:08 -  EAR file updated successfully for 578ms.
    09/03/30 12:58:08 -  Start deploying ...
    09/03/30 12:58:42 -  EAR file uploaded to server for 30641ms.
    09/03/30 13:00:20 -  ERROR: Not deployed. Deploy Service returned ERROR:
                         java.rmi.RemoteException: Cannot deploy application sap.com/ess~bp_ess..
                         Reason: <--Localization failed: ResourceBundle='com.sap.engine.services.deploy.DeployResourceBundle', ID='Exception during deploy: Failed to deploy archive D:\usr\sap\DE1\DVEBMGS00\j2ee\cluster\server0\.\temp\deploy\work\deploying\reader1238414327258\sap.comessbp_ess.epa
                   The following objects could not be locked: [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess**.iviews/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.mx/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr|pcd_service], [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.iviews/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.de/com.sap.pct.erp.ess.addr|pcd_service], [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.iviews/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.id/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr|pcd_service], [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.pages/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.jp/com.sap.pct.erp.ess.addr/com.sap.pct.erp.ess.addr|pcd_service], [pcd:portal_content/com.sap.pct/every_user/com.sap.pct.erp.ess.bp_folder/com.sap.pct.erp.ess.pages/com.sap.pct.erp.ess.personal_information/com.sap.pct.erp.ess.de/com.sap.pct.erp.es

    Thanks Désirée for your answer and apologies for the late update on this one.
    This issue is resolved now, the reason for the error was a lack of memory which probably triggered a timeout in sapinst. After upgrading the memory to 7GB and re-starting the ABAP+Java AS and resuming sapinst everything went through fine. However, this was hard to spot because the logs wouldn't tell you about the lack of memory but about everything else!
    regards,
    Manfred

  • MythTV segfaults with nvidia 334.21-2...

    I updated to the latest package for NVidia on my myth frontend in the living room, last weekend.
    Alas it made mythfrontend fail with a segfault before it even started to paint anything except the themes' background.
    Reverting back to version 331.49-1 fixed this. I reverted back to version 331.49-1 on the following pacakges:
    nvidia
    nvidia-libgl
    nvidia-utils
    I run lxde on my myth frontend. This does not happen on the workstation that runs KDE upstairs...
    Hope this helps anyone with similar issues.
    Regards,
    Wille

    With the above hack, I have no issues playing HD video's on MythTV using:
    $ pacman -Qs nvidia
    local/lib32-nvidia-libgl 334.21-3
    NVIDIA drivers libraries symlinks (32-bit)
    local/lib32-nvidia-utils 334.21-3
    NVIDIA drivers utilities (32-bit)
    local/libcl 1.1-3
    OpenCL library and ICD loader from NVIDIA
    local/libvdpau 0.7-1
    Nvidia VDPAU library
    local/nvidia 334.21-2
    NVIDIA drivers for linux
    local/nvidia-libgl 334.21-3
    NVIDIA drivers libraries symlinks
    local/nvidia-utils 334.21-3
    NVIDIA drivers utilities
    local/opencl-nvidia 334.21-3
    OpenCL implemention for NVIDIA
    $ nvidia-smi
    Sat Mar 15 20:46:20 2014
    +------------------------------------------------------+
    | NVIDIA-SMI 334.21 Driver Version: 334.21 |
    |-------------------------------+----------------------+----------------------+
    | GPU Name Persistence-M| Bus-Id Disp.A | Volatile Uncorr. ECC |
    | Fan Temp Perf Pwr:Usage/Cap| Memory-Usage | GPU-Util Compute M. |
    |===============================+======================+======================|
    | 0 GeForce GT 630 Off | 0000:01:00.0 N/A | N/A |
    | 40% 36C N/A N/A / N/A | 70MiB / 2047MiB | N/A Default |
    +-------------------------------+----------------------+----------------------+
    +-----------------------------------------------------------------------------+
    | Compute processes: GPU Memory |
    | GPU PID Process name Usage |
    |=============================================================================|
    | 0 Not Supported |
    +-----------------------------------------------------------------------------+
    Using lxde and an up-to-date system.
    I can also log in using slim 1.3.6-3
    Last edited by wasperen (2014-03-15 19:48:45)

  • SAPINST terminated with error "Exit status of child: 3"

    The SAPINST terminated after run with the error message as
    below:
    SAPinst is getting started.
    Please be patient ...
    starting gui server process:
    sapinstport: 21200
    guiport : 21212
    guistart : true
    command : "C:\Program Files\Java\j2re1.4.2_09/bin\javaw.exe" -
    cp "C:/DOCUME1/ADMINI1.LAE/LOCALS~1/Temp/sapinst_exe.3256.1197655087
    \jar\instgui.jar;C:/DOCUME1/ADMINI1.LAE/LOCALS~1/Temp/sapinst_exe.3256.1197655087\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true
    SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost
    sapinstport=21200 guistart=true
    load resource pool E:\SAPCD\Master\IM_WINDOWS_I386\resourcepool.xml
    guiengine: no GUI connected; waiting for a connection on host sapprd2,
    port 21200 to continue with the installation
    guiengine: login in process.
    This application has requested the Runtime to terminate it in an
    unusual way.
    Please contact the application's support team for more information.
    Exit status of child: 3
    First time I use JAVA SDK version 1.4.2_12 after that I try version
    1.4.2_9 and 1.4.2_15 but all of them got the same error.
    So please kindly help for this. We have planed to upload data to the
    PRD System on next week.
    Many thanks,
    Amnat O.

    The problem still occur with the error message as below:
    SAPinst is getting started.
    Please be patient ...
    starting gui server process:
      sapinstport: 21200
      guiport    : 21212
      guistart   : true
      command    : "C:\Program Files\Java\j2re1.4.2_15/bin\javaw.exe" -cp "C:/Temp/sapinst_exe.3536.1198011240\jar\instgui.jar;C:/Temp/sapinst_exe.3536.1198011240\jar\inqmyxml.jar" -Xmx256M -Dsun.java2d.noddraw=true SDTServer config=jar:sdtserver.xml guiport=21212 sapinsthost=localhost sapinstport=21200 guistart=true
    load resource pool E:\SAPCD\Master\IM_WINDOWS_I386\resourcepool.xml
    guiengine: no GUI connected; waiting for a connection on host sapprd2, port 21200 to continue with the installation
    guiengine: login in process.
    This application has requested the Runtime to terminate it in an unusual way.
    Please contact the application's support team for more information.
    Exit status of child: 3

  • SegFault with JNI

    Hi everyone.
    I hope someone will be able to help me as it drives me crazy.
    Here is the whole story:
    I am currently developing a new system that has something to do with linguistic and text analysis. After months of research, I have finally found the perfect parser. It is the link grammar (for those who want to know: http://www.link.cs.cmu.edu/link/ )
    Everything is perfect except a little detail, the whole code is in ANSI C and I cannot convert the whole thing to java as it is quite big. But what is my surprise to see that someone has already done the java interface. GREAT!!! But the problem is that he has done that several years ago and I don't succeed to make it work. Now here is the problem:
    After a week of fight , I can finally load the library within java. Now my problem is that it does a SegFault. What is weird here is that if I take the same code I use in the interface, compile it and run it without java, everything works just fine. But as soon as I use the library into java, I get this SegFault in libc.
    I see several possibilities of problems:
    1. I don't do the right flags in order to build the library and something goes wrong because of that
    2.Java does something strange that I am not awre of.
    My question is:
    1. Does someone know how what can I do
    2. Someone knows how to debug something like that on linux. Because printf debugging doesn't work that well....
    Thank you for reading and I am looking forward to read your answers.
    Bye

    I reply to myself.
    The problem was that I had a function nammed "advance" and gcc doesn't like this name.
    Tricky one......
    The most important is that it (almost) work now.

  • Top and htop segfault with custom kernel

    Hi folks,
    When I use a kernel I built myself with realtime patches "top" and "htop" segfault immediately when I try to run them.
    Could someone please enlighten me as to what the cause of this might be. I'm guessing it's got to be something I missed when configuring the kernel since everything works when I boot the regular Arch kernel.

    I just tried "uptime" again and this was dumped in /var/log/messages
    Jun 11 14:47:53 rhuidean kernel: PGD 115f1a067 PUD 115ec0067 PMD 0
    Jun 11 14:47:53 rhuidean kernel: CPU 0
    Jun 11 14:47:53 rhuidean kernel: Modules linked in: nf_conntrack_ftp nf_conntrack_irc ipt_REJECT ipt_LOG xt_limit xt_state xt_tcpudp nf_conntrack_ipv4 nf_conntrack nf_defrag_ipv4 ipv6 iptable_filter ip_tables x_tables ext2 nvidia(P) i2c_core ohci1394 k8temp ieee1394 usbhid hid evdev sg vboxnetflt vboxdrv fuse snd_hda_codec_nvhdmi snd_seq_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_hda_intel snd_hda_codec snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundcore forcedeth ext3 jbd mbcache sd_mod sr_mod cdrom ohci_hcd ehci_hcd usbcore ahci ata_generic pata_amd pata_acpi libata scsi_mod
    Jun 11 14:47:53 rhuidean kernel: Pid: 6074, comm: uptime Tainted: P D 2.6.29-rt #3 System Product Name
    Jun 11 14:47:53 rhuidean kernel: RIP: 0010:[<ffffffff802f05ae>] [<ffffffff802f05ae>] seq_read+0xee/0x480
    Jun 11 14:47:53 rhuidean kernel: RSP: 0018:ffff88011d4a3e48 EFLAGS: 00010246
    Jun 11 14:47:53 rhuidean kernel: RAX: 0000000000000000 RBX: 0000000000000083 RCX: 0000000000000001
    Jun 11 14:47:53 rhuidean kernel: RDX: 0000000000000001 RSI: 0000000000001000 RDI: ffff88011c2ff01a
    Jun 11 14:47:53 rhuidean kernel: RBP: ffff88011e1e7e80 R08: 0000000000000000 R09: 0000000000000004
    Jun 11 14:47:53 rhuidean kernel: R10: 0000000000000000 R11: 0000000000000064 R12: ffff88011d4a3f58
    Jun 11 14:47:53 rhuidean kernel: R13: 0000000000000001 R14: 00000000000007ff R15: ffff88011d4a3e80
    Jun 11 14:47:53 rhuidean kernel: FS: 00007fbfb8d3a6f0(0000) GS:ffff880028055000(0000) knlGS:0000000000000000
    Jun 11 14:47:53 rhuidean kernel: CS: 0010 DS: 0000 ES: 0000 CR0: 0000000080050033
    Jun 11 14:47:53 rhuidean kernel: CR2: 000000000000009b CR3: 0000000115eb1000 CR4: 00000000000006e0
    Jun 11 14:47:53 rhuidean kernel: DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    Jun 11 14:47:53 rhuidean kernel: DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Jun 11 14:47:53 rhuidean kernel: Process uptime (pid: 6074, threadinfo ffff88011d4a2000, task ffff88011e45d0c0)
    Jun 11 14:47:53 rhuidean kernel: 000000000000afc0 ffff880115f20970 0000000000000000 00000000000007ff
    Jun 11 14:47:53 rhuidean kernel: RSP <ffff88011d4a3e48>
    Jun 11 14:47:53 rhuidean kernel: ---[ end trace 046ef4ddb8bafba2 ]---
    And here's the last few lines from "strace uptime"
    open("/proc/loadavg", O_RDONLY) = 4
    lseek(4, 0, SEEK_SET) = 0
    read(4, <unfinished ...>
    +++ killed by SIGKILL +++

  • [Solved] LXQT: PCManFM-Qt segfault with nvidia-libgl

    I recently installed LXQT on a fresh Arch box to give the new DE a try. The install went mostly well, but I'm having issues with the default file manager PCManFM-Qt. I have an Nvidia GTX-650 graphics card and a dream of running Steam, so of course I installed the binary driver 'nvidia' and the associated package 'nvidia-libgl.' However when I log in, I'm immediately met by multiple repeated crashes of the desktop manager (managed by PCManFM-Qt), and I am not able to open the file manager at all. When I run
    pcmanfm-qt
    from terminal, it returns
    Segmentation fault (core dumped)
    By sheer coincidence, I discovered that by replacing package 'nvidia-libgl' with 'mesa-libgl', PCManFM-Qt runs just fine, both the file manager and the desktop manager. What exactly in the 'nvdidia-libgl' package is causing the segfault I'm not sure, and I freely admit that I am not versed enough to know what other debugging steps I should take to identify the problem and a suitable solution. Anybody willing to offer some insight? Please and thank you!
    Last edited by foolishgrunt (2015-06-14 14:45:38)

    You're right, and I feel sheepish now. I could have sworn that I had run 'grub-mkconfig' recently, but it looks like I had not because I just ran it and now the printout reads
    [ 0.000000] CPU0 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.085150] CPU1 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.106480] CPU2 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.127897] CPU3 microcode updated early to revision 0x1c, date = 2014-07-03
    [ 0.292139] microcode: CPU0 sig=0x306c3, pf=0x2, revision=0x1c
    [ 0.292144] microcode: CPU1 sig=0x306c3, pf=0x2, revision=0x1c
    [ 0.292149] microcode: CPU2 sig=0x306c3, pf=0x2, revision=0x1c
    [ 0.292153] microcode: CPU3 sig=0x306c3, pf=0x2, revision=0x1c
    [ 0.292185] microcode: Microcode Update Driver: v2.00 <[email protected]>, Peter Oruba
    I reinstalled nvidia-libgl and PCManFM now runs properly. Thanks for your help Scimmia!

  • Db_hotbackup segfaults with -D option

    Running db_hotbackup with the -D option, along with a DB_CONFIG that does not contain a set_lg_dir command gives a segmentation fault. The script below tells the tale. This is with BDB 4.8.30. There's a simple workaround, so we're not stuck.
    $ ./ex_tpcb -i -a 1000 -b 8 -t 48 -s 9999
    $ ./db_hotbackup -v -h ./TESTDIR -b ./HOTDIR
    db_hotbackup: hot backup started at Tue Jun 29 10:41:24 2010
    db_hotbackup: copying ./TESTDIR/teller to ./HOTDIR/teller
    db_hotbackup: copying ./TESTDIR/history to ./HOTDIR/history
    db_hotbackup: copying ./TESTDIR/branch to ./HOTDIR/branch
    db_hotbackup: copying ./TESTDIR/account to ./HOTDIR/account
    db_hotbackup: copying ./TESTDIR/access.db to ./HOTDIR/access.db
    db_hotbackup: copying ./TESTDIR/log.0000000001 to ./HOTDIR/log.0000000001
    db_hotbackup: lowest numbered log file copied: 1
    db_hotbackup: ./HOTDIR: run catastrophic recovery
    db_hotbackup: ./HOTDIR: remove unnecessary log files
    db_hotbackup: hot backup completed at Tue Jun 29 10:41:27 2010
    # That worked, we're not using -D.
    $ rm -rf HOTDIR
    $ cat > TESTDIR/DB_CONFIG
    set_cachesize 0 536870912 1
    $ ./db_hotbackup -D -v -h ./TESTDIR -b ./HOTDIR
    db_hotbackup: hot backup started at Tue Jun 29 10:41:59 2010
    Segmentation fault
    # Oops.
    # Debug it with gdb....
    gdb ./.libs/db_hotbackup
    (gdb) run -D -v -h ./TESTDIR -b ./HOTDIR
    Starting program: /Users/clients/sleepycat/dbdev/release/db-4.8.30/build.danotcl/.libs/db_hotbackup -D -v -h ./TESTDIR -b ./HOTDIR
    Reading symbols for shared libraries ++. done
    db_hotbackup: hot backup started at Tue Jun 29 10:45:40 2010
    Program received signal EXC_BAD_ACCESS, Could not access memory.
    Reason: KERN_INVALID_ADDRESS at address: 0x0000000000000000
    0x00000001001be030 in __os_abspath (path=0x0) at ../dist/../os/os_abs.c:23
    23          return (path[0] == '/');
    (gdb) where
    #0 0x00000001001be030 in __os_abspath (path=0x0) at ../dist/../os/os_abs.c:23
    #1 0x00000001000015e9 in main (argc=0, argv=0x7fff5fbff150) at ../dist/../db_hotbackup/db_hotbackup.c:204
    (gdb) up
    #1 0x00000001000015e9 in main (argc=0, argv=0x7fff5fbff150) at ../dist/../db_hotbackup/db_hotbackup.c:204
    204          if (db_config && __os_abspath(log_dir)) {
    # Here's a workaround
    $ cat >> TESTDIR/DB_CONFIG
    set_lg_dir .
    add_data_dir .
    $ ./db_hotbackup -D -v -h ./TESTDIR -b ./HOTDIR
    db_hotbackup: hot backup started at Tue Jun 29 10:50:42 2010
    db_hotbackup: copying ./TESTDIR/teller to ./HOTDIR/teller
    db_hotbackup: copying ./TESTDIR/history to ./HOTDIR/history
    db_hotbackup: copying ./TESTDIR/DB_CONFIG.0 to ./HOTDIR/DB_CONFIG.0
    db_hotbackup: copying ./TESTDIR/DB_CONFIG to ./HOTDIR/DB_CONFIG
    db_hotbackup: copying ./TESTDIR/branch to ./HOTDIR/branch
    db_hotbackup: copying ./TESTDIR/account to ./HOTDIR/account
    db_hotbackup: copying ./TESTDIR/access.db to ./HOTDIR/access.db
    db_hotbackup: copying ./TESTDIR/./teller to ./HOTDIR/./teller
    db_hotbackup: copying ./TESTDIR/./history to ./HOTDIR/./history
    db_hotbackup: copying ./TESTDIR/./DB_CONFIG.0 to ./HOTDIR/./DB_CONFIG.0
    db_hotbackup: copying ./TESTDIR/./DB_CONFIG to ./HOTDIR/./DB_CONFIG
    db_hotbackup: copying ./TESTDIR/./branch to ./HOTDIR/./branch
    db_hotbackup: copying ./TESTDIR/./account to ./HOTDIR/./account
    db_hotbackup: copying ./TESTDIR/./access.db to ./HOTDIR/./access.db
    db_hotbackup: copying ./TESTDIR/./log.0000000001 to ./HOTDIR/./log.0000000001
    db_hotbackup: lowest numbered log file copied: 1
    db_hotbackup: ./HOTDIR: run catastrophic recovery
    db_hotbackup: ./HOTDIR: remove unnecessary log files
    db_hotbackup: hot backup completed at Tue Jun 29 10:50:44 2010
    # Works!

    Hi Don,
    The internal SR number for this is: #18841 and it will be fixed. Thanks for reporting it.
    Sandra

  • Vector vector int SegFault with -lmalloc

    I ran into an interesting compiler bug today. Here is how to duplicate. Write a test program that declares the following:
    vector< vector < int > > foo(5);
    This will work fine unless you need to link in -lmalloc. As soon as you link with this library the code above will throw an exception and abort in the stl code that is trying to allocate the vector.
    Does anybody know of a solution or workaround. I was able to wrap the inner vector in a different object and it worked. I would prefer a solution without major code changes.
    Thanks,
    bkubesh

    This may sound silly, but try typedef'ing the inner vector. I have heard that the compiler does not handle the ">>" very well. Doing this should result in only minor changes.
    Hope this works,
    Raheem

  • Segfault with Gimp

    Anyone else experiencing this?  Gimp was working OK but segfaults the past day or so, only reporting "Segmentation fault".
    Have tried downgrading libx11 to 1.1.1-3 as described elsewhere to fix Opera segfaulting but it didn't work for gimp.
    Any suggestions?
    Edit: Working correctly again after latest pacman update.
    Last edited by Cotton (2007-04-10 18:38:28)

    Anyone else experiencing this?  Gimp was working OK but segfaults the past day or so, only reporting "Segmentation fault".
    Have tried downgrading libx11 to 1.1.1-3 as described elsewhere to fix Opera segfaulting but it didn't work for gimp.
    Any suggestions?
    Edit: Working correctly again after latest pacman update.
    Last edited by Cotton (2007-04-10 18:38:28)

Maybe you are looking for