Objects in heap

Is there any way to find out,
1) How many objects created in the heap for our program?
2) Can we know what are the objects created in the heap memory?

This was the question given to me in one of the interview exam.
I was just interested to know the answer.
If we write any class in java, can we findout how many objects and what are the types of that objects created for our class in the heap
Message was edited by:
Anil_kumar

Similar Messages

  • Implicit and explicit Type conversion using Type object in heap

    Hi,
    I am surprised how Implicit and explicit Type conversion works using Type object in heap. for example when implicit type conversion occur what pointer it returns to object and similarly with explicit type conversion.

    Hello,
    >> I am surprised how Implicit and explicit Type conversion works using Type object in heap.
    For Implicit conversions: Typical examples are conversions from smaller to larger integral types, and conversions from derived classes to base classes. For the first one, the reference would be different which means it would return a different pointer to
    a new object. For the reference type, it actually points to the same memory location, you could use the object.ReferenceEquals() to check it.
    For Explicit conversions (casts):Typical examples include numeric conversion to a type that has less precision or a smaller range, and conversion of a base-class instance to a derived class. For first one, it would perform the same with implicit conversions.
    While for the conversion of conversion of a base-class instance to a derived class, actually, there's no built-in way to do this conversion.
    Regards.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Manipulate objects in heap

    Hi there,
    I would like to access and manipulate live objects in heap directly ia a Java program.
    Does the Sun JVM or other implementations of JVM allow this via their APIs or I need to edit source code of an implementation and create some APIs for this need?
    Thank you in advance,
    Habib

    You should probably look into the debug interface, or JNI:
    http://java.sun.com/j2se/1.5.0/docs/guide/jpda/index.html
    http://java.sun.com/j2se/1.5.0/docs/guide/jni/index.html
    I've never used them, but at least one of them should provide you with the low level access that you desire.

  • Why java objects on heap

    Hi,
    Why the java architecture is such that all the java objects are created on heap. If in certain cases they are allowed to be created on stack then i think the load on garbage collector can be reduced.
    Just for curiosity I want to know this.
    Thanking you.
    - Jaydipsinh Narolia.

    A wild stab in the dark...
    1) They just didn't think about it.
    2) A stack object would imply that there was at least an implicit destructor. But that couldn't be used in heap objects so stack objects couldn't be used.

  • Logic X Application Specific Information: abort() called *** error for object 0x608001600c20: Heap corruption detected, free list canary is damaged

    Can anyone please tell me what this error message means? And....how to fix this problem. Thanks.

    I'd remove the Tascam driver and retry. If this doesn't help, remove the IPtouch and retry,
    If it crashes, let the crash reporter send the log to Apple.
    If not, report back here. ;-)
    Instead of the IPtouch you might try Apple's own Logic remote app. Has a lot functionality beyond the usual remoting, like documentation, that follow your work, like QuickHelp.
    Best,
    DaCaptain

  • Y in java objects are created on heap only and not on stack ??

    Hi ,
    I need a answer to the question " why all the objects are created on heap only in java and not on stack " ?
    In java a object is created when we specify new i.e. for example,
    consider the following cases.
    1.
    Vector v = new Vector();
    here object is created and the reference to this object is assigned to variable v. okie.
    2.
    when i write something like
    Vector vec ;
    Here i am creating reference variable for Vector. No object is created and no seperate memory is allocated for it. Reference variablesa are stored along with other primitive variables on the java stack.
    My question is, in C++ by writing case 2 i can create an object and it is creating this object on stack. So why in java object is not created on stack while i do like this ? Why in java objects are created on heap only ?
    If my question is out of interest of this forum i apologize for it. But if somebody can throw some light on it, it would be of great help.
    Cheers !!
    Dipesh

    Hi
    I asked this question just to understand how compiler and jvm cud have been designed......i.e. to know the philosophy behind designing language.......
    now what i cud surmise is that if objects were to be stored in stack then on calling garbage colllector , it may delete some unused obj and unreferenced object(unreachable object) and this in turn may give rise to non-contagious areas in stack, thus nullifying the garbage collector's objective of freeing the the memory. Again deallocating that intersperse spaces into one free block of space will be bit troublesome task.....
    So considering above factor the designer of jvm and java compiler have opted for storing objects on heap rather than stack.....
    If u have something to say bout this.......pls go ahead.......
    Cheers !!
    Dipesh

  • Heap Peek - Insane Objects - Insane Annex

    I have been notified of insane objects by NI Error reporting and am trying to use Heap Peek to solve the problem.  I can locate the insane object in Heap Peek, but trying to find it (clicking on the "F" Button) does nothing.  For other items it finds the controls or whatever OK but how am I supposed to find this item?
    What is an Annex anyway?  Apparently I have an insane Annex.

    Never mind, I found out.  Simply go to "Owning Object" note the address and then search for thet.  Turns out it was a path control.
    Problem solved.

  • Heap Memory Issue in weblogic 9.2 for a JSF 1.1 web application

    Hi,
    We are running a JSF application (Myfaces, facelets, tomahawk, richfaces & iBATIS) in weblogic 9.2 server on Solaris 10. This application is deployed in production and works fine under normal circumstances. But when there is a heavy user load we are facing a memory issue. The memory usage is gradually increasing and when it reaches to max, Full GC kicks in again & again which choks up all requests. We don't save anything in session scope. All our backing beans are saved in request scope hence they should be garbage collected after each request done, but this is not happening.
    We took the heap dump from production after this issue and analyzed it. After my analysis, I found all objects which are set in request object not being garbage collected and the root referers of all these objects is weblogic.servlet.internal.MuxableSocketHTTP.
    I reproduced the similar behaviour in one of our development environment using JMeter. I ran 100 concurrent users in JMeter for almost 1 hour and saw the similar behaviour. Below is the result of all weblogic objects which are still hanging in heap after test was over (I also ran manual Garbage Collector from admin server).
    1) weblogic.servlet.internal.MuxableSocketHTTP - 1774 objects - retained heap (1 GB)
    2) weblogic.servlet.internal.ServletRequestImpl - 1774 objects - retained heap (1 GB)
    My understanding is that every request made to weblogic server goes through the MuxableSocketHTTP object which creates the ServletRequestImpl to serve it. Once the request is served these objects are suppose to be removed. As a result of that whatever is saved in your request will still be hanging.
    I am not able to understand why these objects are hanging after request is done. Could anybody answer to my question. I appreciate your help in advance.
    The GC setting for weblogic server while startup is:
    -XX:MaxTenuringThreshold=15 -XX:+PrintTenuringDistribution -XX:+AggressiveHeap -XX:+PrintGCDetails -XX:+PrintGCTimeStamps -XX:PermSize=128m -XX:MaxPermSize=128m -Xms3g -Xmx3g -XX:NewSize=512m -XX:MaxNewSize=1024m
    Thanks MaKK

    What happened with this issue? We are seeing something similar on WebLogic 9.2 MP1 in Solaris (Jdk 1.5. patch 10. 32 bit). Out of Memory's with thousands if instances of weblogic.socket.MuxableSocket hanging around.
    Our thinking was initally the Java heap, then we thought that maybe the sockets weren't being closed properly, possible in WebLogic or in LiveCycle.
    Any info would be greatly appreciated.
    Snippet of our stack trace:
    <16-Feb-2010 04:30:13 o'clock GMT> <Error> <Kernel> <BEA-000802> <ExecuteRequest failed
    java.lang.OutOfMemoryError: Java heap space.
    java.lang.OutOfMemoryError: Java heap space
    >
    javax.ejb.EJBException: EJB encountered System Exception: : java.lang.OutOfMemoryError: Java heap space
         at weblogic.ejb.container.internal.EJBRuntimeUtils.throwEJBException(EJBRuntimeUtils.java:145)
         at weblogic.ejb.container.internal.BaseLocalObject.postInvokeCleanup(BaseLocalObject.java:550)
         at weblogic.ejb.container.internal.BaseLocalObject.postInvokeCleanup(BaseLocalObject.java:496)
         at com.adobe.idp.um.businesslogic.directoryservices.DirectorySynchronizationManagerBean_f5g74_ELOImpl.synchronizeProviders(DirectorySynchronizationManagerBean_f5g74_ELOImpl.java:267)
    Joel

  • How-to determine objects in the PS Old Generation space

    Hi,
    I am having issues with my PS Old Generation filling up and never gc'ing its objects. Obviously, I have some references to objects that shouldn't be. I would like to be able to look into the Old Generation heap space and find out what objects are in there to give me a clue as to what objects are hanging around. Does anyone know of such a tool, link references, or code I can hack to take a peek into the areas of the heap? The application is running under 1.5 JVM on a Solaris box.
    If have used profilers such as Optimizeit and looked into JConsole using jmx, but I do not see in these tools a facility that will let me know what objects are in what area of the heap space. Perhaps these tools do what I need but I have missed it. If so, let me know that, too. This application is huge so it is not obvious where to begin to look for the leaks.
    Thanks for any help you can give.

    Thanks for the reply, Daniel.
    I did use jmap and the histo option produced some revealing results. I was expecting a breakdown b/n New Gen heap and Old Gen, which jmap didn't reveal, however, after using jmx and JConsole under 1.5 I realized that the New Gen heap is very short lived (2-3 secs), so jmap -histo IS showing the Old Gen space.
    FWIW in case others are having issues...
    I have since resolved my problem, which was that the default GC collector on the 1.5 64-bit JVM was not ever doing a Full GC, which it is supposed to do at 68% of the Old Gen heap space, and the Old Gen space would just keep filling up until it hit capacity and choked itself out. I have since changed to using the Concurrent Mark Sweep collector for Old Gen cleanup and the ParNew for New Gen and the app is working great. The GC cleans up when it's supposed to and JConsole reveals that the application never did have leaks. The problem was in the JVM all along. Not sure if there is a bug reported on this anywhere, but it was definitely the issue.
    Caveat: After changing collectors I ran jmap against the instance and it locked up on me and required a restart, so instead I enabled remote monitoring and used JConsole, which ended up being a blessing.
    JConsole/jmx is a great improvement to the platform and was instrumental in figuring out this issue. My only wish list now, is if JConsole could display an instance count on the classes page. This would give one an idea where one could improve the application from an object creation/heap usage standpoint and it would also provide clues as to where an application might be having issues, if there are an unexpected high number of instances of a certain class. This would especially be handy right after a full GC has been completed.
    For an idea of sizing for those interested, this app has around 30 - 45 concurrent, 600 - 1100 simultaneous (60 minute window) users. 10,000+ logins/day and runs on a 4-CPU, 8GB Sun Fire V440 Server. 3GB was allocated to the JVM before the fix and it crashed 2x/day. Now I have reduced the heap footprint to 2GB, which does a full GC every 30-40 minutes and doesn't crash.
    thanks again,
    Kevin

  • Set the heap size

    Hi,
    I am wondering what's the default heap size if I don't add -ms -mx opation? I
    set the two options and the following is the output from -verbosegc. what's it
    means?
    Thanks.
    [GC 2598K->2145K(2696K), 0.0035829 secs]
    [GC 2656K->2201K(2824K), 0.0036262 secs]
    [Full GC 2713K->2070K(4028K), 0.1933980 secs]
    [GC 2582K->2229K(4028K), 0.0046565 secs]
    [GC 2741K->2373K(4028K), 0.0061002 secs]
    [GC 2885K->2514K(4028K), 0.0064346 secs]
    [GC 3026K->2656K(4028K), 0.0061670 secs]
    [GC 3168K->2798K(4028K), 0.0054694 secs]
    [GC 3310K->2940K(4028K), 0.0054521 secs]
    [GC 3452K->3080K(4028K), 0.0058119 secs]
    [GC 3592K->3216K(4028K), 0.0059069 secs]
    [GC 3728K->3357K(4028K), 0.0057200 secs]
    [GC 3869K->3496K(4028K), 0.0055719 secs]
    [GC 4008K->3636K(4156K), 0.0057239 secs]
    [Full GC 4148K->3649K(6544K), 0.3064887 secs]
    [GC 4091K->3773K(6544K), 0.0412259 secs]
    [GC 4285K->3912K(6544K), 0.0052336 secs]
    [GC 4424K->4051K(6544K), 0.0055661 secs]
    [GC 4563K->4189K(6544K), 0.0055543 secs]
    [GC 4701K->4326K(6544K), 0.0055703 secs]
    [GC 4838K->4464K(6544K), 0.0055915 secs]
    [GC 4976K->4608K(6544K), 0.0059667 secs]
    [GC 5120K->4746K(6544K), 0.0053261 secs]
    [GC 5258K->4884K(6544K), 0.0053761 secs]
    [GC 5396K->5023K(6544K), 0.0059290 secs]
    [GC 5534K->5159K(6544K), 0.0054320 secs]
    [GC 5671K->5301K(6544K), 0.0114341 secs]
    [GC 5813K->5405K(6544K), 0.0103658 secs]
    [GC 5917K->5492K(6544K), 0.0053194 secs]
    [GC 6003K->5592K(6544K), 0.0107092 secs]
    [GC 6104K->5694K(6544K), 0.0096887 secs]
    [GC 6206K->5786K(6544K), 0.0037949 secs]
    [GC 6298K->5890K(6544K), 0.0101172 secs]
    [GC 6402K->5990K(6544K), 0.0041271 secs]
    [GC 6502K->6097K(6672K), 0.0040678 secs]
    [Full GC 6609K->6191K(10992K), 0.2664733 secs]
    Tue Dec 04 15:22:10 PST 2001:<I> <T3Services> CacheManagerImpl: EMAIL TEMPLATE
    C
    ACHE STARTING
    [GC 6849K->6361K(10992K), 0.0586387 secs]
    Tue Dec 04 15:22:10 PST 2001:<I> <T3Services> CacheManagerImpl: SCHEDULE CACHE
    S
    TARTING
    [GC 7129K->6530K(10992K), 0.0083019 secs]
    [GC 7298K->6678K(10992K), 0.0058533 secs]
    [GC 7446K->6807K(10992K), 0.0052940 secs]
    [GC 7575K->6920K(10992K), 0.0048598 secs]

    I think the default heap size is 16MB, as for the GC output:
    these [GC 2598K->2145K(2696K), 0.0035829 secs]
    show the collection of Objects within the eden area of the heap (Short lived Objects),
    the heap size before GC was 2598K and after GC was 2145K and the time taken was
    0.0035829 secs.
    These outputs:
    [Full GC 2713K->2070K(4028K), 0.1933980 secs]
    show the details for a full GC, these are the ones to watch out for, they will
    take longer and the JVM (no mater how many processors) will block during a full
    GC....I.E no server response at all.
    The smaller the heap size the more often a full GC will occur, however the larger
    the heap, the longer the full GC will take.
    One of the new options for jdk 1.3.1 is the -Xincgc option, this will do incremental
    Garbage Collection, overall it will take longer than normal, but the individual
    Full GCs will take less time....so the server is not hung for as long at any one
    time.
    Set -Xms (the minimum heap) to the same as -Xmx (max heap), this increases performance
    as the JVM does not have to repeatedly assign more memory to the heap.
    Gareth
    "Jen" <[email protected]> wrote:
    >
    Hi,
    I am wondering what's the default heap size if I don't add -ms -mx opation?
    I
    set the two options and the following is the output from -verbosegc.
    what's it
    means?
    Thanks.
    [GC 2598K->2145K(2696K), 0.0035829 secs]
    [GC 2656K->2201K(2824K), 0.0036262 secs]
    [Full GC 2713K->2070K(4028K), 0.1933980 secs]
    [GC 2582K->2229K(4028K), 0.0046565 secs]
    [GC 2741K->2373K(4028K), 0.0061002 secs]
    [GC 2885K->2514K(4028K), 0.0064346 secs]
    [GC 3026K->2656K(4028K), 0.0061670 secs]
    [GC 3168K->2798K(4028K), 0.0054694 secs]
    [GC 3310K->2940K(4028K), 0.0054521 secs]
    [GC 3452K->3080K(4028K), 0.0058119 secs]
    [GC 3592K->3216K(4028K), 0.0059069 secs]
    [GC 3728K->3357K(4028K), 0.0057200 secs]
    [GC 3869K->3496K(4028K), 0.0055719 secs]
    [GC 4008K->3636K(4156K), 0.0057239 secs]
    [Full GC 4148K->3649K(6544K), 0.3064887 secs]
    [GC 4091K->3773K(6544K), 0.0412259 secs]
    [GC 4285K->3912K(6544K), 0.0052336 secs]
    [GC 4424K->4051K(6544K), 0.0055661 secs]
    [GC 4563K->4189K(6544K), 0.0055543 secs]
    [GC 4701K->4326K(6544K), 0.0055703 secs]
    [GC 4838K->4464K(6544K), 0.0055915 secs]
    [GC 4976K->4608K(6544K), 0.0059667 secs]
    [GC 5120K->4746K(6544K), 0.0053261 secs]
    [GC 5258K->4884K(6544K), 0.0053761 secs]
    [GC 5396K->5023K(6544K), 0.0059290 secs]
    [GC 5534K->5159K(6544K), 0.0054320 secs]
    [GC 5671K->5301K(6544K), 0.0114341 secs]
    [GC 5813K->5405K(6544K), 0.0103658 secs]
    [GC 5917K->5492K(6544K), 0.0053194 secs]
    [GC 6003K->5592K(6544K), 0.0107092 secs]
    [GC 6104K->5694K(6544K), 0.0096887 secs]
    [GC 6206K->5786K(6544K), 0.0037949 secs]
    [GC 6298K->5890K(6544K), 0.0101172 secs]
    [GC 6402K->5990K(6544K), 0.0041271 secs]
    [GC 6502K->6097K(6672K), 0.0040678 secs]
    [Full GC 6609K->6191K(10992K), 0.2664733 secs]
    Tue Dec 04 15:22:10 PST 2001:<I> <T3Services> CacheManagerImpl: EMAIL
    TEMPLATE
    C
    ACHE STARTING
    [GC 6849K->6361K(10992K), 0.0586387 secs]
    Tue Dec 04 15:22:10 PST 2001:<I> <T3Services> CacheManagerImpl: SCHEDULE
    CACHE
    S
    TARTING
    [GC 7129K->6530K(10992K), 0.0083019 secs]
    [GC 7298K->6678K(10992K), 0.0058533 secs]
    [GC 7446K->6807K(10992K), 0.0052940 secs]
    [GC 7575K->6920K(10992K), 0.0048598 secs]

  • Logic crashing - Heap corruption detected, free list canary is damaged -can anybody help?

    I updated to Mavericks and have Logic 10.0.4
    I keep getting crashes!!!!
    *** error for object 0x618000212330: Heap corruption detected, free list canary is damaged
    Can anybodt help pls.
    I have removed all my Waves plug ins - just have soundtoys now and Logic native.
    Nightmare as it keeps and keeps crashing! 255 times to date..
    Any pointers would be appreciated
    2009 Mac Pro 18GB Ram
    Nick

    Process:         Logic Pro X [756]
    Path:            /Applications/Logic Pro X.app/Contents/MacOS/Logic Pro X
    Identifier:      com.apple.logic10
    Version:         10.0.4 (2911.63)
    Build Info:      MALogic-2911063000000000~16
    App Item ID:     634148309
    App External ID: 73352631
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [198]
    Responsible:     Logic Pro X [756]
    User ID:         501
    PlugIn Path:       /Library/Audio/Plug-Ins/Components/Maschine.component/Contents/MacOS/Maschine
    PlugIn Identifier: Maschine.MusicDevice.component
    PlugIn Version:    1.8.2 [R247] (1.8.2 [R247], Copyright © 2012 Native Instruments)
    Date/Time:       2013-11-26 16:11:08.476 -0800
    OS Version:      Mac OS X 10.9 (13A603)
    Report Version:  11
    Anonymous UUID:  B6EEE18D-EE3F-764E-594E-04215FBE31EF
    Sleep/Wake UUID: 08C5CE69-0AF2-41BB-9370-F15A0E97522D
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    *** error for object 0x608001c10070: Heap corruption detected, free list canary is damaged
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff88da0866 __pthread_kill + 10
    1   libsystem_pthread.dylib                 0x00007fff91cef35c pthread_kill + 92
    2   libsystem_c.dylib                       0x00007fff90d0ebba abort + 125
    3   libsystem_malloc.dylib                  0x00007fff8aa9abf9 nanozone_error + 486
    4   libsystem_malloc.dylib                  0x00007fff8aa9adbb _nano_malloc_check_clear + 445
    5   libsystem_malloc.dylib                  0x00007fff8aa996c4 nano_malloc + 35
    6   libsystem_malloc.dylib                  0x00007fff8aa9787c malloc_zone_malloc + 71
    7   libsystem_malloc.dylib                  0x00007fff8aa98290 malloc + 42
    8   com.apple.CoreFoundation                0x00007fff8a89c69b __CFDataInit + 731
    9   com.apple.CoreFoundation                0x00007fff8a8ea7dd CFStringCreateArrayWithFindResults + 253
    10  com.apple.CoreFoundation                0x00007fff8a8ea5c3 CFStringCreateArrayBySeparatingStrings + 67
    11  com.apple.CoreFoundation                0x00007fff8a88a6b6 _CFURLInitWithFileSystemPath + 614
    12  com.apple.CoreFoundation                0x00007fff8a88a420 CFURLCreateWithFileSystemPath + 128
    13  Maschine.MusicDevice.component          0x00000001221d6fbf NI::GP::FileName::init(bool) + 847
    14  Maschine.MusicDevice.component          0x00000001221d85fe NI::GP::FileName::trySetFull(NI::GP::String const&) + 126
    15  Maschine.MusicDevice.component          0x00000001229a80a4 BFileName::ToGPFileNamePreComposed() const + 148
    16  Maschine.MusicDevice.component          0x0000000122d5788c KONTAKT_KIL_INT::InstanceInt::GetFileName(int) + 76
    17  Maschine.MusicDevice.component          0x000000012330f388 NI::GB::DESC::Zone::getFileName() const + 56
    18  Maschine.MusicDevice.component          0x0000000123315bf3 NI::GB::EAL::Zone::removeSample() + 483
    19  Maschine.MusicDevice.component          0x0000000123315792 NI::GB::EAL::Zone::reset() + 370
    20  Maschine.MusicDevice.component          0x00000001231279e6 NI::KORE::EAL::ObjectContainer<NI::GB::EAL::Sampler, NI::GB::EAL::Zone, NI::GB::DESC::Sampler, NI::GB::DESC::Zone>::removeChild(unsigned long) + 518
    21  Maschine.MusicDevice.component          0x000000012320039e NI::GB::EAL::Sampler::removeZoneByIndex(unsigned int) + 926
    22  Maschine.MusicDevice.component          0x00000001231ffea6 NI::GB::EAL::Sampler::removeZoneFromId(NI::KORE::OID<NI::GB::DESC::Zone>) + 518
    23  Maschine.MusicDevice.component          0x00000001231fed30 NI::GB::EAL::Sampler::removeZone(NI::GB::EAL::Zone) + 144
    24  Maschine.MusicDevice.component          0x00000001231fea58 NI::GB::EAL::Sampler::reset() + 616
    25  Maschine.MusicDevice.component          0x000000012336e627 NI::KORE::EAL::ObjectFactory::Record<NI::GB::EAL::ModulatableModule<NI::GB::EAL ::Sampler> >::resetModule(NI::KORE::EAL::ModuleAccessor&) const + 215
    26  Maschine.MusicDevice.component          0x00000001228b79e2 NI::KORE::EAL::Slot::deleteModule() + 434
    27  Maschine.MusicDevice.component          0x00000001228b955a NI::KORE::EAL::Slot::reset() + 170
    28  Maschine.MusicDevice.component          0x0000000122e66275 NI::GB::EAL::SignalChain::reset() + 421
    29  Maschine.MusicDevice.component          0x00000001232bf129 NI::GB::EAL::Track::reset() + 681
    30  Maschine.MusicDevice.component          0x00000001232cff9f NI::GB::EAL::TrackMgr::reset() + 335
    31  Maschine.MusicDevice.component          0x0000000122ec45b4 NI::GB::EAL::Group::reset() + 180
    32  Maschine.MusicDevice.component          0x00000001233746bb NI::KORE::EAL::ObjectFactory::Record<NI::GB::EAL::Group>::resetModule(NI::KORE: :EAL::ModuleAccessor&) const + 187
    33  Maschine.MusicDevice.component          0x00000001228b81f2 NI::KORE::EAL::Slot::insertModule(NI::KORE::PUBLIC::IntWrapperBase<NI::KORE::PU BLIC::ModuleTypeTrait>, bool) + 530
    34  Maschine.MusicDevice.component          0x0000000122f49258 bool NI::GB::DETAIL::loadSound<NI::KORE::STREAM::StreamObjectDef<1734832672u, NI::GB::STREAM::MaschineSound, (NI::KORE::STREAM::eStreamAsChunkFlag)0, NI::GB::STREAM::GroupContentManager, NI::GB::STREAM::GroupVersionizer>, NI::GB::EAL::Group>(NI::GP::FileName const&, NI::KORE::EAL::Slot&, NI::KORE::PUBLIC::IntWrapperBase<NI::KORE::PUBLIC::ModuleTypeTrait>, bool, bool, NI::KORE::SoundFileBase::eError&, NI::GP::String&, NI::AB::eThread) + 3096
    35  Maschine.MusicDevice.component          0x0000000122f42663 NI::GB::DETAIL::loadSoundForSlot(NI::GP::FileName const&, NI::KORE::EAL::Slot&, bool, bool, NI::KORE::SoundFileBase::eError&, NI::GP::String&, NI::AB::eThread) + 915
    36  Maschine.MusicDevice.component          0x0000000122f45ac0 NI::GB::Interface_EAL_FILE::loadSoundAndReportError(NI::GP::FileName const&, NI::KORE::EAL::Slot&, unsigned int, bool, bool) + 112
    37  Maschine.MusicDevice.component          0x0000000122daf2a0 NI::GB::Instance::CmdFileLoad(NI::KORE::Instance::eMessageContext, bool, NI::GB::Instance::eLayer) + 1136
    38  Maschine.MusicDevice.component          0x0000000122e42c63 NI::GB::GUI::COMMON_DETAIL::MenuAction<NI::GB::EAL::Group>::open(NI::GB::Instan ce*) + 67
    39  Maschine.MusicDevice.component          0x0000000122510146 NI::NWL::PopupMenu::autoHide(NI::NWL::MenuBar::tMenuItem const&) + 182
    40  Maschine.MusicDevice.component          0x00000001224bfd32 NI::NWL::Button::onMouse(unsigned int, NI::UIA::MouseEventData*) + 578
    41  Maschine.MusicDevice.component          0x00000001224b36cd NI::NWL::Pane::onMouse(unsigned int, NI::UIA::MouseEventData*) + 2029
    42  Maschine.MusicDevice.component          0x00000001224b2d8e NI::NWL::Pane::onEvent(unsigned int, NI::UIA::EventData*) + 46
    43  Maschine.MusicDevice.component          0x0000000121e778c7 NI::NWL::Window<NI::UIA::AUWindow>::onEvent(unsigned int, NI::UIA::EventData*) + 1047
    44  Maschine.MusicDevice.component          0x0000000121e7749b non-virtual thunk to NI::GB::GrooveBoxEditor::onEvent(unsigned int, NI::UIA::EventData*) + 59
    45  Maschine.MusicDevice.component          0x000000012222b0ea NI::UIA::EventTarget::sendEvent(unsigned int, NI::UIA::EventData*) + 10
    46  Maschine.MusicDevice.component          0x00000001222585a3 NI::UIA::DETAIL::WindowImpl::sendEvent(unsigned int, NI::UIA::EventData*, bool) + 35
    47  Maschine.MusicDevice.component          0x000000012222443c NI::UIA::COCOA::View::handleMouseButtonEvent(objc_object*, NSEvent*, NI::UIA::eMouseButton, NI::UIA::eMouseButtonState) + 380
    48  Maschine.MusicDevice.component          0x000000012221f526 NI::UIA::COCOA::View::mouseUp(objc_object*, objc_selector*, NSEvent*) + 38
    49  com.apple.AppKit                        0x00007fff8d31c3f5 -[NSWindow sendEvent:] + 781
    50  com.apple.logic10                       0x0000000101a41526 0x10107f000 + 10233126
    51  com.apple.logic10                       0x0000000101856723 0x10107f000 + 8222499
    52  com.apple.AppKit                        0x00007fff8d2bd744 -[NSApplication sendEvent:] + 2021
    53  com.apple.logic10                       0x000000010153326b 0x10107f000 + 4932203
    54  com.apple.logic10                       0x00000001015331cd 0x10107f000 + 4932045
    55  com.apple.logic10                       0x000000010152f947 0x10107f000 + 4917575
    56  com.apple.logic10                       0x000000010153324a 0x10107f000 + 4932170
    57  com.apple.logic10                       0x00000001015331cd 0x10107f000 + 4932045
    58  com.apple.AppKit                        0x00007fff8d10da29 -[NSApplication run] + 646
    59  com.apple.AppKit                        0x00007fff8d0f8803 NSApplicationMain + 940
    60  com.apple.logic10                       0x00000001015046d9 0x10107f000 + 4740825
    61  com.apple.logic10                       0x0000000101082044 0x10107f000 + 12356
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff88da1662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff8f95743d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff8f957152 _dispatch_mgr_thread + 52
    Thread 2:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff88d9ca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88d9bd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a8e7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a8e6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a8e6275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff88a61907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff88a6170b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   com.apogee.DuetUSBPlugIn                0x00000001094fa6e3 apogeeDriverPlugInMessageQueue::WaitForNextMessageInList() + 59
    3   com.apogee.DuetUSBPlugIn                0x00000001094fa9a3 ClientBiDirConnection::HandlePropertyChanges() + 33
    4   com.apogee.DuetUSBPlugIn                0x00000001094fac64 PthreadHandlingPropertyChanges(void*) + 14
    5   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   com.apogee.DuetUSBPlugIn                0x00000001094fa326 MessageTX::TXThread() + 136
    3   com.apogee.DuetUSBPlugIn                0x00000001094fa600 TransmitThread(void*) + 14
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff88da091a __recvfrom + 10
    1   com.apogee.DuetUSBPlugIn                0x00000001094faf5f ClientBiDirLocalSocketConnection::ReceiveData(void*, int) + 37
    2   com.apogee.DuetUSBPlugIn                0x00000001094f986f MessageRX::RXThread() + 147
    3   com.apogee.DuetUSBPlugIn                0x00000001094f9d08 ReceiveThread(void*) + 14
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 6:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff88da09aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff8a932d43 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff88d9ca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88d9bd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a8e7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a8e6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a8e6275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff88a63a7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.Foundation                    0x00007fff88aac02b -[NSRunLoop(NSRunLoop) runUntilDate:] + 78
    7   com.apple.logic10                       0x000000010125d7af 0x10107f000 + 1959855
    8   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff88d9ca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88d9bd18 mach_msg + 64
    2   com.apple.audio.midi.CoreMIDI           0x0000000102ace5a7 XServerMachPort::ReceiveMessage(int&, void*, int&) + 125
    3   com.apple.audio.midi.CoreMIDI           0x0000000102ae91c1 MIDIProcess::RunMIDIInThread() + 121
    4   com.apple.audio.midi.CoreMIDI           0x0000000102acf63c XThread::RunHelper(void*) + 10
    5   com.apple.audio.midi.CoreMIDI           0x0000000102acf2a1 CAPThread::Entry(CAPThread*) + 109
    6   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 9:: ExtendedAudioFileScheduler::WorkerThreadProc
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAFiles            0x000000010464bc53 ExtendedAudioFileScheduler::WorkerThreadProc() + 115
    3   com.apple.music.apps.MAFiles            0x000000010464b909 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 10:: ExtendedAudioFileScheduler::WorkerThreadProc
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAFiles            0x000000010464bc53 ExtendedAudioFileScheduler::WorkerThreadProc() + 115
    3   com.apple.music.apps.MAFiles            0x000000010464b909 ExtendedAudioFileScheduler::WorkerThreadProc(void*) + 9
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 11:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x00007fff88d9ca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88d9bd18 mach_msg + 64
    2   com.apple.audio.CoreAudio               0x00007fff85bec918 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3   com.apple.audio.CoreAudio               0x00007fff85bec8a6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4   com.apple.audio.CoreAudio               0x00007fff85beb02e HALC_ProxyIOContext::IOWorkLoop() + 950
    5   com.apple.audio.CoreAudio               0x00007fff85beabcd HALC_ProxyIOContext::IOThreadEntry(void*) + 97
    6   com.apple.audio.CoreAudio               0x00007fff85beaa8d HALB_IOThread::Entry(void*) + 75
    7   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 12:: ProcessThread1/1024
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x0000000104737f23 MD::CallProcessThread1(void*) + 563
    3   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 13:: ProcessThread2/1024
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x00000001047381d1 MD::CallProcessThread2(void*) + 577
    3   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 14:: ProcessThread15/1024
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x000000010473a321 MD::CallProcessThread15(void*) + 577
    3   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff88d9ca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88d9bd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a8e7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a8e6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a8e6275 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff8d2ba1ce _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 16:: FileIOThread
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   com.apple.music.apps.MAAudioEngine          0x0000000104753a65 0x104727000 + 182885
    3   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 17:: SeqTimer
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c77 _pthread_cond_wait + 787
    2   com.apple.CoreServices.CarbonCore          0x00007fff8c7e3c37 TSWaitOnConditionTimedRelative + 148
    3   com.apple.CoreServices.CarbonCore          0x00007fff8c7e3859 TSWaitOnSemaphoreCommon + 424
    4   com.apple.CoreServices.CarbonCore          0x00007fff8c7c5e09 TimerThread + 87
    5   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff88da09aa __select + 10
    1   com.apple.logic10                       0x00000001018df394 0x10107f000 + 8782740
    2   com.apple.logic10                       0x00000001014e7d9d 0x10107f000 + 4623773
    3   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 19:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c77 _pthread_cond_wait + 787
    2   com.apple.CoreVideo                     0x00007fff89a81464 CVDisplayLink::waitUntil(unsigned long long) + 244
    3   com.apple.CoreVideo                     0x00007fff89a80998 CVDisplayLink::runIOThread() + 496
    4   com.apple.CoreVideo                     0x00007fff89a8078f startIOThread(void*) + 147
    5   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 20:: CVDisplayLink
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   com.apple.CoreVideo                     0x00007fff89a80a38 CVDisplayLink::runIOThread() + 656
    3   com.apple.CoreVideo                     0x00007fff89a8078f startIOThread(void*) + 147
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 21:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff88d9ca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88d9bd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a8e7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a8e6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a8e6275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff88a63a7c -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 253
    6   com.apple.AppKit                        0x00007fff8d3c9f06 -[NSAnimation(NSInternal) _runBlocking] + 366
    7   com.apple.AppKit                        0x00007fff8d3c9d76 -[NSAnimation(NSInternal) _animationThread] + 73
    8   libdispatch.dylib                       0x00007fff8f9581d7 _dispatch_call_block_and_release + 12
    9   libdispatch.dylib                       0x00007fff8f9552ad _dispatch_client_callout + 8
    10  libdispatch.dylib                       0x00007fff8f95709e _dispatch_root_queue_drain + 326
    11  libdispatch.dylib                       0x00007fff8f958193 _dispatch_worker_thread2 + 40
    12  libsystem_pthread.dylib                 0x00007fff91cefef8 _pthread_wqthread + 314
    13  libsystem_pthread.dylib                 0x00007fff91cf2fb9 start_wqthread + 13
    Thread 22:: com.apple.coreaudio.AQClient
    0   libsystem_kernel.dylib                  0x00007fff88d9ca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88d9bd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a8e7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a8e6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a8e6275 CFRunLoopRunSpecific + 309
    5   com.apple.audio.toolbox.AudioToolbox          0x00007fff889476c9 GenericRunLoopThread::Entry(void*) + 187
    6   com.apple.audio.toolbox.AudioToolbox          0x00007fff88900e5d CAPThread::Entry(CAPThread*) + 109
    7   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 23:: SC3 Thread
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   Maschine.MusicDevice.component          0x0000000122484932 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lo ck<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service::thread_info&, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&, boost::system::error_code const&) + 146
    3   Maschine.MusicDevice.component          0x00000001224844ad boost::asio::detail::task_io_service::run(boost::system::error_code&) + 317
    4   Maschine.MusicDevice.component          0x000000012248400c NI::SC3::Network::workerThread() + 60
    5   Maschine.MusicDevice.component          0x0000000122485565 NI::PA::ThreadImpl::run() + 69
    6   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    7   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 24:: SC3 Thread
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   Maschine.MusicDevice.component          0x0000000122484932 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lo ck<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service::thread_info&, boost::asio::detail::op_queue<boost::asio::detail::task_io_service_operation>&, boost::system::error_code const&) + 146
    3   Maschine.MusicDevice.component          0x00000001224844ad boost::asio::detail::task_io_service::run(boost::system::error_code&) + 317
    4   Maschine.MusicDevice.component          0x000000012249536c NI::SC3::TaskScheduler::workerThread() + 60
    5   Maschine.MusicDevice.component          0x0000000122485565 NI::PA::ThreadImpl::run() + 69
    6   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    7   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 25:: Maschine Controller Thread
    0   libsystem_kernel.dylib                  0x00007fff88d9ca6e semaphore_timedwait_trap + 10
    1   Maschine.MusicDevice.component          0x00000001221ed90a NI::GP::HEvent::wait(int) + 74
    2   Maschine.MusicDevice.component          0x00000001234b5f54 NI::GB::HW::GBXTimerThread::run() + 228
    3   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 26:: Prehear Work Thread
    0   libsystem_kernel.dylib                  0x00007fff88d9ca6e semaphore_timedwait_trap + 10
    1   Maschine.MusicDevice.component          0x00000001221ed90a NI::GP::HEvent::wait(int) + 74
    2   Maschine.MusicDevice.component          0x00000001230f34b4 NI::GB::Prehear::WorkThread::run() + 148
    3   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 27:: Prehear GC Thread
    0   libsystem_kernel.dylib                  0x00007fff88da0a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff90d2de60 nanosleep + 200
    2   libsystem_c.dylib                       0x00007fff90d2dd52 usleep + 54
    3   Maschine.MusicDevice.component          0x00000001230f2caa NI::GB::Prehear::GCThread::run() + 26
    4   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    5   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 28:: Maschine Controller Thread
    0   libsystem_kernel.dylib                  0x00007fff88d9ca6e semaphore_timedwait_trap + 10
    1   Maschine.MusicDevice.component          0x00000001221ed90a NI::GP::HEvent::wait(int) + 74
    2   Maschine.MusicDevice.component          0x00000001234b5f54 NI::GB::HW::GBXTimerThread::run() + 228
    3   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 29:: Maschine Controller Thread
    0   libsystem_kernel.dylib                  0x00007fff88d9ca6e semaphore_timedwait_trap + 10
    1   Maschine.MusicDevice.component          0x00000001221ed90a NI::GP::HEvent::wait(int) + 74
    2   Maschine.MusicDevice.component          0x00000001234b5f54 NI::GB::HW::GBXTimerThread::run() + 228
    3   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 30:: Script
    0   libsystem_kernel.dylib                  0x00007fff88d9ca56 semaphore_wait_trap + 10
    1   Maschine.MusicDevice.component          0x0000000122a9c908 BEngine::SetEngineParThreadProc() + 72
    2   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    3   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 31:: Disk
    0   libsystem_kernel.dylib                  0x00007fff88d9ca56 semaphore_wait_trap + 10
    1   Maschine.MusicDevice.component          0x0000000122af59bb BStreamingEngine::run() + 139
    2   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    3   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 32:: BGLoading
    0   libsystem_kernel.dylib                  0x00007fff88d9ca56 semaphore_wait_trap + 10
    1   Maschine.MusicDevice.component          0x0000000122d291fc BBackgroundLoader::run() + 44
    2   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    3   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 33:: NIHWMaschineControllerMK20002Notification
    0   libsystem_kernel.dylib                  0x00007fff88d9ca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88d9bd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a8e7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a8e6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a8e6275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8a99b9d1 CFRunLoopRun + 97
    6   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    7   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 34:: NIHWMaschineMikroMK20002Notification
    0   libsystem_kernel.dylib                  0x00007fff88d9ca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88d9bd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a8e7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a8e6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a8e6275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8a99b9d1 CFRunLoopRun + 97
    6   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    7   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 35:: NIHWMaschineController0002Notification
    0   libsystem_kernel.dylib                  0x00007fff88d9ca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88d9bd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a8e7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a8e6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a8e6275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8a99b9d1 CFRunLoopRun + 97
    6   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    7   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 36:: NIHWMaschineMikro0002Notification
    0   libsystem_kernel.dylib                  0x00007fff88d9ca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff88d9bd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8a8e7315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8a8e6939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8a8e6275 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8a99b9d1 CFRunLoopRun + 97
    6   Maschine.MusicDevice.component          0x00000001221edde0 NI::GP::Thread::execute(void*) + 48
    7   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 37:: SC3 Thread
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   Kontakt 5.MusicDevice.component          0x0000000140835745 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lo ck<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 901
    3   Kontakt 5.MusicDevice.component          0x00000001408350f9 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 297
    4   Kontakt 5.MusicDevice.component          0x00000001408bd50f NI::SC3::Network::workerThread() + 47
    5   Kontakt 5.MusicDevice.component          0x0000000140831e35 NI::PA::ThreadImpl::run() + 69
    6   Kontakt 5.MusicDevice.component          0x000000013fd7e840 NI::GP::Thread::implExecute() + 16
    7   Kontakt 5.MusicDevice.component          0x000000013fd7e52d NI::GP::Thread::execute(void*) + 45
    8   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 38:: SC3 Thread
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   Kontakt 5.MusicDevice.component          0x0000000140835745 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lo ck<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 901
    3   Kontakt 5.MusicDevice.component          0x00000001408350f9 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 297
    4   Kontakt 5.MusicDevice.component          0x00000001408e369c NI::SC3::TaskScheduler::workerThread() + 60
    5   Kontakt 5.MusicDevice.component          0x0000000140831e35 NI::PA::ThreadImpl::run() + 69
    6   Kontakt 5.MusicDevice.component          0x000000013fd7e840 NI::GP::Thread::implExecute() + 16
    7   Kontakt 5.MusicDevice.component          0x000000013fd7e52d NI::GP::Thread::execute(void*) + 45
    8   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 39:: SC3 Thread
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   Kontakt 5.MusicDevice.component          0x0000000140835745 boost::asio::detail::task_io_service::do_run_one(boost::asio::detail::scoped_lo ck<boost::asio::detail::posix_mutex>&, boost::asio::detail::task_io_service_thread_info&, boost::system::error_code const&) + 901
    3   Kontakt 5.MusicDevice.component          0x00000001408350f9 boost::asio::detail::task_io_service::run(boost::system::error_code&) + 297
    4   Kontakt 5.MusicDevice.component          0x00000001408e369c NI::SC3::TaskScheduler::workerThread() + 60
    5   Kontakt 5.MusicDevice.component          0x0000000140831e35 NI::PA::ThreadImpl::run() + 69
    6   Kontakt 5.MusicDevice.component          0x000000013fd7e840 NI::GP::Thread::implExecute() + 16
    7   Kontakt 5.MusicDevice.component          0x000000013fd7e52d NI::GP::Thread::execute(void*) + 45
    8   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 40:: bg jobs
    0   libsystem_kernel.dylib                  0x00007fff88d9ca56 semaphore_wait_trap + 10
    1   Kontakt 5.MusicDevice.component          0x000000014041811c SerialJobBGThread::run() + 92
    2   Kontakt 5.MusicDevice.component          0x000000013fd7e840 NI::GP::Thread::implExecute() + 16
    3   Kontakt 5.MusicDevice.component          0x000000013fd7e52d NI::GP::Thread::execute(void*) + 45
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 41:: AuxProcess #1
    0   libsystem_kernel.dylib                  0x00007fff88d9ca56 semaphore_wait_trap + 10
    1   Kontakt 5.MusicDevice.component          0x0000000140266e11 BEngine::AuxProcessThreadProc(int) + 113
    2   Kontakt 5.MusicDevice.component          0x000000013fd7e840 NI::GP::Thread::implExecute() + 16
    3   Kontakt 5.MusicDevice.component          0x000000013fd7e52d NI::GP::Thread::execute(void*) + 45
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 42:: AuxProcess #2
    0   libsystem_kernel.dylib                  0x00007fff88d9ca56 semaphore_wait_trap + 10
    1   Kontakt 5.MusicDevice.component          0x0000000140266e11 BEngine::AuxProcessThreadProc(int) + 113
    2   Kontakt 5.MusicDevice.component          0x000000013fd7e840 NI::GP::Thread::implExecute() + 16
    3   Kontakt 5.MusicDevice.component          0x000000013fd7e52d NI::GP::Thread::execute(void*) + 45
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 43:: AuxProcess #3
    0   libsystem_kernel.dylib                  0x00007fff88d9ca56 semaphore_wait_trap + 10
    1   Kontakt 5.MusicDevice.component          0x0000000140266e11 BEngine::AuxProcessThreadProc(int) + 113
    2   Kontakt 5.MusicDevice.component          0x000000013fd7e840 NI::GP::Thread::implExecute() + 16
    3   Kontakt 5.MusicDevice.component          0x000000013fd7e52d NI::GP::Thread::execute(void*) + 45
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 44:: Script
    0   libsystem_kernel.dylib                  0x00007fff88d9ca56 semaphore_wait_trap + 10
    1   Kontakt 5.MusicDevice.component          0x00000001402148db BEngine::SetEngineParThreadProc() + 91
    2   Kontakt 5.MusicDevice.component          0x000000013fd7e840 NI::GP::Thread::implExecute() + 16
    3   Kontakt 5.MusicDevice.component          0x000000013fd7e52d NI::GP::Thread::execute(void*) + 45
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 45:: Disk
    0   libsystem_kernel.dylib                  0x00007fff88d9ca56 semaphore_wait_trap + 10
    1   Kontakt 5.MusicDevice.component          0x000000014026c6ee BStreamingEngine::run() + 142
    2   Kontakt 5.MusicDevice.component          0x000000013fd7e840 NI::GP::Thread::implExecute() + 16
    3   Kontakt 5.MusicDevice.component          0x000000013fd7e52d NI::GP::Thread::execute(void*) + 45
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 46:: BGLoading
    0   libsystem_kernel.dylib                  0x00007fff88d9ca56 semaphore_wait_trap + 10
    1   Kontakt 5.MusicDevice.component          0x000000014042a6fc BBackgroundLoader::run() + 44
    2   Kontakt 5.MusicDevice.component          0x000000013fd7e840 NI::GP::Thread::implExecute() + 16
    3   Kontakt 5.MusicDevice.component          0x000000013fd7e52d NI::GP::Thread::execute(void*) + 45
    4   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    5   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    6   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 47:
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   com.u-he.Diva.au                        0x0000000146e59eeb non-virtual thunk to boost::exception_detail::error_info_injector<std::runtime_error>::~error_info_i njector() + 17051
    3   com.u-he.Diva.au                        0x0000000146da59bb AudioModulesAUEntry + 275163
    4   com.u-he.Diva.au                        0x0000000146e53835 boost::thread::start_thread() + 563
    5   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 48:
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   com.u-he.Diva.au                        0x0000000146e59eeb non-virtual thunk to boost::exception_detail::error_info_injector<std::runtime_error>::~error_info_i njector() + 17051
    3   com.u-he.Diva.au                        0x0000000146da59bb AudioModulesAUEntry + 275163
    4   com.u-he.Diva.au                        0x0000000146e53835 boost::thread::start_thread() + 563
    5   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 49:
    0   libsystem_kernel.dylib                  0x00007fff88da0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff91cf0c3b _pthread_cond_wait + 727
    2   com.u-he.Diva.au                        0x0000000146e59eeb non-virtual thunk to boost::exception_detail::error_info_injector<std::runtime_error>::~error_info_i njector() + 17051
    3   com.u-he.Diva.au                        0x0000000146da59bb AudioModulesAUEntry + 275163
    4   com.u-he.Diva.au                        0x0000000146e53835 boost::thread::start_thread() + 563
    5   libsystem_pthread.dylib                 0x00007fff91cee899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff91cee72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff91cf2fc9 thread_start + 13
    Thread 50:
    0   libsystem_kernel.dylib                  0x00007fff8

  • Explicitly extending the Object class

    Hi Everyone,
    I am aware that every object that is running inside a JVM inherits from class Object implicitly. Recently I have come across some code that explicitly extends the Object class, is there any advantage in doing this, please see the code snippet below:
    public class MyClass extends Object{}Thanks heaps for your assistance.
    Regards
    Davo

    I've even seen a
    method that was declared "throws NullPointerException"shouldn't it have been "throws java.lang.NullPointerException" ...
    - I almost cried. Yes, thats truly a terrible habit :(
    a distant cousin of that habit is one I have noticed where the developer
    is totally unable to name anything appropriately..
    to print some things to the screen: "loadData"
    to print things to screen again: "getInformation" *(note: did not 'return' anything).
    ... :(

  • Stack only objects

    Hello,
    I have a question regarding 'stack only' objects. If an object is created within a method
    body and never assigned to any variable outside of it, does it get deallocated when
    the method exits, or will it linger until the garbage collector makes its next sweep?
    For example, when exactly does "action" disappear from memory in this snippet:
    public int doSomething(String param) {
        TheAction action = new TheAction(param);
        int result = action.call();
        return result;
    }

    Hi All,
    Thanx BIJ, Steveftoth and Morin for replying to this query.........
    As BIJ said that it is designed and I asked this question just to understand how compiler and jvm cud have been designed......i.e. to know the philosophy behind designing language.......neway thanx for throwing some lights on it......
    Well i agree with steveftoth bcos of the performance issue this kind of design is made within JVM for garbage collection....now what i cud surmise is that if objects were to be stored in stack then on calling garbage colllector , it may delete some unused obj and unreferenced object(unreachable object) and this in turn may give rise to non-contagious areas in stack, thus nullifying the garbage collector's objective of freeing the the memory. Again deallocating that intersperse spaces into one free block of space will be bit troublesome task.....So considering above factor the designer of jvm and java compiler have opted for storing objects on heap rather than stack..... ..thanx for addressing the issue.....
    If u have something to say bout this.......pls go ahead.......
    Cheers !!
    Dipesh

  • Undo is not working properly (grayed out)

    Undo is not working properly in Indesign CC 9.2. I am using a 17" MBP running OSX 10.9.1.
    Processor: 2.2 GHz Intel Core i7
    Memory: 4GB 1333 MHz DDR3
    I ran into this issue doing a publication layout. I was not doing anything overly complicated. Copying/pasting, placing images, adding text boxes, copying/pasting text boxes. It seems to happen without rhyme or reason.
    I know that is not helpful for troubleshooting so I was able to isolate the problem. Here is how to recreate it.
    Open new doc (standard letter)
    Create text box with random text
    copy the text box (cmd C)
    paste the text box (cmd V)
    move the resulting text box using selection tool (V)
    select NEW text box (selection tool)
    copy the NEW text box (cmd C)
    paste the NEW text box (cmd V)
    move the text box (selection tool).
    Repeat until there are 5 text boxes (at least).
    Undo the various actions after placing and moving the 5 text boxes.
    I cannot undo back to a "new document."
    In some cases I can only undo 2 actions before "undo" becomes grayed out, and in some cases, I can undo up to 9 or 10 actions before it gets grayed out.
    Other programs running:
    Illustrator
    Photoshop
    Text Edit
    MS Word 2011
    Excell 2011
    Messages
    Chrome
    Finder
    Fetch (FTP software)
    I need to have these programs running simultaneously in many cases and have done so successfully in the past. I have a feeling it might be a memory issue, but I have not seen a similar post and I never had the issue with CS5 running with an identical setup. I was able to undo actions up until my previous save in CS5 sometimes 25-30 actions.

    I unplugged the USB items and the problem still persisted so it is not related to any of those.
    I shut down InDesign and tried reopening. InDesign crashed at reopen. I have provided the log below. Hopefully this shows where the problem is occurring.
    Process:         Adobe InDesign CC [3814]
    Path:            /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe InDesign CC
    Identifier:      com.adobe.InDesign
    Version:         9.2.0.69 (9200)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [172]
    Responsible:     Adobe InDesign CC [3814]
    User ID:         ***
    Date/Time:       2014-01-27 11:58:37.300 -0800
    OS Version:      Mac OS X 10.9.1 (13B42)
    Report Version:  11
    Anonymous UUID:  ********************
    Sleep/Wake UUID: *********************
    Crashed Thread:  8
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    abort() called
    *** error for object 0x6180002737c0: Heap corruption detected, free list canary is damaged
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib         0x00007fff8af44622 __open_nocancel + 10
    1   libsystem_c.dylib             0x00007fff8fa09c9b __opendir2$INODE64 + 59
    2   com.apple.CoreFoundation       0x00007fff8d160d4a _CFIterateDirectory + 74
    3   com.apple.CoreFoundation       0x00007fff8d1636b3 _CFBundleCopyInfoDictionaryInDirectoryWithVersion + 627
    4   com.apple.CoreFoundation       0x00007fff8d16331d CFBundleGetInfoDictionary + 141
    5   com.apple.CoreFoundation       0x00007fff8d15fb5b _CFBundleCreate + 827
    6   com.apple.CoreFoundation       0x00007fff8d1a3e89 _CFBundleEnsureBundleExistsForImagePath + 89
    7   com.apple.CoreFoundation       0x00007fff8d24bb93 _CFBundleEnsureAllBundlesUpToDateAlreadyLocked + 67
    8   com.apple.CoreFoundation       0x00007fff8d1a3bf8 CFBundleGetBundleWithIdentifier + 248
    9   com.adobe.InDesign.AWS         0x000000011667d2bc 0x116676000 + 29372
    10  com.adobe.InDesign.AWS         0x000000011667a577 0x116676000 + 17783
    11  com.adobe.InDesign.AWS         0x000000011667a370 0x116676000 + 17264
    12  com.adobe.InDesign.AWS         0x00000001166772a7 0x116676000 + 4775
    13  com.adobe.InDesign.AWS         0x0000000116683fb0 0x116676000 + 57264
    14  com.adobe.InDesign.AWS         0x000000011668472e 0x116676000 + 59182
    15  com.adobe.InDesign.AWSUI       0x0000000116646597 0x116636000 + 66967
    16  com.adobe.InDesign.AWSUI       0x0000000116645f05 0x116636000 + 65285
    17  com.adobe.InDesign.AppFramework 0x000000010d6739bb 0x10d632000 + 268731
    18  ObjectModelLib.dylib           0x0000000104b2fcd3 0x104b10000 + 130259
    19  ObjectModelLib.dylib           0x0000000104b4306c 0x104b10000 + 209004
    20  ObjectModelLib.dylib           0x0000000104b3e3fc ShuksanInit(IStartupScreen* (*)(), IPlugIn*) + 7676
    21  com.adobe.InDesign             0x0000000100001c7e main + 94
    22  com.adobe.InDesign             0x0000000100001bb4 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8af45662 kevent64 + 10
    1   libdispatch.dylib             0x00007fff9067043d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib             0x00007fff90670152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8af44716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib       0x00007fff97874c77 _pthread_cond_wait + 787
    2   com.apple.CoreServices.CarbonCore 0x00007fff92a51c37 TSWaitOnConditionTimedRelative + 148
    3   com.apple.CoreServices.CarbonCore 0x00007fff92a2238d MPWaitOnQueue + 192
    4   PMRuntime.dylib               0x0000000101682be1 0x101681000 + 7137
    5   com.apple.CoreServices.CarbonCore 0x00007fff92a2290b PrivateMPEntryPoint + 58
    6   libsystem_pthread.dylib       0x00007fff97872899 _pthread_body + 138
    7   libsystem_pthread.dylib       0x00007fff9787272a _pthread_start + 137
    8   libsystem_pthread.dylib       0x00007fff97876fc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8af44e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff97873f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff97876fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8af4534a fstat$INODE64 + 10
    1   IMSLib.dylib                   0x0000000119a3d2dd 0x1199c0000 + 512733
    2   IMSLib.dylib                   0x00000001199f3616 0x1199c0000 + 210454
    3   IMSLib.dylib                   0x00000001199f39ef 0x1199c0000 + 211439
    4   IMSLib.dylib                   0x0000000119a1f3c8 0x1199c0000 + 390088
    5   IMSLib.dylib                   0x00000001199f328d 0x1199c0000 + 209549
    6   IMSLib.dylib                   0x0000000119a2ebdf 0x1199c0000 + 453599
    7   IMSLib.dylib                   0x00000001199f64f0 0x1199c0000 + 222448
    8   IMSLib.dylib                   0x00000001199f894b 0x1199c0000 + 231755
    9   IMSLib.dylib                   0x0000000119a3fc0e 0x1199c0000 + 523278
    10  IMSLib.dylib                   0x0000000119a40a0b 0x1199c0000 + 526859
    11  IMSLib.dylib                   0x00000001199ea34e 0x1199c0000 + 172878
    12  IMSLib.dylib                   0x00000001199ded11 0x1199c0000 + 126225
    13  IMSLib.dylib                   0x00000001199d37ef 0x1199c0000 + 79855
    14  IMSLib.dylib                   0x00000001199e3851 0x1199c0000 + 145489
    15  IMSLib.dylib                   0x00000001199da4f1 0x1199c0000 + 107761
    16  IMSLib.dylib                   0x00000001199cce14 0x1199c0000 + 52756
    17  libsystem_pthread.dylib       0x00007fff97872899 _pthread_body + 138
    18  libsystem_pthread.dylib       0x00007fff9787272a _pthread_start + 137
    19  libsystem_pthread.dylib       0x00007fff97876fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8af44e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff97873f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff97876fb9 start_wqthread + 13
    Thread 6:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8af40a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8af3fd18 mach_msg + 64
    2   com.apple.CoreFoundation       0x00007fff8d1b0315 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation       0x00007fff8d1af939 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation       0x00007fff8d1af275 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation           0x00007fff975a1907 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation           0x00007fff975a170b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib       0x00007fff97872899 _pthread_body + 138
    8   libsystem_pthread.dylib       0x00007fff9787272a _pthread_start + 137
    9   libsystem_pthread.dylib       0x00007fff97876fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8af44e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff97873f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff97876fb9 start_wqthread + 13
    Thread 8 Crashed:
    0   libsystem_kernel.dylib         0x00007fff8af44866 __pthread_kill + 10
    1   libsystem_pthread.dylib       0x00007fff9787335c pthread_kill + 92
    2   libsystem_c.dylib             0x00007fff8fa39bba abort + 125
    3   libsystem_malloc.dylib         0x00007fff919a5bf9 nanozone_error + 486
    4   libsystem_malloc.dylib         0x00007fff919a5dbb _nano_malloc_check_clear + 445
    5   libsystem_malloc.dylib         0x00007fff919a46c4 nano_malloc + 35
    6   libsystem_malloc.dylib         0x00007fff919a287c malloc_zone_malloc + 71
    7   libsystem_malloc.dylib         0x00007fff919a3290 malloc + 42
    8   libc++abi.dylib               0x00007fff90c5853e operator new(unsigned long) + 30
    9   libstdc++.6.dylib             0x00007fff8f47d0be std::string::_Rep::_S_create(unsigned long, unsigned long, std::allocator<char> const&) + 102
    10  libstdc++.6.dylib             0x00007fff8f47d00d std::string::_Rep::_M_clone(std::allocator<char> const&, unsigned long) + 35
    11  libstdc++.6.dylib             0x00007fff8f47dae6 std::string::reserve(unsigned long) + 62
    12  libstdc++.6.dylib             0x00007fff8f47de3b std::string::append(char const*, unsigned long) + 101
    13  IMSLib.dylib                   0x0000000119a414fb 0x1199c0000 + 529659
    14  IMSLib.dylib                   0x0000000119a416a2 0x1199c0000 + 530082
    15  IMSLib.dylib                   0x00000001199ea192 0x1199c0000 + 172434
    16  IMSLib.dylib                   0x00000001199ded11 0x1199c0000 + 126225
    17  IMSLib.dylib                   0x00000001199d37ef 0x1199c0000 + 79855
    18  IMSLib.dylib                   0x00000001199e3851 0x1199c0000 + 145489
    19  IMSLib.dylib                   0x00000001199da4f1 0x1199c0000 + 107761
    20  IMSLib.dylib                   0x00000001199cce14 0x1199c0000 + 52756
    21  libsystem_pthread.dylib       0x00007fff97872899 _pthread_body + 138
    22  libsystem_pthread.dylib       0x00007fff9787272a _pthread_start + 137
    23  libsystem_pthread.dylib       0x00007fff97876fc9 thread_start + 13
    Thread 9:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8af449aa __select + 10
    1   com.apple.CoreFoundation       0x00007fff8d1fbd43 __CFSocketManager + 867
    2   libsystem_pthread.dylib       0x00007fff97872899 _pthread_body + 138
    3   libsystem_pthread.dylib       0x00007fff9787272a _pthread_start + 137
    4   libsystem_pthread.dylib       0x00007fff97876fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8af44e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff97873f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib       0x00007fff97876fb9 start_wqthread + 13
    Thread 8 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000119dfa000  rcx: 0x0000000119df8958  rdx: 0x0000000000000000
      rdi: 0x0000000000007c13  rsi: 0x0000000000000006  rbp: 0x0000000119df8980  rsp: 0x0000000119df8958
       r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000008000000  r11: 0x0000000000000206
      r12: 0x0000000104bf7000  r13: 0x00006180002737c0  r14: 0x0000000000000006  r15: 0x0000000000000000
      rip: 0x00007fff8af44866  rfl: 0x0000000000000206  cr2: 0x00000001083c9000
    Logical CPU:     0
    Error Code:      0x02000148
    Trap Number:     133
    Binary Images:
           0x100000000 -        0x100005fff +com.adobe.InDesign (9.2.0.69 - 9200) <B7C09BD6-74AF-323E-8D22-D5E1F7965643> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Adobe InDesign CC
           0x10000c000 -        0x10000eff7 +com.adobe.InDesign.InDesignModelAndUI (9.0 - 0) <612870BE-869E-3165-9714-55F900A66BCC> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/InDesignModelAndUI.framework/Versions/A/InDesignModelAndUI
           0x100014000 -        0x10001cfff +com.adobe.coretech.adobesplashkit (AdobeSplashKit Version 1.0 - 1.0) <65BFDA83-4121-3D12-9BBE-9F4FF1DB3D6A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSplashKit
           0x100025000 -        0x10002ffff +ASLSupportLib.dylib (1) <1039F962-C495-36E4-B868-3DA5C43E3EBF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/ASLSupportLib.dylib
           0x100037000 -        0x10013aff7 +DV_WidgetBinLib.dylib (1) <57491245-3B90-3D4B-B4B6-4441EE325E3C> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/DV_WidgetBinLib.dylib
           0x1001d5000 -        0x10021aff7 +TextPanelLib.dylib (1) <4B30610F-C637-3910-A413-C40325795CAD> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/TextPanelLib.dylib
           0x100237000 -        0x100398fff +WidgetBinLib.dylib (1) <50EE77D3-591B-306F-9D62-2026938837EE> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/WidgetBinLib.dylib
           0x10044a000 -        0x100616fff +com.adobe.owl (AdobeOwl version 5.0.24 - 5.0.24) <1C99AA07-E73F-370B-82FA-01C1C4AAF97D> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x100659000 -        0x10089dfff +com.adobe.dvacore.framework (7.0.849324 - 7.0.849324.0) <08EB97C1-03E5-3C1B-B154-C886807BC6F1> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x100964000 -        0x100df1ff7 +com.adobe.dvaui.framework (7.0.849324 - 7.0.849324.0) <25942AAC-0437-303F-9663-B17113468EBB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x101089000 -        0x101089fff +com.adobe.InDesign.InDesignModel (9.0 - 0) <7DCCCD9E-8ECB-330B-84AF-4F090F82BBBA> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/InDesignModel.framework/Versions/A/InDesignModel
           0x10108e000 -        0x10109cfff +com.adobe.boost_threads.framework (7.0.847203 - 7.0.847203.0) <A0AE19A9-2B8E-310A-8AC1-0E2E026E7A40> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
           0x1010b2000 -        0x1010b8ff7 +com.adobe.boost_date_time.framework (7.0.847203 - 7.0.847203.0) <F30F59C3-41C0-3DB1-899A-E2491EA25263> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_date_time
           0x1010c7000 -        0x101536ff7 +PublicLib.dylib (1) <1B305F6E-A0D3-39A3-91FE-B878D638B7A7> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/PublicLib.dylib
           0x101681000 -        0x10168bfff +PMRuntime.dylib (1) <0164EA5E-E56E-332F-901A-5E514833C38F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/PMRuntime.dylib
           0x101694000 -        0x1016abff7 +com.adobe.AFL (AdobeAFL 1.5.0 - 1.5) <1C46F2BE-2E4D-3E25-ACDF-85E2962B92DF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAFL.framework/Versions/A/AdobeAFL
           0x1016ba000 -        0x1019cbff7 +com.adobe.CoolType (AdobeCoolType 5.15.00.31977 - 5.15.00.31977) <42323DBD-3A6D-3C41-A2C1-2B944789D8A9> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
           0x101a13000 -        0x101a30fff +com.adobe.BIB (AdobeBIB 1.2.03.31977 - 1.2.03.31977) <A69D3AA0-9248-3B77-991B-89B2B7FE46BB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x101a38000 -        0x101b7efff +com.adobe.ACE (AdobeACE 2.20.02.31977 - 2.20.02.31977) <3A212837-B075-34C0-96E9-5A4019C9DFEE> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x101b92000 -        0x102163fff +com.adobe.AGM (AdobeAGM 4.30.29.31977 - 4.30.29.31977) <BFFDBF0E-28EF-3720-93BE-293618541D26> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x102200000 -        0x10223dfff +com.adobe.ARE (AdobeARE 1.5.02.31977 - 1.5.02.31977) <73174C59-1DDC-3416-A0AD-4D70930ABA60> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x102245000 -        0x10226bfff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <FA20BCA0-05BF-35ED-95B7-5775B8310D12> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
           0x102273000 -        0x10280cfff +com.adobe.MPS (AdobeMPS 5.8.1.31977 - 5.8.1.31977) <96C4D283-326B-3E50-B555-534492C6AA95> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x102889000 -        0x1028a7fff +com.adobe.dvaflashview.framework (7.0.849324 - 7.0.849324.0) <46FFD5B4-2182-3CC3-A258-486E585A5B2D> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaflashview.framework/Versions/A/dvaflashview
           0x1028bf000 -        0x1028c3ff7 +com.adobe.ape.shim (3.4.0.29366 - 3.4.0.29366) <B9447EE8-6F91-9E85-C163-96600BF70764> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
           0x1028ca000 -        0x10298cfff +com.adobe.exo.framework (7.0.849324 - 7.0.849324.0) <AF41BB10-6BB7-3645-9F60-AE77E54F04F1> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x102a2a000 -        0x102ad8fff +com.adobe.dvaworkspace.framework (7.0.849324 - 7.0.849324.0) <97F274A8-A56B-3F3A-AAA7-66B9FBEFEBF1> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworkspace
           0x102b5b000 -        0x1031fafff +com.adobe.PlugPlugOwl (4.2.0.36 - 4.2.0.36) <D6EC53B4-E257-3698-8EA8-24D4E3D98EBD> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/PlugPlugOwl.framework/Versions/A/PlugPlugOwl
           0x1034ef000 -        0x10351bff7 +libtbb.dylib (0) <64B7013E-D548-3F7B-A2FB-28B7B932275C> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/libtbb.dylib
           0x103536000 -        0x103555fe7 +libtbbmalloc.dylib (0) <6887ED68-67ED-3748-82DA-B39A3EB210BB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/libtbbmalloc.dylib
           0x10357a000 -        0x1042bffff +com.adobe.ICUData (4.0 - 3.61) <01D90725-4B10-312C-9546-9C0CCCA1B7BB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.40.0.dylib
           0x1042d3000 -        0x104404ff7 +com.adobe.ICUInternationalization (4.0 - 3.61) <CD4AD967-00CD-3979-8F82-1166E2058FA6> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUInternationalization.framework/Versions/4.0/libicui18n.40.0 .dylib
           0x104458000 -        0x10454eff7 +com.adobe.ICUUnicode (4.0 - 3.61) <2352E6C8-3431-3A99-92B9-382E85A018AC> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc.40.0.dylib
           0x104586000 -        0x1046b4fff +com.winsoft.wrservices (WRServices 7.0.0 - 7.0.0) <0853A41B-A14A-37B7-B27F-457F87865EAD> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x10470f000 -        0x1047fffff +com.adobe.amtlib (7.0.0.247 - 7.0.0.247) <48D8FFDB-DFEA-310D-BAE3-DFD8D05B0160> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x104812000 -        0x104814fff +com.adobe.AdobeCrashReporter (7.0 - 7.1) <B68D0D42-8DEB-3F22-BD17-981AC060E9D7> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
           0x10481a000 -        0x1048d1ff7 +com.adobe.boost_regex.framework (7.0.847203 - 7.0.847203.0) <F1C659D9-D3E8-3ACE-8368-9161529A6A66> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_regex
           0x10493b000 -        0x1049aaff7 +com.adobe.adobe_caps (adobe_caps 7.0.0.21 - 7.0.0.21) <CE3C6356-9EE2-3B88-8261-8612A0743F56> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
           0x1049b5000 -        0x1049c0fff +com.adobe.boost_signals.framework (7.0.847203 - 7.0.847203.0) <E0B3BB47-4294-3D65-8979-29B2D6C5DD2E> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_signals
           0x1049cf000 -        0x1049d3fff +com.adobe.boost_system.framework (7.0.847203 - 7.0.847203.0) <70F73B9F-8416-37BF-9294-086AE475B743> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_system
           0x1049d9000 -        0x104a7afff +com.adobe.ICUConverter (4.0 - 3.61) <46764474-111C-3B13-AF62-002B71877405> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicucnv.40.0.dylib
           0x104a9a000 -        0x104afcfff +DataBaseLib.dylib (1) <670C9B64-DD9A-3B32-BDA9-22D6EA26A5EF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/DataBaseLib.dylib
           0x104b10000 -        0x104b7dfff +ObjectModelLib.dylib (1) <38EFA738-542E-32EB-A5AA-45380C5CCAAF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/ObjectModelLib.dylib
           0x104b9a000 -        0x104bbefff +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.30807 - 3.8.0.30807) <16FF5E16-19E0-3CE1-A68E-27567234429F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpat
           0x108348000 -        0x108386fff +com.adobe.InDesign.Dictionary Editor Dialog (9.2.0.69 - 0) <EC06E951-7EDF-306A-85E2-B52805F8110C> /Applications/Adobe InDesign CC/*/Dictionary Editor Dialog
           0x1083a7000 -        0x1083b6ff7 +com.adobe.InDesign.DTTransform (9.2.0.69 - 0) <417A914C-BEA9-3AF6-94BC-158C93DCDC56> /Applications/Adobe InDesign CC/*/DTTransform
           0x10846c000 -        0x108479ff7 +com.adobe.InDesign.Text Color Panel (9.2.0.69 - 0) <B9722BDD-B3B2-3B6B-90EC-D7B52D54C678> /Applications/Adobe InDesign CC/*/Text Color Panel
           0x108482000 -        0x108496ff7 +com.adobe.InDesign.Story Panel (9.2.0.69 - 0) <989D8312-C513-36B9-9A2A-A161EC806905> /Applications/Adobe InDesign CC/*/Story Panel
           0x1084a5000 -        0x1084afff7 +com.adobe.InDesign.Span Columns Panel (9.2.0.69 - 0) <15F063E0-7874-30AE-841C-C10A12CF8B5E> /Applications/Adobe InDesign CC/*/Span Columns Panel
           0x1084b8000 -        0x1084c9ff7 +com.adobe.InDesign.SING (9.2.0.69 - 0) <3CC6846B-D663-31F2-BAB9-03BCAD89606E> /Applications/Adobe InDesign CC/*/SING
           0x1084d3000 -        0x1084ddfff +com.adobe.InDesign.Justification Panel (9.2.0.69 - 0) <4F940073-AAF8-3FDF-87FA-04A8DC87679D> /Applications/Adobe InDesign CC/*/Justification Panel
           0x109caa000 -        0x109cabff7 +com.adobe.InDesign.Metadata Database Filter (9.2.0.69 - 0) <3BE1DF86-81E8-359D-A40E-84EC7A016E16> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Metadata Database Filter.InDesignPlugin/Metadata Database Filter
           0x109cb0000 -        0x109ccaff7 +com.adobe.InDesign.IME (9.2.0.69 - 0) <905334C5-8BF8-3958-8216-720BDB4D3A1F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/IME.InDesignPlugin/IME
           0x109cda000 -        0x109cddfff +com.adobe.InDesign.Global Preferences Panel (9.2.0.69 - 0) <3B261D67-E6B5-32E3-AC7E-AFCCDC9B75CB> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Global Preferences Panel.InDesignPlugin/Global Preferences Panel
           0x109ce3000 -        0x109cedfff +com.adobe.InDesign.Workgroup Client UI (9.2.0.69 - 0) <5025F9EC-7C4C-377B-92F0-EC208F75B671> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Workgroup Client UI.InDesignPlugin/Workgroup Client UI
           0x10aa1f000 -        0x10aa23fff  com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x10af61000 -        0x10af9ffff +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 7.0.1.102 - 7.0.1.102) <75ADE364-1107-3DA7-84A2-26C6874EB881> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/UpdaterNotifications.framework/Versions/A/UpdaterNotifications
           0x10afdc000 -        0x10afeefff +com.adobe.boost_filesystem.framework (7.0.847203 - 7.0.847203.0) <B0F56E9F-BAAB-34C5-93C4-C713203AB0DF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost_filesystem
           0x10c6ee000 -        0x10c6f0ff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x10c6f5000 -        0x10c6f9fff +com.adobe.InDesign.Help (9.2.0.69 - 0) <09CFAB79-828F-39A9-8E6C-634999CF4EC8> /Applications/Adobe InDesign CC/*/Help
           0x10d632000 -        0x10d7f8ff7 +com.adobe.InDesign.AppFramework (9.2.0.69 - 0) <D84FAD4D-B653-3EB4-8FDA-7264A51F7359> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/AppFramework.InDesignPlugin/AppFramework
           0x10e0cf000 -        0x10e255ff7 +com.adobe.InDesign.SettingsInCloud (9.2.0.69 - 0) <EC5B37FA-9195-3243-9D62-C6A5FB8E394A> /Applications/Adobe InDesign CC/*/SettingsInCloud
           0x10e640000 -        0x10e7feff7 +com.adobe.InDesign.Text Walker (9.2.0.69 - 0) <BA84432B-6B10-3684-982F-856AB2248204> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Walker.InDesignPlugin/Text Walker
           0x10e856000 -        0x10e8a7fff +com.adobe.InDesign.Linguistics (9.2.0.69 - 0) <13A4BC6D-4C68-3884-9059-5837B952EC17> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Linguistics.InDesignPlugin/Linguistics
           0x10e8c1000 -        0x10e927fff +com.adobe.InDesign.Text Panel (9.2.0.69 - 0) <70BA1FF5-A8FD-3D59-976A-5AE782CB79ED> /Applications/Adobe InDesign CC/*/Text Panel
           0x10e94a000 -        0x10e996ff7 +com.adobe.InDesign.Spelling Panel (9.2.0.69 - 0) <B208BBCC-1AAB-354C-9CA6-44C6B5D35946> /Applications/Adobe InDesign CC/*/Spelling Panel
           0x10e9b0000 -        0x10ec14fff +com.adobe.InDesign.Package and Preflight (9.2.0.69 - 0) <6590908A-0A78-32F4-A455-ABBEC9D97B5E> /Applications/Adobe InDesign CC/*/Package and Preflight
           0x10ec5a000 -        0x10ecc7ff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.5 -c 21 - 79.154911) <E8E31BC1-F7BC-3018-8CF8-AC3C7B2DCEA2> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x10ecd3000 -        0x10eda5fff +com.adobe.InDesign.Text Editor (9.2.0.69 - 0) <C8F82611-461D-3339-A65E-51190B515F9F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Editor.InDesignPlugin/Text Editor
           0x10edd5000 -        0x10efe3fff +com.adobe.InDesign.Layout UI (9.2.0.69 - 0) <5BC0A7D6-7A69-346C-B5A1-4F4AF2AC5F01> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Layout UI.InDesignPlugin/Layout UI
           0x10f043000 -        0x10f0b3fff +com.adobe.InDesign.Import Export UI (9.2.0.69 - 0) <FFA896AE-BAF9-30EC-A788-25AD02061296> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Import Export UI.InDesignPlugin/Import Export UI
           0x10f0da000 -        0x10f1e8fff +com.adobe.InDesign.Hyperlinks (9.2.0.69 - 0) <BF029BB8-6578-303F-A983-9ADEE43AB7A4> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Hyperlinks.InDesignPlugin/Hyperlinks
           0x10f213000 -        0x10f2b7fff +com.adobe.InDesign.Master Page (9.2.0.69 - 0) <557BD678-3F9D-3A4F-ABDA-8A1DD7D41AF6> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Master Page.InDesignPlugin/Master Page
           0x10f2d1000 -        0x10f2fffff +com.adobe.InDesign.Utilities (9.2.0.69 - 0) <9F7A613A-54DB-3604-B811-FCE0BC56F416> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Utilities.InDesignPlugin/Utilities
           0x10f31a000 -        0x10f417fff +com.adobe.InDesign.Color Management (9.2.0.69 - 0) <33023C59-D4C5-3BF2-8C42-54BD6E50E651> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Color Management.InDesignPlugin/Color Management
           0x10f444000 -        0x10f659ff7 +com.adobe.InDesign.Application UI (9.2.0.69 - 0) <2235307F-D211-397C-BAA7-34028F1C4F56> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Application UI.InDesignPlugin/Application UI
           0x10f6f0000 -        0x10fa0eff7 +com.adobe.dvaadameve.framework (7.0.849324 - 7.0.849324.0) <FF303DE3-2F53-3AA7-94E7-93B46DB28918> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x10fce4000 -        0x10fd33fff +com.adobe.headlights.LogSessionFramework (2.1.2.1785) <160BF2F9-B418-31C5-866F-6FADA1B720ED> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x10fd59000 -        0x10fe17fff +com.adobe.AdobeExtendScript (ExtendScript 4.5.5 - 4.5.5.31983) <7764EE73-651A-3D8A-9B0F-A25DF57D79E1> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/AdobeExtendScript
           0x10fe3f000 -        0x10feeaff7 +com.adobe.AdobeScCore (ScCore 4.5.5 - 4.5.5.31983) <0E9111E5-ECBF-3C1C-82DB-9A945F1A573C> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCore
           0x10ff14000 -        0x110064fff +com.adobe.dvascriptui.framework (7.0.849324 - 7.0.849324.0) <EC31CE70-34C1-31E0-A68D-F49D99ADA604> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/dvascriptui.framework/Versions/A/dvascriptui
           0x110186000 -        0x110366fff +com.adobe.InDesign.Document Framework (9.2.0.69 - 0) <ABC1E3A8-3AC3-3199-B572-B734998B696E> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Document Framework.InDesignPlugin/Document Framework
           0x1106d2000 -        0x110813fff +com.adobe.InDesign.SangamServicer-Mapper (9.2.0.69 - 0) <F2E5BD34-3091-317F-88A8-0B6090F262E0> /Applications/Adobe InDesign CC/*/SangamServicer-Mapper
           0x110837000 -        0x1108a0fff +com.adobe.AdobeSangam (AdobeSangam 5.65.0.31977 - 5.65.0.31977) <81A4C7F3-E791-3AD1-A44B-CF5BB5B6A545> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSangam.framework/Versions/A/AdobeSangam
           0x1108ee000 -        0x11091aff7 +com.adobe.Reader for DOCX (Reader for DOCX 5.65.0.31977 - 5.65.0.31977) <C21B199B-542B-34CD-8F0E-F38D970D88BD> /Applications/Adobe InDesign CC/*/Reader for DOCX
           0x110925000 -        0x110a23ff7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.8.0.30807 - 3.8.0.30807) <DF0EC9F6-D499-39B8-B2F4-CAF4F742D702> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeAXEDOMCore
           0x110a39000 -        0x110b16fff +com.adobe.AXEXSLT (AdobeAXSLE 3.8.0.30807 - 3.8.0.30807) <6299FB87-471B-3EA2-9E02-6DEA293FA533> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
           0x110b2b000 -        0x110b96ff7 +com.adobe.AdobeSangamML (AdobeSangamML 5.65.0.31977 - 5.65.0.31977) <BF6D92E9-AF42-3B9F-BBDD-FBCDE605C4BE> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSangamML.framework/Versions/A/AdobeSangamML
           0x110bba000 -        0x110c18ff7 +com.adobe.Reader for Excel (Reader for Excel 5.65.0.31977 - 5.65.0.31977) <628DA00F-210B-3856-89F3-66393386E801> /Applications/Adobe InDesign CC/*/Reader for Excel
           0x110c2b000 -        0x110c3ffff +com.adobe.AdobeSFL (AdobeSFL 1.1.0.31977 - 1.1.0.31977) <A1874DA3-6F12-333D-8941-ED3A08A1E265> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSFL.framework/Versions/A/AdobeSFL
           0x110c47000 -        0x110d3cfff +com.adobe.Reader for Quark (Reader for Quark 5.65.0.31977 - 5.65.0.31977) <7877BBF5-B31A-3CA9-9E8E-3FDFB174F261> /Applications/Adobe InDesign CC/*/Reader for Quark
           0x110d56000 -        0x110db1ff7 +com.adobe.Reader for RTF (Reader for RTF 5.65.0.31977 - 5.65.0.31977) <3ACB0F8E-0B51-3E5C-B924-A31D1D6606F6> /Applications/Adobe InDesign CC/*/Reader for RTF
           0x110dca000 -        0x110e38ff7 +com.adobe.Reader for Word (Reader for Word 5.65.0.31977 - 5.65.0.31977) <27531852-B602-3785-94C0-3B316DBEC69C> /Applications/Adobe InDesign CC/*/Reader for Word
           0x110e4d000 -        0x110eb3fff +com.adobe.Reader for XLSX (Reader for XLSX 5.65.0.31977 - 5.65.0.31977) <D896568B-FB6A-3036-91FC-A1DF0FA820DF> /Applications/Adobe InDesign CC/*/Reader for XLSX
           0x110ecd000 -        0x110ed5ff7 +com.adobe.ZTextReader (ZTextReader 5.65.0.31977 - 5.65.0.31977) <28B268EF-A3AD-3933-B4DC-247428D3A88D> /Applications/Adobe InDesign CC/*/ZTextReader
           0x110f5c000 -        0x110fcbfff +com.adobe.InDesign.XMLParser (9.2.0.69 - 0) <745F02C0-071B-3979-B284-391BA59D9CF5> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/XMLParser.InDesignPlugin/XMLParser
           0x110fe1000 -        0x111204fff +com.adobe.InDesign.XML (9.2.0.69 - 0) <97314A64-BB21-3965-B9D3-F4C219C3DCDF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/XML.InDesignPlugin/XML
           0x11124e000 -        0x11127bfff +com.adobe.InDesign.WorldReady (9.2.0.69 - 0) <787871A9-77D2-3095-8930-4F140D091F0A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/WorldReady.InDesignPlugin/WorldReady
           0x11128b000 -        0x1112c8ff7 +com.adobe.InDesign.Workgroup (9.2.0.69 - 0) <FEA65E81-92F4-36EE-940C-3C7BD07DB7F4> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Workgroup.InDesignPlugin/Workgroup
           0x1112d8000 -        0x1112fafff +com.adobe.InDesign.Workgroup Client (9.2.0.69 - 0) <2447A61F-74CA-38D1-9444-22A25D2DEE98> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Workgroup Client.InDesignPlugin/Workgroup Client
           0x111308000 -        0x111416fff +com.adobe.InDesign.Widgets (9.2.0.69 - 0) <A9FB91A0-7CDB-3025-B6AC-D53BA8BBEB1E> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Widgets.InDesignPlugin/Widgets
           0x11147c000 -        0x1115c0ff7 +com.adobe.InDesign.Transparency (9.2.0.69 - 0) <636FD3CD-06FE-3D25-A252-368317D80C66> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Transparency.InDesignPlugin/Transparency
           0x1115eb000 -        0x11259ffef +com.adobe.psl (AdobePSL 14.0.0.31988 - 14.0.0.31988) <1EBD1547-F7B1-379D-8F50-FB49C7E01A58> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x112762000 -        0x11281bff7 +com.adobe.JP2K (1.2.2 - 1.2.2.31977) <8BD41D6E-B8A2-36FA-B855-7CF02E856A08> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x112842000 -        0x1128a4fff +com.adobe.InDesign.TOC (9.2.0.69 - 0) <99A6C9FF-2F20-3475-A9CF-24C7B0F63CF3> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/TOC.InDesignPlugin/TOC
           0x1128b8000 -        0x112ebbff7 +com.adobe.InDesign.Text (9.2.0.69 - 0) <4216A99F-7F58-3E9B-A37E-8178A6ED812A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text.InDesignPlugin/Text
           0x112f59000 -        0x112fcfff7 +com.adobe.InDesign.Text Wrap (9.2.0.69 - 0) <8B65C672-BB4E-3F46-A7C5-6B2D0331C0F5> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Wrap.InDesignPlugin/Text Wrap
           0x112fe8000 -        0x11300cfff +com.adobe.InDesign.Text Wrap Path (9.2.0.69 - 0) <D826BA05-20A8-367F-9414-573944D46303> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Wrap Path.InDesignPlugin/Text Wrap Path
           0x113015000 -        0x11302bff7 +com.adobe.InDesign.Text Editor Model (9.2.0.69 - 0) <C997B3C0-98C6-34A5-89E0-DBD7FB071AD6> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Editor Model.InDesignPlugin/Text Editor Model
           0x113036000 -        0x11308cff7 +com.adobe.InDesign.Text Attributes (9.2.0.69 - 0) <F90E2E25-38B2-3F12-8902-D5A56D6AD919> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Text Attributes.InDesignPlugin/Text Attributes
           0x1130a7000 -        0x113104ff7 +com.adobe.InDesign.TableStyles (9.2.0.69 - 0) <4D83BFF9-CAF4-34EF-BEAE-86E2D8A1D14F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/TableStyles.InDesignPlugin/TableStyles
           0x113117000 -        0x113349fff +com.adobe.InDesign.Table Model (9.2.0.69 - 0) <829471A3-999A-3B01-BD5A-B2ADC2F2972A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Table Model.InDesignPlugin/Table Model
           0x113385000 -        0x1133d8ff7 +com.adobe.InDesign.Image Filters (9.2.0.69 - 0) <F3DF9DCA-6073-3DF8-89EB-18F8D1DB8902> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Image Filters.InDesignPlugin/Image Filters
           0x1133e4000 -        0x11346ffff +com.adobe.InDesign.SVGExport (9.2.0.69 - 0) <E86D7C69-48CA-362B-B3A0-CC2C8F4B31B5> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/SVGExport.InDesignPlugin/SVGExport
           0x113489000 -        0x113547fff +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <2FAB4B9A-EDB9-0FF9-55B2-52DEC380D2BF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSVGExport
           0x11356a000 -        0x11360efff +com.adobe.InDesign.Support for JavaScript (9.2.0.69 - 0) <EC1C0215-E510-3D0F-B692-E2F8853811D9> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Support for JavaScript.InDesignPlugin/Support for JavaScript
           0x113639000 -        0x113690ff7 +com.adobe.InDesign.Support for AppleScript (9.2.0.69 - 0) <7D7706C3-B3C9-3B96-8473-CAD03A053148> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Support for AppleScript.InDesignPlugin/Support for AppleScript
           0x1136a6000 -        0x1137a8ff7 +com.adobe.InDesign.Graphics (9.2.0.69 - 0) <FCBDB8E7-46E8-3987-9BCB-0E3177F00F11> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Graphics.InDesignPlugin/Graphics
           0x1137cc000 -        0x113827ff7 +com.adobe.InDesign.Stroke and Fill (9.2.0.69 - 0) <72D3DE23-CFCC-3821-80AE-0908DB5768F5> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Stroke and Fill.InDesignPlugin/Stroke and Fill
           0x11383f000 -        0x113980ff7 +com.adobe.InDesign.Spread (9.2.0.69 - 0) <AF10A69E-0D98-3E25-ABE5-CC310529098A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spread.InDesignPlugin/Spread
           0x1139b2000 -        0x113a14fff +com.adobe.InDesign.Spread UI (9.2.0.69 - 0) <B7A3AE3F-DC65-34F6-B601-1780AF9220D9> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spread UI.InDesignPlugin/Spread UI
           0x113a30000 -        0x113a7afff +com.adobe.InDesign.Spline (9.2.0.69 - 0) <53E6EF37-C070-39BE-BB18-2703B2041EC6> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spline.InDesignPlugin/Spline
           0x113a92000 -        0x113adaff7 +com.adobe.InDesign.Spline UI (9.2.0.69 - 0) <9FC93D14-6D7C-32EE-BF90-3756FEA25FEE> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spline UI.InDesignPlugin/Spline UI
           0x113af6000 -        0x113b09ff7 +com.adobe.InDesign.Spelling Service (9.2.0.69 - 0) <1E6AAFFE-ACCA-3E0B-AA63-37A767CC336E> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Spelling Service.InDesignPlugin/Spelling Service
           0x113b18000 -        0x113b26fff +com.adobe.InDesign.Sound (9.2.0.69 - 0) <43D68A27-E17F-3E9D-A02D-EB3230178339> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Sound.InDesignPlugin/Sound
           0x113b32000 -        0x113bbcfff +com.adobe.InDesign.SharedContent (9.2.0.69 - 0) <3863D336-3468-35E6-8298-3C1BFB37FBA5> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/SharedContent.InDesignPlugin/SharedContent
           0x113bdd000 -        0x113c05fff +com.adobe.InDesign.Sections (9.2.0.69 - 0) <4DB2B4F0-124A-36F1-B1A3-9BFA36BB2FCF> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Sections.InDesignPlugin/Sections
           0x113c16000 -        0x113cc4fff +com.adobe.InDesign.Scripting (9.2.0.69 - 0) <01395410-7F18-323A-BF92-4FAC6F3ECCD5> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Scripting.InDesignPlugin/Scripting
           0x113ce3000 -        0x113d0dff7 +com.adobe.InDesign.Rulers (9.2.0.69 - 0) <C21FAD98-14EA-3E6F-9D58-7DED5B0EFB76> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Rulers.InDesignPlugin/Rulers
           0x113d20000 -        0x113eb5fff +com.adobe.InDesign.Print (9.2.0.69 - 0) <4E53767E-8497-32D1-B922-735E610640E2> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Print.InDesignPlugin/Print
           0x113ee2000 -        0x113f21ff7 +com.adobe.InDesign.PNG Import Filter (9.2.0.69 - 0) <3EA87A99-3FBF-38E5-BE00-896001E5AD91> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/PNG Import Filter.InDesignPlugin/PNG Import Filter
           0x113f31000 -        0x113f6afff +com.adobe.InDesign.Photoshop Import Filter (9.2.0.69 - 0) <B62B89C7-29F4-3058-BBD9-62BAB193B133> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Photoshop Import Filter.InDesignPlugin/Photoshop Import Filter
           0x113f7a000 -        0x113fe0fff +com.adobe.InDesign.Book (9.2.0.69 - 0) <A57C7841-5282-3A46-8202-CAB3C70DFBD0> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Book.InDesignPlugin/Book
           0x113ff7000 -        0x11410dff7 +com.adobe.InDesign.Image (9.2.0.69 - 0) <E026A24C-EF82-33E8-95FD-463A23618CB2> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Image.InDesignPlugin/Image
           0x114139000 -        0x114145ff7 +com.adobe.InDesign.Group (9.2.0.69 - 0) <8DF66586-0FC5-3EA5-8F0D-6083387F0697> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Group.InDesignPlugin/Group
           0x114152000 -        0x114294fe7 +com.adobe.InDesign.EPS Page Item (9.2.0.69 - 0) <CFD4D636-06B2-3969-91FA-ED68F0873111> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/EPS Page Item.InDesignPlugin/EPS Page Item
           0x1142d3000 -        0x11451ffff +com.adobe.InDesign.PDF (9.2.0.69 - 0) <36EED87F-F233-3B82-83C4-57584FEBE296> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/PDF.InDesignPlugin/PDF
           0x114561000 -        0x114665fff +com.adobe.PDFPort (AdobePDFPort 2.1.0.31977 - 2.1.0.31977) <83787D51-C878-3CFF-A3A2-F2107F7BB920> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFPort
           0x114678000 -        0x1146a1ff7 +com.adobe.PDFSettings (AdobePDFSettings 1.04.0 - 1.4) <E07D101E-E47A-392A-8A44-005B49393DEC> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/AdobePDFSettings
           0x1146ab000 -        0x114917ff7 +com.adobe.InDesign.Generic Page Item (9.2.0.69 - 0) <F0DECCE6-EAF5-30C0-8FB0-48FA56CB3503> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Generic Page Item.InDesignPlugin/Generic Page Item
           0x114963000 -        0x1149a7fff +com.adobe.InDesign.Path Type (9.2.0.69 - 0) <32D8F2D5-AF06-375A-85ED-C4E42D3B790B> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Path Type.InDesignPlugin/Path Type
           0x1149c0000 -        0x1149caff7 +PathTypeLib.dylib (1) <A6E44FB4-61D6-3729-B3DD-A4D22EEC73B3> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/PathTypeLib.dylib
           0x1149d3000 -        0x114a88fff +com.adobe.InDesign.Paragraph Composer (9.2.0.69 - 0) <EEE3D51D-AF42-30AF-A8BA-DE663DC95888> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Paragraph Composer.InDesignPlugin/Paragraph Composer
           0x114a99000 -        0x114adafff +com.adobe.InDesign.Open Place (9.2.0.69 - 0) <6CBC4B8F-3B3D-3B14-9512-6808497AC68A> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Open Place.InDesignPlugin/Open Place
           0x114aee000 -        0x114b06ff7 +com.adobe.InDesign.Movie (9.2.0.69 - 0) <FD78448B-F572-32C2-9580-4A0681AC69EE> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Movie.InDesignPlugin/Movie
           0x114b15000 -        0x114ba0fff +com.adobe.InDesign.Metadata (9.2.0.69 - 0) <361ED9DD-BAD7-35E5-AFE5-3176BAD1C0FC> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Metadata.InDesignPlugin/Metadata
           0x114bbd000 -        0x114ccafff +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 81 - 79.154911) <38348CA8-7905-3AA4-AA00-95A6D912C491> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMPFiles
           0x114d00000 -        0x114d5cff7 +com.adobe.InDesign.Media (9.2.0.69 - 0) <560CE1DB-99AF-389F-8BC2-37D5F83C110F> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Media.InDesignPlugin/Media
           0x114d72000 -        0x114eacfff +com.adobe.InDesign.Links (9.2.0.69 - 0) <1BCD7856-3DD0-3C58-AF61-0E430CF5EFBC> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Links.InDesignPlugin/Links
           0x114ee1000 -        0x114f0afff +com.adobe.InDesign.Layout (9.2.0.69 - 0) <98815961-6446-3917-B266-7E3DB625B782> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Layout.InDesignPlugin/Layout
           0x114f19000 -        0x114f46fff +com.adobe.InDesign.Layer (9.2.0.69 - 0) <94604B73-0E52-30CB-9CC0-805F5B138FE4> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/Layer.InDesignPlugin/Layer
           0x114f59000 -        0x115029fff +com.adobe.InDesign.INXCore (9.2.0.69 - 0) <FCF49243-A7FD-3993-A242-7ECAB3971857> /Applications/Adobe InDesign CC/Adobe InDesign CC.app/Contents/MacOS/Required/INXCore.InDesignPlugin/INXCore
           0x115051000 -        0x115157ff7 +com.adobe.InDesign.Indexing (9.2.0.69 - 0) <CD23A88C-DBB2-3F46-91CC

  • ORA-00604: error occurred at recursive SQL level 1 + ORA-04031

    Hi,
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bi
    PL/SQL Release 10.2.0.1.0 - Production
    CORE    10.2.0.1.0      Production
    TNS for Solaris: Version 10.2.0.1.0 - Production
    NLSRTL Version 10.2.0.1.0 - Production
    os version : SunOS oratest 5.10 Generic_127127-11 sun4u sparc SUNW,Sun-Fire-V210
    SQL> show parameter  sga_target
    NAME                                 TYPE        VALUE
    sga_target                           big integer 892M
    SQL> show parameter shared_pool_size
    NAME                                 TYPE        VALUE
    shared_pool_size                     big integer 112M
    when i do normal query i am getting ora-04031 error and 10g server is Automatic Shared Memory Management since i set sga_target and server as to do automatically readjusts the sizes of memory pools, if that is the case why it throwing ora-04031 error;
    below errors showing before bounce the database
    SQL> show parameter size
    ORA-04031: unable to allocate 3840 bytes of shared memory ("shared
    pool","unknown object","sga heap(1,0)","kglsim object batch")
    SQL> select * from tab
      2  ;
    select * from tab
    ERROR at line 1:
    ORA-04031: unable to allocate 3840 bytes of shared memory ("shared
    pool","select * from tab
    ","sga heap(1,0)","kglsim object batch")
    alert log file:
    Errors in file /oracle/admin/appsdb/bdump/appsdb_smon_19154.trc:
    ORA-00604: error occurred at recursive SQL level 1
    ORA-04031: unable to allocate 3840 bytes of shared memory ("shared pool","unknown object","sga heap(1,0)","kglsim object batc
    h")
    Thanks
    PrakashEdited by: prakashdba on Jan 10, 2009 12:31 AM
    Edited by: prakashdba on Jan 10, 2009 4:10 AM

    And your version number is?
    And your patch level is?
    And your hardware and operating system are?
    What did you find when you looked this up at metalink?
    Did you follow the advice in the metalink Knowledge Base docs?

Maybe you are looking for

  • FileNotFound exception when trying to overwrite or delete an image in CF8. Why?

    I have CF8 Standard Edition installed in my server and when I try to use CFIMAGE to overwrite the uploaded file with a resized one, or to write an image previously resized with ImageResize or ImageScaleToFit, I get an internal server error caused by

  • Project Online Reports - Power Query vs. Power Pivot

    Does anyone know offhand if I use PowerQuery to build a data model for Project Online, all users viewing the report in Excel will need to use Fiddler to refresh the data, right? I'm beginning to get the sense that although PowerQuery makes it easier

  • Volume higher level in Vista than OSX?

    Hi everyone, this isn't a major issue but I'm really wondering why does my integrated speakers goes to an much higher level with windows vista than with OSX??? It's the same hardware and so should have the same sound level on both os... and it's not

  • Maximum upgrade?

    My daughter just got an iMac G3 500MHz with a slot loading CD rom drive. I'm in the process of upgrading to OS X 10.3.9. It only has 128Mb RAM, but I can upgrade that. What I'm wondering is how fancy a CD/DVD drive I can install in it. I'd like somet

  • Impossible de poursuivre l'installation de CS6 depuis le CD dédié

    Bonjour, Un problème très contrariant rend Impossible la poursuite de l'installation de Photoshop CS6 depuis le CD dédié : après avoir accepté le terme du contrat, à chaque fois les lettres que j'essaye de taper pour le code ne s'affichent pas dans l