LLVM 5.0 Error

I use an mac pro OSX 10.9.4 and XCODE 5.1.1 .
The problem is:
when I delete lines of code in function main, and then compile  I get an error :built failed and  Apple LLVM 5.0  error.
I search and get an advice to modifying system header, etc.
I am new in programming and I am not confident with my abilities.
Can I have an answer to solve it step bystep?
Thank you 

There is a bug with the converter which will be fixed in 4.1(6). A workaround is to reset all sigs to default settings, apply a sigupdate, and re-try the 5.0 upgrade.

Similar Messages

  • [Solved]pacman doesn't like ' =' in depends for pure package

    Trying to install the pure programming language package available here.
    $ makepkg -s
    ==> Making package: pure 0.60-1 (Tue Aug 12 19:22:57 EDT 2014)
    ==> Checking runtime dependencies...
    ==> Installing missing dependencies...
    error: target not found: llvm<=3.4
    ==> ERROR: 'pacman' failed to install missing dependencies.
    PKGBUILD file:
    # -*- shell-script -*-
    # Contributor: Mikko Sysikaski mikko.sysikaski at gmail dot com
    # Updated by Stephen Diehl - [email protected]
    # Maintainer: Alastair Pharo asppsa at gmail dot com
    # Maintainer: Albert Graef <[email protected]>
    pkgname=pure
    pkgver=0.60
    pkgrel=1
    pkgdesc="Pure is a modern-style functional programming language based on term rewriting."
    arch=("i686" "x86_64")
    license=('GPL3')
    url="http://purelang.bitbucket.org/"
    depends=('llvm<=3.4' 'gmp' 'mpfr' 'readline')
    makedepends=('make' 'gcc')
    optdepends=("pure-docs: online documentation"
    "w3m: access to help in interactive mode"
    "emacs-pure-mode: editing Pure files from Emacs"
    "texmacs-pure: embedding Pure sessions in TeXmacs")
    groups=(pure-complete pure-base)
    source=("https://bitbucket.org/purelang/pure-lang/downloads/$pkgname-$pkgver.tar.gz"
    "https://bitbucket.org/purelang/pure-lang/downloads/llvm-3.3-tools.tar.bz2")
    md5sums=('4bbd7cf05ce913814f02675c58aeaa23'
    '0a3c4154e7d20f1d078d994ec47be1b7')
    build() {
    cd $srcdir/$pkgname-$pkgver
    ./configure --prefix=/usr --without-elisp --without-texmacs --enable-release
    make || return 1
    # check that the interpreter is working
    make check || return 1
    package() {
    cd $srcdir/$pkgname-$pkgver
    make DESTDIR=$pkgdir install || return 1
    # llc in LLVM 3.4 is broken; these will work with both LLVM 3.3 and 3.4
    cd $srcdir/llvm-3.3-tools/$CARCH
    cp llc opt $pkgdir/usr/lib/pure || return 1
    I have installed for now by simply removing the
    <=3.4
    requirement but only out of frustration. I'm at a loss as to why pacman would be complaining, I see the bit about 'LLVM 3.4 is broken' but for one, 3.4 is already installed from [extra] and for two, 3.3 ought to meet the criteria. All help/explanation appreciated.
    Last edited by luisrayas3 (2014-08-18 20:06:03)

    luisrayas3 wrote:
    isn't it?? I would consider 3.4.2 == 3.4 from a versioning perspective and therefore also 3.4.2 <= 3.4
    edit: also worth noting that it does work anyhow with 3.4.2
    Nope, doesn't work that way. Try it yourself.
    % vercmp -h
    usage: vercmp <ver1> <ver2>
    output values:
    < 0 : if ver1 < ver2
    0 : if ver1 == ver2
    > 0 : if ver1 > ver2
    % vercmp 3.4.2 3.4
    1

  • SWFTools using Alchemy

    Hi all,
    i'm trying to compile SWFTools (www.swftools.org) using Alchemy. The dependency's (jpeglib, zlib) compiled just like a charm, just the main project won't
    These errors accure:
    <!-- compile errors -->
    llvm-g++: GFXOutputDev.obj: linker input file unused because linking not done
    llvm-g++: InfoOutputDev.obj: linker input file unused because linking not done
    llvm-g++: BitmapOutputDev.obj: linker input file unused because linking not done
    llvm-g++: FullBitmapOutputDev.obj: linker input file unused because linking not done
    llvm-g++: pdf.obj: linker input file unused because linking not done
    llvm-g++: fonts.obj: linker input file unused because linking not done
    llvm-g++: xpdf/GHash.obj: linker input file unused because linking not done
    llvm-g++: xpdf/GList.obj: linker input file unused because linking not done
    llvm-g++: xpdf/GString.obj: linker input file unused because linking not done
    llvm-g++: xpdf/gmem.obj: linker input file unused because linking not done
    llvm-g++: xpdf/gfile.obj: linker input file unused because linking not done
    llvm-g++: xpdf/FoFiTrueType.obj: linker input file unused because linking not done
    llvm-g++: xpdf/FoFiType1.obj: linker input file unused because linking not done
    llvm-g++: xpdf/FoFiType1C.obj: linker input file unused because linking not done
    llvm-g++: xpdf/FoFiBase.obj: linker input file unused because linking not done
    llvm-g++: xpdf/FoFiEncodings.obj: linker input file unused because linking not done
    llvm-g++: xpdf/OutputDev.obj: linker input file unused because linking not done
    llvm-g++: xpdf/PDFDoc.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Error.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Stream.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Object.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Decrypt.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Array.obj: linker input file unused because linking not done
    llvm-g++: xpdf/XRef.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Dict.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Parser.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Lexer.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Outline.obj: linker input file unused because linking not done
    llvm-g++: xpdf/PDFDocEncoding.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Catalog.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Link.obj: linker input file unused because linking not done
    llvm-g++: xpdf/GlobalParams.obj: linker input file unused because linking not done
    llvm-g++: xpdf/JBIG2Stream.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Page.obj: linker input file unused because linking not done
    llvm-g++: xpdf/JPXStream.obj: linker input file unused because linking not done
    llvm-g++: xpdf/JArithmeticDecoder.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Gfx.obj: linker input file unused because linking not done
    llvm-g++: xpdf/GfxFont.obj: linker input file unused because linking not done
    llvm-g++: xpdf/CMap.obj: linker input file unused because linking not done
    llvm-g++: xpdf/CharCodeToUnicode.obj: linker input file unused because linking not done
    llvm-g++: xpdf/PSTokenizer.obj: linker input file unused because linking not done
    llvm-g++: xpdf/FontEncodingTables.obj: linker input file unused because linking not done
    llvm-g++: xpdf/BuiltinFont.obj: linker input file unused because linking not done
    llvm-g++: xpdf/BuiltinFontTables.obj: linker input file unused because linking not done
    llvm-g++: xpdf/GfxState.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Function.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Annot.obj: linker input file unused because linking not done
    llvm-g++: xpdf/NameToCharCode.obj: linker input file unused because linking not done
    llvm-g++: xpdf/UnicodeMap.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SecurityHandler.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashOutputDev.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashFont.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashState.obj: linker input file unused because linking not done
    llvm-g++: xpdf/Splash.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashBitmap.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashClip.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashPattern.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashFontEngine.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashFontFile.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashFontFileID.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashScreen.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashPath.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashXPath.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashXPathScanner.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashFTFontEngine.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashFTFontFile.obj: linker input file unused because linking not done
    llvm-g++: xpdf/SplashFTFont.obj: linker input file unused because linking not done
    llvm-g++: ../libgfxswf.lib: linker input file unused because linking not done
    llvm-g++: ../libgfx.lib: linker input file unused because linking not done
    llvm-g++: ../librfxswf.lib: linker input file unused because linking not done
    llvm-g++: ../libbase.lib: linker input file unused because linking not done
    WARNING: While resolving call to function 'main' arguments were dropped!
    WARNING: While resolving call to function 'stub_null' arguments were dropped!
    WARNING: While resolving call to function 'stub_zero' arguments were dropped!
    WARNING: While resolving call to function 'stub_zero' arguments were dropped!
    WARNING: While resolving call to function 'stub_zero' arguments were dropped!
    WARNING: While resolving call to function 'stub_zero' arguments were dropped!
    WARNING: While resolving call to function 'stub_zero' arguments were dropped!
    Cannot yet select: 0x18b2c80: ch,flag = AVM2ISD::CALL - A call instruction 0x18b2c20, 0x18affb0
    0   llc                                 0x00636dfe _ZNSt8_Rb_treeIN4llvm3sys4PathES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE13insert_uniqueERK S2_ + 6078
    1   llc                                 0x006373a2 _ZNSt8_Rb_treeIN4llvm3sys4PathES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE13insert_uniqueERK S2_ + 7522
    2   libSystem.B.dylib                   0x97bbcb9b _sigtramp + 43
    3   ???                                 0xffffffff 0x0 + 4294967295
    4   libSystem.B.dylib                   0x97c4ab99 raise + 26
    5   libSystem.B.dylib                   0x97c60c50 abort + 93
    6   llc                                 0x002f4fe0 _ZN98_GLOBAL__N__Volumes_data_dev_FlaCC_llvm_2.1_lib_Target_AVM2_AVM2ISelDAGToDAG.cpp_000 00000_F04616B616AVM2DAGToDAGISel6Emit_7ERKN4llvm9SDOperandEj + 0
    7   llc                                 0x002f8e1b _ZN98_GLOBAL__N__Volumes_data_dev_FlaCC_llvm_2.1_lib_Target_AVM2_AVM2ISelDAGToDAG.cpp_000 00000_F04616B616AVM2DAGToDAGISel10SelectCodeEN4llvm9SDOperandE + 2219
    8   llc                                 0x002fa193 _ZN98_GLOBAL__N__Volumes_data_dev_FlaCC_llvm_2.1_lib_Target_AVM2_AVM2ISelDAGToDAG.cpp_000 00000_F04616B616AVM2DAGToDAGISel10SelectRootEN4llvm9SDOperandE + 819
    9   llc                                 0x002e6a2c _ZN4llvm19X86_64TargetMachineD0Ev + 65116
    10  llc                                 0x003de4ca _ZN4llvm11StoreSDNodeD1Ev + 1610
    11  llc                                 0x0040d3fe _ZN4llvm11StoreSDNodeD1Ev + 193918
    12  llc                                 0x0040f92e _ZN4llvm11StoreSDNodeD1Ev + 203438
    13  llc                                 0x005d1926 _ZN4llvm12FunctionPassD1Ev + 20998
    14  llc                                 0x005d1f3a _ZN4llvm12FunctionPassD1Ev + 22554
    15  llc                                 0x005d20c5 _ZN4llvm12FunctionPassD1Ev + 22949
    16  llc                                 0x00002e44 0x0 + 11844
    17  llc                                 0x00001f36 0x0 + 7990
    make[1]: *** [pdf2swf.exe] Error 6
    make: *** [all] Error 2
    Any suggestions how to fix these errors?
    Thanks in advance,
    Florian Diesner

    No i did not

  • Llvm(?) error while compiling to swc

    I'm trying to build a project using OpenCV with alchemy (that's a tough topic, I know). My idea was to isolate the parts I need from OpenCV (v.2.2), comile them with alchemy g++ and link with my code statically. So here's what I do:
    I have several parts of openCV 2.2 (core, imgproc) built file by file with the following string:
    alc-on; for src in *.cpp ; do g++ -I../../include -DOSX -c -Wall -O3 -o ${PWD##*/}_`basename $src .cpp`.o $src ; done ; mv -v *.o ~/dev/cut/obj/
    (Basically, I compile all the needed parts file-by-file and copy the resulting .o's into a specific folder)
    After that, I take a simple OpenCV test file with the following contents:
    #include <opencv/cv.h>
    #include "AS3.h"
    void testCV()
      cv::Mat a(3,3,CV_8UC1,cv::Scalar(1.0));
      cv::Mat b(3,3,CV_8UC1,cv::Scalar(2.0));
      cv::Mat c;
      c=a+b;
    static AS3_Val test(void* self, AS3_Val args)
      testCV();
      return 0;
    int main()
      AS3_Val testMethod = AS3_Function(NULL,test);
      AS3_Val result = AS3_Object("test: AS3ValType",testMethod);
      AS3_Release(testMethod);
      AS3_LibInit(result);
      return 0;
    And when I try to link it against all the *.o I have (assuming they are in the same folder):
    g++ -I../include -Wall -O3 -DOSX -swc test_cv.cpp *.o -o cvtest.swc
    I get the following error report:
    WARNING: While resolving call to function 'main' arguments were dropped!
    WARNING: While resolving call to function 'stub_null' arguments were dropped!
    WARNING: While resolving call to function 'stub_zero' arguments were dropped!
    WARNING: While resolving call to function 'stub_zero' arguments were dropped!
    WARNING: While resolving call to function 'stub_zero' arguments were dropped!
    WARNING: While resolving call to function 'stub_zero' arguments were dropped!
    WARNING: While resolving call to function 'stub_zero' arguments were dropped!
    Assertion failed: (TLI.isTypeLegal(VT) && "Intrinsic uses a non-legal type?"), function visitTargetIntrinsic, file /Volumes/data/dev/FlaCC/llvm-2.1/lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp, line 2465.
    0   llc                                 0x00636dfe _ZNSt8_Rb_treeIN4llvm3sys4PathES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE13insert_uniqueERKS2_ + 6078
    1   llc                                 0x006373a2 _ZNSt8_Rb_treeIN4llvm3sys4PathES2_St9_IdentityIS2_ESt4lessIS2_ESaIS2_EE13insert_uniqueERKS2_ + 7522
    2   libSystem.B.dylib                   0x9125e05b _sigtramp + 43
    3   ???                                 0xffffffff 0x0 + 4294967295
    4   libSystem.B.dylib                   0x912eb5a5 raise + 26
    5   libSystem.B.dylib                   0x913016e4 abort + 93
    6   libSystem.B.dylib                   0x912ee20f __assert_rtn + 252
    7   llc                                 0x003f3e2a _ZN4llvm11StoreSDNodeD1Ev + 90026
    8   llc                                 0x003f5256 _ZN4llvm11StoreSDNodeD1Ev + 95190
    9   llc                                 0x003f817c _ZN4llvm11StoreSDNodeD1Ev + 107260
    10  llc                                 0x0040bc68 _ZN4llvm11StoreSDNodeD1Ev + 187880
    11  llc                                 0x0040d3f2 _ZN4llvm11StoreSDNodeD1Ev + 193906
    12  llc                                 0x0040f92e _ZN4llvm11StoreSDNodeD1Ev + 203438
    13  llc                                 0x005d1926 _ZN4llvm12FunctionPassD1Ev + 20998
    14  llc                                 0x005d1f3a _ZN4llvm12FunctionPassD1Ev + 22554
    15  llc                                 0x005d20c5 _ZN4llvm12FunctionPassD1Ev + 22949
    16  llc                                 0x00002e44 0x0 + 11844
    17  llc                                 0x00001f36 0x0 + 7990
    18  ???                                 0x00000006 0x0 + 6
    Can anybody explain what is it all about and where should I look to fix it somehow?

    Hello,
    About FaceDetection, at this time, i'm stuck at loading HaarCascades xml files. A coworker gave me his working version, but he works with opencv2.0, so it doesn't seem correct. And the supplyFile method of alchemy doesn't seem to work with HaarCascade.load from opencv...
    I spend some time testing image processing methods, like medianblur, flip, etc. (didn't achieve to make work methods like GaussianBlur that needs some "border data" (?) on the source image.
    I found that in the sample code on your repo, width and height of the frame (corresponding to rows and cols in opencv) where inverted, and that the color space of Flash frame is actually ARGB, and not RGBA.
    I also tried not to pass the ByteArray from flash to C and C to flash, but using returned pointer to read/write directly to memory. But that didn't change a lot about performances. MedianBlur on 640x480 gives me a 3fps rate. I will try to compare with native execution performances.

  • LLVM ERROR: Error: Unable to launch the Java Virtual Machine

    Having expanded the kit and followed directions to compile the samples
    On Windows 7, the complaint is
         LLVM ERROR: Error: Unable to launch the Java Virtual Machine.
    I have about a dozen JVMs installed, the default is 64 bit java 1.8_05
    make FLASCC="/cygdrive/c/crossbridge/sdk" FLEX="C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\sdks\4.6.0"
    make[2]: Entering directory `/cygdrive/c/crossbridge/samples/01_HelloWorld'
    -------- Sample 1 --------
    First let's compile it as a projector:
    "/cygdrive/c/crossbridge/sdk/usr/bin/gcc" -Werror -Wno-write-strings -Wno-trigraphs hello.c -o hello.exe
    cc1: error in backend: Failed to run /cygdrive/c/crossbridge/sdk/usr/bin/../../usr/bin/llc with args: -jvm=C:\windows\sy
    stem32\java -filetype=obj C:\crossbridge\cygwin\tmp\ccb4oprU.o -o C:\crossbridge\cygwin\tmp\ccb4oprU.o -jvmopt -Xmx1500M
    Error:
    LLVM ERROR: Error: Unable to launch the Java Virtual Machine.
    This usually means you have a 32bit JVM installed or have set your Java heap size too large.
    Try lowering the Java heap size by passing "-jvmopt=-Xmx1G" to gcc/g++.
    Stack dump:
    0.      Program arguments: C:\crossbridge\sdk\usr\bin\llc.exe -jvm=C:\windows\system32\java -filetype=obj C:\crossbridge
    \cygwin\tmp\ccb4oprU.o -o C:\crossbridge\cygwin\tmp\ccb4oprU.o -jvmopt -Xmx1500M
    1.      Running pass 'Function Pass Manager' on module 'C:\crossbridge\cygwin\tmp\ccb4oprU.o'.

    After the above, the "samples" build still failed on sample 5.
    My explanation is that my typical devlopers path is full of all kinds of stuff, including perl,
    msvc, some version or other of cygwin, some random unix command tools, and so on.
    I eventually fixed the rest of the samples build process by cleaning up my path.
    In run.bat, before the path modification
    # set a minimal path to avoid contamination of the environment with unexpected programs
    # note this includes the JDK path we want to use
    set path=C:\java\jdk1.8.0\bin;C:\windows\system32;C:\windows;C:\windows\System32\Wbem;

  • LLVM bus error on OSX Tiger

    I have attempted to use both the 0.4 and 0.5 versions of
    alchemy on my Macbook Pro laptop and get segfaults with both
    versions when the LLVM tools ( i.e., llc ) attempt to run. Here is
    a sample error message:
    EXC_BAD_ACCESS (0x0001)
    KERN_PROTECTION_FAILURE (0x0002) at 0x00000000
    Thread 0 Crashed:
    0 _malloc_initialize + 36
    1 malloc + 29
    Has anyone run into this before? I am able to set the tools
    up successfully in Windows using boot camp, but this a suboptimal
    solution at best. I have also tried replacing the crashing binaries
    in alchemy with ones built from source from the LLVM site, but
    while these do not crash, they do don't interoperate with alchemy
    either.
    Has anyone seen this before? Also, is there a source
    distribution of alchemy that I can build and link locally? Is this
    possibly an environment set up issue?
    Thanks in advance.

    Hey thanks for the info. I have not installed any LLVM libs,
    I just downloaded version 2.1 and built it to try and substitute
    the crashing alchemy binaries. This was kind of a desperate effort
    anyway.
    Is this crash expected behavior when running the alchemy
    achacks utilities when the environment is not yet configured? For
    example, would it be expected that the tools would segfault if you
    download a fresh copy of alchemy and executed this:
    > ~/Desktop/alchemy-darwin-v0.5a/bin/llc
    Bus Error
    >

  • Property List error: Unexpected character b at line 1 / JSON error: JSON text did not start with array or object and option to allow fragments not set.

    Hi,
    I have a MBP 13' Late 2011 and Yosemite 10.10.2 (14C1514).
    Until yesterday, I was using Garmin ConnectIQ SDK and all was working fine.
    Yesterday, I've updated my system with latest security updates and Xcode updates too (Version 6.2 (6C131e)).
    Since, I can't launch the ConnectIQ simulator app, I have this message in console :
    8/04/2015 15:19:04,103 mds[38]: There was an error parsing the Info.plist for the bundle at URL Info.plist -- file:///Volumes/Leto/connectiq-sdk-mac-1.1.0_2/ios/ConnectIQ.bundle/
    The data couldn’t be read because it isn’t in the correct format.
    <CFBasicHash 0x7fa64f44e9a0 [0x7fff7dfc7cf0]>{type = immutable dict, count = 2,
    entries =>
      0 : <CFString 0x7fff7df92580 [0x7fff7dfc7cf0]>{contents = "NSDebugDescription"} = <CFString 0x7fa64f44f0a0 [0x7fff7dfc7cf0]>{contents = "Unexpected character b at line 1"}
      1 : <CFString 0x7fff7df9f5e0 [0x7fff7dfc7cf0]>{contents = "kCFPropertyListOldStyleParsingError"} = Error Domain=NSCocoaErrorDomain Code=3840 "The data couldn’t be read because it isn’t in the correct format." (Conversion of string failed.) UserInfo=0x7fa64f44eda0 {NSDebugDescription=Conversion of string failed.}
    I have looked at this file and it looks like a binary plist
    bplist00ß^P^V^A^B^C^D^E^F^G^H
    ^K^L^M^N^O^P^Q^R^S^T^U^V^W^X^Y^Z^[^\^]^^^_ !"$%&'()'+,^[\CFBundleNameWDTXcodeYDTSDKName_^P^XNSHumanReadableCopyrightZDTSDKBuild_^P^YCFBundleDevelopmentRegion_^P^OCFBundleVersi    on_^P^SBuildMachineOSBuild^DTPlatformName_^P^SCFBundlePackageType_^P^ZCFBundleShortVersionString_^P^ZCFBundleSupportedPlatforms_^P^]CFBundleInfoDictionaryVersion_^P^RCFBundleE    xecutableZDTCompiler_^P^PMinimumOSVersion_^P^RCFBundleIdentifier^UIDeviceFamily_^P^QDTPlatformVersion\DTXcodeBuild_^P^QCFBundleSignature_^P^ODTPlatformBuildYConnectIQT0611[iph    oneos8.1o^P-^@C^@o^@p^@y^@r^@i^@g^@h^@t^@ ^@©^@ ^@2^@0^@1^@5^@ ^@G^@a^@r^@m^@i^@n^@.^@ ^@A^@l^@l^@ ^@r^@i^@g^@h^@t^@s^@ ^@r^@e^@s^@e^@r^@v^@e^@d^@.V12B411RenQ1V14C109Xiphoneos    TBNDLS1.0¡#XiPhoneOSS6.0YConnectIQ_^P"com.apple.compilers.llvm.clang.1_0S8.1_^P^Tcom.garmin.ConnectIQ¡*^P^AW6A2008aT????^@^H^@7^@D^@L^@V^@q^@|^@<98>^@ª^@À^@Ï^@å^A^B^A^_^A?^AT^    A_^Ar^A<87>^A<96>^Aª^A·^AË^AÝ^Aç^Aì^Aø^BU^B\^B_^Ba^Bh^Bq^Bv^Bz^B|^B<85>^B<89>^B<93>^B¸^B¼^BÓ^BÕ^B×^Bß^@^@^@^@^@^@^B^A^@^@^@^@^@^@^@-^@^@^@^@^@^@^@^@^@^@^@^@^@^@^Bä
    I guess it is a normal format but my system seems to be unable to read binary plist ?
    I tried some stuff with plutil
    plutil -lint Info.plist
    Info.plist: Unexpected character b at line 1
    Same for convert
    plutil -convert xml1 Info.plist
    Info.plist: Property List error: Unexpected character b at line 1 / JSON error: JSON text did not start with array or object and option to allow fragments not set.
    I also try to download a fresh version of the connectIQ SDK and no changes.
    Any idea ?
    Thanks

    Step by step, how did you arrive at seeing this agreement?

  • Error while exporting release build.

    I'm getting this error while exporting release build targeting iOS, running Flash Builder 4.7 and Apache Flex 4.10.0, any help would be greatly appreciated.
    Error occurred while packaging the application:
    # A fatal error has been detected by the Java Runtime Environment:
    #  EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x0000000180386950, pid=3328, tid=2472
    # JRE version: 6.0_31-b05
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.6-b01 mixed mode windows-amd64 compressed oops)
    # Problematic frame:
    # C  [llvm.dll+0x386950]
    # An error report file with more information is saved as:
    # C:\wamp\www\Flex\ROMCorp\bin-release-temp\AOT\hs_err_pid3328.log
    # If you would like to submit a bug report, please visit:
    #   http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    Compilation failed while executing : ADT

    My application contains too much private data, I can't attach it. Just several notes about my problem:
    1. It's not reproducible in the Flash Builder 4.6 on OSX 10.6.8
    2. It's reproducible with ant build script
    3. Error is gone when I removed all <icon></icon> elements from descriptor file.

  • 10133 ADF: How to stop search button to execute when there is an error

    Hi,
    I have two dropdownlists in a search criteria on a search page. The search result is at the bottom of the same page. The two values in the dropdownlists need to be validated when the search button is clicked. The validation logic is put in the searchBtn_action method binded to the search button. In the logic, when an invalid combination happens, I am able to post some error message on top of the page. But how can I stop the application to execute the sql statement? I mean if there is any method I can call to exit if there is an error? Thank you very much.
    Regards,
    Annie

    This is most likely an optimization problem. I know such behaviour existed in the past with some functions and NI usually fixed it in some later release, but the recent changes in the LabVIEW compiler to use LLVM and various optimization improvements may have added this "feature" back in. The default value behaviour is certainly correct and consistent but the behaviour without default value feels not right to me for LabVIEW. In C I would say ok this is simply undefined behaviour and that means the produced code is entitled to even format your harddisk, since C explicitedly says all undefined behaviour is subject to choices by the implementor and is allowed to do whatever the implementor sees fit, including changing behavior between any version of the compiler.
    But LabVIEW as a high level language has explicitedly so called default default data, which in this case should be used. Just having read a bit about LLVM I know they are wrestling with C undefined behaviour as well and LLVM being used a backend by several C compilers already has to deal with them. The reason that C explicitedly has many undefined behaviours is to allow various and sometimes significant optimizations, that could not be done, if the C standard would explicitedly require specific behaviour in certain cases (for instance uninitialized variables).
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Spinning beach ball yet again, in safari! need help to decipher error message

    Hi all. The SBBOD is happening again and this time it's more often when im using safari.
    Here's the error message when i managed to "force quit" it.
    Date/Time:       2011-06-02 14:25:00 +0800
    OS Version:      10.6.7 (Build 10J869)
    Architecture:    x86_64
    Report Version:  7
    Command:         Firefox
    Path:            /Applications/Firefox.app/Contents/MacOS/firefox-bin
    Version:         4.0.1 (4.0.1)
    Parent:          launchd [107]
    PID:             235
    Event:           hang
    Duration:        5.23s (sampling started after 2 seconds)
    Steps:           12 (100ms sampling interval)
    Pageins:         0
    Pageouts:        0
    Process:         firefox-bin [235]
    Path:            /Applications/Firefox.app/Contents/MacOS/firefox-bin
    UID:             501
      Thread 139a       DispatchQueue 1
      User stack:
        12 PR_Lock + 17 (in libnspr4.dylib) [0x101ae6651]
          12 semaphore_wait_signal_trap + 10 (in libSystem.B.dylib) [0x1026bc2e2]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13a3       DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1026d5fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1026d6128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1026d67fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1026d6cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x1026d512a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 13a4     
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x1026f53a9]
          12 catch_exception_raise + 2031 (in XUL) [0x1000327df]
            12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1026bc29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 13a7     
      User stack:
        12 kevent + 10 (in libSystem.B.dylib) [0x1026d512a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 13a8     
      User stack:
        12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
          12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13a9     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13aa     
      User stack:
        12 PR_Poll + 465 (in libnspr4.dylib) [0x101ae7f61]
          12 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x1026ffe52]
      Kernel stack:
        12 sleep + 52 [0x48eeb0]
      Thread 13ab     
      User stack:
        12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
          12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13ac     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13b4     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13b5     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13b6     
      User stack:
        12 mkdir + 10 (in libSystem.B.dylib) [0x10270b9e2]
      Kernel stack:
        12 lo64_unix_scall + 77 [0x2a144d]
          12 unix_syscall64 + 617 [0x4f6075]
            12 mkdir + 142 [0x2e7150]
              12 getdirentries + 528 [0x2e7022]
                12 vn_create + 346 [0x2dfa47]
                  12 VNOP_MKDIR + 119 [0x2fc3dc]
                    12 hfs_metadatazone_init + 16862 [0x440997]
                      12 hfs_metadatazone_init + 16603 [0x440894]
                        12 hfs_checkdeleted + 6247 [0x4209c7]
                          12 vnode_create + 821 [0x2e22f1]
                            12 mount_ref + 2992 [0x2df5e2]
                              12 mount_ref + 2641 [0x2df483]
                                12 VNOP_RECLAIM + 84 [0x2f94bc]
                                  12 com.paragon-software.filesystems.ntfs 82 + 25549 [0x59c473cd]
                                    12 lck_mtx_lock + 504 [0x2995d8]
                                      12 lck_mtx_lock_wait_x86 + 330 [0x29f85a]
                                        12 thread_block + 33 [0x2272eb]
                                          12 thread_block_reason + 331 [0x22725d]
                                            12 thread_dispatch + 1966 [0x226fbe]
                                              12 machine_switch_context + 753 [0x2a8a6e]
      Thread 13b7     
      User stack:
        12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
          12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13b8     
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x1026f53a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x1026f54f6]
            12 js::JSProxyHandler::isOuterWindow() + 813742 (in XUL) [0x100b2c26e]
              12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
                12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13b9     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13ba     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13bb     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13bc     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13bd     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13be     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13bf     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13c0     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13c1     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13c2     
      User stack:
        12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
          12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13c5     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 268 (in libnspr4.dylib) [0x101ae64cc]
            12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 13cd     
      User stack:
        12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1026bc29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 13f6     
      User stack:
        12 PR_Wait + 71 (in libnspr4.dylib) [0x101ae6537]
          12 PR_WaitCondVar + 109 (in libnspr4.dylib) [0x101ae642d]
            12 PRP_NakedNotify + 203 (in libnspr4.dylib) [0x101ae570b]
              12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1026f6f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Binary Images:
             0x10000e000 -        0x101806fef  XUL ??? (???) <0B46C5B2-1A7F-8DDE-81DE-73FE4C6E364E> /Applications/Firefox.app/Contents/MacOS/XUL
             0x101acd000 -        0x101b02ff7  libnspr4.dylib ??? (???) <DD34886E-AB02-40E0-A732-AD75C3E44D03> /Applications/Firefox.app/Contents/MacOS/libnspr4.dylib
             0x1026bb000 -        0x10287cfff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         AAM Updates Notifier [151]
    Path:            /Library/Application Support/Adobe/OOBE/PDApp/UWA/AAM Updates Notifier.app/Contents/MacOS/AAM Updates Notifier
    UID:             501
    Process:         Adium [158]
    Path:            /Applications/Adium.app/Contents/MacOS/Adium
    UID:             501
    Process:         AppleSpell [169]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    UID:             501
      Thread 463        DispatchQueue 1
      User stack:
        12 ??? (in AppleSpell + 4816) [0x1000012d0]
          12 ??? (in AppleSpell + 5472) [0x100001560]
            12 -[NSSpellServer run] + 72 (in Foundation) [0x10013aeee]
              12 CFRunLoopRun + 70 (in CoreFoundation) [0x10081eb46]
                12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x10081edbf]
                  12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x10081f932]
                    12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1004b829a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 464        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1004d1fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1004d2128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1004d27fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1004d2cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x1004d112a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Binary Images:
             0x100000000 -        0x1000a9fe7  com.apple.AppleSpell 1.6.2 (62.2) <B3C504CB-5E66-639E-9F2A-2F184565496A> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
             0x1000bc000 -        0x10033ffe7  com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
             0x1004b7000 -        0x100678fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
             0x1007d3000 -        0x10094afe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         apsd-ft [150]
    Path:            /Applications/FaceTime.app/Contents/Frameworks/ApplePushService.framework/apsd- ft
    UID:             501
    Process:         autofsd [41]
    Path:            /usr/libexec/autofsd
    UID:             0
      Thread 109        DispatchQueue 1
      User stack:
        12 ??? (in autofsd + 5340) [0x1000014dc]
          12 ??? (in autofsd + 6461) [0x10000193d]
            12 CFRunLoopRun + 70 (in CoreFoundation) [0x1000b6b46]
              12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1000b6dbf]
                12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1000b7932]
                  12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1002fc29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 11a        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100315fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100316128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1003167fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100316cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x10031512a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Binary Images:
             0x100000000 -        0x100001ff7  autofsd ??? (???) <E07FB03F-038C-D995-51F3-FF8A686F645B> /usr/libexec/autofsd
             0x10006b000 -        0x1001e2fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x1002fb000 -        0x1004bcfff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         blued [40]
    Path:            /usr/sbin/blued
    UID:             0
      Thread 108        DispatchQueue 1
      User stack:
        12 ??? (in blued + 5384) [0x100001508]
          12 ??? (in blued + 151651) [0x100025063]
            12 -[NSRunLoop(NSRunLoop) run] + 77 (in Foundation) [0x10095a6a3]
              12 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270 (in Foundation) [0x10095a7c4]
                12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1000afdbf]
                  12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1000b0932]
                    12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x100de929a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 14b        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100e02fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100e03128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x100e037fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100e03cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x100e0212a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 1d2      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x100e223a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x100e224f6]
            12 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x100e2ce52]
      Kernel stack:
        12 sleep + 52 [0x48eeb0]
      Thread 142e     
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100e02fc5]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x100e02f4a]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4d22d1]
      Binary Images:
             0x100000000 -        0x100046fe7  blued ??? (???) <29B9C27D-C2DC-F6BB-6A7C-74676B61665C> /usr/sbin/blued
             0x100064000 -        0x1001dbfe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10090f000 -        0x100b92fe7  com.apple.Foundation 6.6.6 (751.53) <476E617B-B59B-53DE-991D-98C1993BCBCE> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
             0x100de8000 -        0x100fa9fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         configd [13]
    Path:            /usr/libexec/configd
    UID:             0
      Thread e5         DispatchQueue 1
      User stack:
        12 start + 52 (in configd) [0x100000cf0]
          12 main + 2051 (in configd) [0x100001506]
            12 server_loop + 72 (in configd) [0x100001d5c]
              12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100086dbf]
                12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100087932]
                  12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1003d429a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread e6         DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1003edfc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1003ee128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1003ee7fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1003eecd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x1003ed12a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread e8       
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x10040d3a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x10040d4f6]
            12 plugin_exec + 1440 (in configd) [0x1000034c3]
              12 CFRunLoopRun + 70 (in CoreFoundation) [0x100086b46]
                12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100086dbf]
                  12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100087932]
                    12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1003d429a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 139      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x10040d3a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x10040d4f6]
            12 _io_pm_force_active_settings + 2271 (in PowerManagement) [0x100e8c3c5]
              12 CFRunLoopRun + 70 (in CoreFoundation) [0x100086b46]
                12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100086dbf]
                  12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100087932]
                    12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1003d429a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 148      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x10040d3a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x10040d4f6]
            12 select$DARWIN_EXTSN + 10 (in libSystem.B.dylib) [0x100417e52]
      Kernel stack:
        12 sleep + 52 [0x48eeb0]
      Thread 15f      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x10040d3a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x10040d4f6]
            12 pppcntl_run_thread + 1595 (in PPPController) [0x10259290d]
              12 CFRunLoopRun + 70 (in CoreFoundation) [0x100086b46]
                12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100086dbf]
                  12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100087932]
                    12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1003d429a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 1439     
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1003edfc5]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x1003edf4a]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4d22d1]
      Binary Images:
             0x100000000 -        0x100026ff7  configd ??? (???) <B31CB9AB-2B53-DDA9-3147-A55AE3E567A0> /usr/libexec/configd
             0x10003b000 -        0x1001b2fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x1003d3000 -        0x100594fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
             0x100e89000 -        0x100e9aff7  com.apple.SystemConfiguration.PowerManagement 160.0.0 (160.0.0) <11BDE066-A91E-EF41-F46E-6E05053C216D> /System/Library/SystemConfiguration/PowerManagement.bundle/Contents/MacOS/Power Management
             0x102580000 -        0x1025a9fff  com.apple.SystemConfiguration.PPPController 1.5 (1.5) <FD1F16E7-AA64-54FA-0985-85A5A0C43F5A> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPCont roller
    Process:         coreaudiod [99]
    Path:            /usr/sbin/coreaudiod
    UID:             202
      Thread 28e        DispatchQueue 1
      User stack:
        12 ??? (in coreaudiod + 2964) [0x100000b94]
          12 ??? (in coreaudiod + 26320) [0x1000066d0]
            12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100127dbf]
              12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100128932]
                12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x10061f29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 290        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100638fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100639128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1006397fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100639cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x10063812a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 292      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x1006583a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x1006584f6]
            12 CAPThread::Entry(CAPThread*) + 125 (in CoreAudio) [0x100045745]
              12 HALRunLoop::OwnThread(void*) + 152 (in CoreAudio) [0x100058776]
                12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100127dbf]
                  12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100128932]
                    12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x10061f29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 143f     
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100638fc5]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x100638f4a]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4d22d1]
      Binary Images:
             0x100000000 -        0x10001fff7  coreaudiod ??? (???) <9A14795C-2B28-130F-43A3-183AB48F75D8> /usr/sbin/coreaudiod
             0x100027000 -        0x1000a6fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <1DD64A62-0DE4-223F-F781-B272FECF80F0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
             0x1000dc000 -        0x100253fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x10061e000 -        0x1007dffff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         coreservicesd [47]
    Path:            /System/Library/CoreServices/coreservicesd
    UID:             0
      Thread 13d        DispatchQueue 1
      User stack:
        12 ??? (in coreservicesd + 3756) [0x100000eac]
          12 _CoreServicesServerMain + 522 (in CarbonCore) [0x100310ace]
            12 CFRunLoopRun + 70 (in CoreFoundation) [0x1009f7b46]
              12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1009f7dbf]
                12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1009f8932]
                  12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x10000829a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 13e        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100021fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100022128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1000227fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100022cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x10002112a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 16e      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x1000413a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x1000414f6]
            12 fmodWatchConsumer + 347 (in CarbonCore) [0x1002c476e]
              12 __semwait_signal + 10 (in libSystem.B.dylib) [0x100042f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 16f      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x1000413a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x1000414f6]
            12 read + 10 (in libSystem.B.dylib) [0x100012986]
      Kernel stack:
        12 lo64_unix_scall + 77 [0x2a144d]
          12 unix_syscall64 + 617 [0x4f6075]
            12 read_nocancel + 158 [0x49dac1]
              12 write + 312 [0x49d345]
                12 get_pathbuff + 3054 [0x306b84]
                  12 tsleep + 105 [0x48f0eb]
                    12 wakeup + 786 [0x48ecc4]
                      12 thread_block + 33 [0x2272eb]
                        12 thread_block_reason + 331 [0x22725d]
                          12 thread_dispatch + 1966 [0x226fbe]
                            12 machine_switch_context + 753 [0x2a8a6e]
      Thread 1429     
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100021fc5]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x100021f4a]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4d22d1]
      Binary Images:
             0x100000000 -        0x100000fff  coreservicesd ??? (???) <2A6BD0A0-7DA6-ABE6-3D55-E260EA69F56F> /System/Library/CoreServices/coreservicesd
             0x100007000 -        0x1001c8fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
             0x100260000 -        0x100594fff  com.apple.CoreServices.CarbonCore 861.34 (861.34) <B5680539-CB31-6C6D-C0AD-606D4D46E7F5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
             0x1009ac000 -        0x100b23fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         cvmsComp_x86_64 [168]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsComp_x86_6 4
    UID:             501
      Thread 454        DispatchQueue 1
      User stack:
        12 ??? (in cvmsComp_x86_64 + 2740) [0x100000ab4]
          12 llvm::CVMSMemoryManager::getDlsymTable() const + 3295 (in cvmsComp_x86_64) [0x1000035ed]
            12 mach_msg_server + 539 (in libSystem.B.dylib) [0x100c55eda]
              12 mach_msg_overwrite_trap + 10 (in libSystem.B.dylib) [0x100bd92a6]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Binary Images:
             0x100000000 -        0x100005ff7  cvmsComp_x86_64 ??? (???) <63EC83FC-19CA-E59A-99F8-92B5CF093E39> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsComp_x86_6 4
             0x100bd8000 -        0x100d99fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         cvmsServ [89]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
    UID:             0
      Thread 271        DispatchQueue 1
      User stack:
        12 ??? (in cvmsServ + 4100) [0x100001004]
          12 ??? (in cvmsServ + 23081) [0x100005a29]
            12 mach_msg_server + 539 (in libSystem.B.dylib) [0x100339eda]
              12 mach_msg_overwrite_trap + 10 (in libSystem.B.dylib) [0x1002bd2a6]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 272      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x1002f63a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x1002f64f6]
            12 ??? (in cvmsServ + 16132) [0x100003f04]
              12 __semwait_signal + 10 (in libSystem.B.dylib) [0x1002f7f8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Binary Images:
             0x100000000 -        0x100008fff  cvmsServ ??? (???) <B00FDF04-3059-CE2E-9534-7D07E3B41551> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/cvmsServ
             0x1002bc000 -        0x10047dfff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         DirectoryService [36]
    Path:            /usr/sbin/DirectoryService
    UID:             0
      Thread 104        DispatchQueue 1
      User stack:
        12 start + 52 (in DirectoryService) [0x10000cedc]
          12 main + 3061 (in DirectoryService) [0x10000dad9]
            12 CFRunLoopRun + 70 (in CoreFoundation) [0x1009a8b46]
              12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1009a8dbf]
                12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1009a9932]
                  12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x100c7229a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 124        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100c8bfc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100c8c128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x100c8c7fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x100c8ccd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x100c8b12a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 121        DispatchQueue 8
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100c8bfc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100c8c128]
            12 _dispatch_worker_thread2 + 239 (in libSystem.B.dylib) [0x100c8c7f1]
              12 _dispatch_call_block_and_release + 15 (in libSystem.B.dylib) [0x100cae284]
                12 ____StartKernelListener_block_invoke_8 + 33 (in DirectoryService) [0x1000285ad]
                  12 semaphore_wait_trap + 10 (in libSystem.B.dylib) [0x100c722d6]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Thread 135        DispatchQueue 8
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100c8bfc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x100c8c128]
            12 _dispatch_worker_thread2 + 239 (in libSystem.B.dylib) [0x100c8c7f1]
              12 _dispatch_call_block_and_release + 15 (in libSystem.B.dylib) [0x100cae284]
                12 syscall + 10 (in libSystem.B.dylib) [0x100cae882]
      Kernel stack:
        12 sleep + 52 [0x48eeb0]
      Thread 122      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x100cab3a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x100cab4f6]
            12 DSLThread::_RunWrapper(void*) + 67 (in DirectoryServiceCore) [0x100c5a34b]
              12 DSCThread::Run() + 36 (in DirectoryServiceCore) [0x100c5a0ac]
                12 CPluginRunLoopThread::ThreadMain() + 150 (in DirectoryService) [0x10001c674]
                  12 CFRunLoopRun + 70 (in CoreFoundation) [0x1009a8b46]
                    12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1009a8dbf]
                      12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1009a9932]
                        12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x100c7229a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 142d     
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x100c8bfc5]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x100c8bf4a]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4d22d1]
      Binary Images:
             0x100000000 -        0x100120ff7  DirectoryService ??? (???) <3408296C-EC0B-E742-27E1-E5BE8A2D686F> /usr/sbin/DirectoryService
             0x10095d000 -        0x100ad4fe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x100c52000 -        0x100c63fff  com.apple.DirectoryServiceCore.Framework 3.6 (621.11) <58F95644-E6DB-EC87-A8C8-03A65E3BC1AF> /System/Library/PrivateFrameworks/DirectoryServiceCore.framework/Versions/A/Dir ectoryServiceCore
             0x100c71000 -        0x100e32fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         diskarbitrationd [12]
    Path:            /usr/sbin/diskarbitrationd
    UID:             0
      Thread e4         DispatchQueue 1
      User stack:
        12 ??? (in diskarbitrationd + 4064) [0x100000fe0]
          12 ??? (in diskarbitrationd + 32876) [0x10000806c]
            12 CFRunLoopRun + 70 (in CoreFoundation) [0x100072b46]
              12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x100072dbf]
                12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100073932]
                  12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x10072129a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread e9         DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x10073afc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x10073b128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x10073b7fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x10073bcd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x10073a12a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Binary Images:
             0x100000000 -        0x10001bfef  diskarbitrationd ??? (???) <023CCC37-1C60-F2A2-6FF0-B2F4EE9C5747> /usr/sbin/diskarbitrationd
             0x100027000 -        0x10019efe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x100720000 -        0x1008e1fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         distnoted [44]
    Path:            /usr/sbin/distnoted
    UID:             1
      Thread 111        DispatchQueue 1
      User stack:
        12 ??? (in distnoted + 3620) [0x100000e24]
          12 ??? (in distnoted + 3717) [0x100000e85]
            12 CFRunLoopRun + 70 (in CoreFoundation) [0x10004fb46]
              12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x10004fdbf]
                12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x100050932]
                  12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x10029529a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 11e        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1002aefc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1002af128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1002af7fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1002afcd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x1002ae12a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 143b     
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1002aefc5]
          12 __workq_kernreturn + 10 (in libSystem.B.dylib) [0x1002aef4a]
      Kernel stack:
        12 bsdthread_create + 1313 [0x4d22d1]
      Binary Images:
             0x100000000 -        0x100000fff  distnoted ??? (???) <92B9638C-E784-F96A-27F4-76F21E79A832> /usr/sbin/distnoted
             0x100004000 -        0x10017bfe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
             0x100294000 -        0x100455fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
    Process:         Dock [111]
    Path:            /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
    UID:             501
      Thread 2c9        DispatchQueue 1
      User stack:
        12 ??? (in Dock + 17200) [0x100004330]
          12 ??? (in Dock + 18296) [0x100004778]
            12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x1013dedbf]
              12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x1013df932]
                12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x1007e529a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread 2cd        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x1007fefc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x1007ff128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x1007ff7fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x1007ffcd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x1007fe12a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread 304      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x10081e3a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x10081e4f6]
            12 ??? (in Dock + 87651) [0x100015663]
              12 __semwait_signal + 10 (in libSystem.B.dylib) [0x10081ff8a]
      Kernel stack:
        12 semaphore_wait_continue + 0 [0x22a3e1]
      Binary Images:
             0x100000000 -        0x100177ff7  com.apple.dock 1.7 (769.16.1) <E988705F-09E5-BDB3-A6D8-BC87A001F5E4> /System/Library/CoreServices/Dock.app/Contents/MacOS/Dock
             0x1007e4000 -        0x1009a5fff  libSystem.B.dylib ??? (???) <9BAEB2F2-B485-6349-E1AB-637FE12EE770> /usr/lib/libSystem.B.dylib
             0x101393000 -        0x10150afe7  com.apple.CoreFoundation 6.6.4 (550.42) <770C572A-CF70-168F-F43C-242B9114FCB5> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Process:         dynamic_pager [33]
    Path:            /sbin/dynamic_pager
    UID:             0
      Thread 101        DispatchQueue 1
      User stack:
        12 ??? [0x1000013ec]
          12 ??? [0x1000023eb]
            12 ??? [0x100001cae]
              12 ??? [0x100001a30]
                12 ??? [0x10000198f]
                  12 ??? [0x10031c29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
    Process:         Finder [199]
    Path:            /System/Library/CoreServices/Finder.app/Contents/MacOS/Finder
    UID:             501
      Thread dbc        DispatchQueue 1
      User stack:
        12 ??? (in Finder + 20828) [0x10000515c]
          12 ??? (in Finder + 20889) [0x100005199]
            12 NSApplicationMain + 364 (in AppKit) [0x10265a1a8]
              12 -[NSApplication run] + 395 (in AppKit) [0x10266148b]
                12 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155 (in AppKit) [0x10269b7a9]
                  12 _DPSNextEvent + 718 (in AppKit) [0x10269be64]
                    12 BlockUntilNextEventMatchingListInMode + 59 (in HIToolbox) [0x10136e4ac]
                      12 ReceiveNextEventCommon + 310 (in HIToolbox) [0x10136e5f3]
                        12 RunCurrentEventLoopInMode + 333 (in HIToolbox) [0x10136e7ee]
                          12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x102015dbf]
                            12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x102016932]
                              12 mach_msg_trap + 10 (in libSystem.B.dylib) [0x101cac29a]
      Kernel stack:
        12 ipc_mqueue_receive_continue + 0 [0x210cea]
      Thread ded        DispatchQueue 2
      User stack:
        12 start_wqthread + 13 (in libSystem.B.dylib) [0x101cc5fc5]
          12 _pthread_wqthread + 353 (in libSystem.B.dylib) [0x101cc6128]
            12 _dispatch_worker_thread2 + 252 (in libSystem.B.dylib) [0x101cc67fe]
              12 _dispatch_queue_invoke + 185 (in libSystem.B.dylib) [0x101cc6cd4]
                12 kevent + 10 (in libSystem.B.dylib) [0x101cc512a]
      Kernel stack:
        12 kevent + 97 [0x4783e9]
      Thread df3      
      User stack:
        12 thread_start + 13 (in libSystem.B.dylib) [0x101ce53a9]
          12 _pthread_start + 331 (in libSystem.B.dylib) [0x101ce54f6]
            12 PrivateMPEntryPoint + 63 (in CarbonCore) [0x104555335]
              12 TSystemNotificationTask::SystemNotificationTaskProc(void*) + 514 (in DesktopServicesPriv) [0x10045e4d2]
                12 CFRunLoopRun + 70 (in CoreFoundation) [0x102015b46]
                  12 CFRunLoopRunSpecific + 575 (in CoreFoundation) [0x102015dbf]
                    12 __CFRunLoopRun + 1698 (in CoreFoundation) [0x102016932]
                      12 mach_m

    Youtube won't work in safe mode because it depends on Flash. Flash is a browser plug-in, and plug-ins are disabled. The user interface may seem slower because hardware graphics acceleration is also disabled.
    It sounds like your problem isn't manifested in safe mode. That means it was caused by one of two things: (a) a corrupt or outdated system cache that was rebuilt by booting in safe mode, or (b) some third-party software that you installed and that's temporarily disabled in safe mode.
    Reboot as usual (not in safe mode) and test again. If the beachballs don't come back, problem solved.
    If the beachballs do come back after rebooting, then open the Accounts preference pane in System Preferences and enable guest logins. Log in as Guest (no password needed) and test again. That will tell you whether the problem is due to something in your home folder, or outside your home folder.

  • Fatal error on Mac OSX 10.8.3 when running tutorial 2 (Creating a Form)

    Tutorial 1, hello world, works fine but tutorial 2 throws the following errors:
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x000000010c0e6e59, pid=882, tid=1799
    # JRE version: 7.0_17-b02
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode bsd-amd64 compressed oops)
    # Problematic frame:
    # V [libjvm.dylib+0x2a4e59]
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # If you would like to submit a bug report, please visit:
    # http://bugreport.sun.com/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x00007fc95b8be000): JavaThread "JavaFX Application Thread" [_thread_in_vm, id=1799, stack(0x00007fff536e8000,0x00007fff53ee8000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000
    Registers:
    RAX=0x00007fff53edb090, RBX=0x00007fff53edb018, RCX=0x0000000000000000, RDX=0x00007fff53edb018
    RSP=0x00007fff53edaef0, RBP=0x00007fff53edaf00, RSI=0x0000000000000000, RDI=0x00007fff53edafc8
    R8 =0x0000000000000000, R9 =0x0000000000000001, R10=0x00007fc95d873ad0, R11=0x00007fff7c3e4368
    R12=0x00007fc95b8be000, R13=0x0000000000000278, R14=0x00007fff53edafc8, R15=0x00007fc95b8be1d8
    RIP=0x000000010c0e6e59, EFLAGS=0x0000000000010246, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x00007fff53edaef0)
    0x00007fff53edaef0: 0000000000000000 00007fff53edafc8
    0x00007fff53edaf00: 00007fff53edb080 000000010c0dee61
    0x00007fff53edaf10: 00007fc95d884300 0000000000000000
    0x00007fff53edaf20: 00007fff53edaf18 0000000000000000
    0x00007fff53edaf30: 0000000000000000 0000000000000001
    0x00007fff53edaf40: 00007fc95d884610 0000000000000000
    0x00007fff53edaf50: 00007fff9653b2c3 00007fc95d8841e0
    0x00007fff53edaf60: 00007fc95d883fa0 0000000000000280
    0x00007fff53edaf70: 00007fff53edafd0 00007fff96072e81
    0x00007fff53edaf80: 0000000000000003 00007fff53edaf00
    0x00007fff53edaf90: 000000005d881808 ffffffffffffffff
    0x00007fff53edafa0: 0000000000000000 00007fc95d8841e0
    0x00007fff53edafb0: 00007fff9653b2c3 00007fc95d8841e0
    0x00007fff53edafc0: 00007fc95d884610 00007fc95d883fa0
    0x00007fff53edafd0: 00007fff53edb080 00007fff9607311a
    0x00007fff53edafe0: 000000010bd2e000 0000000000000001
    0x00007fff53edaff0: ffffffffffffffff 0000000000000000
    0x00007fff53edb000: 00007fff7ce770e0 000000000000000e
    0x00007fff53edb010: 00007fff96073145 0000003000000018
    0x00007fff53edb020: 00007fff53edb090 00007fff53edaf10
    0x00007fff53edb030: 00007fc95b8be000 0000000000000000
    0x00007fff53edb040: 00007fff9606af40 00007fff92b56354
    0x00007fff53edb050: 00007fc95b8be000 00007fc95b8be000
    0x00007fff53edb060: 000000010c0ded6b 0000000000000001
    0x00007fff53edb070: 0000000000000001 00007fc95b8be1d8
    0x00007fff53edb080: 00007fff53edb560 000000016fb72400
    0x00007fff53edb090: 00007fc95d8817f0 00007fc95a8006f0
    0x00007fff53edb0a0: 0000000000000048 00007fff7c2e0b48
    0x00007fff53edb0b0: 00007fff53edb110 00007fff91966f5b
    0x00007fff53edb0c0: 00007fff53edb360 0000000000000000
    0x00007fff53edb0d0: ffff8036a2793b4f 00007fff53edb4e0
    0x00007fff53edb0e0: 00007fc95a800800 00007fc95d86c4b0
    Instructions: (pc=0x000000010c0e6e59)
    0x000000010c0e6e39: 3e 00 48 83 c0 10 49 89 06 49 89 5e 28 5b 41 5e
    0x000000010c0e6e49: 5d c3 90 55 48 89 e5 41 56 53 48 89 d3 49 89 fe
    0x000000010c0e6e59: 48 8b 06 48 8b 48 10 48 8b 78 18 0f b7 71 42 e8
    0x000000010c0e6e69: c5 2a 21 00 48 89 c6 48 83 e6 fe 4c 89 f7 e8 74
    Register to memory mapping:
    RAX=0x00007fff53edb090 is pointing into the stack for thread: 0x00007fc95b8be000
    RBX=0x00007fff53edb018 is pointing into the stack for thread: 0x00007fc95b8be000
    RCX=0x0000000000000000 is an unknown value
    RDX=0x00007fff53edb018 is pointing into the stack for thread: 0x00007fc95b8be000
    RSP=0x00007fff53edaef0 is pointing into the stack for thread: 0x00007fc95b8be000
    RBP=0x00007fff53edaf00 is pointing into the stack for thread: 0x00007fc95b8be000
    RSI=0x0000000000000000 is an unknown value
    RDI=0x00007fff53edafc8 is pointing into the stack for thread: 0x00007fc95b8be000
    R8 =0x0000000000000000 is an unknown value
    R9 =0x0000000000000001 is an unknown value
    R10=0x00007fc95d873ad0 is an unknown value
    R11=0x00007fff7c3e4368: OBJC_EHTYPE_$_NSException+0x1880 in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation at 0x00007fff92a2a000
    R12=0x00007fc95b8be000 is a thread
    R13=0x0000000000000278 is an unknown value
    R14=0x00007fff53edafc8 is pointing into the stack for thread: 0x00007fc95b8be000
    R15=0x00007fc95b8be1d8 is an unknown value
    Stack: [0x00007fff536e8000,0x00007fff53ee8000], sp=0x00007fff53edaef0, free space=8139k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.dylib+0x2a4e59]
    V [libjvm.dylib+0x29ce61]
    C [libglass.dylib+0x16400] -[GlassTouches(hidden) sendJavaTouchEvent:]+0x450
    C [libglass.dylib+0x15be4] listenTouchEvents+0x44
    C [CoreGraphics+0x440a66] processEventTapData+0x258
    C [CoreGraphics+0x4406f7] _CGYPostEventTapData+0xbd
    C [CoreGraphics+0x4f7d4e] _XPostEventTapData+0x6b
    C [CoreGraphics+0x4f7e46] CGYEventTap_server+0x6a
    C [CoreGraphics+0x4407e5] eventTapMessageHandler+0x1e
    C [CoreFoundation+0x2e40] __CFMachPortPerform+0x120
    C [CoreFoundation+0x2d09] __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__+0x29
    C [CoreFoundation+0x2a49] __CFRunLoopDoSource1+0x99
    C [CoreFoundation+0x35c02] __CFRunLoopRun+0x722
    C [CoreFoundation+0x350e2] CFRunLoopRunSpecific+0x122
    C [HIToolbox+0x5feb4] RunCurrentEventLoopInMode+0xd1
    C [HIToolbox+0x5fc52] ReceiveNextEventCommon+0x164
    C [HIToolbox+0x5fae3] BlockUntilNextEventMatchingListInMode+0x3e
    C [AppKit+0x155563] _DPSNextEvent+0x2ad
    C [AppKit+0x154e22] -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]+0x80
    C [AppKit+0x14c1d3] -[NSApplication run]+0x205
    C [libglass.dylib+0x30a9] -[GlassApplication runLoop:]+0x309
    C [Foundation+0x92d3a] __NSThreadPerformPerform+0xe1
    C [CoreFoundation+0x12b31] __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__+0x11
    C [CoreFoundation+0x12455] __CFRunLoopDoSources0+0xf5
    C [CoreFoundation+0x357f5] __CFRunLoopRun+0x315
    C [CoreFoundation+0x350e2] CFRunLoopRunSpecific+0x122
    C [java+0x742d] CreateExecutionEnvironment+0x367
    C [java+0x1bdc] JLI_Launch+0x7a0
    C [java+0x778a] main+0x65
    C [java+0x1434] start+0x34
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00007fc95b8b0000 JavaThread "Thread-4" daemon [_thread_in_native, id=33539, stack(0x00000001712f1000,0x0000000171371000)]
    =>0x00007fc95b8be000 JavaThread "JavaFX Application Thread" [_thread_in_vm, id=1799, stack(0x00007fff536e8000,0x00007fff53ee8000)]
    0x00007fc95a892000 JavaThread "Thread-2" daemon [_thread_blocked, id=27651, stack(0x000000016fbbb000,0x000000016fcbb000)]
    0x00007fc95a8a4800 JavaThread "Disposer" daemon [_thread_blocked, id=27395, stack(0x000000016fa5a000,0x000000016fb5a000)]
    0x00007fc95a89b000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=22275, stack(0x000000016e79f000,0x000000016e89f000)]
    0x00007fc95b8a4800 JavaThread "JavaFX-Launcher" [_thread_blocked, id=22019, stack(0x000000016e69c000,0x000000016e79c000)]
    0x00007fc95b89f000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=21763, stack(0x000000016e53c000,0x000000016e63c000)]
    0x00007fc95d01b800 JavaThread "Service Thread" daemon [_thread_blocked, id=21251, stack(0x000000016e123000,0x000000016e223000)]
    0x00007fc95d01a800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=20995, stack(0x000000016e020000,0x000000016e120000)]
    0x00007fc95d019000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=20739, stack(0x000000016df1d000,0x000000016e01d000)]
    0x00007fc95d002000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=20483, stack(0x000000016de1a000,0x000000016df1a000)]
    0x00007fc95a857800 JavaThread "Finalizer" daemon [_thread_blocked, id=16131, stack(0x000000016dbc9000,0x000000016dcc9000)]
    0x00007fc95a857000 JavaThread "Reference Handler" daemon [_thread_blocked, id=15875, stack(0x000000016dac6000,0x000000016dbc6000)]
    0x00007fc95c800000 JavaThread "main" [_thread_blocked, id=5891, stack(0x000000010c8ea000,0x000000010c9ea000)]
    Other Threads:
    0x00007fc95a854800 VMThread [stack: 0x000000016d9c3000,0x000000016dac3000] [id=15619]
    0x00007fc95d012800 WatcherThread [stack: 0x000000016e226000,0x000000016e326000] [id=21507]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 24640K, used 11066K [0x000000014bef0000, 0x000000014da70000, 0x0000000167790000)
    eden space 21120K, 52% used [0x000000014bef0000,0x000000014c9bebd0,0x000000014d390000)
    from space 3520K, 0% used [0x000000014d700000,0x000000014d700000,0x000000014da70000)
    to space 3520K, 0% used [0x000000014d390000,0x000000014d390000,0x000000014d700000)
    ParOldGen total 56448K, used 0K [0x0000000114d90000, 0x00000001184b0000, 0x000000014bef0000)
    object space 56448K, 0% used [0x0000000114d90000,0x0000000114d90000,0x00000001184b0000)
    PSPermGen total 21248K, used 5606K [0x000000010fb90000, 0x0000000111050000, 0x0000000114d90000)
    object space 21248K, 26% used [0x000000010fb90000,0x0000000110109af0,0x0000000111050000)
    Card table byte_map: [0x0000000167790000,0x0000000167a4f000] byte_map_base: 0x0000000166f12380
    Polling page: 0x000000010ca29000
    Code Cache [0x000000010cabf000, 0x000000010cd2f000, 0x000000010fabf000)
    total_blobs=339 nmethods=35 adapters=256 free_code_cache=48608Kb largest_free_block=49741696
    Compilation events (10 events):
    Event: 1.025 Thread 0x00007fc95d019000 nmethod 30 0x000000010cb3db90 code [0x000000010cb3dce0, 0x000000010cb3dd78]
    Event: 1.025 Thread 0x00007fc95d019000 31 java.util.zip.ZipCoder::getBytes (192 bytes)
    Event: 1.031 Thread 0x00007fc95d019000 nmethod 31 0x000000010cb3f990 code [0x000000010cb3fb80, 0x000000010cb401f0]
    Event: 1.031 Thread 0x00007fc95d019000 32 java.util.zip.ZipCoder::encoder (35 bytes)
    Event: 1.032 Thread 0x00007fc95d019000 nmethod 32 0x000000010cb3d4d0 code [0x000000010cb3d600, 0x000000010cb3d698]
    Event: 1.032 Thread 0x00007fc95d019000 33 java.nio.charset.CharsetEncoder::reset (11 bytes)
    Event: 1.032 Thread 0x00007fc95d019000 nmethod 33 0x000000010cb3d290 code [0x000000010cb3d3c0, 0x000000010cb3d418]
    Event: 1.032 Thread 0x00007fc95d019000 34 java.nio.charset.CharsetEncoder::implReset (1 bytes)
    Event: 1.032 Thread 0x00007fc95d019000 nmethod 34 0x000000010cb40c50 code [0x000000010cb40d80, 0x000000010cb40dd8]
    Event: 1.042 Thread 0x00007fc95d01a800 nmethod 21 0x000000010cb47950 code [0x000000010cb47e40, 0x000000010cb4b4f0]
    GC Heap History (0 events):
    No events
    Deoptimization events (0 events):
    No events
    Internal exceptions (10 events):
    Event: 1.034 Thread 0x00007fc95b8be000 Threw 0x000000014c94be48 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.035 Thread 0x00007fc95b8be000 Threw 0x000000014c952370 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.035 Thread 0x00007fc95b8be000 Threw 0x000000014c957fe0 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.036 Thread 0x00007fc95b8be000 Threw 0x000000014c95d130 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.036 Thread 0x00007fc95b8be000 Threw 0x000000014c962ef0 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.036 Thread 0x00007fc95b8be000 Threw 0x000000014c966d28 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.037 Thread 0x00007fc95b8be000 Threw 0x000000014c96a8b0 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.037 Thread 0x00007fc95b8be000 Threw 0x000000014c96eb48 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.045 Thread 0x00007fc95b8be000 Threw 0x000000014c9749f0 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.058 Thread 0x00007fc95b8be000 Threw 0x000000014c97b300 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Events (10 events):
    Event: 1.045 loading class 0x00007fc95a41baf0
    Event: 1.045 loading class 0x00007fc95a41baf0 done
    Event: 1.045 loading class 0x00007fc95a43ea00
    Event: 1.045 loading class 0x00007fc95a43ea00 done
    Event: 1.045 loading class 0x00007fc95b004640
    Event: 1.045 loading class 0x00007fc95b004640 done
    Event: 1.058 loading class 0x00007fc95a4b4560
    Event: 1.058 loading class 0x00007fc95a4b4560 done
    Event: 4.133 Executing VM operation: EnableBiasedLocking
    Event: 4.133 Executing VM operation: EnableBiasedLocking done

    Dynamic libraries:
    0x000000000b4b6000      /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x000000000b4b6000      /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x000000000b4b6000      /usr/lib/libz.1.dylib
    0x000000000b4b6000      /usr/lib/libSystem.B.dylib
    0x000000000b4b6000      /usr/lib/libobjc.A.dylib
    0x000000000b4b6000      /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x000000000b4b6000      /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x000000000b4b6000      /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x000000000b4b6000      /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x000000000b4b6000      /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x000000000b4b6000      /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x000000000b4b6000      /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x000000000b4b6000      /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x000000000b4b6000      /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x000000000b4b6000      /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x000000000b4b6000      /usr/lib/libauto.dylib
    0x000000000b4b6000      /usr/lib/libicucore.A.dylib
    0x000000000b4b6000      /usr/lib/libxml2.2.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x000000000b4b6000      /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x000000000b4b6000      /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x000000000b4b6000      /usr/lib/liblangid.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x000000000b4b6000      /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x000000000b4b6000      /usr/lib/libDiagnosticMessagesClient.dylib
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x000000000b4b6000      /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x000000000b4b6000      /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x000000000b4b6000      /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x000000000b4b6000      /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x000000000b4b6000      /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x000000000b4b6000      /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x000000000b4b6000      /usr/lib/libCRFSuite.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x000000000b4b6000      /usr/lib/libc++.1.dylib
    0x000000000b4b6000      /usr/lib/libc++abi.dylib
    0x000000000b4b6000      /usr/lib/system/libcache.dylib
    0x000000000b4b6000      /usr/lib/system/libcommonCrypto.dylib
    0x000000000b4b6000      /usr/lib/system/libcompiler_rt.dylib
    0x000000000b4b6000      /usr/lib/system/libcopyfile.dylib
    0x000000000b4b6000      /usr/lib/system/libdispatch.dylib
    0x000000000b4b6000      /usr/lib/system/libdnsinfo.dylib
    0x000000000b4b6000      /usr/lib/system/libdyld.dylib
    0x000000000b4b6000      /usr/lib/system/libkeymgr.dylib
    0x000000000b4b6000      /usr/lib/system/liblaunch.dylib
    0x000000000b4b6000      /usr/lib/system/libmacho.dylib
    0x000000000b4b6000      /usr/lib/system/libquarantine.dylib
    0x000000000b4b6000      /usr/lib/system/libremovefile.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_blocks.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_c.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_dnssd.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_info.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_kernel.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_m.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_network.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_notify.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_sandbox.dylib
    0x000000000b4b6000      /usr/lib/system/libunc.dylib
    0x000000000b4b6000      /usr/lib/system/libunwind.dylib
    0x000000000b4b6000      /usr/lib/system/libxpc.dylib
    0x000000000b4b6000      /usr/lib/system/libcorecrypto.dylib
    0x000000000b4b6000      /usr/lib/libstdc++.6.dylib
    0x000000000b4b6000      /usr/lib/libbsm.0.dylib
    0x000000000b4b6000      /usr/lib/libsqlite3.dylib
    0x000000000b4b6000      /usr/lib/libxar.1.dylib
    0x000000000b4b6000      /usr/lib/libpam.2.dylib
    0x000000000b4b6000      /usr/lib/libOpenScriptingUtil.dylib
    0x000000000b4b6000      /usr/lib/libbz2.1.0.dylib
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x000000000b4b6000      /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x000000000b4b6000      /usr/lib/system/libkxld.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x000000000b4b6000      /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x000000000b4b6000      /usr/lib/libxslt.1.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x000000000b4b6000      /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x000000000b4b6000      /usr/lib/libcups.2.dylib
    0x000000000b4b6000      /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x000000000b4b6000      /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x000000000b4b6000      /usr/lib/libresolv.9.dylib
    0x000000000b4b6000      /usr/lib/libiconv.2.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x000000000b4b6000      /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x000000000b4b6000      /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x000000000b4b6000      /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x000000000b4b6000      /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x000000000b4b6000      /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x000000000b4b6000      /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x000000000b4b6000      /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x000000000b4b6000      /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x000000000b4b6000      /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x000000000b4b6000      /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x000000000b4b6000      /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x000000000b4b6000      /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x000000000b4b6000      /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x000000000b4b6000      /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x000000000b4b6000      /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x000000000b4b6000      /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x000000000b4b6000      /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x000000000b4b6000      /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x000000000b4b6000      /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x000000010be42000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/server/libjvm.dylib
    0x000000010c9ec000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libverify.dylib
    0x000000010c9f9000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libjava.dylib
    0x000000010cab6000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libzip.dylib
    0x000000016dccb000      /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/JavaRuntimeSupport
    0x000000016dce3000      /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
    0x000000016dcf8000      /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x000000016dd05000      /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x000000016e538000      /Applications/IntelliJ IDEA 12.app/bin/libbreakgen64.jnilib
    0x000000016e63e000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libnet.dylib
    0x000000016e8c3000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libprism-es2.dylib
    0x000000016e977000      /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x000000016eb6c000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x000000016ed14000      /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
    0x000000016f03b000      /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x000000016f046000      /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x000000016f45a000      /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
    0x000000016f946000      /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
    0x000000016f95a000      /System/Library/Frameworks/OpenGL.framework/Resources//GLRendererFloat.bundle/GLRendererFloat
    0x000000016f98e000      /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x000000000b4b6000      /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x000000000b4b6000      /usr/lib/libcurl.4.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x000000000b4b6000      /usr/lib/libssl.0.9.8.dylib
    0x000000000b4b6000      /usr/lib/libcrypto.0.9.8.dylib
    0x000000000b4b6000      /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x000000000b4b6000      /usr/lib/libsasl2.2.dylib
    0x000000016fb5c000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libglass.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x000000000b4b6000      /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x000000000b4b6000      /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    VM Arguments:
    jvm_args: -Didea.launcher.port=7536 -Didea.launcher.bin.path=/Applications/IntelliJ IDEA 12.app/bin -Dfile.encoding=UTF-8
    java_command: com.intellij.rt.execution.application.AppMain sample.Main
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin
    SHELL=/bin/bash
    DISPLAY=/tmp/launch-g2yCr7/org.macosforge.xquartz:0
    Signal Handlers:
    SIGSEGV: [libjvm.dylib+0x4a361d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGBUS: [libjvm.dylib+0x4a361d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGFPE: [libjvm.dylib+0x3b302d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGPIPE: [libjvm.dylib+0x3b302d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGXFSZ: [libjvm.dylib+0x3b302d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGILL: [libjvm.dylib+0x3b302d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002
    SIGUSR2: [libjvm.dylib+0x3b2bc6], sa_mask[0]=0x00000004, sa_flags=0x00000042
    SIGHUP: [libjvm.dylib+0x3b0e27], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGINT: [libjvm.dylib+0x3b0e27], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGTERM: [libjvm.dylib+0x3b0e27], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGQUIT: [libjvm.dylib+0x3b0e27], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    --------------- S Y S T E M ---------------
    OS:Bsduname:Darwin 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
    rlimit: STACK 8192k, CORE 0k, NPROC 709, NOFILE 10240, AS infinity
    load average:0.96 1.20 1.37
    CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit
    Memory: 4k page, physical 5410872k(1352718k free)
    /proc/meminfo:
    vm_info: Java HotSpot(TM) 64-Bit Server VM (23.7-b01) for bsd-amd64 JRE (1.7.0_17-b02), built on Mar 1 2013 06:41:23 by "java_re" with gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
    time: Wed Apr 10 20:10:17 2013
    elapsed time: 4 seconds

  • Pacman -Syu -- error: failed to commit transaction (conflicting files)

    Hi! I'm upgrading my system after a lot of time, but I have this error:
    sudo pacman -Syu
    [sudo] password for elrengo:
    :: Synchronizing package databases...
    core 121,3 KiB 90,8K/s 00:01 [#######################################################################] 100%
    extra is up to date
    community 2,6 MiB 278K/s 00:10 [#######################################################################] 100%
    multilib is up to date
    archlinuxfr is up to date
    :: Starting full system upgrade...
    :: Replace gtk2-xfce-engine with extra/gtk-xfce-engine? [Y/n] y
    :: Replace gtk3-xfce-engine with extra/gtk-xfce-engine? [Y/n] y
    resolving dependencies...
    looking for conflicting packages...
    Packages (356) alsa-lib-1.0.29-1 alsa-plugins-1.0.29-2 alsa-utils-1.0.29-1 archlinux-keyring-20150212-1 autossh-1.4e-1 avahi-0.6.31-15 banshee-2.6.2-7 binutils-2.25-2 bluez-5.30-1
    bluez-libs-5.30-1 bluez-utils-5.30-1 ca-certificates-mozilla-3.18-3 cairo-1.14.2-1 cairo-perl-1.105-1 chromium-41.0.2272.118-1 clutter-1.20.0-4 cogl-1.20.0-1 colord-1.2.9-2
    curl-7.41.0-1 cvs-1.11.23-10 darktable-1.6.4-3 dbus-1.8.16-2 dbus-sharp-0.8.1-1 dbus-sharp-glib-0.6.0-1 dcraw-9.23.0-1 device-mapper-2.02.116-1 dhclient-4.3.2-1
    dhcpcd-6.8.1-1 dialog-1:1.2_20150225-1 djvulibre-3.5.27-1 dropbox-3.2.9-2 e2fsprogs-1.42.12-2 eclipse-4.4.2-1 elfutils-0.161-3 evince-3.14.2-1 exo-0.10.4-3
    farstream-0.1-0.1.2-5 ffmpeg-1:2.6.1-1 ffmpeg-compat-1:0.10.15-2 file-roller-3.14.2-2 filesystem-2015.02-1 filezilla-3.10.2-1 firefox-37.0.1-1 flashplugin-11.2.202.451-1
    freerdp-1:1.2.0_beta1+android9-1 garcon-0.4.0-1 gcc-4.9.2-4 gcc-libs-4.9.2-4 gd-2.1.1-1 gdk-pixbuf2-2.31.3-1 ghostscript-9.16-1 giflib-5.1.1-1 gimp-ufraw-0.21-1 git-2.3.5-1
    glib-networking-2.42.1-1 glib2-2.42.2-1 glibc-2.21-2 gmp-6.0.0-2 gnome-menus-3.13.3-1 gnome-packagekit-3.14.2-2 gnupg-2.1.2-3 gnutls-3.3.14-2 grep-2.21-2 groff-1.22.3-3
    gsfonts-20150122-1 gst-plugins-ugly-1.4.5-2 gstreamer0.10-ugly-0.10.19-14 gstreamer0.10-ugly-plugins-0.10.19-14 gtk-update-icon-cache-2.24.27-1 gtk-xfce-engine-2.10.1-1
    gtk2-2.24.27-1 gtk2-xfce-engine-3.0.1-2 [removal] gtk3-3.14.9-1 gtk3-xfce-engine-3.0.1-2 [removal] gvfs-1.22.3-2 gvfs-gphoto2-1.22.3-2 gvfs-mtp-1.22.3-2 gvfs-smb-1.22.3-2
    harfbuzz-0.9.40-1 harfbuzz-icu-0.9.40-1 imagemagick-6.9.1.0-1 inxi-2.2.19-1 iproute2-3.19.0-1 iptables-1.4.21-3 kmod-20-1 krb5-1.13.1-1 ldb-1.1.20-1 lib32-alsa-lib-1.0.29-1
    lib32-alsa-plugins-1.0.29-2 lib32-cairo-1.14.2-1 lib32-curl-7.41.0-1 lib32-elfutils-0.161-2 lib32-flashplugin-11.2.202.451-1 lib32-gcc-libs-4.9.2-4 lib32-gdk-pixbuf2-2.31.3-2
    lib32-glib2-2.42.2-1 lib32-glibc-2.21-2 lib32-gnutls-3.3.13-1 lib32-gtk2-2.24.27-1 lib32-harfbuzz-0.9.40-1 lib32-krb5-1.13.1-1 lib32-libcups-2.0.2-1 lib32-libdbus-1.8.16-1
    lib32-libdrm-2.4.60-1 lib32-libgcrypt-1.6.3-1 lib32-libgpg-error-1.18-1 lib32-libidn-1.30-1 lib32-libpciaccess-0.13.3-1 lib32-libpulse-6.0-1 lib32-libtasn1-4.3-1
    lib32-libtiff-4.0.3-3 lib32-libx11-1.6.3-1 lib32-libxdmcp-1.1.2-1 lib32-libxxf86vm-1.1.4-1 lib32-llvm-libs-3.6.0-1 lib32-mesa-10.5.2-1 lib32-mesa-libgl-10.5.2-1
    lib32-nspr-4.10.8-1 lib32-nss-3.18-1 lib32-openssl-1.0.2.a-1 lib32-p11-kit-0.23.1-1 lib32-qt4-4.8.6-4 lib32-sqlite-3.8.8.3-1 lib32-wayland-1.7.0-1 lib32-xz-5.2.1-1
    libcacard-2.2.1-2 libcanberra-0.30-5 libcanberra-pulse-0.30-5 libcups-2.0.2-3 libdatrie-0.2.8-1 libdbus-1.8.16-2 libdc1394-2.2.3-1 libdrm-2.4.60-2 libevdev-1.4-1
    libgcrypt-1.6.3-2 libgphoto2-2.5.7-1 libgpod-0.8.3-4 libgsf-1.14.32-1 libical-1.0.1-2 libidn-1.30-1 libimobiledevice-1.2.0-1 libinput-0.13.0-1 libmm-glib-1.4.6-1
    libmpc-1.0.3-1 libndp-1.4-1 libnewt-0.52.18-2 libnice-0.1.10-1 libnm-glib-1.0.0-2 libplist-1.12-1 libproxy-0.4.11-5 libpulse-6.0-1 librsvg-1:2.40.9-1 libseccomp-2.2.0-1
    libsigc++-2.4.1-1 libsystemd-218-2 libtasn1-4.4-1 libteam-1.14-2 libthai-0.1.21-1 libtool-2.4.6-1 libunistring-0.9.5-1 libunwind-1.1-2 libusbmuxd-1.0.10-1 libuser-0.61-1
    libutil-linux-2.26.1-3 libvdpau-1.1-1 libvirt-1.2.14-1 libvirt-python-1.2.14-1 libwbclient-4.2.0-1 libwebp-0.4.3-1 libwnck-2.31.0-1 libx11-1.6.3-1 libx264-2:144.20150223-1
    libxdmcp-1.1.2-1 libxfce4util-4.12.1-1 libxfcegui4-4.10.0-4 libxfont-1.5.1-1 libxml++-2.38.0-1 libxvmc-1.0.9-1 libxxf86vm-1.1.4-1 linux-3.19.3-3 linux-api-headers-3.18.5-1
    linux-firmware-20150206.17657c3-1 linux-headers-3.19.3-3 lirc-1:0.9.2.a-1 llvm-libs-3.6.0-4 logrotate-3.8.9-1 lua-5.2.4-1 lua-bitop-1.0.2-5 lvm2-2.02.116-1 lz4-128-1
    lzo-2.09-1 man-pages-3.82-1 mc-4.8.14-1 media-player-info-22-1 mesa-10.5.2-1 mesa-libgl-10.5.2-1 mono-3.12.1-1 mousepad-0.4.0-1 mpg123-1.22.0-1 mplayer-37379-1
    mutagen-1.28-1 nano-2.4.0-1 networkmanager-1.0.0-2 nspr-4.10.8-1 nss-3.18-3 ntp-4.2.8.p2-1 openconnect-1:7.06-1 openssh-6.8p1-2 openssl-1.0.2.a-1 orage-4.10.0-2
    p11-kit-0.23.1-2 p7zip-9.38.1-1 packagekit-1.0.5-3 pacman-4.2.1-1 pacman-mirrorlist-20150315-1 parted-3.2-2 patch-2.7.5-1 pavucontrol-3.0-1 perl-5.20.2-1
    perl-date-calc-6.4-1 perl-error-0.17023-1 perl-image-exiftool-9.90-1 perl-net-dbus-1.1.0-1 perl-uri-1.67-1 perl-www-mechanize-1.74-1 perl-yaml-tiny-1.66-1 pinta-1.6-1
    playonlinux-4.2.6-1 polkit-gnome-0.105-2 poppler-0.31.0-1 poppler-glib-0.31.0-1 procps-ng-3.3.10-2 protobuf-c-1.1.0-1 pulseaudio-6.0-1 putty-0.64-1 pyqt4-common-4.11.3-4
    python-3.4.3-2 python-jedi-0.8.1-2 python-psutil-2.2.1-2 python2-numpy-1.9.2-2 python2-pybluez-0.20-3 python2-pycurl-7.19.5.1-2 python2-pyqt4-4.11.3-4 python2-sip-4.16.6-1
    qemu-2.2.1-2 qt5-base-5.4.1-2 qt5-script-5.4.1-2 randrproto-1.4.1-1 remmina-1:1.1.2-1 rhythmbox-3.1-3 ristretto-0.8.0-1 rtkit-0.11-5 ruby-2.2.1-1 samba-4.2.0-1
    scummvm-tools-1.7.0-1 seahorse-3.14.1-1 shadow-4.2.1-3 shared-mime-info-1.4-1 sharutils-4.15-1 shotwell-1:0.22.0-1 sip-4.16.6-1 slang-2.3.0-1 smbclient-4.2.0-1
    smplayer-14.9.0.6690-1 speex-1.2rc2-1 speexdsp-1.2rc3-1 sqlite-3.8.8.3-1 sudo-1.8.13-1 systemd-218-2 systemd-sysvcompat-218-2 tangerine-icon-theme-0.27-3 tcpdump-4.7.3-1
    tevent-0.9.24-1 thunar-1.6.6-2 thunar-archive-plugin-0.3.1-5 thunar-media-tags-plugin-0.2.1-2 thunar-volman-0.8.1-1 tmux-1.9_a-2 totem-plparser-3.10.4-1 ttf-dejavu-2.34-2
    tumbler-0.1.31-1 tzdata-2015b-1 udisks2-2.1.5-1 unrar-1:5.2.6-1 unzip-6.0-10 upower-0.99.2-2 usbredir-0.7-1 util-linux-2.26.1-3 v4l-utils-1.6.2-1 vde2-2.3.2-7
    vim-7.4.663-2 vim-runtime-7.4.663-2 vim-surround-2.1-1 vim-syntastic-3.6.0-1 virt-install-1.1.0-6 virt-manager-1.1.0-6 virtualbox-4.3.26-2 virtualbox-host-modules-4.3.26-5
    vlc-2.2.0-2 volumeicon-0.5.1-1 wayland-1.7.0-1 wget-1.16.3-1 which-2.21-1 wildmidi-0.3.8-1 wine-1.7.40-1 x265-1.5-1 xdg-utils-1.1.0.git20150323-1 xf86-input-evdev-2.9.2-1
    xf86-input-synaptics-1.8.2-2 xf86-video-intel-2.99.917-4 xfburn-0.5.2-2 xfce4-appfinder-4.12.0-1 xfce4-battery-plugin-1.0.5-4 xfce4-clipman-plugin-1.2.6-2
    xfce4-cpufreq-plugin-1.1.1-2 xfce4-cpugraph-plugin-1.0.5-3 xfce4-datetime-plugin-0.6.2-4 xfce4-dict-0.7.1-1 xfce4-diskperf-plugin-2.5.5-1 xfce4-eyes-plugin-4.4.4-1
    xfce4-fsguard-plugin-1.0.2-4 xfce4-genmon-plugin-3.4.0-3 xfce4-mailwatch-plugin-1.2.0-5 xfce4-mixer-4.11.0-2 xfce4-mount-plugin-0.6.7-3 xfce4-mpc-plugin-0.4.5-1
    xfce4-netload-plugin-1.2.4-2 xfce4-notes-plugin-1.7.7-7 xfce4-notifyd-0.2.4-2 xfce4-panel-4.12.0-1 xfce4-power-manager-1.4.4-1 xfce4-quicklauncher-plugin-1.9.4-10
    xfce4-screenshooter-1.8.2-2 xfce4-sensors-plugin-1.2.6-2 xfce4-session-4.12.1-2 xfce4-settings-4.12.0-3 xfce4-smartbookmark-plugin-0.4.6-1 xfce4-systemload-plugin-1.1.2-2
    xfce4-terminal-0.6.3-2 xfce4-time-out-plugin-1.0.2-1 xfce4-timer-plugin-1.6.0-3 xfce4-verve-plugin-1.0.1-2 xfce4-wavelan-plugin-0.5.12-1 xfce4-weather-plugin-0.8.5-2
    xfce4-whiskermenu-plugin-1.5.0-2 xfce4-xkb-plugin-0.7.1-2 xfconf-4.12.0-1 xfdesktop-4.12.1-2 xfwm4-4.12.2-1 xorg-font-util-1.3.1-1 xorg-fonts-misc-1.0.3-3
    xorg-server-1.17.1-4 xorg-server-common-1.17.1-4 xorg-xinit-1.3.4-2 xterm-317-1 xz-5.2.1-1
    Total Download Size: 61,68 MiB
    Total Installed Size: 3268,50 MiB
    Net Upgrade Size: 49,45 MiB
    :: Proceed with installation? [Y/n] y
    :: Retrieving packages ...
    linux-3.19.3-3-x86_64 55,5 MiB 244K/s 03:53 [#######################################################################] 100%
    linux-headers-3.19.3-3-x86_64 6,2 MiB 290K/s 00:22 [#######################################################################] 100%
    (354/354) checking keys in keyring [#######################################################################] 100%
    (354/354) checking package integrity [#######################################################################] 100%
    (354/354) loading package files [#######################################################################] 100%
    (354/354) checking for file conflicts [#######################################################################] 100%
    error: failed to commit transaction (conflicting files)
    libvirt: /var/lib/libvirt/images exists in filesystem
    Errors occurred, no packages were upgraded.
    error: failed to commit transaction (conflicting files)
    libvirt: /var/lib/libvirt/images exists in filesystem
    Errors occurred, no packages were upgraded.
    I found it in Wiki bu I do not know what I need to do
    [~]
    [elrengo@xpsl421x]$ ls -l /var/lib/libvirt/images
    lrwxrwxrwx 1 root root 49 dic 8 00:05 /var/lib/libvirt/images -> /home/elrengo/VirtualMachines/kvm/libvirt/images/
    Thanks in advance!
    Last edited by elrengo (2015-04-08 18:12:25)

    ewaller wrote:What did pacman -Qo thePath/theFileNameInTheErrorMessage say? You need to Querry what package owns that conflicting file
    FTFY.
    Last edited by karol (2015-04-08 18:56:06)

  • Compile error: How to modify .ini in 2010 SP1

    Hello,
    I am using the attached VI to stack cycles of data.  Ideally, I would like to stack 200-300 cycles, but anytime I get above 100-125 shift registers/cycles, the VI will not compile.  After 20-30 minutes, the error "out of memory exception caught in llvm gencode" appears.  
    Follow past searches, I have increased the virtual memory as detailed below, which did not solve my problem.
    http://zone.ni.com/reference/en-XX/help/371361G-01/lvhowto/enable_lrg_ad_aware/
    I see this posting detailing modifying the .ini file as another possible solution.
    http://digital.ni.com/public.nsf/websearch/BA4B9038D01F3C99862577CA004BE1AD?OpenDocument
    Being unfamiliar with modifying the .ini file, how do I exactly do this?  Is it as simple as adding a line "LLVMLargeVIThreshold=12000" ? (or something greater than the standard 7500 value).  I have adding this line to the .ini file and still get the compiler error llvm issue.
    Any other suggestions or thoughts?  I dont want to have to roll back from 2010SP1 in order to be able to run this vi and get around this issue...
    Thank you
    Attachments:
    cyc_.vi ‏513 KB

    I can get it above 200 shift register elements and still get it to compile, but that may be due to system differences.
    However, that design does not scale well.  Any time you want to change the number of elements you need to modify the program.
    Have you considered a queue of datatype Array of Double?
    If you look at buffer allocations in your program you get one buffer for each shift register element and one for the 2D array. Each must have contiguous memory due to the way arrays are stored in memory.  If the input array array grows in length, then all of the buffers need to be reallocated.  This should be a run time problem rather than compile-time, but the compliler may try to do some optimizations, particularly since it knows all the shift register buffers will be the same size.
    The Queue stores each array separately and the arrays can be different lengths.  To get all the data, use Get Queue Status with return elements? set True.  This will return an array of clusters with each cluster containing one of the input arrays.
    Lynn
    Attachments:
    cyc_3.vi ‏7 KB
    test Array of Queues.vi ‏10 KB

  • Various errors after upgrade (stale file handle, corrupt file)

    Hi,
    I performed a system update a couple of days ago and since then have not been able to access certain directories (it seems to be only my home directory and any directory in my Dropbox) using graphical file browsers (tested with thunar and nautilus). I can access them through the command line just fine but graphical file browsers give me a "Stale file handle" error.
    When I try to open a libreoffice application, I get the following error: "The application cannot be started. The configuration file "/etc/libreoffice/bootstraprc" is corrupt".
    The relevant part of my pacman logfile looks like this:
    [2014-07-10 07:05] [PACMAN] Running 'pacman -Syu'
    [2014-07-10 07:05] [PACMAN] synchronizing package lists
    [2014-07-10 07:05] [PACMAN] starting full system upgrade
    [2014-07-10 07:16] [PACMAN] upgraded alsa-lib (1.0.27.2-1 -> 1.0.28-1)
    [2014-07-10 07:16] [PACMAN] upgraded alsa-plugins (1.0.27-2 -> 1.0.28-1)
    [2014-07-10 07:16] [PACMAN] upgraded alsa-utils (1.0.27.2-1 -> 1.0.28-1)
    [2014-07-10 07:16] [PACMAN] upgraded lib32-gcc-libs (4.9.0-3 -> 4.9.0-5)
    [2014-07-10 07:16] [PACMAN] upgraded gcc-libs-multilib (4.9.0-3 -> 4.9.0-5)
    [2014-07-10 07:16] [PACMAN] upgraded aspell (0.60.6.1-1 -> 0.60.6.1-2)
    [2014-07-10 07:16] [PACMAN] upgraded readline (6.3.005-1 -> 6.3.006-1)
    [2014-07-10 07:16] [PACMAN] upgraded bash (4.3.011-1 -> 4.3.018-3)
    [2014-07-10 07:16] [PACMAN] upgraded autoconf (2.69-1 -> 2.69-2)
    [2014-07-10 07:16] [PACMAN] upgraded babl (0.1.10-1 -> 0.1.10-2)
    [2014-07-10 07:16] [PACMAN] upgraded qca (2.0.3-4 -> 2.0.3-5)
    [2014-07-10 07:16] [PACMAN] upgraded libdbusmenu-qt (0.9.2-2 -> 0.9.2-3)
    [2014-07-10 07:16] [PACMAN] upgraded polkit-qt (0.103.0-2 -> 0.103.0-3)
    [2014-07-10 07:16] [PACMAN] upgraded shared-mime-info (1.2-2 -> 1.3-1)
    [2014-07-10 07:16] [PACMAN] upgraded hunspell (1.3.2-3 -> 1.3.3-1)
    [2014-07-10 07:16] [PACMAN] upgraded perl (5.18.2-2 -> 5.20.0-5)
    [2014-07-10 07:16] [PACMAN] upgraded hspell (1.2-1 -> 1.2-2)
    [2014-07-10 07:16] [PACMAN] upgraded enchant (1.6.0-4 -> 1.6.0-5)
    [2014-07-10 07:16] [PACMAN] upgraded giflib (5.0.6-1 -> 5.1.0-1)
    [2014-07-10 07:16] [PACMAN] upgraded libxcursor (1.1.14-1 -> 1.1.14-2)
    [2014-07-10 07:16] [PACMAN] upgraded phonon-qt4-gstreamer (4.7.1-1 -> 4.7.2-1)
    [2014-07-10 07:16] [PACMAN] upgraded libqzeitgeist (0.8.0-3 -> 0.8.0-4)
    [2014-07-10 07:16] [PACMAN] upgraded phonon-qt4 (4.7.1-2 -> 4.7.2-1)
    [2014-07-10 07:16] [PACMAN] upgraded kdelibs (4.13.1-3 -> 4.13.2-3)
    [2014-07-10 07:16] [PACMAN] upgraded gnupg (2.0.22-2 -> 2.0.25-1)
    [2014-07-10 07:16] [PACMAN] upgraded gpgme (1.4.3-1 -> 1.5.0-1)
    [2014-07-10 07:16] [PACMAN] upgraded qjson (0.8.1-2 -> 0.8.1-3)
    [2014-07-10 07:16] [PACMAN] upgraded kdepimlibs (4.13.1-1 -> 4.13.2-1)
    [2014-07-10 07:16] [PACMAN] upgraded xapian-core (1:1.2.17-1 -> 1:1.2.18-1)
    [2014-07-10 07:16] [PACMAN] upgraded libpng (1.6.10-1 -> 1.6.12-1)
    [2014-07-10 07:16] [PACMAN] upgraded pixman (0.32.4-1 -> 0.32.6-1)
    [2014-07-10 07:16] [PACMAN] upgraded libvdpau (0.7-1 -> 0.8-1)
    [2014-07-10 07:16] [PACMAN] upgraded fixesproto (5.0-2 -> 5.0-3)
    [2014-07-10 07:16] [PACMAN] upgraded damageproto (1.2.1-2 -> 1.2.1-3)
    [2014-07-10 07:16] [PACMAN] upgraded libxdamage (1.1.4-1 -> 1.1.4-2)
    [2014-07-10 07:16] [PACMAN] upgraded libdbus (1.8.2-1 -> 1.8.4-1)
    [2014-07-10 07:16] [PACMAN] upgraded dbus (1.8.2-1 -> 1.8.4-1)
    [2014-07-10 07:16] [PACMAN] upgraded kmod (17-1 -> 18-1)
    [2014-07-10 07:16] [PACMAN] upgraded hwids (20130915.1-1 -> 20140602-1)
    [2014-07-10 07:16] [PACMAN] upgraded libsystemd (212-3 -> 214-2)
    [2014-07-10 07:16] [PACMAN] upgraded pam (1.1.8-4 -> 1.1.8-5)
    [2014-07-10 07:16] [ALPM-SCRIPTLET] :: coredumps are no longer sent to the journal by default. To re-enable:
    [2014-07-10 07:16] [ALPM-SCRIPTLET] echo >/etc/sysctl.d/50-coredump.conf \
    [2014-07-10 07:16] [ALPM-SCRIPTLET] "kernel.core_pattern=|/usr/lib/systemd/systemd-coredump %p %u %g %s %t %e"
    [2014-07-10 07:16] [PACMAN] upgraded systemd (212-3 -> 214-2)
    [2014-07-10 07:16] [PACMAN] upgraded libffi (3.0.13-4 -> 3.1-2)
    [2014-07-10 07:16] [PACMAN] upgraded llvm-libs (3.4.1-2 -> 3.4.2-1)
    [2014-07-10 07:16] [PACMAN] upgraded mesa (10.1.4-1 -> 10.2.3-1)
    [2014-07-10 07:16] [PACMAN] upgraded libxdmcp (1.1.1-1 -> 1.1.1-2)
    [2014-07-10 07:16] [PACMAN] upgraded kbproto (1.0.6-1 -> 1.0.6-2)
    [2014-07-10 07:16] [PACMAN] upgraded libx11 (1.6.2-1 -> 1.6.2-2)
    [2014-07-10 07:16] [PACMAN] upgraded libxkbfile (1.0.8-1 -> 1.0.8-2)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-xkbcomp (1.2.4-1 -> 1.2.4-2)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-setxkbmap (1.3.0-1 -> 1.3.0-2)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-fonts-encodings (1.0.4-3 -> 1.0.4-4)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-bdftopcf (1.0.4-1 -> 1.0.4-2)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-mkfontdir (1.0.7-1 -> 1.0.7-2)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-font-util (1.3.0-1 -> 1.3.0-2)
    [2014-07-10 07:16] [PACMAN] upgraded xorg-font-utils (7.6-3 -> 7.6-4)
    [2014-07-10 07:17] [ALPM-SCRIPTLET] Updating font cache... done.
    [2014-07-10 07:17] [PACMAN] upgraded xorg-fonts-misc (1.0.1-2 -> 1.0.1-3)
    [2014-07-10 07:17] [PACMAN] upgraded xorg-server-common (1.15.1-1 -> 1.15.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded xorg-server (1.15.1-1 -> 1.15.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded nvidia-utils (337.19-1 -> 337.25-3)
    [2014-07-10 07:17] [PACMAN] upgraded nvidia-libgl (337.19-1 -> 337.25-3)
    [2014-07-10 07:17] [PACMAN] upgraded lzo2 (2.06-3 -> 2.08-1)
    [2014-07-10 07:17] [PACMAN] upgraded cairo (1.12.16-1 -> 1.12.16-2)
    [2014-07-10 07:17] [PACMAN] upgraded poppler (0.26.1-1 -> 0.26.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded poppler-qt4 (0.26.1-1 -> 0.26.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded libtasn1 (3.4-1 -> 3.6-1)
    [2014-07-10 07:17] [PACMAN] upgraded gnutls (3.3.2-1 -> 3.3.5-1)
    [2014-07-10 07:17] [PACMAN] upgraded libva (1.3.1-1 -> 1.3.1-2)
    [2014-07-10 07:17] [PACMAN] upgraded opencore-amr (0.1.3-1 -> 0.1.3-2)
    [2014-07-10 07:17] [PACMAN] installed libx264 (1:142.20140311-4)
    [2014-07-10 07:17] [PACMAN] upgraded xvidcore (1.3.2-3 -> 1.3.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded x265 (1.0-1 -> 1.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded ffmpeg (1:2.2.2-3 -> 1:2.2.4-2)
    [2014-07-10 07:17] [PACMAN] upgraded ebook-tools (0.2.2-1 -> 0.2.2-2)
    [2014-07-10 07:17] [PACMAN] upgraded kdegraphics-mobipocket (4.13.1-1 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded kfilemetadata (4.13.1-1 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded baloo (4.13.1-1 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded binutils (2.24-4 -> 2.24-6)
    [2014-07-10 07:17] [PACMAN] upgraded bluez (5.19-1 -> 5.21-2)
    [2014-07-10 07:17] [PACMAN] upgraded bluez-libs (5.19-1 -> 5.21-2)
    [2014-07-10 07:17] [PACMAN] upgraded ca-certificates-java (20140324-2 -> 20140324-3)
    [2014-07-10 07:17] [PACMAN] upgraded openssl (1.0.1.g-1 -> 1.0.1.h-1)
    [2014-07-10 07:17] [PACMAN] upgraded sqlite (3.8.4.3-2 -> 3.8.5-1)
    [2014-07-10 07:17] [PACMAN] upgraded python2 (2.7.6-3 -> 2.7.8-1)
    [2014-07-10 07:17] [PACMAN] upgraded python2-six (1.6.1-2 -> 1.7.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded python2-beautifulsoup3 (3.2.1-2 -> 3.2.1-3)
    [2014-07-10 07:17] [PACMAN] upgraded libcl (1.1-3 -> 1.1-4)
    [2014-07-10 07:17] [PACMAN] upgraded imagemagick (6.8.9.1-2 -> 6.8.9.5-1)
    [2014-07-10 07:17] [PACMAN] upgraded libusb (1.0.18-1 -> 1.0.19-1)
    [2014-07-10 07:17] [PACMAN] upgraded libwebp (0.4.0-1 -> 0.4.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded python2-pillow (2.4.0-1 -> 2.5.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded libunrar (1:5.1.5-1 -> 1:5.1.6-1)
    [2014-07-10 07:17] [PACMAN] upgraded sip (4.15.5-2 -> 4.16.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded python2-sip (4.15.5-2 -> 4.16.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded pyqt4-common (4.10.4-2 -> 4.11.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded python2-pyqt4 (4.10.4-2 -> 4.11.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded calibre (1.38.0-1 -> 1.40.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded cdrdao (1.2.3-6 -> 1.2.3-7)
    [2014-07-10 07:17] [PACMAN] upgraded libxft (2.3.1-2 -> 2.3.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded harfbuzz (0.9.28-1 -> 0.9.29-1)
    [2014-07-10 07:17] [PACMAN] upgraded pango (1.36.3-2 -> 1.36.5-1)
    [2014-07-10 07:17] [PACMAN] upgraded compositeproto (0.4.2-2 -> 0.4.2-3)
    [2014-07-10 07:17] [PACMAN] upgraded libxcomposite (0.4.4-1 -> 0.4.4-2)
    [2014-07-10 07:17] [PACMAN] upgraded libcups (1.7.3-1 -> 1.7.3-4)
    [2014-07-10 07:17] [PACMAN] upgraded gdk-pixbuf2 (2.30.7-1 -> 2.30.8-1)
    [2014-07-10 07:17] [PACMAN] upgraded gtk-update-icon-cache (2.24.23-1 -> 2.24.24-1)
    [2014-07-10 07:17] [PACMAN] upgraded gtk2 (2.24.23-1 -> 2.24.24-1)
    [2014-07-10 07:17] [PACMAN] upgraded xdg-utils (1.1.0.git20140207-1 -> 1.1.0.git20140426-1)
    [2014-07-10 07:17] [PACMAN] upgraded flac (1.3.0-2 -> 1.3.0-3)
    [2014-07-10 07:17] [ALPM-SCRIPTLET] Updating font cache... done.
    [2014-07-10 07:17] [PACMAN] upgraded ttf-liberation (2.00.1-3 -> 2.00.1-4)
    [2014-07-10 07:17] [PACMAN] upgraded chromium (35.0.1916.114-1 -> 35.0.1916.153-1)
    [2014-07-10 07:17] [PACMAN] upgraded libcap-ng (0.7.3-1 -> 0.7.4-1)
    [2014-07-10 07:17] [PACMAN] upgraded talloc (2.1.0-2 -> 2.1.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded libwbclient (4.1.7-1 -> 4.1.9-1)
    [2014-07-10 07:17] [PACMAN] upgraded cifs-utils (6.2-1 -> 6.3-2)
    [2014-07-10 07:17] [PACMAN] upgraded isl (0.12.2-1 -> 0.13-1)
    [2014-07-10 07:17] [PACMAN] upgraded cloog (0.18.1-2 -> 0.18.1-3)
    [2014-07-10 07:17] [PACMAN] upgraded clutter-gst (2.0.10-2 -> 2.0.12-1)
    [2014-07-10 07:17] [PACMAN] upgraded cogl (1.18.0-2 -> 1.18.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded libirman (0.4.5-3 -> 0.4.5-4)
    [2014-07-10 07:17] [PACMAN] upgraded lirc-utils (1:0.9.0-71 -> 1:0.9.0-74)
    [2014-07-10 07:17] [PACMAN] upgraded x264 (1:142.20140311-1 -> 1:142.20140311-4)
    [2014-07-10 07:17] [PACMAN] upgraded smbclient (4.1.7-1 -> 4.1.9-1)
    [2014-07-10 07:17] [PACMAN] upgraded mplayer (37051-2 -> 37224-1)
    [2014-07-10 07:17] [PACMAN] upgraded mencoder (37051-2 -> 37224-1)
    [2014-07-10 07:17] [PACMAN] upgraded python2-cairo (1.10.0-1 -> 1.10.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded pygtk (2.24.0-3 -> 2.24.0-4)
    [2014-07-10 07:17] [PACMAN] upgraded devede (3.23.0-1 -> 3.23.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded dhcpcd (6.3.2-1 -> 6.4.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded djvulibre (3.5.25.3-1 -> 3.5.25.3-2)
    [2014-07-10 07:17] [PACMAN] upgraded dmxproto (2.3.1-2 -> 2.3.1-3)
    [2014-07-10 07:17] [PACMAN] upgraded dnssec-anchors (20130320-1 -> 20140629-1)
    [2014-07-10 07:17] [PACMAN] upgraded docbook-xml (4.5-5 -> 4.5-6)
    [2014-07-10 07:17] [PACMAN] upgraded dvd+rw-tools (7.1-4 -> 7.1-5)
    [2014-07-10 07:17] [PACMAN] upgraded json-glib (1.0.0-1 -> 1.0.2-1)
    [2014-07-10 07:17] [PACMAN] installed libnm-glib (0.9.8.10-3)
    [2014-07-10 07:17] [PACMAN] upgraded libmm-glib (1.2.0-3 -> 1.2.0-4)
    [2014-07-10 07:17] [PACMAN] upgraded geoclue2 (2.1.4-1 -> 2.1.8-2)
    [2014-07-10 07:17] [PACMAN] upgraded harfbuzz-icu (0.9.28-1 -> 0.9.29-1)
    [2014-07-10 07:17] [PACMAN] upgraded webkitgtk2 (2.4.2-1 -> 2.4.3-2)
    [2014-07-10 07:17] [ALPM-SCRIPTLET] ==> If you are using extensions you should update the extensions with
    [2014-07-10 07:17] [ALPM-SCRIPTLET] ==> dwbem -u or dwbem -Nu
    [2014-07-10 07:17] [PACMAN] upgraded dwb (2014.03.07-1 -> 2014.03.07-2)
    [2014-07-10 07:17] [PACMAN] upgraded e2fsprogs (1.42.9-2 -> 1.42.10-1)
    [2014-07-10 07:17] [PACMAN] upgraded webkitgtk (2.4.2-1 -> 2.4.3-2)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-online-accounts (3.12.2-1 -> 3.12.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded liboauth (1.0.1-1 -> 1.0.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded libgdata (0.15.0-1 -> 0.15.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded evolution-data-server (3.12.2-1 -> 3.12.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded folks (0.9.7-1 -> 0.9.7.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded telepathy-farstream (0.6.0-1 -> 0.6.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded telepathy-logger (0.8.0-1 -> 0.8.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded empathy (3.12.2-1 -> 3.12.4-1)
    [2014-07-10 07:17] [PACMAN] upgraded ffmpeg-compat (1:0.10.12-2 -> 1:0.10.13-1)
    [2014-07-10 07:17] [PACMAN] upgraded file (5.18-1 -> 5.19-1)
    [2014-07-10 07:17] [ALPM] warning: /etc/group installed as /etc/group.pacnew
    [2014-07-10 07:17] [ALPM] warning: /etc/passwd installed as /etc/passwd.pacnew
    [2014-07-10 07:17] [ALPM] warning: /etc/shadow installed as /etc/shadow.pacnew
    [2014-07-10 07:17] [PACMAN] upgraded filesystem (2013.05-2 -> 2014.06-2)
    [2014-07-10 07:17] [PACMAN] upgraded filezilla (3.8.0-1 -> 3.8.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded findutils (4.4.2-5 -> 4.4.2-6)
    [2014-07-10 07:17] [PACMAN] upgraded mozilla-common (1.4-3 -> 1.4-4)
    [2014-07-10 07:17] [PACMAN] upgraded firefox (29.0.1-2 -> 30.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded flashplugin (11.2.202.359-1 -> 11.2.202.394-1)
    [2014-07-10 07:17] [PACMAN] upgraded freerdp (1.0.2-5 -> 1.0.2-6)
    [2014-07-10 07:17] [PACMAN] upgraded fuse-exfat (1.0.1-1 -> 1.0.1-2)
    [2014-07-10 07:17] [PACMAN] upgraded gavl (1.4.0-1 -> 1.4.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded gc (7.4.0-3 -> 7.4.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded gcc-multilib (4.9.0-3 -> 4.9.0-5)
    [2014-07-10 07:17] [PACMAN] upgraded geoclue (0.12.99-1 -> 0.12.99-2)
    [2014-07-10 07:17] [PACMAN] upgraded jre7-openjdk-headless (7.u55_2.4.7-1 -> 7.u60_2.5.0-3)
    [2014-07-10 07:17] [PACMAN] upgraded jre7-openjdk (7.u55_2.4.7-1 -> 7.u60_2.5.0-3)
    [2014-07-10 07:17] [PACMAN] upgraded geogebra (4.4.35.0-1 -> 4.4.37.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded geoip-database (20140304-1 -> 20140604-1)
    [2014-07-10 07:17] [PACMAN] upgraded gettext (0.18.3.2-1 -> 0.19.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded git (1.9.3-1 -> 2.0.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded glu (9.0.0-2 -> 9.0.0-3)
    [2014-07-10 07:17] [PACMAN] upgraded gmime (2.6.20-1 -> 2.6.20-2)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-calculator (3.12.1-1 -> 3.12.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded rarian (0.8.1-3 -> 0.8.1-4)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-doc-utils (0.20.10-1 -> 0.20.10-2)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-icon-theme-symbolic (3.12.0-1 -> 3.12.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-icon-theme (3.12.0-1 -> 3.12.0-2)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-menus (3.10.1-1 -> 3.10.1-2)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-mime-data (2.18.0-6 -> 2.18.0-7)
    [2014-07-10 07:17] [PACMAN] upgraded vte-common (0.36.2-1 -> 0.36.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded vte3 (0.36.2-1 -> 0.36.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-terminal (3.12.2-1 -> 3.12.3-1)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-user-docs (3.12.1-1 -> 3.12.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded gnome-user-share (3.10.2-2 -> 3.10.2-3)
    [2014-07-10 07:17] [PACMAN] upgraded goocanvas1 (1.0.0-2 -> 1.0.0-3)
    [2014-07-10 07:17] [PACMAN] upgraded gparted (0.18.0-1 -> 0.19.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded grep (2.19-1 -> 2.20-1)
    [2014-07-10 07:17] [PACMAN] upgraded grub (1:2.02.beta2-3 -> 1:2.02.beta2-4)
    [2014-07-10 07:17] [PACMAN] upgraded gst-libav (1.2.4-1 -> 1.2.4-2)
    [2014-07-10 07:17] [PACMAN] upgraded gstreamer0.10-python (0.10.22-1 -> 0.10.22-2)
    [2014-07-10 07:17] [PACMAN] upgraded pangox-compat (0.0.2-1 -> 0.0.2-2)
    [2014-07-10 07:17] [PACMAN] upgraded gtkglext (1.2.0-9 -> 1.2.0-10)
    [2014-07-10 07:17] [PACMAN] upgraded hardinfo (0.5.1-5 -> 0.5.1-6)
    [2014-07-10 07:17] [PACMAN] upgraded hunspell-en (7.1-2 -> 7.1-3)
    [2014-07-10 07:17] [PACMAN] upgraded hyphen (2.8.6-1 -> 2.8.7-2)
    [2014-07-10 07:17] [PACMAN] upgraded i2c-tools (3.1.0-5 -> 3.1.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded xcb-util-keysyms (0.3.9-1 -> 0.3.9-2)
    [2014-07-10 07:17] [PACMAN] upgraded i3-wm (4.7.2-1 -> 4.8-3)
    [2014-07-10 07:17] [PACMAN] upgraded perl-xml-parser (2.41-4 -> 2.41-5)
    [2014-07-10 07:17] [PACMAN] upgraded perl-xml-simple (2.20-1 -> 2.20-2)
    [2014-07-10 07:17] [PACMAN] upgraded icon-naming-utils (0.8.90-2 -> 0.8.90-3)
    [2014-07-10 07:17] [PACMAN] upgraded imlib2 (1.4.6-1 -> 1.4.6-3)
    [2014-07-10 07:17] [PACMAN] upgraded poppler-glib (0.26.1-1 -> 0.26.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded inkscape (0.48.4-15 -> 0.48.5-2)
    [2014-07-10 07:17] [PACMAN] upgraded inputproto (2.3-1 -> 2.3.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded intel-tbb (4.2_20140122-1 -> 4.2_20140601-1)
    [2014-07-10 07:17] [PACMAN] upgraded intltool (0.50.2-1 -> 0.50.2-2)
    [2014-07-10 07:17] [PACMAN] upgraded jdk7-openjdk (7.u55_2.4.7-1 -> 7.u60_2.5.0-3)
    [2014-07-10 07:17] [PACMAN] upgraded libkactivities4 (4.13.1-3 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded kactivities4 (4.13.1-3 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded oxygen-icons (4.13.1-1 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded kdebase-runtime (4.13.1-3 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded ladspa (1.13-4 -> 1.13-5)
    [2014-07-10 07:17] [PACMAN] upgraded leafpad (0.8.18.1-3 -> 0.8.18.1-4)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-alsa-lib (1.0.27.2-1 -> 1.0.28-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-alsa-plugins (1.0.27-1 -> 1.0.28-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-bzip2 (1.0.6-1 -> 1.0.6-2)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-gettext (0.18.3.2-1 -> 0.19.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-harfbuzz (0.9.26-2 -> 0.9.29-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-libdbus (1.8.0-1 -> 1.8.4-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-libffi (3.0.13-1 -> 3.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-libgpg-error (1.12-1 -> 1.13-1)
    [2014-07-10 07:17] [PACMAN] upgraded libice (1.0.8-2 -> 1.0.9-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-libice (1.0.8-1 -> 1.0.9-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-libpng (1.6.10-1 -> 1.6.12-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-libvdpau (0.7-2 -> 0.8-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-llvm-libs (3.4.1-1 -> 3.4.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-systemd (212-1 -> 214-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-mesa (10.1.4-1 -> 10.2.3-1)
    [2014-07-10 07:17] [PACMAN] installed freeglut (2.8.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded mesa-demos (8.1.0-2 -> 8.2.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-mesa-demos (8.1.0-3 -> 8.2.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-nvidia-utils (337.19-1 -> 337.25-2)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-nvidia-libgl (337.19-1 -> 337.25-2)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-openssl (1.0.1.g-1 -> 1.0.1.h-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-sqlite (3.8.4.3-1 -> 3.8.5-1)
    [2014-07-10 07:17] [PACMAN] upgraded lib32-util-linux (2.24.1-1 -> 2.24.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded libatasmart (0.19-2 -> 0.19-3)
    [2014-07-10 07:17] [PACMAN] installed librevenge (0.0.1-2)
    [2014-07-10 07:17] [PACMAN] upgraded libwpd (0.9.9-1 -> 0.10.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded libcdr (0.0.16-2 -> 0.1.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded libcroco (0.6.8-1 -> 0.6.8-2)
    [2014-07-10 07:17] [PACMAN] upgraded libdaemon (0.14-2 -> 0.14-3)
    [2014-07-10 07:17] [PACMAN] upgraded libetonyek (0.0.4-1 -> 0.1.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded libevdev (1.2.1-1 -> 1.2.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded libgme (0.6.0-2 -> 0.6.0-3)
    [2014-07-10 07:17] [PACMAN] upgraded libgnomecanvas (2.30.3-2 -> 2.30.3-3)
    [2014-07-10 07:17] [PACMAN] upgraded libgnomeui (2.24.5-1 -> 2.24.5-2)
    [2014-07-10 07:17] [PACMAN] upgraded libinput (0.1.0-1 -> 0.2.0-1)
    [2014-07-10 07:17] [PACMAN] upgraded libmusicbrainz5 (5.0.1-1 -> 5.0.1-2)
    [2014-07-10 07:17] [PACMAN] upgraded libkcddb (4.13.1-1 -> 4.13.2-1)
    [2014-07-10 07:17] [PACMAN] upgraded libmicrohttpd (0.9.35-1 -> 0.9.37-1)
    [2014-07-10 07:17] [PACMAN] upgraded libmms (0.6.2-1 -> 0.6.4-1)
    [2014-07-10 07:17] [PACMAN] upgraded libmpcdec (1.2.6-3 -> 1.2.6-4)
    [2014-07-10 07:17] [PACMAN] upgraded libmpeg2 (0.5.1-4 -> 0.5.1-5)
    [2014-07-10 07:17] [PACMAN] upgraded libmspub (0.0.6-2 -> 0.1.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded libnfs (1.9.3-1 -> 1.9.4-1)
    [2014-07-10 07:17] [PACMAN] upgraded libodfgen (0.0.4-1 -> 0.1.1-1)
    [2014-07-10 07:17] [PACMAN] upgraded libproxy (0.4.11-2 -> 0.4.11-4)
    [2014-07-10 07:17] [PACMAN] upgraded libreoffice-en-GB (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-common (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-base (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded lpsolve (5.5.2.0-2 -> 5.5.2.0-3)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-calc (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-draw (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-impress (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-math (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded postgresql-libs (9.3.4-1 -> 9.3.4-2)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-postgresql-connector (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded zip (3.0-3 -> 3.0-4)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-sdk (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-sdk-doc (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libreoffice-writer (4.2.4-1 -> 4.2.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded libsigc++ (2.3.1-1 -> 2.3.1-2)
    [2014-07-10 07:18] [PACMAN] upgraded libspectre (0.2.7-1 -> 0.2.7-2)
    [2014-07-10 07:18] [PACMAN] upgraded libspiro (20071029-3 -> 1:0.2-1)
    [2014-07-10 07:18] [PACMAN] upgraded libtiger (0.3.4-3 -> 0.3.4-4)
    [2014-07-10 07:18] [PACMAN] upgraded libtracker-sparql (1.0.1-1 -> 1.0.1-2)
    [2014-07-10 07:18] [PACMAN] upgraded libwpg (0.2.2-2 -> 0.3.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded libvisio (0.0.31-3 -> 0.1.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded libvisual (0.4.0-4 -> 0.4.0-5)
    [2014-07-10 07:18] [PACMAN] upgraded libwps (0.2.9-1 -> 0.3.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded xfconf (4.10.0-3 -> 4.10.0-4)
    [2014-07-10 07:18] [PACMAN] upgraded libxfce4ui (4.10.0-1 -> 4.10.0-2)
    [2014-07-10 07:18] [PACMAN] upgraded libxklavier (5.3-1 -> 5.4-1)
    [2014-07-10 07:18] [PACMAN] upgraded licenses (20130203-1 -> 20140629-1)
    [2014-07-10 07:18] [PACMAN] upgraded linux-firmware (20140316.dec41bc-1 -> 20140603.a4f3bc0-1)
    [2014-07-10 07:18] [ALPM-SCRIPTLET] >>> Updating module dependencies. Please wait ...
    [2014-07-10 07:18] [ALPM-SCRIPTLET] >>> Generating initial ramdisk, using mkinitcpio. Please wait...
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'default'
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux.img
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Starting build: 3.15.4-1-ARCH
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [autodetect]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux.img
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Building image from preset: /etc/mkinitcpio.d/linux.preset: 'fallback'
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> -k /boot/vmlinuz-linux -c /etc/mkinitcpio.conf -g /boot/initramfs-linux-fallback.img -S autodetect
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Starting build: 3.15.4-1-ARCH
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [base]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [udev]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [modconf]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [block]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: aic94xx
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> WARNING: Possibly missing firmware for module: smsmdtv
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [filesystems]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] -> Running build hook: [keyboard]
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Generating module dependencies
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Creating gzip initcpio image: /boot/initramfs-linux-fallback.img
    [2014-07-10 07:18] [ALPM-SCRIPTLET] ==> Image generation successful
    [2014-07-10 07:18] [PACMAN] upgraded linux (3.14.4-1 -> 3.15.4-1)
    [2014-07-10 07:18] [PACMAN] upgraded man-pages (3.67-1 -> 3.69-1)
    [2014-07-10 07:18] [PACMAN] upgraded mcpp (2.7.2-4 -> 2.7.2-5)
    [2014-07-10 07:18] [PACMAN] upgraded mdadm (3.3-2 -> 3.3.1-2)
    [2014-07-10 07:18] [PACMAN] upgraded mkvtoolnix-cli (6.9.1-1 -> 7.0.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded mpfr (3.1.2.p8-1 -> 3.1.2.p10-1)
    [2014-07-10 07:18] [PACMAN] upgraded nano (2.2.6-2 -> 2.2.6-3)
    [2014-07-10 07:18] [PACMAN] upgraded netctl (1.7-1 -> 1.8-1)
    [2014-07-10 07:18] [PACMAN] upgraded networkmanager (0.9.8.10-1 -> 0.9.8.10-3)
    [2014-07-10 07:18] [PACMAN] upgraded nspr (4.10.5-1 -> 4.10.6-1)
    [2014-07-10 07:18] [PACMAN] upgraded ntp (4.2.7.p441-1 -> 4.2.7.p446-1)
    [2014-07-10 07:18] [PACMAN] upgraded nvidia (337.19-1 -> 337.25-4)
    [2014-07-10 07:18] [PACMAN] upgraded xine-lib (1.2.5-1 -> 1.2.6-1)
    [2014-07-10 07:18] [PACMAN] upgraded opencv (2.4.8-2 -> 2.4.9-1)
    [2014-07-10 07:18] [ALPM] warning: /etc/pacman.d/mirrorlist installed as /etc/pacman.d/mirrorlist.pacnew
    [2014-07-10 07:18] [PACMAN] upgraded pacman-mirrorlist (20140405-1 -> 20140706-1)
    [2014-07-10 07:18] [PACMAN] upgraded phonon-qt5-gstreamer (4.7.1-1 -> 4.7.2-1)
    [2014-07-10 07:18] [PACMAN] upgraded pkg-config (0.28-1 -> 0.28-2)
    [2014-07-10 07:18] [PACMAN] upgraded pm-quirks (0.20100619-3 -> 0.20100619-4)
    [2014-07-10 07:18] [PACMAN] upgraded protobuf (2.5.0-3 -> 2.5.0-4)
    [2014-07-10 07:18] [PACMAN] upgraded pulseaudio-alsa (2-2 -> 2-3)
    [2014-07-10 07:18] [PACMAN] upgraded pygoocanvas (0.14.1-5 -> 0.14.1-6)
    [2014-07-10 07:18] [PACMAN] upgraded pyorbit (2.24.0-4 -> 2.24.0-5)
    [2014-07-10 07:18] [PACMAN] upgraded python-setuptools (3.6-1 -> 1:5.4.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded python2-gnomecanvas (2.28.1-8 -> 2.28.1-9)
    [2014-07-10 07:18] [PACMAN] upgraded python2-bonobo (2.28.1-8 -> 2.28.1-9)
    [2014-07-10 07:18] [PACMAN] upgraded python2-cffi (0.8.2-4 -> 0.8.6-1)
    [2014-07-10 07:18] [PACMAN] upgraded python2-docutils (0.11-2 -> 0.12-1)
    [2014-07-10 07:18] [PACMAN] upgraded python2-gconf (2.28.1-8 -> 2.28.1-9)
    [2014-07-10 07:18] [PACMAN] upgraded python2-gnomevfs (2.28.1-8 -> 2.28.1-9)
    [2014-07-10 07:18] [PACMAN] upgraded python2-libgnome (2.28.1-8 -> 2.28.1-9)
    [2014-07-10 07:18] [PACMAN] upgraded python2-mako (0.9.1-2 -> 1.0.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded python2-setuptools (3.6-1 -> 1:5.4.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded xcb-util (0.3.9-1 -> 0.3.9-2)
    [2014-07-10 07:18] [PACMAN] upgraded xcb-util-image (0.3.9-1 -> 0.3.9-2)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-base (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-xmlpatterns (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-declarative (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-location (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-script (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-sensors (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded qt5-webkit (5.3.0-3 -> 5.3.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded randrproto (1.4.0-1 -> 1.4.0-2)
    [2014-07-10 07:18] [PACMAN] upgraded recordproto (1.14.2-1 -> 1.14.2-2)
    [2014-07-10 07:18] [PACMAN] upgraded remmina (1.0.0-11 -> 1.0.0-12)
    [2014-07-10 07:18] [PACMAN] upgraded renderproto (0.11.1-2 -> 0.11.1-3)
    [2014-07-10 07:18] [PACMAN] upgraded s-nail (14.6.4-1 -> 14.7.1-1)
    [2014-07-10 07:18] [PACMAN] upgraded samba (4.1.7-1 -> 4.1.9-1)
    [2014-07-10 07:18] [PACMAN] upgraded scrnsaverproto (1.2.2-1 -> 1.2.2-2)
    [2014-07-10 07:18] [PACMAN] upgraded sdl_mixer (1.2.12-3 -> 1.2.12-4)
    [2014-07-10 07:18] [PACMAN] upgraded sg3_utils (1.38-1 -> 1.39-1)
    [2014-07-10 07:18] [PACMAN] upgraded shntool (3.0.10-2 -> 3.0.10-3)
    [2014-07-10 07:18] [PACMAN] installed lib32-json-c (0.12-1)
    [2014-07-10 07:18] [PACMAN] installed lib32-libasyncns (0.8-7)
    [2014-07-10 07:18] [PACMAN] installed lib32-libcap (2.24-1)
    [2014-07-10 07:18] [PACMAN] installed lib32-libxtst (1.2.2-1)
    [2014-07-10 07:18] [PACMAN] installed lib32-libogg (1.3.1-1)
    [2014-07-10 07:18] [PACMAN] installed lib32-flac (1.3.0-1)
    [2014-07-10 07:18] [PACMAN] installed lib32-libvorbis (1.3.4-1)
    [2014-07-10 07:18] [PACMAN] installed lib32-libsndfile (1.0.25-3)
    [2014-07-10 07:18] [PACMAN] installed lib32-libpulse (5.0-1)
    [2014-07-10 07:18] [ALPM-SCRIPTLET] Important update note: Since Skype 4.3, only PulseAudio is supported.
    [2014-07-10 07:18] [ALPM-SCRIPTLET] That means you NEED a working PulseAudio setup to use Skype for voice chatting.
    [2014-07-10 07:18] [ALPM-SCRIPTLET] If you get distorted sound in skype, try adding PULSE_LATENCY_MSEC=60 to your
    [2014-07-10 07:18] [ALPM-SCRIPTLET] env before starting skype. Something like 'export PULSE_LATENCY_MSEC=60' in .bashrc, for example.
    [2014-07-10 07:18] [PACMAN] upgraded skype (4.2.0.13-4 -> 4.3.0.37-3)
    [2014-07-10 07:18] [PACMAN] upgraded slim (1.3.6-4 -> 1.3.6-5)
    [2014-07-10 07:18] [PACMAN] upgraded sound-theme-freedesktop (0.8-1 -> 0.8-2)
    [2014-07-10 07:18] [PACMAN] upgraded swig (3.0.0-1 -> 3.0.2-1)
    [2014-07-10 07:18] [PACMAN] upgraded sysfsutils (2.1.0-8 -> 2.1.0-9)
    [2014-07-10 07:18] [PACMAN] upgraded systemd-sysvcompat (212-3 -> 214-2)
    [2014-07-10 07:18] [PACMAN] upgraded thunar-volman (0.8.0-1 -> 0.8.0-2)
    [2014-07-10 07:18] [PACMAN] upgraded thunderbird (24.5.0-1 -> 24.6.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded tracker (1.0.1-1 -> 1.0.1-2)
    [2014-07-10 07:18] [PACMAN] upgraded tzdata (2014c-1 -> 2014e-1)
    [2014-07-10 07:18] [PACMAN] upgraded unrar (1:5.1.5-1 -> 1:5.1.6-1)
    [2014-07-10 07:18] [PACMAN] upgraded unzip (6.0-6 -> 6.0-7)
    [2014-07-10 07:18] [PACMAN] upgraded vi (1:050325-3 -> 1:050325-4)
    [2014-07-10 07:18] [PACMAN] upgraded vim-runtime (7.4.307-3 -> 7.4.335-4)
    [2014-07-10 07:18] [PACMAN] upgraded vim (7.4.307-3 -> 7.4.335-4)
    [2014-07-10 07:18] [PACMAN] upgraded vlc (2.1.4-2 -> 2.1.5-1)
    [2014-07-10 07:18] [PACMAN] upgraded vorbis-tools (1.4.0-3 -> 1.4.0-4)
    [2014-07-10 07:18] [PACMAN] upgraded webrtc-audio-processing (0.1-1 -> 0.1-2)
    [2014-07-10 07:18] [PACMAN] upgraded wine (1.7.19-3 -> 1.7.21-1)
    [2014-07-10 07:18] [PACMAN] upgraded xbmc (13.0-5 -> 13.1-3)
    [2014-07-10 07:18] [PACMAN] upgraded xcb-util-renderutil (0.3.8-1 -> 0.3.9-1)
    [2014-07-10 07:18] [PACMAN] upgraded xdg-user-dirs-gtk (0.10-1 -> 0.10-2)
    [2014-07-10 07:18] [PACMAN] upgraded xf86-video-modesetting (0.8.1-2 -> 0.9.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded xf86dgaproto (2.1-2 -> 2.1-3)
    [2014-07-10 07:18] [PACMAN] upgraded xf86vidmodeproto (2.3.1-2 -> 2.3.1-3)
    [2014-07-10 07:18] [PACMAN] upgraded xfsprogs (3.1.11-2 -> 3.2.0-1)
    [2014-07-10 07:18] [PACMAN] upgraded xineramaproto (1.2.1-2 -> 1.2.1-3)
    [2014-07-10 07:18] [PACMAN] upgraded youtube-dl (2014.05.19-1 -> 2014.06.26-1)
    Does anyone know what's going on?
    Is there any more information I can provide that would assist diagnosis?

    Hi, thanks for the reply
    /etc/libreoffice/bootstraprc  looks like this:
    [ErrorReport]
    ErrorReportPort=80
    ErrorReportServer=report.libreoffice.org
    [Bootstrap]
    InstallMode=<installmode>
    ProductKey=LibreOffice 4.2
    UserInstallation=$SYSUSERCONFIG/libreoffice/4
    Is this of any use?
    EDIT: through finding more applications that don't work I'm beiginning to suspect it is something to do with GTK. QT apps seem unaffected whereas GTK apps are all a bit upset. I can, for example, access my home directory just fine in dino (qt) and ranger (ncurses).
    EDIT 2: It appears only gtk2 apps are affected. gtk3 apps seem OK
    EDIT 3: I never found a solution, I reformatted the partition and started again (it was only my home partition). I am now back to using ext4.
    Last edited by gav989 (2014-08-19 11:09:53)

  • "Error occurred while packaging the application... Can't load library" in Flash Builder 4.7 (iOS)

    Been struggling to resolve this error since yesterday in Flash Builder 4.7 packaging an app for iOS.
    Error occurred while packaging the application:
    Exception in thread "Main Thread" java.lang.UnsatisfiedLinkError: Can't load library: C:\Program Files\Adobe\Adobe Flash Builder 4.7 (64 Bit)\eclipse\plugins\com.adobe.flash.compiler_4.7.0.349722\AIRSDK\lib\aot\lib\llvm.dll
              at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1706)
              at java.lang.Runtime.load0(Runtime.java:770)
              at java.lang.System.load(System.java:1004)
              at adobe.abc.LLVMEmitter.loadJNI(LLVMEmitter.java:587)
              at adobe.abc.LLVMEmitter.<clinit>(LLVMEmitter.java:597)
              at com.adobe.air.ipa.AOTCompiler.generateExtensionsGlue(AOTCompiler.java:419)
              at com.adobe.air.ipa.AOTCompiler.generateMachineBinaries(AOTCompiler.java:1790)
              at com.adobe.air.ipa.IPAOutputStream.createIosBinary(IPAOutputStream.java:378)
              at com.adobe.air.ipa.IPAOutputStream.finalizeSig(IPAOutputStream.java:762)
              at com.adobe.air.ApplicationPackager.createPackage(ApplicationPackager.java:91)
              at com.adobe.air.ipa.IPAPackager.createPackage(IPAPackager.java:246)
              at com.adobe.air.ADT.parseArgsAndGo(ADT.java:571)
              at com.adobe.air.ADT.run(ADT.java:419)
              at com.adobe.air.ADT.main(ADT.java:470)

    Update:
    My previous proposed solution (of installing the 64-bit JRE) resulted in a different problem. After multiple attempts and restarts I was unable to work in the Flash Builder IDE as it became unresponsive on load. Each time I had to use Task Manager to close the application.
    Apparent Solution:
    Close all applications running in Windows
    Uninstall all versions of JRE (Java Runtime Environment)
    Uninstall Flash Builder 4.7
    Reinstall Flash Builder 4.7

Maybe you are looking for