Invalid memory category

Hi Experts,
When this information error occurs:
Invalid memory category
regards

Hi,
Go to transaction O11C. Maintintain the fields like
Order category 30
Document Type : Assign ur Document type
and
Account assignment type (general): F
Account assignment type (project): Q
Account assignment type (sales order): E
Sales document project: D
Hope this will help to solve ur problem
Reward Points If it is useful
Regards

Similar Messages

  • Invalid accountassignment category.

    Hi
    While saving service sales order i am getting the error Invalid accountassignment category.
    The detailed error is like this
    Invalid account assignment category (->long text)
    Message no. IW063
    Diagnosis
    The system should assign a component to an account assignment category.
    System Response
    The account assignment category is not defined.
    Procedure
    In Customizing define the account assignment category for service- and maintenance orders.
    In the standard, define the following values for the order category 30:
    Account assignment type (general): F
    Account assignment type (project): Q
    Account assignment type (sales order): E
    Sales document project: D
    Please suggest
    Thanks goutam

    Dear Goutam,
    Please check in Customizing for : IMG> Material management>Purchasing--> Account assignment --> Define combination of item categories/Acc assignment
    Regards,
    w1n

  • OS won't boot--invalid memory address message

    10.4.9 running on a G4 867 Dual. System won't boot from internal disk or from Tiger installation CD. I get an error message for an invalid memory address followed by some hex code. The message says I can type "boot-up" but all I get is the little folder icon, then the flashing question mark. If I type "shut-down" this works.
    I've detached all external accessories, disks, etc. I reset the memory chips. Unplugged two of my 4 internal disks. Doesn't help.
    What I was doing before this--running iDefrag on one of my internal disks (not the startup disk), stopped & quit the app partway. Also running SuperDuper backing up yet a third internal disk to my external firewire storage--also stopped & quit partway.
    I inserted my 10.4 installation disk to install a system on an external firewire disk (none of the above, I have a lot of drives) but could not start up from the CD. Started to get the error above. Can't eject CD, either. Bluetooth seems fine as my Apple bluetooth keyboard works.
    Another tidbit--my combo drive may be having problems seeing discs. Some will mount on my iBook but not on the G4 Dual.
    Any ideas?
    G4 Dual 867 Mac OS X (10.4.9) 2 GB RAM

    hey if you actually restrt your mac now where will your mac boot up to does it reach the firmware screen if it does just try typing in
    reset-nvram
    and then
    reset-all
    the mac should restart

  • FIM: Freeing invalid memory in OCIServerAttach

    Hi,
    I have the following piece of code for making connection to Oracle server -
    retCode = OCIEnvCreate(envHandle, OCI_THREADED, (dvoid *)0, 0, 0, 0, (size_t) 0, (dvoid **)0);
    if(retCode == OCI_SUCCESS)
    isEnvAllocated = PMTRUE;
    retCode = OCIHandleAlloc( (dvoid *) envHandle, (dvoid *) &errhp, OCI_HTYPE_ERROR, (size_t) 0, (dvoid **) 0);
    // server contexts
    retCode = OCIHandleAlloc( (dvoid *) envHandle, (dvoid *) &srvhp, OCI_HTYPE_SERVER,(size_t) 0, (dvoid **) 0);
    retCode = OCIHandleAlloc( (dvoid *) envHandle, (dvoid *) &svchp, OCI_HTYPE_SVCCTX,(size_t) 0, (dvoid **) 0);
    pError = checkError(*envHandle, errhp, OCIServerAttach(srvhp, errhp, (ptext *)dbName, strlen(dbName), 0));
    Purify is reporting FIM: Freeing invalid memory in LocalFree {1 occurrence} and the stack trace is -
    [E] FIM: Freeing invalid memory in LocalFree {1 occurrence}
    Address 0x001430f8 points into a HeapAlloc'd block in unallocated region of the default heap
    Location of free attempt
    LocalFree [KERNEL32.dll]
    ??? [security.dll ip=0x76e71a7f]
    AcquireCredentialsHandleA [security.dll]
    naunts5 [orannts8.dll]
    naunts [orannts8.dll]
    sntseltst [oran8.dll]
    naconnect [oran8.dll]
    naconnect [oran8.dll]
    naconnect [oran8.dll]
    nsmore2recv [oran8.dll]
    nsmore2recv [oran8.dll]
    nscall [oran8.dll]
    niotns [oran8.dll]
    osncon [oran8.dll]
    xaolog [OraClient8.Dll]
    xaolog [OraClient8.Dll]
    upiah0 [OraClient8.Dll]
    kpuatch [OraClient8.Dll]
    OCIServerAttach [OraClient8.Dll]
    OCIServerAttach [OCI.dll]
    Does anyone has idea why it is giving that error.
    Also there is a leak associated with it too and the stack trace for that is -
    MPK: Potential memory leak of 4140 bytes from 2 blocks allocated in nsbfree
    Distribution of potentially leaked blocks
    Allocation location
    calloc [msvcrt.dll]
    nsbfree [oran8.dll]
    nsbfree [oran8.dll]
    sntseltst [oran8.dll]
    sntseltst [oran8.dll]
    nsdo [oran8.dll]
    nscall [oran8.dll]
    nscall [oran8.dll]
    niotns [oran8.dll]
    osncon [oran8.dll]
    xaolog [OraClient8.Dll]
    xaolog [OraClient8.Dll]
    upiah0 [OraClient8.Dll]
    kpuatch [OraClient8.Dll]
    OCIServerAttach [OraClient8.Dll]
    OCIServerAttach [OCI.dll]
    Is it a standard leak that is happening in OCI.dll or it is the usage issue so that it can be solved by using OCIServerAttach in a different way.
    Any help in this matter is greatly appreciated.
    Thanks
    Anil
    [email protected]

    I believe that both issues are actually the result of false positives. In general, it's not really possible to tell whether C++ code is actually leaking memory or freeing invalid memory handles. Tools like Purify, BoundChecker, etc. will generally give this sort of false positive when the code you're profiling does something 'dangerous'. I believe you can ignore both messages-- at least the Oracle ODBC driver development group did when I was there.
    Justin

  • Invalid memory access of location error when exporting for iOS

    I have been recently been asked to convert a flash application for us on the iPad. When I try to publish the .ipa file I end up with the following error:
    Invalid memory access of location 0xceip=0x55492db4
    I have no idea what might cause this and my google search of the error message has come up pretty empty. If I remove the document class and republish it works fine so I know it has something to do with my code but I haven't the slightest idea where to start looking so I was hoping someone else had run into a similar error and could point me in the right direction.
    thanks so much
    -Ryan             

    I managed to figure this out through laborious guess and check. Just thought I would share the bug in case anyone else ever runs into it.
    A third party library I was using wrote try catch statements wrong:
    try{
    catch(Error:*){
    No idea why the original author did it like this, probably meant to write "error:*" and didn't release shift fast enough after the "(" but as you might suspect "Error" is a reserved object name to cannot be declared as a paramenter variable
    when replaced with:
    try{
    catch(error:Error){
    the memory access bug went away. What is strange is that the incorrect try/catch statement works just fine when published to swf, air, or android and is only an issue with the iOS converter, and obviously produces a very cryptic error.
    I was using CS5.5 so maybe this has been fixed (if not I would suggest making this a compile time error) but just thought I would post my findings.

  • Error Message - Invalid Parent Category for product

    Hi Campaign Experts,
    I am getting error message "Invalid Parent Category for product" in campaign when I am trying to assign a service product to campaign. Even I tried assigning sales product and also assigning at campaign element level, but the error always appears.
    On the campaign screen in CRM 7.0 webUI, it allows me to search product and displays the product during search but raise error when I select the product.
    Any suggestions?
    Thanks
    Umesh

    Hi Umesh,
    Just maintain Product hierarchy in :
    SPRO->Customer Relationship Management->Account Planning->Product Assignments->Assign Product Hierarchies
    Here you maintain Product hierarchy which has been used in your Product which you are trying to enter in Campaign.
    Regards,
    Dipesh.

  • ExecuteBaseLogic : Invalid Dimension:CATEGORY

    Hello SAP Guru,
    I have design input schedules using EVDRE() with Time dimension in column and  Entity dimension  in row. When I send data to database I am getting the following message
    Book Name : Test_Comparasion2.xlsx
    Application           : ABS_FMCG_PLAN
    Status                  : Success
    Submitted Count  : 1
    Accept Count      : 1
    Rejected Coount : 0
    -Error Message-
    ExecuteBaseLOgic : Invalid Dimension:CATEGORY
    Please let me know how to rectify the above error message.
    Thanks.
    With regards,
    Anand Kumar

    Hi,
      It looks like there is a problem with your category dimension. Please try to process the dimension again selecting your application and full process. You ave to check also into Constants.lgl file located into Webfolders\<appset>\AdminApp\<application name> if the cstegorydim is properly assigned to your category dimension.
    You acn also have a look into the logic log file located into  Webfolders\<appset>\<application name>\Private publications\<user name>\Temp Files, maybe you can find more details about your error.
    However, the error is related to default logic (you can retry to validate and save it) and application structure(you can try to modify your application), not to evdre. You will receive the same error trying to send data even using other methods.
    Best regards,
    Mihaela

  • Invalid memory access %SRR0: ff845360 %SRR1:00003030 appearing on 3 different sticks of RAM

    Thanks for reading. I am working with an iMac G5 2.0 GHz. I expanded the the RAM from the stock 512 to 512 x 2 and it worked fine for a few weeks, and then at boot the message would appear:
    Invalid memory access %SRR0: ff845360 %SRR1:00003030
    After that there is the option to type mac-boot or shut-down. But the system won't boot off that.
    I replaced the new sticks of RAM with the original stick but this error is appearing now even with this original stick of RAM. I've done some research on this problem but I'm not sure what the solution is or where the problem lies, so I'd like to ask for help here.

    Which model/generation iMac G5? 
    http://docs.info.apple.com/article.html?artnum=301724-en How to identify your iMac
    Boot up from the system DVD #1 that originally came w/the computer.  Run Apple's Hardware Test.  Read the DVD label to determine which key to boot up from to run the test.
    Please post the results.
     

  • Invalid memory access

    I just ran the Apple Hardware Test from the install and restore CD and got some interesting results. I restarted the computer and held down the OPTION key, then selected the AHT button and the CONTINUE arrow. My screen went grey, and then the test loading icon appeared, as did some white text in the upper left corner: invalid memory access at: %SRR0: 00000000.00000000 %SRR1: 10000000.00083030 (plus copyright info and a welcome to firmware and instructions). I'm not sure how to interpret this message. Does it mean I need to replace DIMMs 0 and 1?
    I ran TechTool Pro 4 and nothing came up during that memory test. My computer has been doing an odd thing usually after hours of sleep: the fans start whirling and making a lot of noise and when the screen wakes my mouse cursor is frozen.
    Any ideas?

    I found the solution (for my problem anyway). Turns out my hard drive was corrupted beyond repair. I just happened to run the G5 10.3.5 disc and ran disk utility. It failed miserably-gave some sort of error and said it couldn't be fixed. I tried repairing in Target Disk Mode from my MacBook and the drive reported the same errors. I erased the drive, reinstalled the OS, and it started again. No more grey Open Firmware and all my RAM is recognized. I'm getting another drive to be safe. Hope it helps.

  • Invalid memory access errors

    I have frequent boot problems with my 1 GHz 17" PowerBook. When I depress the power button, I often hear the SuperDrive start up but not the hard drive, and the screen stays black. I can tell power's on by depressing the all-caps key and getting the indicator light. Depress power button till shutdown, try again.
    Occasionally, I get a white screen with the following error message:
    Invalid memory access at %SRR0:00014000 %SRR1:01400000
    The rest of the message lists the Boot ROM version and asks whether I want to shut down or continue booting.
    If I type the mac-boot command at the prompt and hit return, I get the first boot screen, but it goes into perpetual cycling.
    I try booting enough times, finally the hard drive will start up and the boot process moves apace. Sometimes it works after a few tries. Sometimes it takes half an hour. Sometimes I give up.
    I removed the original RAM card and inserted a brand new 1 GB card, did not correct the problem. Is it possible my boot ROM has a problem?
    On this same computer, the internal Airport Extreme card malfunctioned a couple of years ago. For a long time that caused complete crashes on attempted boot much (not all) of the time. Everybody on this board thought it was a motherboard problem, when it was just a problem with Airport. That thing's still in there, just not functioning. It quit causing interference that made the screen look scratchy. Might it still be involved in the boot problems? Computer diagnostics don't even show it's alive.

    The problem was that the internal AirPort card had come loose, causing intermittent failures.

  • Invalid Requirement Category

    Hi  Experts,
        While doing Sales Order Entry, it gives error message as Invalid Requirement Category. I maintained category Structure & coverage strategy
    settings.Kindly help to solve this issue.

    If the business process is configured for rebate, then have a look at the following note:-
    Note 1614669 - Message "Error creating rebate credit memos" using VBO2
    G. Lakshmipathi

  • IBook G4 can't install Tiger and "Invalid memory access"

    My friend recently bought an iBook G4, came with Panther 10.3.9 on it, he has been trying to install a retail version of Tiger on it and
    At first the installer would pop up, he'd go through the steps and then it would prompt him to restart but once it had rebooted nothing had changed, still in 10.3.9.
    Then he restarted with Alt, and tried to boot from the installer disk and he got the following message "Invalid Memory Access at % SRRO: 3132636c % SRRI: 40003030"
    He was then prompted to type "mac-boot" to restart and upon restarting he got a folder icon with a question mark, which I understand means the HD couldn't be detected but it still booted up anyway.
    Any thoughts? :/

    I'm not sure what that error message means, but I am wondering if the hard drive might be beginning to go south. If you open Disk Utility, is the S.M.A.R.T. status verified? If the drive is the original, then it could well be getting to the end of its useful life of 3-5 years, even if it is still working after a fashion.
    Did your friend get the original Panther system discs? If so, it might be a good idea to run the extended version of the Apple Hardware Test and see if anything shows up.
    One thing to try is to boot from the Tiger install disc and then navigate to Disk Utility. Since this iBook is a recent purchase, it may be that there is no data to save. If so, your friend could go ahead and erase and reformat the disk before proceeding with the installation.
    If Disk Utility cannot erase and reformat the disk or if the disk cannot be seen, then it will likely not be possible to install anything.
    Also, be sure the RAM meets the minimum requirements for Tiger.
    Good luck!

  • Invalid memory access of location 0x0 eip=0x16793eca

    I am getting this error and I have no idea what to do to fix it. I tried to reinstall java but i didn't work any Ideas i can't get anything done without solving this problem.
    thanks
    Process:         java [737]
    Path:            /usr/bin/java
    Identifier:      com.apple.javajdk16.cmd
    Version:         1.0 (1.0)
    Code Type:       X86 (Native)
    Parent Process:  JavaApplicationStub [272]
    User ID:         501
    PlugIn Path:       /Users/USER/Documents/*/libSimpleOpenNI.jnilib
    PlugIn Identifier: libSimpleOpenNI.jnilib
    PlugIn Version:    ??? (???)
    Date/Time:       2013-03-06 22:43:03.193 -0500
    OS Version:      Mac OS X 10.8.2 (12C60)
    Report Version:  10
    Interval Since Last Report:          24511 sec
    Crashes Since Last Report:           33
    Per-App Interval Since Last Report:  9259 sec
    Per-App Crashes Since Last Report:   31
    Anonymous UUID:                      08E446C9-5383-7578-92D6-8EE6C108B879
    Crashed Thread:  22  Java: Animation Thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
        __TEXT                 0000000000001000-0000000000008000 [   28K] r-x/rwx SM=COW  /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=0000000016793eca
    Java VM: Java HotSpot(TM) Client VM (20.14-b01-447 mixed mode macosx-x86)
    Current thread (00000000022c4000):  JavaThread "Animation Thread" [_thread_in_native, id=-1317318656, stack(00000000b16b5000,00000000b17b5000)]
    Stack: [00000000b16b5000,00000000b17b5000]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j  SimpleOpenNI.SimpleOpenNIJNI.ContextWrapper_enableUserSwigExplicitContextWrappe r(JLSimpleOpenNI/ContextWrapper;I)Z+0
    j  SimpleOpenNI.ContextWrapper.enableUser(I)Z+28
    j  SimpleOpenNI.SimpleOpenNI.enableUser(ILjava/lang/Object;)Z+17
    j  SimpleOpenNI.SimpleOpenNI.enableUser(I)Z+6
    j  sketch_130305a.setup()V+35
    j  processing.core.PApplet.handleDraw()V+191
    j  processing.core.PGraphicsJava2D.requestDraw()V+4
    j  processing.core.PApplet.run()V+176
    j  java.lang.Thread.run()V+11
    v  ~StubRoutines::call_stub
    Java Threads: ( => current thread )
    =>00000000022c4000 JavaThread "Animation Thread" [_thread_in_native, id=-1317318656, stack(00000000b16b5000,00000000b17b5000)]
      0000000002279000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=-1318375424, stack(00000000b15b3000,00000000b16b3000)]
      00000000019fdc00 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=-1319432192, stack(00000000b14b1000,00000000b15b1000)]
      00000000019fa000 JavaThread "AWT-Shutdown" [_thread_blocked, id=-1322086400, stack(00000000b1229000,00000000b1329000)]
      00000000019f9800 JavaThread "AWT-AppKit" daemon [_thread_in_native, id=-1398412760, stack(00000000bf800000,00000000c0000000)]
      00000000019df800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=-1324199936, stack(00000000b1025000,00000000b1125000)]
      0000000002256800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=-1325256704, stack(00000000b0f23000,00000000b1023000)]
      00000000019de800 JavaThread "JDWP Command Reader" daemon [_thread_in_native, id=-1326313472, stack(00000000b0e21000,00000000b0f21000)]
      00000000019dd800 JavaThread "JDWP Event Helper Thread" daemon [_thread_blocked, id=-1327370240, stack(00000000b0d1f000,00000000b0e1f000)]
      00000000019dc800 JavaThread "JDWP Transport Listener: dt_socket" daemon [_thread_blocked, id=-1328427008, stack(00000000b0c1d000,00000000b0d1d000)]
      0000000002250c00 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=-1329483776, stack(00000000b0b1b000,00000000b0c1b000)]
      000000000224fc00 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=-1330540544, stack(00000000b0a19000,00000000b0b19000)]
      0000000002249c00 JavaThread "Finalizer" daemon [_thread_blocked, id=-1333194752, stack(00000000b0791000,00000000b0891000)]
      00000000019d2400 JavaThread "Reference Handler" daemon [_thread_blocked, id=-1334251520, stack(00000000b068f000,00000000b078f000)]
      00000000019b6800 JavaThread "main" [_thread_blocked, id=-1341124608, stack(00000000b0001000,00000000b0101000)]
    Other Threads:
      0000000002248000 VMThread [stack: 00000000b058d000,00000000b068d000] [id=-1335308288]
      00000000019dc000 WatcherThread [stack: 00000000b1127000,00000000b1227000] [id=-1323143168]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 14784K, used 6882K [0000000005010000, 0000000006010000, 0000000006010000)
      eden space 13184K,  52% used [0000000005010000, 00000000056c8840, 0000000005cf0000)
      from space 1600K,   0% used [0000000005cf0000, 0000000005cf0000, 0000000005e80000)
      to   space 1600K,   0% used [0000000005e80000, 0000000005e80000, 0000000006010000)
    concurrent mark-sweep generation total 49152K, used 0K [0000000006010000, 0000000009010000, 000000000b010000)
    concurrent-mark-sweep perm gen total 12288K, used 7748K [000000000b010000, 000000000bc10000, 000000000f010000)
    Code Cache  [0000000003001000, 00000000030a2000, 0000000005001000)
    total_blobs=362 nmethods=87 adapters=219 free_code_cache=32898752 largest_free_block=0
    Virtual Machine Arguments:
    JVM Args: -Xrunjdwp:transport=dt_socket,address=8401,suspend=y -Djava.library.path=/users/mizo_015/Documents/Processing/sketch_130305a/code:/u sers/mizo_015/Documents/Processing/libraries/libraries/ARDroneForP5/library:/use rs/mizo_015/Documents/Processing/libraries/libraries/SimpleOpenNI/library:/Users /mizo_015/Documents/Processing/libraries/processing-2.0b8-macosx/Processing.app/ Contents/Resources/Java:/System/Library/PrivateFrameworks/JavaApplicationLaunche r.framework/Resources:.:/Library/Java/Extensions:/System/Library/Java/Extensions :/usr/lib/java -ea
    Java Command: processing.core.PApplet --editor-location=483,134 --external --display=0 --sketch-path=/users/mizo_015/Documents/Processing/sketch_130305a sketch_130305a
    Launcher Type: SUN_STANDARD
    Physical Memory: Page Size = 4k, Total = 3840M, Free = 159M
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x959b9599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x959bef7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x959be63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x959be4ab CFRunLoopRunInMode + 123
    6   com.apple.HIToolbox                     0x990fe15a RunCurrentEventLoopInMode + 242
    7   com.apple.HIToolbox                     0x990fdec9 ReceiveNextEventCommon + 374
    8   com.apple.HIToolbox                     0x990fdd44 BlockUntilNextEventMatchingListInMode + 88
    9   com.apple.AppKit                        0x960bea3a _DPSNextEvent + 724
    10  com.apple.AppKit                        0x960be26c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    11  libawt.jnilib                           0x0f8e8011 -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 132
    12  com.apple.AppKit                        0x960b46cc -[NSApplication run] + 855
    13  libawt.jnilib                           0x0f8e6334 +[AWTStarter startAWT:] + 2019
    14  libawt.jnilib                           0x0f8e5b01 -[CPerformer perform] + 259
    15  libobjc.A.dylib                         0x92a465d3 -[NSObject performSelector:withObject:] + 70
    16  com.apple.Foundation                    0x9705e0c0 __NSThreadPerformPerform + 395
    17  com.apple.CoreFoundation                0x9599966f __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__ + 15
    18  com.apple.CoreFoundation                0x95999099 __CFRunLoopDoSources0 + 233
    19  com.apple.CoreFoundation                0x959bee46 __CFRunLoopRun + 934
    20  com.apple.CoreFoundation                0x959be63a CFRunLoopRunSpecific + 378
    21  com.apple.CoreFoundation                0x959be4ab CFRunLoopRunInMode + 123
    22  java                                    0x000051af 0x1000 + 16815
    23  java                                    0x00004bd3 0x1000 + 15315
    24  java                                    0x00002329 0x1000 + 4905
    Thread 1:
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x00215196 0x200000 + 86422
    3   libclient.dylib                         0x00348915 0x200000 + 1345813
    4   libclient.dylib                         0x0034be35 JVM_Sleep + 254
    5   libjvmlinkage.dylib                     0x0004d9c8 JVM_Sleep + 72
    6   ???                                     0x03011490 0 + 50402448
    7   ???                                     0x03003ec1 0 + 50347713
    8   ???                                     0x03003ec1 0 + 50347713
    9   ???                                     0x03001374 0 + 50336628
    10  libclient.dylib                         0x002ae583 0x200000 + 714115
    11  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    12  libclient.dylib                         0x002ae2c7 0x200000 + 713415
    13  libclient.dylib                         0x002d3883 0x200000 + 866435
    14  libclient.dylib                         0x002d36e2 0x200000 + 866018
    15  java                                    0x00003583 0x1000 + 9603
    16  java                                    0x0000504b 0x1000 + 16459
    17  java                                    0x00003a82 0x1000 + 10882
    18  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    19  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x973e29ae kevent + 10
    1   libdispatch.dylib                       0x9a2e4c71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x9a2e47a9 _dispatch_mgr_thread + 53
    Thread 3:: Java: Exception Handler Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libsystem_kernel.dylib                  0x973df644 mach_msg_server + 620
    3   libclient.dylib                         0x0021605a 0x200000 + 90202
    4   libclient.dylib                         0x00215ee3 0x200000 + 89827
    5   libclient.dylib                         0x0021496c 0x200000 + 84332
    6   libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    7   libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 4:: Java: Gang worker#0 (Parallel GC Threads)
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x0022c3f1 0x200000 + 181233
    8   libclient.dylib                         0x0022c2db 0x200000 + 180955
    9   libclient.dylib                         0x0021496c 0x200000 + 84332
    10  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 5:: Java: Gang worker#1 (Parallel GC Threads)
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x0022c3f1 0x200000 + 181233
    8   libclient.dylib                         0x0022c2db 0x200000 + 180955
    9   libclient.dylib                         0x0021496c 0x200000 + 84332
    10  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 6:: Java: Concurrent Mark-Sweep GC Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x00215196 0x200000 + 86422
    3   libclient.dylib                         0x00232d56 0x200000 + 208214
    4   libclient.dylib                         0x00214ee4 0x200000 + 85732
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x0033dca5 0x200000 + 1301669
    8   libclient.dylib                         0x0033dc13 0x200000 + 1301523
    9   libclient.dylib                         0x00232b71 0x200000 + 207729
    10  libclient.dylib                         0x0021496c 0x200000 + 84332
    11  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    12  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 7:: Java: VM Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x00215196 0x200000 + 86422
    3   libclient.dylib                         0x00232d56 0x200000 + 208214
    4   libclient.dylib                         0x00214ee4 0x200000 + 85732
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x002ad246 0x200000 + 709190
    8   libclient.dylib                         0x002aceef 0x200000 + 708335
    9   libclient.dylib                         0x0021496c 0x200000 + 84332
    10  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    11  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 8:: Java: Reference Handler
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03003ec1 0 + 50347713
    11  ???                                     0x03001374 0 + 50336628
    12  libclient.dylib                         0x002ae583 0x200000 + 714115
    13  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    14  libclient.dylib                         0x002baccd 0x200000 + 765133
    15  libclient.dylib                         0x002bab5d 0x200000 + 764765
    16  libclient.dylib                         0x002baadb 0x200000 + 764635
    17  libclient.dylib                         0x002ba935 0x200000 + 764213
    18  libclient.dylib                         0x002ba773 0x200000 + 763763
    19  libclient.dylib                         0x0021496c 0x200000 + 84332
    20  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    21  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 9:: Java: Finalizer
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03004027 0 + 50348071
    11  ???                                     0x03004027 0 + 50348071
    12  ???                                     0x03001374 0 + 50336628
    13  libclient.dylib                         0x002ae583 0x200000 + 714115
    14  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    15  libclient.dylib                         0x002baccd 0x200000 + 765133
    16  libclient.dylib                         0x002bab5d 0x200000 + 764765
    17  libclient.dylib                         0x002baadb 0x200000 + 764635
    18  libclient.dylib                         0x002ba935 0x200000 + 764213
    19  libclient.dylib                         0x002ba773 0x200000 + 763763
    20  libclient.dylib                         0x0021496c 0x200000 + 84332
    21  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    22  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 10:: Java: Surrogate Locker Thread (Concurrent GC)
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x002147da 0x200000 + 83930
    7   libclient.dylib                         0x002cbcb4 0x200000 + 834740
    8   libclient.dylib                         0x002cbbf8 0x200000 + 834552
    9   libclient.dylib                         0x002ba935 0x200000 + 764213
    10  libclient.dylib                         0x002ba773 0x200000 + 763763
    11  libclient.dylib                         0x0021496c 0x200000 + 84332
    12  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    13  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 11:: Java: Signal Dispatcher
    0   libsystem_kernel.dylib                  0x973df80e semaphore_wait_trap + 10
    1   libclient.dylib                         0x002cc59a 0x200000 + 837018
    2   libclient.dylib                         0x002cbf78 0x200000 + 835448
    3   libclient.dylib                         0x002ba935 0x200000 + 764213
    4   libclient.dylib                         0x002ba773 0x200000 + 763763
    5   libclient.dylib                         0x0021496c 0x200000 + 84332
    6   libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    7   libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 12:: Java: JDWP Transport Listener: dt_socket
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x0047931d 0x200000 + 2593565
    5   libclient.dylib                         0x004795a5 0x200000 + 2594213
    6   libclient.dylib                         0x0046553e 0x200000 + 2512190
    7   libclient.dylib                         0x004621ea 0x200000 + 2499050
    8   libjdwp.jnilib                          0x005eae2f 0x5c5000 + 155183
    9   libjdwp.jnilib                          0x005d45f1 0x5c5000 + 62961
    10  libjdwp.jnilib                          0x005e69e3 0x5c5000 + 137699
    11  libclient.dylib                         0x00477eff 0x200000 + 2588415
    12  libclient.dylib                         0x00477f2c 0x200000 + 2588460
    13  libclient.dylib                         0x002ba935 0x200000 + 764213
    14  libclient.dylib                         0x002ba773 0x200000 + 763763
    15  libclient.dylib                         0x0021496c 0x200000 + 84332
    16  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    17  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 13:: Java: JDWP Event Helper Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x0047931d 0x200000 + 2593565
    5   libclient.dylib                         0x004795a5 0x200000 + 2594213
    6   libclient.dylib                         0x0046553e 0x200000 + 2512190
    7   libclient.dylib                         0x004621ea 0x200000 + 2499050
    8   libjdwp.jnilib                          0x005eae2f 0x5c5000 + 155183
    9   libjdwp.jnilib                          0x005dbcbe 0x5c5000 + 93374
    10  libclient.dylib                         0x00477eff 0x200000 + 2588415
    11  libclient.dylib                         0x00477f2c 0x200000 + 2588460
    12  libclient.dylib                         0x002ba935 0x200000 + 764213
    13  libclient.dylib                         0x002ba773 0x200000 + 763763
    14  libclient.dylib                         0x0021496c 0x200000 + 84332
    15  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    16  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 14:: Java: JDWP Command Reader
    0   libsystem_kernel.dylib                  0x973e1b3e __recvfrom + 10
    1   libsystem_c.dylib                       0x97fa1bcb recv$UNIX2003 + 54
    2   libdt_socket.jnilib                     0x017bd89c 0x17bb000 + 10396
    3   libdt_socket.jnilib                     0x017bcf4d 0x17bb000 + 8013
    4   libdt_socket.jnilib                     0x017bc9ce 0x17bb000 + 6606
    5   libjdwp.jnilib                          0x005e5c23 0x5c5000 + 134179
    6   libjdwp.jnilib                          0x005d4836 0x5c5000 + 63542
    7   libclient.dylib                         0x00477eff 0x200000 + 2588415
    8   libclient.dylib                         0x00477f2c 0x200000 + 2588460
    9   libclient.dylib                         0x002ba935 0x200000 + 764213
    10  libclient.dylib                         0x002ba773 0x200000 + 763763
    11  libclient.dylib                         0x0021496c 0x200000 + 84332
    12  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    13  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 15:: Java: C1 CompilerThread0
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x002147da 0x200000 + 83930
    7   libclient.dylib                         0x002d3e4a 0x200000 + 867914
    8   libclient.dylib                         0x002cd770 0x200000 + 841584
    9   libclient.dylib                         0x002cd51a 0x200000 + 840986
    10  libclient.dylib                         0x002ba935 0x200000 + 764213
    11  libclient.dylib                         0x002ba773 0x200000 + 763763
    12  libclient.dylib                         0x0021496c 0x200000 + 84332
    13  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    14  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 16:: Java: Low Memory Detector
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x00214ec8 0x200000 + 85704
    5   libclient.dylib                         0x00214a0d 0x200000 + 84493
    6   libclient.dylib                         0x00214897 0x200000 + 84119
    7   libclient.dylib                         0x002ce458 0x200000 + 844888
    8   libclient.dylib                         0x002ba935 0x200000 + 764213
    9   libclient.dylib                         0x002ba773 0x200000 + 763763
    10  libclient.dylib                         0x0021496c 0x200000 + 84332
    11  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    12  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 17:: Java: VM Periodic Task Thread
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x00215196 0x200000 + 86422
    3   libclient.dylib                         0x00232d56 0x200000 + 208214
    4   libclient.dylib                         0x002d0ef9 0x200000 + 855801
    5   libclient.dylib                         0x0021496c 0x200000 + 84332
    6   libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    7   libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 18:: Java: AWT-Shutdown
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03003ec1 0 + 50347713
    11  ???                                     0x0300439d 0 + 50348957
    12  ???                                     0x03001374 0 + 50336628
    13  libclient.dylib                         0x002ae583 0x200000 + 714115
    14  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    15  libclient.dylib                         0x002baccd 0x200000 + 765133
    16  libclient.dylib                         0x002bab5d 0x200000 + 764765
    17  libclient.dylib                         0x002baadb 0x200000 + 764635
    18  libclient.dylib                         0x002ba935 0x200000 + 764213
    19  libclient.dylib                         0x002ba773 0x200000 + 763763
    20  libclient.dylib                         0x0021496c 0x200000 + 84332
    21  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    22  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x973e20ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x97f1a04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97f19e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x97f01cca start_wqthread + 30
    Thread 20:: Java: Java2D Disposer
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03004027 0 + 50348071
    11  ???                                     0x03004027 0 + 50348071
    12  ???                                     0x0300439d 0 + 50348957
    13  ???                                     0x03001374 0 + 50336628
    14  libclient.dylib                         0x002ae583 0x200000 + 714115
    15  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    16  libclient.dylib                         0x002baccd 0x200000 + 765133
    17  libclient.dylib                         0x002bab5d 0x200000 + 764765
    18  libclient.dylib                         0x002baadb 0x200000 + 764635
    19  libclient.dylib                         0x002ba935 0x200000 + 764213
    20  libclient.dylib                         0x002ba773 0x200000 + 763763
    21  libclient.dylib                         0x0021496c 0x200000 + 84332
    22  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    23  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 21:: Java: AWT-EventQueue-0
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   libclient.dylib                         0x002150c6 0x200000 + 86214
    3   libclient.dylib                         0x00215002 0x200000 + 86018
    4   libclient.dylib                         0x002bbe28 0x200000 + 769576
    5   libclient.dylib                         0x002bb32a 0x200000 + 766762
    6   libclient.dylib                         0x002bb01c JVM_MonitorWait + 203
    7   libjvmlinkage.dylib                     0x0004cdd5 JVM_MonitorWait + 69
    8   ???                                     0x03011490 0 + 50402448
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03003ec1 0 + 50347713
    11  ???                                     0x03004027 0 + 50348071
    12  ???                                     0x030040ed 0 + 50348269
    13  ???                                     0x03003ec1 0 + 50347713
    14  ???                                     0x03003ec1 0 + 50347713
    15  ???                                     0x03003ec1 0 + 50347713
    16  ???                                     0x03003ec1 0 + 50347713
    17  ???                                     0x03001374 0 + 50336628
    18  libclient.dylib                         0x002ae583 0x200000 + 714115
    19  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    20  libclient.dylib                         0x002baccd 0x200000 + 765133
    21  libclient.dylib                         0x002bab5d 0x200000 + 764765
    22  libclient.dylib                         0x002baadb 0x200000 + 764635
    23  libclient.dylib                         0x002ba935 0x200000 + 764213
    24  libclient.dylib                         0x002ba773 0x200000 + 763763
    25  libclient.dylib                         0x0021496c 0x200000 + 84332
    26  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    27  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 22 Crashed:: Java: Animation Thread
    0   libOpenNI.dylib                         0x16793eca xnSetSkeletonProfile + 10
    1   libSimpleOpenNI.jnilib                  0x166d60bd sOpenNI::ContextWrapper::createUser(int, bool) + 253
    2   libSimpleOpenNI.jnilib                  0x166d6897 sOpenNI::ContextWrapper::enableUser(int) + 71
    3   libSimpleOpenNI.jnilib                  0x16691d01 Java_SimpleOpenNI_SimpleOpenNIJNI_ContextWrapper_1enableUserSwigExplicitContext Wrapper + 33
    4   ???                                     0x03011490 0 + 50402448
    5   ???                                     0x030040ed 0 + 50348269
    6   ???                                     0x030040ed 0 + 50348269
    7   ???                                     0x030040ed 0 + 50348269
    8   ???                                     0x030040ed 0 + 50348269
    9   ???                                     0x03003ec1 0 + 50347713
    10  ???                                     0x03003ec1 0 + 50347713
    11  ???                                     0x03003ec1 0 + 50347713
    12  ???                                     0x0300439d 0 + 50348957
    13  ???                                     0x03001374 0 + 50336628
    14  libclient.dylib                         0x002ae583 0x200000 + 714115
    15  libclient.dylib                         0x002ae2f5 0x200000 + 713461
    16  libclient.dylib                         0x002baccd 0x200000 + 765133
    17  libclient.dylib                         0x002bab5d 0x200000 + 764765
    18  libclient.dylib                         0x002baadb 0x200000 + 764635
    19  libclient.dylib                         0x002ba935 0x200000 + 764213
    20  libclient.dylib                         0x002ba773 0x200000 + 763763
    21  libclient.dylib                         0x0021496c 0x200000 + 84332
    22  libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    23  libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 23:
    0   libsystem_kernel.dylib                  0x973df7d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x973decb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x959b9599 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x959bef7f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x959be63a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x959ce061 CFRunLoopRun + 129
    6   libusb-1.0.0.dylib                      0x168de565 event_thread_main + 325
    7   libsystem_c.dylib                       0x97f17557 _pthread_start + 344
    8   libsystem_c.dylib                       0x97f01cee thread_start + 34
    Thread 24:
    0   libsystem_kernel.dylib                  0x973e20ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x97f1a04c _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x97f19e19 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x97f01cca start_wqthread + 30
    Thread 25:
    Thread 22 crashed with X86 Thread State (32-bit):
      eax: 0x00000000  ebx: 0x00000000  ecx: 0x000fc080  edx: 0x02b0ba00
      edi: 0x00000000  esi: 0x00000001  ebp: 0xb17b48b8  esp: 0xb17b4890
       ss: 0x00000023  efl: 0x00010286  eip: 0x16793eca   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000023   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 0
    Binary Images:
        0x1000 -     0x7fff  java (1.0 - 1.0) <8B7A6AF8-57FA-3FA8-9621-1FBBF69FC5A1> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bin/java
        0xd000 -    0x12fff  libjli.jnilib (1) <B79E23CB-846B-3448-9383-9E04C7F87BC2> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjli.jn ilib
       0x17000 -    0x1bffd  com.apple.JavaVM (14.6.1 - 14.6.1) <1163556C-5C1D-3C5A-8767-682DAE7D3174> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
       0x23000 -    0x27fff  JavaLaunching (1) <B4090689-9EA9-36C0-9DD2-0C3380C4BE1D> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunch ing
       0x4c000 -    0x53ffb  libjvmlinkage.dylib (1) <6A77EDD1-D1B2-39A9-A637-67BC1D7349F9> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjvmlin kage.dylib
       0x92000 -    0x99fff  libverify.dylib (1.0 - 1.0) <832C9B30-D9EF-3A78-87D1-39B5B59AC38A> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libverify .dylib
       0x9e000 -    0xa6fff  JavaNativeFoundation (1) <255E405D-7805-3461-A678-47692E309629> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFou ndation.framework/Versions/A/JavaNativeFoundation
       0xcb000 -    0xe8fff  libjava.jnilib (1) <03ECFD8C-66C8-3AFF-97A0-30A9A6108745> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjava.j nilib
      0x200000 -   0x563fe2  libclient.dylib (1) <22D10AF3-BD0E-3FA5-BED8-06E3057AE6A7> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Home/bundle/Librari es/libclient.dylib
      0x5b0000 -   0x5b8fff  com.apple.java.JavaRuntimeSupport (14.6.1 - 14.6.1) <BE2884EA-32E0-363C-B0C0-809CAB43F86E> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaRuntimeSu pport.framework/Versions/A/JavaRuntimeSupport
      0x5c5000 -   0x5f3ffe  libjdwp.jnilib (1) <1ACFC25F-6093-338A-BD5A-079E2646F09C> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libjdwp.j nilib
      0x5f8000 -   0x5f9ffd  libnpt.jnilib (1) <EFB1E3AC-BE7D-3121-AF4C-F185627F81F3> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libnpt.jn ilib
      0x708000 -   0x714fff  libzip.jnilib (1) <2C56697E-3280-377C-BF3E-9FC09C627B02> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libzip.jn ilib
    0x17bb000 -  0x17bdffd  libdt_socket.jnilib (1) <B0F6C39B-EC4E-3650-BD92-3832FC65169C> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libdt_soc ket.jnilib
    0x17c1000 -  0x17cafff  com.apple.JavaApplicationLauncher (14.6.1 - 14.6.1) <6AE5B048-2054-33A3-BD93-3454C695D2DA> /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/ JavaApplicationLauncher
    0xf8e4000 -  0xfa96ff7  libawt.jnilib (1) <88683C8D-2C63-3205-9401-1BD6C0961324> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libawt.jn ilib
    0x10da7000 - 0x10db4ff3  com.apple.Librarian (1.1 - 1) <88A55A5E-40FF-3234-8394-2317120B79AB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x165b9000 - 0x16610ffb  libfontmanager.jnilib (1) <8CFF302C-8F1F-3671-AB83-9826D91AA02F> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libfontma nager.jnilib
    0x1666d000 - 0x16679ff3  libnet.jnilib (1) <63E490F4-88CC-3FD1-A84A-9ADA013C2995> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libnet.jn ilib
    0x1667f000 - 0x16682ffe  libnio.jnilib (1) <43F69C84-3355-30E1-9967-2402D6F0A12B> /System/Library/Java/JavaVirtualMachines/1.6.0.jdk/Contents/Libraries/libnio.jn ilib
    0x16688000 - 0x1670bfff +libSimpleOpenNI.jnilib (???) <3A67BBCC-AA39-1143-C396-BA15B8D0C207> /Users/USER/Documents/*/libSimpleOpenNI.jnilib
    0x16766000 - 0x167dbfef  libOpenNI.dylib (0) <CFFE07D7-DC9B-4811-0D69-57AACFF085D9> /usr/lib/libOpenNI.dylib
    0x167ff000 - 0x168a3ff3  libXnVNite_1_5_2.dylib (0) <C8027CE1-530E-047A-3921-A556DFE7E7B1> /usr/lib/libXnVNite_1_5_2.dylib
    0x168d7000 - 0x168dfff7 +libusb-1.0.0.dylib (2) <3463FF86-A4BA-99A8-59DB-C4058E0B8E8C> /opt/local/lib/libusb-1.0.0.dylib
    0x168e4000 - 0x1690eff7  libnimMockNodes.dylib (0) <D576B486-8257-D90C-DD3E-C301B351844F> /usr/lib/libnimMockNodes.dylib
    0x16924000 - 0x16956fef  libnimCodecs.dylib (0) <508A54BC-3FE8-BE5E-C452-257613D193DA> /usr/lib/libnimCodecs.dylib
    0x16987000 - 0x169a7ffb  libnimRecorder.dylib (0) <C1B3B043-A32E-541C-7C0F-FADDED802927> /usr/lib/libnimRecorder.dylib
    0x169b5000 - 0x16a3bff7  libXnDeviceSensorV2.dylib (0) <2995E595-134E-D871-4440-6691F3E5F5B5> /usr/lib/libXnDeviceSensorV2.dylib
    0x16a74000 - 0x16a76fff  libXnCore.dylib (0) <A7246FE9-A55F-CAC0-0C19-8283589D6F99> /usr/lib/libXnCore.dylib
    0x16a7a000 - 0x16a9cfff  libXnFormats.dylib (0) <B0949D8C-FC34-A772-67DE-292DAFD23C0F> /usr/lib/libXnFormats.dylib
    0x16ac4000 - 0x16afeffb  libXnDDK.dylib (0) <97F9D49D-B53B-052C-4885-52B869566D7D> /usr/lib/libXnDDK.dylib
    0x16b18000 - 0x16b40ffb  libXnDeviceFile.dylib (0) <59B4BC20-F6D7-7A36-25D2-500A558A39C9> /usr/lib/libXnDeviceFile.dylib
    0x16b54000 - 0x16bcdff7  libXnDeviceSensorV2KM.dylib (0) <12283F27-C323-5E35-8294-4FB3CE4DEFFD> /usr/lib/libXnDeviceSensorV2KM.dylib
    0x16c03000 - 0x1709bfef  libXnVFeatures_1_5_2.dylib (0) <4CD685FC-BB68-424E-0B60-389545B776A1> /usr/lib/libXnVFeatures_1_5_2.dylib
    0x17179000 - 0x1725dfe7  libXnVHandGenerator_1_5_2.dylib (0) <70F44C8A-C742-CA80-D1AD-080D53F50ED4> /usr/lib/libXnVHandGenerator_1_5_2.dylib
    0x17299000 - 0x172a3ffb  com.apple.iokit.IOUSBLib (5.2.5 - 5.2.5) <944B0FB7-B157-3FBE-9CCC-442F816A8CE0> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Co ntents/MacOS/IOUSBLib
    0x8feee000 - 0x8ff20e57  dyld (210.2.3) <23DBDBB1-1D21-342C-AC2A-0E55F27E6A1F> /usr/lib/dyld
    0x90061000 - 0x9006bfff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x9006c000 - 0x90099ffb  com.apple.CoreServicesInternal (154.2 - 154.2) <DCCF604B-1DB8-3F09-8122-545E2E7F466D> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x9009a000 - 0x900bcfff  libc++abi.dylib (24.4) <06479DA4-BC23-34B6-BAFC-A885814261D0> /usr/lib/libc++abi.dylib
    0x900c1000 - 0x900c9fff  com.apple.CommerceCore (1.0 - 26) <AF0D1990-8CBF-3AB4-99DF-8B7AE14FB0D5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x900ca000 - 0x900d8fff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x900d9000 - 0x900e5ffe  libkxld.dylib (2050.18.24) <48A75AF6-9D5A-3552-948E-30A1682D3664> /usr/lib/system/libkxld.dylib
    0x900e6000 - 0x90121fe7  libGLImage.dylib (8.6.1) <A3442557-18D5-332E-8859-423D5A20EBBE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x90122000 - 0x901b9ff7  com.apple.ink.framework (10.8.2 - 150) <D90FF7BC-6B90-39F1-AC52-670269947C58> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x908bb000 - 0x909b3ff9  libsqlite3.dylib (138.1) <AD7C5914-35F0-37A3-9238-A29D2E26C755> /usr/lib/libsqlite3.dylib
    0x909b4000 - 0x90a54ff7  com.apple.QD (3.42 - 285) <1B8307C6-AFA8-312E-BA5B-679070EF2CA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x90a55000 - 0x90b04ff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x90b05000 - 0x90b08ffd  libCoreVMClient.dylib (24.4) <C54E8FD0-61EC-3DC8-8631-54288AC66AC8> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90b09000 - 0x90c25ff7  com.apple.desktopservices (1.7.2 - 1.7.2) <8E74D101-8398-34F1-A463-B4950680A597> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x90c26000 - 0x90c7ffff  com.apple.AE (645.3 - 645.3) <6745659F-006D-3F25-94D6-DF944E9A01FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x90c80000 - 0x90cc5ff5  com.apple.opencl (2.1.20 - 2.1.20) <41C4AE6E-67B6-33E2-A9B6-BF6F01580B16> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x90cc6000 - 0x90cc7fff  libsystem_sandbox.dylib (220) <4E42390B-25EC-3530-AF01-337E430C16EB> /usr/lib/system/libsystem_sandbox.dylib
    0x90d1c000 - 0x90d41ff7  com.apple.CoreVideo (1.8 - 99.3) <5B872AC0-E82D-3475-A3F9-FD95F380560D> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x90d8a000 - 0x90dd9ff6  libTIFF.dylib (845) <989A2EB9-3A49-3157-8E9C-B16E6005BC64> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90dda000 - 0x90df0fff  com.apple.CFOpenDirectory (10.8 - 151.10) <3640B988-F915-3E0D-897C-CB04C95BA601> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x90df1000 - 0x90df5ffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x90df6000 - 0x90e70ff3  com.apple.securityfoundation (6.0 - 55115.4) <8A3DA1FE-1985-3ECB-945A-6B1E853B4BDC> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90e71000 - 0x90e7affd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x90e87000 - 0x90ebdffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x90ec0000 - 0x90eceff7  libz.1.dylib (43) <245F1B61-2276-3BBB-9891-99934116D833> /usr/lib/libz.1.dylib
    0x90efe000 - 0x90f7aff3  com.apple.Metadata (10.7.0 - 707.3) <6B6A6216-23D0-34CE-8099-BEE9BA42501E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90f7b000 - 0x90f88ff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x90f89000 - 0x90fb6ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x90fd6000 - 0x90fd8fff  libCVMSPluginSupport.dylib (8.6.1) <8A174BD9-992E-351D-8F9A-DF6991723ABE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x90fd9000 - 0x90feefff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x90fef000 - 0x91206fff  com.apple.CoreData (106.1 - 407.7) <17FD06D6-AD7C-345A-8FA4-1F0FBFF4DAE1> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x91619000 - 0x91771ffb  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <9205DFC2-8DAE-354E-AD87-46E229B5F2F1> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x919a3000 - 0x919b3ff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) &lt

    I managed to figure this out through laborious guess and check. Just thought I would share the bug in case anyone else ever runs into it.
    A third party library I was using wrote try catch statements wrong:
    try{
    catch(Error:*){
    No idea why the original author did it like this, probably meant to write "error:*" and didn't release shift fast enough after the "(" but as you might suspect "Error" is a reserved object name to cannot be declared as a paramenter variable
    when replaced with:
    try{
    catch(error:Error){
    the memory access bug went away. What is strange is that the incorrect try/catch statement works just fine when published to swf, air, or android and is only an issue with the iOS converter, and obviously produces a very cryptic error.
    I was using CS5.5 so maybe this has been fixed (if not I would suggest making this a compile time error) but just thought I would post my findings.

  • Invalid cost category while uploading through RPRCCC_READ_KR1025

    Hello,
    While uploading Amex KR1025 feed through RPRCCC_READ_KR1025 system is not uploading some of the transactions and giving the error u201CInvalid Cost Categoryu201D. The Cost Categories as followsu2013 22, 16, 17, 15, 12.
    The cost categories which are working fine is 04, 08, PA. I tried uploading 78 transactions, out of 55 has been uploaded successfully and there are errors u201CInvalid Cost Categoryu201D in rest of the transactions.
    As per u201CAMEX APA KR1025 Commercial Corporate Card Data Feed Attachmentsu201D these cost categories showing as MIS codes.
    Please let me know where I can configure these cost categories.
    Thanking you,
    Kanna

    Sorry Experts,
    Subject is Table names for Reports.
    Awaiting for your golden replies.
    Thanks in advance,
    KUMAR.

  • Invalid memory access %SRR0: ff845360 %SRR1:00003030

    After pushing the power button i get the customary beep a brief glimpse of the gray apple then a white screen with the message above. Subsequently there are two options at the cursor: "mac-boot" and "shut-down". When i type "mac-boot" the screen goes white and the mini is unresponsive. This is a powerpc mac mini.
    Any insights are greatly appreciated

    ...This is a mini a neighbor that used to work for apple gave me. All if any upgrades were done by apple...
    You are generous with your assumptions...
    Unless you acquired it for a very little amount of money and are not concerned with system stability and reliability, I'd return it and save up for a new, warranteed and guaranteed model.

Maybe you are looking for

  • New Macbook Mail wont open

    When I click on the Mail icon in the dock it bounces once and then does nothing. It won't open through the hard drive either. I am on a brand new MacBook, just getting set up. Why wont it work?

  • HOWTO : Computations on total ?

    I've a report with 3 columns two of them are numbers and the third is a computed % of the previous one (I compute the % directly in the query). In my interactive report I define 2 aggregates in order to obtain the sums the first 2 columns. Now I need

  • How to turn off "putting depending files" ?

    Is there such option in DW ? I do not upload automaticly all the related files, I just want to upload one saved file. Anyone can help?

  • URL iView content translation not working using Portal Content Traslation

    Hi All, I am using Portal Content Translation to translate text of URL iView from English to Spanish. I am unable to do so. I have followed the below mentioned link: http://help.sap.com/saphelp_nw04/helpdata/en/74/641640b7b6dd5fe10000000a155106/frame

  • Docbook-to-man: command not found

    Good Day. I am having a small isse compliling flow-tools 0.68 on Solaris 5.10. Here is the error ...bunch of unintersting stuff... Making all in bin Making all in configs Making all in docs docbook-to-man flow-dscan.sgml > flow-dscan.1 bash: docbook-