CF crashes 1 to 2 times a weeks

hey there guys, it does not fail! CF keeps crashing on us 1 to 2 times a week sometimes even 3! i have applied all the latest patches to the system and CF but it just keep getting worse and worse! I'm not a CF guy and im tired of google'n stuff. please let me know what kind of info you guys would need to help me out with these problems! i have researched and read eveything on this site. thanks in advanced.
exception.log
"    "Error","jrpp-799","09/06/12","03:17:45","XXX","Connection Failure: Status code unavailable The specific sequence of files included or processed is: C:\wwwroot\scripts\processEmail.cfm, line: 145 "
coldfusion.tagext.net.HttpTag$HttpConnectionFailureException: Connection Failure: Status code unavailable
"    "Error","jrpp-925","09/07/12","00:32:55","XXX","Java heap space The specific sequence of files included or processed is: C:\wwwroot\XXX-micro\index.cfm, line: 9 "
java.lang.OutOfMemoryError: Java heap space
"    "Error","jrpp-938","09/07/12","00:32:55","XXX","The request has exceeded the allowable time limit Tag: cfoutput The specific sequence of files included or processed is: C:\wwwroot\locator\search.cfm, line: 338 "
coldfusion.runtime.RequestTimedOutException: The request has exceeded the allowable time limit Tag: cfoutput
"    "Error","jrpp-929","09/07/12","00:34:16","XXX","The request has exceeded the allowable time limit Tag: CFLOOP The specific sequence of files included or processed is: C:\wwwroot\scripts\processEmail.cfm, line: 107 "
coldfusion.runtime.RequestTimedOutException: The request has exceeded the allowable time limit Tag: CFLOOP
server.log
"    "Warning","jrpp-935","09/07/12","00:26:25",,"Thread: jrpp-935, processing template: C:\wwwroot\XXX-micro\index.cfm, completed in 55 seconds, exceeding the 45 second warning limit"
"    "Warning","jrpp-913","09/07/12","00:26:27",,"Thread: jrpp-913, processing template: C:\wwwroot\XXX-micro\candidate.cfm, completed in 47 seconds, exceeding the 45 second warning limit"
"    "Warning","jrpp-938","09/07/12","00:32:12",,"Thread: jrpp-938, processing template: C:\wwwroot\locator\search.cfm, completed in 60 seconds, exceeding the 45 second warning limit"
"    "Warning","jrpp-925","09/07/12","00:32:53",,"Thread: jrpp-925, processing template: C:\wwwroot\XXX-micro\index.cfm, completed in 150 seconds, exceeding the 45 second warning limit"
"    "Warning","jrpp-928","09/07/12","00:32:58",,"Thread: jrpp-928, processing template: C:\wwwroot\locator\search.cfm, completed in 163 seconds, exceeding the 45 second warning limit"
"    "Warning","jrpp-932","09/07/12","00:33:01",,"Thread: jrpp-932, processing template: C:\wwwroot\locator\search.cfm, completed in 168 seconds, exceeding the 45 second warning
application.log
"    "Error","jrpp-925","09/07/12","00:32:55","XXX","Java heap space The specific sequence of files included or processed is: C:\wwwroot\XXX-micro\index.cfm, line: 9 "
"    "Error","jrpp-938","09/07/12","00:32:55","XXX","The request has exceeded the allowable time limit Tag: cfoutput The specific sequence of files included or processed is: C:\wwwroot\locator\search.cfm, line: 338 "
"    "Error","jrpp-929","09/07/12","00:34:16","XXX","The request has exceeded the allowable time limit Tag: CFLOOP The specific sequence of files included or processed is: C:\wwwroot\scripts\processEmail.cfm, line: 107 "

this is what i got so far.
09/07 00:32:58 error ROOT CAUSE:
java.lang.OutOfMemoryError: Java heap space
    at java.util.Arrays.copyOf(Arrays.java:2786)
    at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:94)
    at java.io.DataOutputStream.write(DataOutputStream.java:90)
    at java.io.DataOutputStream.writeUTF(DataOutputStream.java:384)
    at java.io.DataOutputStream.writeUTF(DataOutputStream.java:306)
    at org.apache.bcel.classfile.ConstantUtf8.dump(ConstantUtf8.java:125)
    at org.apache.bcel.classfile.ConstantPool.dump(ConstantPool.java:230)
    at org.apache.bcel.classfile.JavaClass.dump(JavaClass.java:322)
    at org.apache.bcel.classfile.JavaClass.getBytes(JavaClass.java:290)
    at coldfusion.bytecode.JavaAssembler.getBytes(JavaAssembler.java:428)
    at coldfusion.compiler.TemplateAssembler.assemble(TemplateAssembler.java:111)
    at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:377)
    at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:147)
    at coldfusion.runtime.TemplateClassLoader$TemplateCache$1.fetch(TemplateClassLoader.java:442 )
    at coldfusion.util.LruCache.get(LruCache.java:180)
    at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java :362)
    at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
    at coldfusion.util.SoftCache.get_statsOff(SoftCache.java:133)
    at coldfusion.util.SoftCache.get(SoftCache.java:81)
    at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:609)
    at coldfusion.runtime.RuntimeServiceImpl.getFile(RuntimeServiceImpl.java:785)
    at coldfusion.runtime.RuntimeServiceImpl.resolveTemplatePath(RuntimeServiceImpl.java:766)
    at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:337)
    at cfindex2ecfm1647231854.runPage(C:\wwwroot\XXX-micro\index.cfm:9)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
    at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:381)
    at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
    at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:94)
    at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
javax.servlet.ServletException: ROOT CAUSE:
java.lang.OutOfMemoryError: Java heap space
    at java.util.Arrays.copyOf(Arrays.java:2786)
    at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:94)
    at java.io.DataOutputStream.write(DataOutputStream.java:90)
    at java.io.DataOutputStream.writeUTF(DataOutputStream.java:384)
    at java.io.DataOutputStream.writeUTF(DataOutputStream.java:306)
    at org.apache.bcel.classfile.ConstantUtf8.dump(ConstantUtf8.java:125)
    at org.apache.bcel.classfile.ConstantPool.dump(ConstantPool.java:230)
    at org.apache.bcel.classfile.JavaClass.dump(JavaClass.java:322)
    at org.apache.bcel.classfile.JavaClass.getBytes(JavaClass.java:290)
    at coldfusion.bytecode.JavaAssembler.getBytes(JavaAssembler.java:428)
    at coldfusion.compiler.TemplateAssembler.assemble(TemplateAssembler.java:111)
    at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:377)
    at coldfusion.compiler.NeoTranslator.translateJava(NeoTranslator.java:147)
    at coldfusion.runtime.TemplateClassLoader$TemplateCache$1.fetch(TemplateClassLoader.java:442 )
    at coldfusion.util.LruCache.get(LruCache.java:180)
    at coldfusion.runtime.TemplateClassLoader$TemplateCache.fetchSerial(TemplateClassLoader.java :362)
    at coldfusion.util.AbstractCache.fetch(AbstractCache.java:58)
    at coldfusion.util.SoftCache.get_statsOff(SoftCache.java:133)
    at coldfusion.util.SoftCache.get(SoftCache.java:81)
    at coldfusion.runtime.TemplateClassLoader.findClass(TemplateClassLoader.java:609)
    at coldfusion.runtime.RuntimeServiceImpl.getFile(RuntimeServiceImpl.java:785)
    at coldfusion.runtime.RuntimeServiceImpl.resolveTemplatePath(RuntimeServiceImpl.java:766)
    at coldfusion.tagext.lang.IncludeTag.setTemplate(IncludeTag.java:337)
    at cfindex2ecfm1647231854.runPage(C:\wwwroot\XXX-micro\index.cfm:9)
    at coldfusion.runtime.CfJspPage.invoke(CfJspPage.java:231)
    at coldfusion.tagext.lang.IncludeTag.doStartTag(IncludeTag.java:416)
    at coldfusion.filter.CfincludeFilter.invoke(CfincludeFilter.java:65)
    at coldfusion.filter.ApplicationFilter.invoke(ApplicationFilter.java:381)
    at coldfusion.filter.RequestMonitorFilter.invoke(RequestMonitorFilter.java:48)
    at coldfusion.filter.MonitoringFilter.invoke(MonitoringFilter.java:40)
    at coldfusion.filter.PathFilter.invoke(PathFilter.java:94)
    at coldfusion.filter.ExceptionFilter.invoke(ExceptionFilter.java:70)
    at coldfusion.monitor.event.MonitoringServletFilter.doFilter(MonitoringServletFilter.java:70 )
    at coldfusion.bootstrap.BootstrapFilter.doFilter(BootstrapFilter.java:46)
    at jrun.servlet.FilterChain.doFilter(FilterChain.java:94)
    at jrun.servlet.FilterChain.service(FilterChain.java:101)
    at jrun.servlet.ServletInvoker.invoke(ServletInvoker.java:106)
    at jrun.servlet.JRunInvokerChain.invokeNext(JRunInvokerChain.java:42)
    at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:286)
    at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
    at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
    at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
    at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
09/07 00:33:03 error (JRun Service: ProxyService [jrun.servlet.jrpp.JRunProxyService@51fffa02]) JRunPRoxyServer.invokeRunnable:
java.lang.IllegalStateException
    at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
    at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
    at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
    at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
    at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
    at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
    at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)
java.lang.IllegalStateException
    at jrun.servlet.JRunResponse.getWriter(JRunResponse.java:205)
    at jrun.servlet.JRunResponse.sendError(JRunResponse.java:597)
    at jrun.servlet.JRunRequestDispatcher.invoke(JRunRequestDispatcher.java:328)
    at jrun.servlet.ServletEngineService.dispatch(ServletEngineService.java:543)
    at jrun.servlet.jrpp.JRunProxyService.invokeRunnable(JRunProxyService.java:203)
    at jrunx.scheduler.ThreadPool$DownstreamMetrics.invokeRunnable(ThreadPool.java:320)
    at jrunx.scheduler.ThreadPool$ThreadThrottle.invokeRunnable(ThreadPool.java:428)
    at jrunx.scheduler.ThreadPool$UpstreamMetrics.invokeRunnable(ThreadPool.java:266)
    at jrunx.scheduler.WorkerThread.run(WorkerThread.java:66)

Similar Messages

  • IMac crashed for the third time this week while working in illustrator...

    Process:               Adobe Illustrator [219]
    Path:                  /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Identifier:            com.adobe.illustrator
    Version:               18.0.0 (18.0.0)
    Code Type:             X86-64 (Native)
    Parent Process:        ??? [1]
    Responsible:           Adobe Illustrator [219]
    User ID:               501
    Date/Time:             2015-02-06 10:31:27.925 -0500
    OS Version:            Mac OS X 10.10.1 (14B25)
    Report Version:        11
    Anonymous UUID:        30288344-FC97-D745-411E-26340F51D274
    Sleep/Wake UUID:       D6340395-A67D-43BB-90D0-7C01C47FA0BB
    Time Awake Since Boot: 14000 seconds
    Time Since Wake:       4000 seconds
    Crashed Thread:        18
    Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes:       KERN_INVALID_ADDRESS at 0x000000015af0d000
    VM Regions Near 0x15af0d000:
        MALLOC_LARGE           000000015ae0e000-000000015ae41000 [  204K] rw-/rwx SM=PRV 
    -->
        MALLOC_SMALL           000000015b000000-000000015b7ec000 [ 8112K] rw-/rwx SM=ZER 
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libRIP.A.dylib                 0x00007fff988207ea DYLD-STUB$$shape_combine + 0
    1   libRIP.A.dylib                 0x00007fff98818602 RIPLayerIntersect + 93
    2   libRIP.A.dylib                 0x00007fff987fc7a3 ripc_GetClipState + 2787
    3   libRIP.A.dylib                 0x00007fff987fb9ca ripc_GetRenderingState + 144
    4   libRIP.A.dylib                 0x00007fff98805aa1 ripc_DrawImage + 185
    5   com.apple.CoreGraphics         0x00007fff8cf35f4e CGContextDrawImage + 357
    6   com.adobe.illustrator         0x000000010047fe34 dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 120020
    7   com.adobe.illustrator         0x0000000100486a31 std::_Rb_tree<ai::UnicodeString, std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> >, std::_Select1st<std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > >, std::less<ai::UnicodeString>, std::allocator<std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > > >::_M_insert_unique(std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > const&) + 25617
    8   com.adobe.illustrator         0x0000000100486201 std::_Rb_tree<ai::UnicodeString, std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> >, std::_Select1st<std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > >, std::less<ai::UnicodeString>, std::allocator<std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > > >::_M_insert_unique(std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > const&) + 23521
    9   com.adobe.illustrator         0x000000010048f976 std::vector<CAITouchEvent, std::allocator<CAITouchEvent> >::operator=(std::vector<CAITouchEvent, std::allocator<CAITouchEvent> > const&) + 20134
    10  com.adobe.illustrator         0x0000000100492a31 dvaui::controls::UI_ScrollBar* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::controls::UI_ScrollBar*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 2481
    11  com.adobe.illustrator         0x000000010048c15b std::vector<CAITouchEvent, std::allocator<CAITouchEvent> >::operator=(std::vector<CAITouchEvent, std::allocator<CAITouchEvent> > const&) + 5771
    12  com.adobe.dvaui.framework     0x00000001096b7eb6 void dvaui::drawbot::InvokeDrawbotFromRegionT<dvaui::ui::OS_View, std::const_mem_fun1_ref_t<void, dvaui::ui::OS_View, dvaui::drawbot::Drawbot*>, NSView*>(dvaui::ui::OS_View const&, std::const_mem_fun1_ref_t<void, dvaui::ui::OS_View, dvaui::drawbot::Drawbot*> const&, dvaui::drawbot::SupplierInterface const&, NSView*, __HIShape const*, dvaui::drawbot::SurfaceInterface*, bool) + 198
    13  com.adobe.dvaui.framework     0x00000001096b4661 void dvaui::drawbot::InvokeDrawbot<dvaui::ui::OS_View, std::const_mem_fun1_ref_t<void, dvaui::ui::OS_View, dvaui::drawbot::Drawbot*>, NSView*>(dvaui::ui::OS_View const&, std::const_mem_fun1_ref_t<void, dvaui::ui::OS_View, dvaui::drawbot::Drawbot*> const&, dvaui::drawbot::SupplierInterface const&, NSView*, __HIShape const*, dvaui::drawbot::SurfaceInterface*, std::vector<dvacore::geom::RectT<int>, std::allocator<dvacore::geom::RectT<int> > >*, bool) + 577
    14  com.adobe.dvaui.framework     0x00000001096a4172 dvaui::ui::OS_View::UI_HandlePlatformDrawEvent(dvaui::drawbot::SurfaceInterface *) + 402
    15  com.adobe.dvacore.framework   0x0000000108ee5c94 int dvacore::config::ErrorManager::ExecuteFunction<void>(boost::function0<void>*, void*) + 68
    16  com.adobe.illustrator         0x000000010049b812 std::_Rb_tree<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> >, std::pair<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const, boost::shared_ptr<devtech::Dictionary> >, std::_Select1st<std::pair<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const, boost::shared_ptr<devtech::Dictionary> > >, std::less<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > >, std::allocator<std::pair<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const, boost::shared_ptr<devtech::Dictionary> > > >::_M_erase(std::_Rb_tree_node<std::pair<std::basic_string<unsigned short, std::char_traits<unsigned short>, dvacore::utility::SmallBlockAllocator::STLAllocator<unsigned short> > const, boost::shared_ptr<devtech::Dictionary> > >*) + 242
    17  com.adobe.dvacore.framework   0x0000000108ee5d2c void dvacore::config::ErrorManager::ExecuteFunctionWithTopLevelExceptionHandler<void >(boost::function0<void>, bool*) + 140
    18  com.adobe.dvacore.framework   0x0000000108ee70dd void dvacore::config::ExecuteTopLevelFunction<void>(boost::function0<void>, bool*) + 125
    19  com.adobe.dvaui.framework     0x00000001096ae786 -[DVAMacContainerView drawRect:] + 118
    20  com.adobe.illustrator         0x000000010031ee76 SLO::Array<SLO::HyperlinkRunData>::IterativeDestructArrayElements(void*, int) + 40166
    21  com.apple.AppKit               0x00007fff968bcf2a -[NSView _drawRect:clip:] + 4335
    22  com.apple.AppKit               0x00007fff968b9cb3 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 3198
    23  com.apple.AppKit               0x00007fff968ba7d0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6043
    24  com.apple.AppKit               0x00007fff968ba7d0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6043
    25  com.apple.AppKit               0x00007fff968ba7d0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6043
    26  com.apple.AppKit               0x00007fff968ba7d0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6043
    27  com.apple.AppKit               0x00007fff968ba7d0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6043
    28  com.apple.AppKit               0x00007fff968ba7d0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6043
    29  com.apple.AppKit               0x00007fff968ba7d0 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 6043
    30  com.apple.AppKit               0x00007fff968b8b23 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectFor View:topView:] + 333
    31  com.apple.AppKit               0x00007fff968b567b -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 2761
    32  com.apple.AppKit               0x00007fff9689407a -[NSView displayIfNeeded] + 1876
    33  com.apple.AppKit               0x00007fff968b1575 -[NSWindow displayIfNeeded] + 232
    34  com.apple.AppKit               0x00007fff968ee772 _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 936
    35  com.apple.AppKit               0x00007fff96eb3cf1 __83-[NSWindow _postWindowNeedsDisplayOrLayoutOrUpdateConstraintsUnlessPostingDisabled]_block_ invoke1523 + 46
    36  com.apple.CoreFoundation       0x00007fff8cb15d87 __CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION__ + 23
    37  com.apple.CoreFoundation       0x00007fff8cb15ce0 __CFRunLoopDoObservers + 368
    38  com.apple.CoreFoundation       0x00007fff8cb07de8 __CFRunLoopRun + 872
    39  com.apple.CoreFoundation       0x00007fff8cb07838 CFRunLoopRunSpecific + 296
    40  com.apple.HIToolbox           0x00007fff97ddb43f RunCurrentEventLoopInMode + 235
    41  com.apple.HIToolbox           0x00007fff97ddb0be ReceiveNextEventCommon + 179
    42  com.apple.HIToolbox           0x00007fff97ddaffb _BlockUntilNextEventMatchingListInModeWithFilter + 71
    43  com.apple.AppKit               0x00007fff9678f6d1 _DPSNextEvent + 964
    44  com.apple.AppKit               0x00007fff9678ee80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
    45  com.apple.AppKit               0x00007fff96782e23 -[NSApplication run] + 594
    46  com.adobe.exo.framework       0x000000010a06a208 exo::app::OS_AppBase::RunEventLoop() + 56
    47  com.adobe.illustrator         0x0000000100498745 std::_Rb_tree<short, std::pair<short const, unsigned short>, std::_Select1st<std::pair<short const, unsigned short> >, std::less<short>, std::allocator<std::pair<short const, unsigned short> > >::_M_insert_unique(std::pair<short const, unsigned short> const&) + 13605
    48  com.adobe.illustrator         0x000000010043c4cc std::_Rb_tree<_t_AIMenuItemOpaque*, std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList>, std::_Select1st<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> >, std::less<_t_AIMenuItemOpaque*>, std::allocator<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> > >::_M_erase(std::_Rb_tree_node<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> >*) + 82828
    49  com.adobe.illustrator         0x000000010042d247 std::_Rb_tree<_t_AIMenuItemOpaque*, std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList>, std::_Select1st<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> >, std::less<_t_AIMenuItemOpaque*>, std::allocator<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> > >::_M_erase(std::_Rb_tree_node<std::pair<_t_AIMenuItemOpaque* const, AMTMenuItemList> >*) + 20743
    50  com.adobe.illustrator         0x0000000100002f04 0x100000000 + 12036
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib         0x00007fff8e32422e kevent64 + 10
    1   libdispatch.dylib             0x00007fff99de7a6a _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib         0x00007fff8e323132 __psynch_cvwait + 10
    1   com.adobe.AGM                 0x0000000102ca775b 0x102965000 + 3417947
    2   com.adobe.AGM                 0x0000000102ca8d51 0x102965000 + 3423569
    3   com.adobe.AGM                 0x0000000102cbe72f 0x102965000 + 3512111
    4   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib         0x00007fff8e323486 __semwait_signal + 10
    1   libsystem_c.dylib             0x00007fff9839ce70 usleep + 54
    2   com.adobe.illustrator.plugins.dBrushTool 0x000000011915840b PluginMain + 355483
    3   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    4   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    5   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib         0x00007fff8e31e56a semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x0000000119158d5f PluginMain + 357871
    Thread 5:
    0   libsystem_kernel.dylib         0x00007fff8e31e56a semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x0000000119158d5f PluginMain + 357871
    Thread 6:
    0   libsystem_kernel.dylib         0x00007fff8e31e56a semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x0000000119158d5f PluginMain + 357871
    Thread 7:
    0   libsystem_kernel.dylib         0x00007fff8e31e56a semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.dBrushTool 0x0000000119158d5f PluginMain + 357871
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib         0x00007fff8e31e52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e31d69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8cb08b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8cb07fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8cb07838 CFRunLoopRunSpecific + 296
    5   com.apple.CFNetwork           0x00007fff8e094d20 +[NSURLConnection(Loader) _resourceLoadLoop:] + 434
    6   com.apple.Foundation           0x00007fff90bb8b7a __NSThread__main__ + 1345
    7   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    8   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    9   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 9:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib         0x00007fff8e3233f6 __select + 10
    1   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    2   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    3   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib         0x00007fff8e323486 __semwait_signal + 10
    1   com.adobe.illustrator.plugins.ScriptingSupport 0x00000001179585e8 PluginMain + 1496248
    2   com.adobe.illustrator.plugins.ScriptingSupport 0x00000001179409be PluginMain + 1398926
    3   com.adobe.illustrator.plugins.ScriptingSupport 0x00000001179581a5 PluginMain + 1495157
    4   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib         0x00007fff8e323336 __recvfrom + 10
    1   VulcanMessage5.dylib           0x0000000125910b32 vcfoundation::io::BSDNamedPipe::Read(void*, unsigned long) + 24
    2   VulcanMessage5.dylib           0x000000012590ec40 vcfoundation::io::BufferedReader::InternalRead(char*, long) + 112
    3   VulcanMessage5.dylib           0x000000012590ecae vcfoundation::io::BufferedReader::Read(void*, unsigned long) + 60
    4   VulcanMessage5.dylib           0x00000001259077d0 vcfoundation::io::IVCChannel::ReadFully(void*, unsigned long) + 70
    5   VulcanMessage5.dylib           0x0000000125908262 vcfoundation::io::Serializer::InternalDeserialize() + 30
    6   VulcanMessage5.dylib           0x000000012590816f vcfoundation::io::Serializer::Deserialize() + 9
    7   VulcanMessage5.dylib           0x000000012590d782 vcfoundation::ncomm::Connection::ReadIn() + 28
    8   VulcanMessage5.dylib           0x000000012590d8c6 vcfoundation::ncomm::NCService::ReadResponse(vcfoundation::ncomm::INCRequest*, vcfoundation::ncomm::INCListener&, vcfoundation::ncomm::NCService::ConRef&) + 40
    9   VulcanMessage5.dylib           0x000000012590d681 vcfoundation::ncomm::NCService::Execute(vcfoundation::ncomm::INCRequest*, vcfoundation::ncomm::INCListener&) + 109
    10  VulcanMessage5.dylib           0x000000012590d5fa vcfoundation::ncomm::NCService::Execute(vcfoundation::ncomm::INCRequest*) + 32
    11  VulcanMessage5.dylib           0x00000001258fe32b adobe::vulcan::servicemgr::CSIRequest::Execute() + 53
    12  VulcanMessage5.dylib           0x00000001258ff507 adobe::vulcan::servicemgr::RegisterForEventsRequest::Run() + 353
    13  VulcanMessage5.dylib           0x000000012590e2d0 vcfoundation::thread::AbstractThread::Run() + 50
    14  VulcanMessage5.dylib           0x0000000125912523 vcfoundation::thread::Thread::ThreadProc(void*) + 9
    15  libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    16  libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    17  libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib         0x00007fff8e31e52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e31d69f mach_msg + 55
    2   com.apple.CoreFoundation       0x00007fff8cb08b14 __CFRunLoopServiceMachPort + 212
    3   com.apple.CoreFoundation       0x00007fff8cb07fdb __CFRunLoopRun + 1371
    4   com.apple.CoreFoundation       0x00007fff8cb07838 CFRunLoopRunSpecific + 296
    5   com.apple.AppKit               0x00007fff968f27a7 _NSEventThread + 137
    6   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    7   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    8   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 13:: com.apple.CoreAnimation.render-server
    0   libsystem_kernel.dylib         0x00007fff8e31e52e mach_msg_trap + 10
    1   libsystem_kernel.dylib         0x00007fff8e31d69f mach_msg + 55
    2   com.apple.QuartzCore           0x00007fff97372d63 CA::Render::Server::server_thread(void*) + 198
    3   com.apple.QuartzCore           0x00007fff97372c96 thread_fun + 25
    4   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib         0x00007fff8e323162 __psynch_mutexwait + 10
    1   com.adobe.illustrator         0x000000010046f0f5 dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 51093
    2   com.adobe.illustrator         0x000000010046e3a3 dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 47683
    3   com.adobe.illustrator         0x000000010046633c dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 14812
    4   com.adobe.illustrator         0x000000010046602a dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 14026
    5   com.adobe.illustrator         0x000000010000d05c SLO::Array<unsigned short>::IterativeDestructArrayElements(void*, int) + 32828
    6   com.adobe.illustrator         0x000000010000d847 SLO::Array<unsigned short>::IterativeDestructArrayElements(void*, int) + 34855
    7   com.apple.CoreServices.CarbonCore 0x00007fff95bf1904 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    9   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    10  libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib         0x00007fff8e323132 __psynch_cvwait + 10
    1   com.adobe.illustrator         0x0000000100476197 dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 79927
    2   com.adobe.illustrator         0x000000010000d05c SLO::Array<unsigned short>::IterativeDestructArrayElements(void*, int) + 32828
    3   com.adobe.illustrator         0x000000010000d847 SLO::Array<unsigned short>::IterativeDestructArrayElements(void*, int) + 34855
    4   com.apple.CoreServices.CarbonCore 0x00007fff95bf1904 PrivateMPEntryPoint + 58
    5   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 16:
    0   libsystem_platform.dylib       0x00007fff98e0d841 _OSSpinLockLockSlow + 83
    1   com.adobe.CoolType             0x0000000103283412 CTCleanup + 47716
    2   com.adobe.CoolType             0x000000010323089b 0x103219000 + 96411
    3   com.adobe.CoolType             0x00000001032f17d5 CTCleanup + 499239
    4   com.adobe.CoolType             0x00000001032f1368 CTCleanup + 498106
    5   com.adobe.CoolType             0x000000010327fde8 CTCleanup + 33850
    6   com.adobe.CoolType             0x000000010328795c CTCleanup + 65454
    7   com.adobe.AGM                 0x0000000102c0d489 0x102965000 + 2786441
    8   com.adobe.AGM                 0x0000000102c0c0ae 0x102965000 + 2781358
    9   com.adobe.AGM                 0x0000000102cc6dd7 0x102965000 + 3546583
    10  com.adobe.AGM                 0x0000000102cfc247 0x102965000 + 3764807
    11  com.adobe.AGM                 0x0000000102cfe810 0x102965000 + 3774480
    12  com.adobe.AGM                 0x0000000102c3677e 0x102965000 + 2955134
    13  com.adobe.AGM                 0x0000000102c35e30 0x102965000 + 2952752
    14  com.adobe.AGM                 0x0000000102cfd20b 0x102965000 + 3768843
    15  com.adobe.AGM                 0x00000001029806f8 0x102965000 + 112376
    16  com.adobe.illustrator         0x00000001009df87d std::deque<ai::UnicodeString, std::allocator<ai::UnicodeString> >::_M_destroy_data_aux(std::_Deque_iterator<ai::UnicodeString, ai::UnicodeString&, ai::UnicodeString*>, std::_Deque_iterator<ai::UnicodeString, ai::UnicodeString&, ai::UnicodeString*>) + 121725
    17  com.adobe.illustrator         0x000000010047513e dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 75742
    18  com.adobe.illustrator         0x000000010047434e dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 72174
    19  com.adobe.illustrator         0x0000000100481029 std::_Rb_tree<ai::UnicodeString, std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> >, std::_Select1st<std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > >, std::less<ai::UnicodeString>, std::allocator<std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > > >::_M_insert_unique(std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > const&) + 2569
    20  com.adobe.illustrator         0x000000010000d05c SLO::Array<unsigned short>::IterativeDestructArrayElements(void*, int) + 32828
    21  com.adobe.illustrator         0x000000010000d847 SLO::Array<unsigned short>::IterativeDestructArrayElements(void*, int) + 34855
    22  com.apple.CoreServices.CarbonCore 0x00007fff95bf1904 PrivateMPEntryPoint + 58
    23  libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    24  libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    25  libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 17:
    0   com.adobe.AGM                 0x0000000102d1d9c4 0x102965000 + 3901892
    1   com.adobe.AGM                 0x0000000102d1ccfc 0x102965000 + 3898620
    2   com.adobe.AGM                 0x0000000102d1a81a 0x102965000 + 3889178
    3   com.adobe.AGM                 0x0000000102d1b53c 0x102965000 + 3892540
    4   com.adobe.AGM                 0x0000000102d19d8d 0x102965000 + 3886477
    5   com.adobe.AGM                 0x0000000102a5ba01 0x102965000 + 1010177
    6   com.adobe.AGM                 0x0000000102cc9168 0x102965000 + 3555688
    7   com.adobe.AGM                 0x0000000102cc88d6 0x102965000 + 3553494
    8   com.adobe.AGM                 0x0000000102cc7d1b 0x102965000 + 3550491
    9   com.adobe.AGM                 0x0000000102cc7b73 0x102965000 + 3550067
    10  com.adobe.AGM                 0x0000000102cfc152 0x102965000 + 3764562
    11  com.adobe.AGM                 0x0000000102cfe810 0x102965000 + 3774480
    12  com.adobe.AGM                 0x0000000102c3677e 0x102965000 + 2955134
    13  com.adobe.AGM                 0x0000000102c35e30 0x102965000 + 2952752
    14  com.adobe.AGM                 0x0000000102cfd20b 0x102965000 + 3768843
    15  com.adobe.AGM                 0x00000001029806f8 0x102965000 + 112376
    16  com.adobe.illustrator         0x00000001009df87d std::deque<ai::UnicodeString, std::allocator<ai::UnicodeString> >::_M_destroy_data_aux(std::_Deque_iterator<ai::UnicodeString, ai::UnicodeString&, ai::UnicodeString*>, std::_Deque_iterator<ai::UnicodeString, ai::UnicodeString&, ai::UnicodeString*>) + 121725
    17  com.adobe.illustrator         0x000000010047513e dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 75742
    18  com.adobe.illustrator         0x000000010047434e dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 72174
    19  com.adobe.illustrator         0x0000000100481029 std::_Rb_tree<ai::UnicodeString, std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> >, std::_Select1st<std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > >, std::less<ai::UnicodeString>, std::allocator<std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > > >::_M_insert_unique(std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > const&) + 2569
    20  com.adobe.illustrator         0x000000010000d05c SLO::Array<unsigned short>::IterativeDestructArrayElements(void*, int) + 32828
    21  com.adobe.illustrator         0x000000010000d847 SLO::Array<unsigned short>::IterativeDestructArrayElements(void*, int) + 34855
    22  com.apple.CoreServices.CarbonCore 0x00007fff95bf1904 PrivateMPEntryPoint + 58
    23  libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    24  libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    25  libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 18 Crashed:
    0   libFontParser.dylib           0x00007fff942ea74b TSFNTFont::GetFormat() const + 91
    1   libFontParser.dylib           0x00007fff942ea5dc TTrueTypeFont::IsTrueTypeFont(TSFNTFont const&) + 14
    2   libFontParser.dylib           0x00007fff942e8945 TFont::CreateFontEntitiesForFile(char const*, bool, TSimpleArray<TFont*>&, bool, short, char const*) + 3119
    3   libFontParser.dylib           0x00007fff942e7783 FPFontCreateFontsWithPath + 210
    4   libCGXType.A.dylib             0x00007fff93d0e931 create_private_data_with_path + 19
    5   com.apple.CoreGraphics         0x00007fff8cf2ba5b CGFontCreateFontsWithPath + 40
    6   com.apple.CoreGraphics         0x00007fff8cf2b65f CGFontCreateFontsWithURL + 377
    7   com.apple.CoreText             0x00007fff900308d5 CreateFontsWithURL(__CFURL const*, bool) + 22
    8   com.apple.CoreText             0x00007fff9002fc5a CTFontManagerCreateFontDescriptorsFromURL + 57
    9   com.adobe.CoolType             0x000000010336d0d7 CTCleanup + 1005353
    10  com.adobe.CoolType             0x000000010336d075 CTCleanup + 1005255
    11  com.adobe.CoolType             0x000000010336d155 CTCleanup + 1005479
    12  com.adobe.CoolType             0x0000000103372f37 CTCleanup + 1029513
    13  com.adobe.CoolType             0x000000010336dc62 CTCleanup + 1008308
    14  com.adobe.CoolType             0x000000010336d8a7 CTCleanup + 1007353
    15  com.adobe.CoolType             0x00000001032c704e CTCleanup + 325280
    16  com.adobe.CoolType             0x0000000103225613 0x103219000 + 50707
    17  com.adobe.CoolType             0x000000010322fe2f 0x103219000 + 93743
    18  com.adobe.CoolType             0x0000000103230930 0x103219000 + 96560
    19  com.adobe.CoolType             0x00000001032f17d5 CTCleanup + 499239
    20  com.adobe.CoolType             0x00000001032f1368 CTCleanup + 498106
    21  com.adobe.CoolType             0x000000010327fde8 CTCleanup + 33850
    22  com.adobe.CoolType             0x000000010328795c CTCleanup + 65454
    23  com.adobe.AGM                 0x0000000102c0d489 0x102965000 + 2786441
    24  com.adobe.AGM                 0x0000000102c0c0ae 0x102965000 + 2781358
    25  com.adobe.AGM                 0x0000000102cc6dd7 0x102965000 + 3546583
    26  com.adobe.AGM                 0x0000000102cfc247 0x102965000 + 3764807
    27  com.adobe.AGM                 0x0000000102cfe810 0x102965000 + 3774480
    28  com.adobe.AGM                 0x0000000102c3677e 0x102965000 + 2955134
    29  com.adobe.AGM                 0x0000000102c35e30 0x102965000 + 2952752
    30  com.adobe.AGM                 0x0000000102cfd20b 0x102965000 + 3768843
    31  com.adobe.AGM                 0x00000001029806f8 0x102965000 + 112376
    32  com.adobe.illustrator         0x00000001009df87d std::deque<ai::UnicodeString, std::allocator<ai::UnicodeString> >::_M_destroy_data_aux(std::_Deque_iterator<ai::UnicodeString, ai::UnicodeString&, ai::UnicodeString*>, std::_Deque_iterator<ai::UnicodeString, ai::UnicodeString&, ai::UnicodeString*>) + 121725
    33  com.adobe.illustrator         0x000000010047513e dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 75742
    34  com.adobe.illustrator         0x000000010047434e dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 72174
    35  com.adobe.illustrator         0x0000000100481029 std::_Rb_tree<ai::UnicodeString, std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> >, std::_Select1st<std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > >, std::less<ai::UnicodeString>, std::allocator<std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > > >::_M_insert_unique(std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > const&) + 2569
    36  com.adobe.illustrator         0x000000010000d05c SLO::Array<unsigned short>::IterativeDestructArrayElements(void*, int) + 32828
    37  com.adobe.illustrator         0x000000010000d847 SLO::Array<unsigned short>::IterativeDestructArrayElements(void*, int) + 34855
    38  com.apple.CoreServices.CarbonCore 0x00007fff95bf1904 PrivateMPEntryPoint + 58
    39  libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    40  libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    41  libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 19:
    0   com.adobe.AGM                 0x0000000102ce990c 0x102965000 + 3688716
    1   com.adobe.AGM                 0x0000000102ce94ae 0x102965000 + 3687598
    2   com.adobe.AGM                 0x0000000102c56809 0x102965000 + 3086345
    3   com.adobe.AGM                 0x0000000102cca652 0x102965000 + 3561042
    4   com.adobe.AGM                 0x0000000102cc9384 0x102965000 + 3556228
    5   com.adobe.AGM                 0x0000000102cc88d6 0x102965000 + 3553494
    6   com.adobe.AGM                 0x0000000102cc7d1b 0x102965000 + 3550491
    7   com.adobe.AGM                 0x0000000102cc7b73 0x102965000 + 3550067
    8   com.adobe.AGM                 0x0000000102cfc152 0x102965000 + 3764562
    9   com.adobe.AGM                 0x0000000102cfe810 0x102965000 + 3774480
    10  com.adobe.AGM                 0x0000000102c3677e 0x102965000 + 2955134
    11  com.adobe.AGM                 0x0000000102c35e30 0x102965000 + 2952752
    12  com.adobe.AGM                 0x0000000102cfd20b 0x102965000 + 3768843
    13  com.adobe.AGM                 0x00000001029806f8 0x102965000 + 112376
    14  com.adobe.illustrator         0x00000001009df87d std::deque<ai::UnicodeString, std::allocator<ai::UnicodeString> >::_M_destroy_data_aux(std::_Deque_iterator<ai::UnicodeString, ai::UnicodeString&, ai::UnicodeString*>, std::_Deque_iterator<ai::UnicodeString, ai::UnicodeString&, ai::UnicodeString*>) + 121725
    15  com.adobe.illustrator         0x000000010047513e dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 75742
    16  com.adobe.illustrator         0x000000010047434e dvaui::ui::OS_ViewContainer* dvacore::utility::NonOptionalDynamicCast<dvaui::ui::UI_Node*, dvaui::ui::OS_ViewContainer*>(dvaui::ui::UI_Node*, char const*, unsigned int, int) + 72174
    17  com.adobe.illustrator         0x0000000100481029 std::_Rb_tree<ai::UnicodeString, std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> >, std::_Select1st<std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > >, std::less<ai::UnicodeString>, std::allocator<std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > > >::_M_insert_unique(std::pair<ai::UnicodeString const, std::pair<ai::ColorSpace, bool> > const&) + 2569
    18  com.adobe.illustrator         0x000000010000d05c SLO::Array<unsigned short>::IterativeDestructArrayElements(void*, int) + 32828
    19  com.adobe.illustrator         0x000000010000d847 SLO::Array<unsigned short>::IterativeDestructArrayElements(void*, int) + 34855
    20  com.apple.CoreServices.CarbonCore 0x00007fff95bf1904 PrivateMPEntryPoint + 58
    21  libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    22  libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    23  libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib         0x00007fff8e31e56a semaphore_wait_trap + 10
    1   com.adobe.PDFL                 0x00000001073401e6 0x106f30000 + 4260326
    2   com.adobe.PDFL                 0x0000000107340c82 0x106f30000 + 4263042
    3   com.adobe.PDFL                 0x00000001073411f4 0x106f30000 + 4264436
    4   com.adobe.PDFL                 0x0000000107340996 0x106f30000 + 4262294
    5   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib         0x00007fff8e31e56a semaphore_wait_trap + 10
    1   com.adobe.PDFL                 0x00000001073401e6 0x106f30000 + 4260326
    2   com.adobe.PDFL                 0x0000000107340c82 0x106f30000 + 4263042
    3   com.adobe.PDFL                 0x00000001073411f4 0x106f30000 + 4264436
    4   com.adobe.PDFL                 0x0000000107340996 0x106f30000 + 4262294
    5   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib         0x00007fff8e31e56a semaphore_wait_trap + 10
    1   com.adobe.PDFL                 0x00000001073401e6 0x106f30000 + 4260326
    2   com.adobe.PDFL                 0x0000000107340c82 0x106f30000 + 4263042
    3   com.adobe.PDFL                 0x00000001073411f4 0x106f30000 + 4264436
    4   com.adobe.PDFL                 0x0000000107340996 0x106f30000 + 4262294
    5   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 23:
    0   libsystem_kernel.dylib         0x00007fff8e31e56a semaphore_wait_trap + 10
    1   com.adobe.PDFL                 0x00000001073401e6 0x106f30000 + 4260326
    2   com.adobe.PDFL                 0x0000000107340c82 0x106f30000 + 4263042
    3   com.adobe.PDFL                 0x00000001073411f4 0x106f30000 + 4264436
    4   com.adobe.PDFL                 0x0000000107340996 0x106f30000 + 4262294
    5   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    6   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    7   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib         0x00007fff8e31e56a semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.Rasterize 0x0000000113cbfd49 PluginMain + 77353
    2   com.adobe.illustrator.plugins.Rasterize 0x0000000113cc0617 PluginMain + 79607
    3   com.apple.CoreServices.CarbonCore 0x00007fff95bf1904 PrivateMPEntryPoint + 58
    4   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib         0x00007fff8e31e56a semaphore_wait_trap + 10
    1   com.adobe.illustrator.plugins.Rasterize 0x0000000113cbfd49 PluginMain + 77353
    2   com.adobe.illustrator.plugins.Rasterize 0x0000000113cc0617 PluginMain + 79607
    3   com.apple.CoreServices.CarbonCore 0x00007fff95bf1904 PrivateMPEntryPoint + 58
    4   libsystem_pthread.dylib       0x00007fff92c2e2fc _pthread_body + 131
    5   libsystem_pthread.dylib       0x00007fff92c2e279 _pthread_start + 176
    6   libsystem_pthread.dylib       0x00007fff92c2c4b1 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib         0x00007fff8e323946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92c2c4a1 start_wqthread + 13
    Thread 27:
    0   libsystem_kernel.dylib         0x00007fff8e323946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92c2c4a1 start_wqthread + 13
    Thread 28:
    0   libsystem_kernel.dylib         0x00007fff8e323946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92c2c4a1 start_wqthread + 13
    Thread 29:
    0   libsystem_kernel.dylib         0x00007fff8e323946 __workq_kernreturn + 10
    1   libsystem_pthread.dylib       0x00007fff92c2c4a1 start_wqthread + 13
    Thread 18 crashed with X86 Thread State (64-bit):
      rax: 0x00000000000cbb94  rbx: 0x000000002d2d2d2d  rcx: 0x0000000000000000  rdx: 0x0000000000000000
      rdi: 0x0000000147ee14b0  rsi: 0x000000015a1dff00  rbp: 0x0000000147ee14e0  rsp: 0x0000000147ee14b0
       r8: 0x00007fff7d651810   r9: 0x0000000134600000  r10: 0x0000000000000050  r11: 0x0000000134600000
      r12: 0x0000000147ee38b0  r13: 0x0000000147ee2868  r14: 0x000000015af0d000  r15: 0x00007fff94337664
      rip: 0x00007fff942ea74b  rfl: 0x0000000000010206  cr2: 0x000000015af0d000
    Logical CPU:     1
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x100000000 -        0x1014c9fff +com.adobe.illustrator (18.0.0 - 18.0.0) <CF963999-1DD4-3384-905E-EDA29C0F201F> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
           0x10189d000 -        0x1025e2ff7 +libicudata.40.0.dylib (40) <6211D655-ECF8-7378-CF68-3B07300D5A29> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/ICUData.framework/Versions/4.0/libicudata.4 0.0.dylib
           0x1025f6000 -        0x10262fff7 +com.adobe.pip (7.2.1.3399) <9E80366E-2A40-34CA-AAE3-2CA50F5F8505> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobePIP.framework/Versions/A/AdobePIP
           0x102639000 -        0x1026c5fff +com.adobe.headlights.LogSessionFramework (7.2.1.3399) <4D4A32E1-2B7F-34AC-A310-B842CABE6080> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
           0x10270c000 -        0x10270ffff +com.adobe.AdobeCrashReporter (7.0 - 7.1.2) <68EAA7D6-B3A5-3765-BB50-E8E64E1B32EF> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/Ado beCrashReporter
           0x102717000 -        0x102766fff +com.adobe.aiport (aiport version 16.0.0 - 16.0.0.18) <B600176B-0558-3CE5-9644-0072DFDD9F26> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/aiport.framework/Versions/A/aiport
           0x102789000 -        0x1027dcfff +com.adobe.filterport (filterport version 16.0.0 - 16.0.0.18) <7C18051A-038F-3BB1-996C-A9C3AAF0ABBC> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/filterport.framework/Versions/A/filterport
           0x102805000 -        0x102805fff +com.adobe.SPBasic (SPBasic version 16.0.0 - 16.0.0.18) <C2DFE2A7-7D6B-3F32-BE5E-F26F8C5AD538> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/SPBasic.framework/Versions/A/SPBasic
           0x10280a000 -        0x102951fff +com.adobe.ACE (AdobeACE 2.20.02.32588 - 2.20.02.32588) <27B6B519-61DD-30FB-94C8-2D7E5AC327B1> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
           0x102965000 -        0x102f38ff7 +com.adobe.AGM (AdobeAGM 4.30.33.32588 - 4.30.33.32588) <8DEF0A24-D5CD-33E3-97DC-DEFCC4B67B6F> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
           0x102fd6000 -        0x103013fff +com.adobe.ARE (AdobeARE 1.5.02.32588 - 1.5.02.32588) <0657D31F-6F6E-3BEC-B967-AF8A2933B5CE> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeARE.framework/Versions/A/AdobeARE
           0x10301b000 -        0x103119ff7 +com.adobe.AXEDOMCore (AdobeAXEDOMCore 3.8.0.32588 - 3.8.0.32588) <7B210F6B-B3F2-3D10-97A8-7B104F068779> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeAXEDOMCore.framework/Versions/A/AdobeA XEDOMCore
           0x1031c6000 -        0x1031e3fff +com.adobe.BIB (AdobeBIB 1.2.03.32588 - 1.2.03.32588) <56FC86F3-E5FC-3A4D-A8CF-4BB1BBA68753> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
           0x1031eb000 -        0x103211fff +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <249709DE-AF0D-349D-AAFB-35E580305B67> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIB Utils
           0x103219000 -        0x10352aff7 +com.adobe.CoolType (AdobeCoolType 5.15.00.32588 - 5.15.00.32588) <39BE0E33-DDEB-3129-BC49-F3BC14806863> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoo lType
           0x103572000 -        0x103984fff +com.adobe.MPS (AdobeMPS 5.8.1.32565 - 5.8.1.32565) <A7808EF8-5C1E-32EE-ACB5-2558AB1EF998> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
           0x1039fe000 -        0x105ca3f07 +com.adobe.psl (AdobePSL 14.0.0.32504 - 14.0.0.32504) <E4AECDA9-CE8A-3101-8DEB-588E353181A8> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobePSL.framework/Versions/A/AdobePSL
           0x106078000 -        0x10611eff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.6 -c 11 - 79.156289) <B6EFFC8E-2FD3-3680-8694-B203DDC1384F> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
           0x1061b5000 -        0x1062d3fff +com.adobe.AdobeXMPFiles (Adobe XMP Files 5.6 -f 100 - 79.156289) <A0F46F8A-511D-3F18-B50B-3919BFC55F46> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeXMPFiles.framework/Versions/A/AdobeXMP Files
           0x1063a0000 -        0x10644afe7 +libicucnv.40.0.dylib (40) <768D99C5-46B9-B849-2834-B5BF541856D1> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/ICUConverter.framework/Versions/4.0/libicuc nv.40.0.dylib
           0x106472000 -        0x1065b2fe7 +libicui18n.40.0.dylib (40) <B0341318-FB92-A0CF-2CA5-7FA100624DBD> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/ICUInternationalization.framework/Versions/ 4.0/libicui18n.40.0.dylib
           0x106632000 -        0x106734fef +libicuuc.40.0.dylib (40) <76F12DCE-F356-D48D-4239-FC103706EF76> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/libicuuc. 40.0.dylib
           0x10677d000 -        0x1068acfff +com.winsoft.wrservices (WRServices 8.0.0 - 8.0.0) <3DDC40D0-BC6F-3758-B00A-E102E80D4F5F> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
           0x10690a000 -        0x106a64fff +com.adobe.linguistic.LinguisticManager (8.0.0 - 20256) <65F0E23D-218B-3365-890E-249E085586B0> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeL inguistic
           0x106ab2000 -        0x106abafff +com.adobe.coretech.adobesplashkit (AdobeSplashKit version 1.0 - 1.0) <DC611206-28DB-3441-8308-C92D9182B1CC> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeSplashKit.framework/Versions/A/AdobeSp lashKit
           0x106ac4000 -        0x106ae8ff7 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.8.0.32588 - 3.8.0.32588) <B7D04EEF-4B31-35C3-A882-D81550B9D565> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/A dobeAXE8SharedExpat
           0x106b0c000 -        0x106bcafff +com.adobe.AdobeExtendScript (ExtendScript 4.5.5 - 4.5.5.32401) <98E48A52-A6EB-309D-B668-EE951E67823F> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/A/Adob eExtendScript
           0x106c1a000 -        0x106cd3fff +com.adobe.JP2K (1.2.2 - 1.2.2.32511) <2B6766C7-F7E4-3ED8-87AD-918DC7B95047> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
           0x106d1d000 -        0x106eecff7 +com.adobe.owl (AdobeOwl version 5.0.33 - 5.0.33) <99CE9407-9426-3CCF-8C36-3A0F211FD043> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
           0x106f30000 -        0x1076a0ff7 +com.adobe.PDFL (PROD_MAJOR.PROD_MINOR.PROD_STEP - 11.0.0.32553) <77FF582B-D266-3C76-86F9-32E47B7927EB> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobePDFL.framework/Versions/A/AdobePDFL
           0x10775a000 -        0x10785efff +com.adobe.PDFPort (AdobePDFPort 2.1.0.32588 - 2.1.0.32588) <5CA6EC14-7613-391C-9F58-8B272FB880BB> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobePDFPort.framework/Versions/A/AdobePDFP ort
           0x107871000 -        0x10789aff7 +com.adobe.PDFSettings (AdobePDFSettings 1.04.0 - 1.4) <E07D101E-E47A-392A-8A44-005B49393DEC> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobePDFSettings.framework/Versions/A/Adobe PDFSettings
           0x1078b2000 -        0x10795dff7 +com.adobe.AdobeScCore (ScCore 4.5.5 - 4.5.5.32401) <04932D1E-CB2D-3D66-8B9E-8B325EB4E21F> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeScCore.framework/Versions/A/AdobeScCor e
           0x1079a2000 -        0x107a5fff7 +com.adobe.SVGExport (AdobeSVGExport 6.0 - 6.0) <F15402B9-3F84-3687-8AB8-AD5B86C81806> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGExport.framework/Versions/A/AdobeSV GExport
           0x107a82000 -        0x107d98fff +com.adobe.SVGRE (AdobeSVGRE 6.0 - 6.0) <D21D9020-0CD5-2CE3-FE04-8856C4F631E1> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/AdobeSVGRE.framework/Versions/A/AdobeSVGRE
           0x107e64000 -        0x107e77ff7 +com.adobe.ahclientframework (1.8.0.31 - 1.8.0.31) <58BB943C-98EC-3812-AAAB-74F66630D1D4> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
           0x107e81000 -        0x107e99ff7  com.apple.carbonframeworktemplate (1.0 - 1.0) <53ED8117-B787-3478-82D6-B34FBD123299> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/Alcid.framework/Versions/A/Alcid
           0x107ea0000 -        0x107f99fff +com.adobe.amtlib (8.0.0.45 - 8.0.0.45) <928659F7-3A04-38BF-9C58-76AC3F9DF178> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
           0x107fac000 -        0x107fb2ff7 +com.adobe.boost_date_time.framework (8.0.0 - 8.0.0.0) <C38F2ED5-444A-3354-B637-E504EA3B11E4> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/boost_date_time.framework/Versions/A/boost_ date_time
           0x107fc9000 -        0x107fd7fff +com.adobe.boost_filesystem.framework (8.0.0 - 8.0.0.0) <BA05775E-33C2-3523-AED5-940E5D66B2AB> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/boost_filesystem.framework/Versions/A/boost _filesystem
           0x107fec000 -        0x10808aff7 +com.adobe.boost_regex.framework (8.0.0 - 8.0.0.0) <DB357ACB-C28D-37A6-91D8-5B521946031E> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/boost_regex.framework/Versions/A/boost_rege x
           0x108126000 -        0x108178ff7 +com.adobe.boost_serialization.framework (8.0.0 - 8.0.0.0) <F78A4408-36B3-3D8B-A3C8-A5BD033011C8> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/boost_serialization.framework/Versions/A/bo ost_serialization
           0x1082a7000 -        0x1082b2ff7 +com.adobe.boost_signals.framework (8.0.0 - 8.0.0.0) <A827BD38-DBCD-3974-8758-7B227A520704> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/boost_signals.framework/Versions/A/boost_si gnals
           0x1082cd000 -        0x1082d1fff +com.adobe.boost_system.framework (8.0.0 - 8.0.0.0) <4D686715-3640-336C-9D1F-F331E63A827B> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/boost_system.framework/Versions/A/boost_sys tem
           0x1082da000 -        0x1082e6fff +com.adobe.boost_threads.framework (8.0.0 - 8.0.0.0) <69ECBA70-D3E4-3B7E-8D7E-EB6A1656C74C> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_th reads
           0x108306000 -        0x108626fff +com.adobe.dvaadameve.framework (8.0.0 - 8.0.0.0) <B07886D0-6800-3BA1-83E5-71331C22DB93> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
           0x108ccc000 -        0x108de1ff7 +com.adobe.dvaai.framework (8.0.0 - 8.0.0.0) <C3D9FFAC-1E65-3D69-BF23-D4F337E60FB9> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/dvaai.framework/Versions/A/dvaai
           0x108ebe000 -        0x109138ff7 +com.adobe.dvacore.framework (8.0.0 - 8.0.0.0) <1125A807-0675-303C-B319-803D543A00F9> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
           0x1093af000 -        0x10985eff7 +com.adobe.dvaui.framework (8.0.0 - 8.0.0.0) <B06314A4-BB4B-3EDC-83EE-FC6396EAB6FB> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
           0x109e8f000 -        0x109f47fff +com.adobe.dvaworkspace.framework (8.0.0 - 8.0.0.0) <0E3817B3-0FC6-327D-90C6-B737F1C520E3> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/dvaworkspace.framework/Versions/A/dvaworksp ace
           0x10a062000 -        0x10a129fff +com.adobe.exo.framework (8.0.0 - 8.0.0.0) <A44918A5-CAAA-3E93-AA4E-4751478D2A5C> /Applications/Adobe Illustrator CC 2014/Adobe Illustrator.app/Contents/Frameworks/exo.framework/Versions/A/exo
           0x10a28b000 -        0x10a2abff7 +com.

    Hello JJackson90,
    It seems you are experiencing an issue with an app that frequently quits. I have located an article which offers some troubleshooting steps you may want to explore:
    OS X Yosemite: If an app freezes or quits unexpectedly
    There are several suggestions to try.
    If the app is frozen, force quit the app. Click the app’s window, then choose Apple menu > Force Quit. You can also press Option-Command (⌘)-Esc, select the app, then click Force Quit. 
    When you force an app to quit, you may lose unsaved changes.
    If the app quit, reopen it by clicking Reopen in the dialog that appears.
    Restart your Mac. For more information, see Restart your Mac. 
    Read the app’s documentation to check if it’s compatible with your version of OS X.
    Open another file in the app. There may be a problem with the original file.
    Check for updates to your software. 
    Disconnect any peripheral devices you just connected (for example, a printer). They may not be compatible with your version of OS X. 
    Uninstall any app plug-ins or enhancements from other manufacturers.
    If you recently updated the app or OS X, a plug-in or enhancement you installed may no longer be compatible.
    Use Apple Diagnostics or Apple Hardware Test. These tools can tell you if hardware you installed, such as additional memory, is incompatible, improperly installed, or defective. 
    Restart your Mac in safe mode. For more information, see Restart your Mac in safe mode.
    Thank you for contributing to Apple Support Communities.
    Cheers,
    Bobby_D

  • My MacBook Pro Retina crashes several times a week

    I have a late 2013 MacBook Pro, 15 inch, Retina, with the latest software updates installed.  It crashes several times a week, usually while I'm just surfing the web.  The most recent crash was different, it just fully locked up-  the pointer was moveable, but nothing on the screen was interactive and I finally had to shut it down. 
    I ran the onboard hardware diagnostics, and it all came back clean.  I suspect that I have a software conflict left over from the migration from the previous machine, but I'm rubbish at reading kernel panics.  At least I'm hoping like **** it's software and not hardware.  Are any of you having similar experiences with your new MacBooks?
    A recent kernel panic:
    Anonymous UUID:  
    6B6F5D4E-7D5E-FF30-E9C6-ED652E3C9868
    Thu Feb  6 23:22:07 2014
    panic(cpu 0 caller 0xffffff80150db94e): Kernel trap at 0xffffff80150a3b30, type 14=page fault, registers:
    CR0: 0x0000000080010033, CR2: 0x0000000000000008, CR3: 0x000000004ee1d046, CR4: 0x00000000001606e0
    RAX: 0xffffff80156d0320, RBX: 0x0000000000000053, RCX: 0x0000000000000053, RDX: 0x0000000000000000
    RSP: 0xffffff81fa7bb150, RBP: 0xffffff81fa7bb170, RSI: 0xffffff8036cb1a20, RDI: 0xffffff80156d0850
    R8:  0xffffff802a8aadd0, R9:  0xffffff802a8ef2c0, R10: 0x0000000000000fff, R11: 0x0000000000000201
    R12: 0x0000000000000000, R13: 0xffffff80527ce2d0, R14: 0x00000000000000ac, R15: 0xffffff802a8ef2c0
    RFL: 0x0000000000010286, RIP: 0xffffff80150a3b30, CS:  0x0000000000000008, SS:  0x0000000000000010
    Fault CR2: 0x0000000000000008, Error code: 0x0000000000000002, Fault CPU: 0x0
    Backtrace (CPU 0), Frame : Return Address
    0xffffff81fa7bade0 : 0xffffff8015022f69
    0xffffff81fa7bae60 : 0xffffff80150db94e
    0xffffff81fa7bb030 : 0xffffff80150f2dc6
    0xffffff81fa7bb050 : 0xffffff80150a3b30
    0xffffff81fa7bb170 : 0xffffff80150746f3
    0xffffff81fa7bb310 : 0xffffff801509b866
    0xffffff81fa7bb680 : 0xffffff8015073349
    0xffffff81fa7bb6e0 : 0xffffff80154b8ef1
    0xffffff81fa7bb7e0 : 0xffffff80154b916e
    0xffffff81fa7bb810 : 0xffffff7f97144f1d
    0xffffff81fa7bb840 : 0xffffff7f97144e1f
    0xffffff81fa7bb860 : 0xffffff7f97145d1e
    0xffffff81fa7bb880 : 0xffffff7f971cacfb
    0xffffff81fa7bb890 : 0xffffff7f9715cb3d
    0xffffff81fa7bb8c0 : 0xffffff7f971cd765
    0xffffff81fa7bba50 : 0xffffff7f9715b8e6
    0xffffff81fa7bbab0 : 0xffffff7f9715c245
    0xffffff81fa7bbb00 : 0xffffff7f9716481f
    0xffffff81fa7bbb70 : 0xffffff80154cbb66
    0xffffff81fa7bbb90 : 0xffffff80154cd161
    0xffffff81fa7bbbf0 : 0xffffff80154cabcf
    0xffffff81fa7bbd40 : 0xffffff80150b6088
    0xffffff81fa7bbe50 : 0xffffff8015026bb1
    0xffffff81fa7bbe80 : 0xffffff80150139b5
    0xffffff81fa7bbef0 : 0xffffff801501e003
    0xffffff81fa7bbf70 : 0xffffff80150c92ad
    0xffffff81fa7bbfb0 : 0xffffff80150f35e6
    Kernel Extensions in backtrace:
    com.apple.iokit.IOAcceleratorFamily2(98.9)[5D0EFFAC-FCC9-359B-9999-D92D122F3F50] @0xffffff7f97143000->0xffffff7f971a7fff
    dependency: com.apple.iokit.IOPCIFamily(2.8)[D7DDC654-8A3E-33FC-B5ED-E756535EBD4D]@0xffffff 7f956cc000
    dependency: com.apple.iokit.IOGraphicsFamily(2.4)[C193403C-110B-31D6-857E-5AFDB7868294]@0xf fffff7f95aa7000
    com.apple.driver.AppleIntelHD5000Graphics(8.2)[32600E01-1824-32F0-9E54-3BD0B5AC1 559]@0xffffff7f971b5000->0xffffff7f97204fff
    dependency: com.apple.iokit.IOSurface(91)[BC96A900-DD9D-3F36-AFE6-EF88CB4B3607]@0xffffff7f9 62de000
    dependency: com.apple.iokit.IOPCIFamily(2.8)[D7DDC654-8A3E-33FC-B5ED-E756535EBD4D]@0xffffff 7f956cc000
    dependency: com.apple.iokit.IOGraphicsFamily(2.4)[C193403C-110B-31D6-857E-5AFDB7868294]@0xf fffff7f95aa7000
    dependency: com.apple.iokit.IOAcceleratorFamily2(98.9)[5D0EFFAC-FCC9-359B-9999-D92D122F3F50 ]@0xffffff7f97143000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    13B3116
    Kernel version:
    Darwin Kernel Version 13.0.2: Sun Sep 29 19:38:57 PDT 2013; root:xnu-2422.75.4~1/RELEASE_X86_64
    Kernel UUID: C51C3998-66EA-3C1B-A46E-90943DA76DF4
    Kernel slide:
    0x0000000014e00000
    Kernel text base: 0xffffff8015000000
    System model name: MacBookPro11,3 (Mac-2BD1B31983FE1663)
    System uptime in nanoseconds: 139447485923698
    last loaded kext at 122908111816509: com.apple.driver.AppleUSBAudio
    2.9.3f17 (addr 0xffffff7f9776a000, size 303104)
    last unloaded kext at 123456549337512: com.apple.driver.AppleUSBAudio
    2.9.3f17 (addr 0xffffff7f9776a000, size 303104)
    loaded kexts:
    foo.tun
    1.0
    foo.tap
    1.0
    org.virtualbox.kext.VBoxNetAdp
    4.3.6
    org.virtualbox.kext.VBoxNetFlt
    4.3.6
    org.virtualbox.kext.VBoxUSB
    4.3.6
    org.virtualbox.kext.VBoxDrv
    4.3.6
    com.attotech.driver.ATTOiSCSI
    3.4.1b1
    com.AmbrosiaSW.AudioSupport
    4.1.2
    com.apple.filesystems.afpfs
    11.0
    com.apple.nke.asp-tcp
    8.0.0
    com.apple.driver.AppleHWSensor
    1.9.5d0
    com.apple.filesystems.autofs
    3.0
    com.apple.driver.AudioAUUC
    1.60
    com.apple.iokit.IOBluetoothSerialManager
    4.2.1f2
    com.apple.driver.ApplePlatformEnabler
    2.0.9d1
    com.apple.driver.AGPM
    100.14.14
    com.apple.driver.X86PlatformShim
    1.0.0
    com.apple.driver.AppleHDA
    2.5.8fc1
    com.apple.driver.AppleUpstreamUserClient
    3.5.13
    com.apple.iokit.IOUserEthernet
    1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X
    7.0.0
    com.apple.driver.AppleHWAccess
    1
    com.apple.iokit.BroadcomBluetoothHostControllerUSBTransport
    4.2.1f2
    com.apple.driver.AppleThunderboltIP
    1.0.10
    com.apple.GeForce
    8.2.0
    com.apple.driver.AppleIntelHD5000Graphics
    8.2.0
    com.apple.driver.AppleCameraInterface
    4.20.0
    com.apple.driver.AppleLPC
    1.7.0
    com.apple.driver.AppleSMCLMU
    2.0.4d1
    com.apple.driver.AppleIntelFramebufferAzul
    8.2.0
    com.apple.driver.AppleMuxControl
    3.4.28
    com.apple.driver.AppleMCCSControl
    1.1.12
    com.apple.driver.AppleUSBTCButtons
    240.2
    com.apple.driver.AppleUSBCardReader
    3.4.0
    com.apple.driver.AppleUSBTCKeyboard
    240.2
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless
    1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib
    1.0.0d1
    com.apple.BootCache
    35
    com.apple.driver.AppleUSBHub
    660.4.0
    com.apple.driver.XsanFilter
    404
    com.apple.iokit.IOAHCIBlockStorage
    2.4.5
    com.apple.driver.AppleAHCIPort
    2.9.5
    com.apple.driver.AirPort.Brcm4360
    821.21.49
    com.apple.driver.AppleUSBXHCI
    660.4.2
    com.apple.driver.AppleSmartBatteryManager
    161.0.0
    com.apple.driver.AppleACPIButtons
    2.0
    com.apple.driver.AppleRTC
    2.0
    com.apple.driver.AppleHPET
    1.8
    com.apple.driver.AppleSMBIOS
    2.0
    com.apple.driver.AppleACPIEC
    2.0
    com.apple.driver.AppleAPIC
    1.7
    com.apple.nke.applicationfirewall
    153
    com.apple.security.quarantine
    3
    com.apple.security.SecureRemotePassword
    1.0
    com.apple.kext.triggers
    1.0
    com.apple.iokit.IOSerialFamily
    10.0.7
    com.apple.driver.DspFuncLib
    2.5.8fc1
    com.apple.vecLib.kext
    1.0.0
    com.apple.iokit.IOBluetoothFamily
    4.2.1f2
    com.apple.iokit.IOBluetoothHostControllerUSBTransport
    4.2.1f2
    com.apple.iokit.IOAudioFamily
    1.9.4fc11
    com.apple.kext.OSvKernDSPLib
    1.14
    com.apple.iokit.IOAcceleratorFamily
    98.9
    com.apple.nvidia.driver.NVDAGK100Hal
    8.2.0
    com.apple.nvidia.driver.NVDAResman
    8.2.0
    com.apple.iokit.IOSurface
    91
    com.apple.driver.X86PlatformPlugin
    1.0.0
    com.apple.driver.IOPlatformPluginFamily
    5.7.0d1
    com.apple.driver.AppleHDAController
    2.5.8fc1
    com.apple.iokit.IOHDAFamily
    2.5.8fc1
    com.apple.driver.AppleSMC
    3.1.6d1
    com.apple.AppleGraphicsDeviceControl
    3.4.28
    com.apple.iokit.IOAcceleratorFamily2
    98.9
    com.apple.driver.AppleGraphicsControl
    3.4.28
    com.apple.driver.AppleBacklightExpert
    1.0.4
    com.apple.iokit.IONDRVSupport
    2.4
    com.apple.driver.AppleSMBusController
    1.0.11d1
    com.apple.iokit.IOGraphicsFamily
    2.4
    com.apple.iokit.IOSCSIBlockCommandsDevice
    3.6.5
    com.apple.iokit.IOUSBMassStorageClass
    3.6.0
    com.apple.iokit.IOSCSIArchitectureModelFamily
    3.6.5
    com.apple.driver.AppleUSBMultitouch
    240.9
    com.apple.iokit.IOUSBHIDDriver
    660.4.0
    com.apple.driver.AppleUSBMergeNub
    650.4.0
    com.apple.driver.AppleUSBComposite
    656.4.1
    com.apple.driver.AppleThunderboltDPInAdapter
    3.1.2
    com.apple.driver.AppleThunderboltDPAdapterFamily
    3.1.2
    com.apple.driver.AppleThunderboltPCIDownAdapter
    1.4.3
    com.apple.iokit.IOUSBUserClient
    660.4.2
    com.apple.iokit.IOAHCIFamily
    2.6.0
    com.apple.driver.AppleThunderboltNHI
    1.9.8
    com.apple.iokit.IOThunderboltFamily
    3.2.3
    com.apple.iokit.IO80211Family
    600.34
    com.apple.driver.mDNSOffloadUserClient
    1.0.1b4
    com.apple.iokit.IONetworkingFamily
    3.2
    com.apple.iokit.IOUSBFamily
    660.4.2
    com.apple.driver.AppleEFINVRAM
    2.0
    com.apple.driver.AppleEFIRuntime
    2.0
    com.apple.iokit.IOHIDFamily
    2.0.0
    com.apple.iokit.IOSMBusFamily
    1.1
    com.apple.security.sandbox
    278.10
    com.apple.kext.AppleMatch
    1.0.0d1
    com.apple.security.TMSafetyNet
    7
    com.apple.driver.AppleKeyStore
    2
    com.apple.driver.DiskImages
    371.1
    com.apple.iokit.IOStorageFamily
    1.9
    com.apple.iokit.IOReportFamily
    23
    com.apple.driver.AppleFDEKeyStore
    28.30
    com.apple.driver.AppleACPIPlatform
    2.0
    com.apple.iokit.IOPCIFamily
    2.8
    com.apple.iokit.IOACPIFamily
    1.4
    com.apple.kec.pthread
    1
    com.apple.kec.corecrypto
    1.0
    System Profile:
    Model: MacBookPro11,3, BootROM MBP112.0138.B02, 4 processors, Intel Core i7, 2.6 GHz, 16 GB, SMC 2.19f3
    Graphics: Intel Iris Pro, Intel Iris Pro, Built-In, 1024 MB
    Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
    Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x000000000000000000000000000000000000
    Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x02FE, 0x000000000000000000000000000000000000
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.49)
    Bluetooth: Version 4.2.1f2 12982, 3 services, 23 devices, 3 incoming serial ports
    Network Service: Wi-Fi, AirPort, en0
    Serial ATA Device: APPLE SSD SM1024F, 1 TB
    USB Device: Internal Memory Card Reader
    USB Device: Apple Internal Keyboard / Trackpad
    USB Device: BRCM20702 Hub
    USB Device: Bluetooth USB Host Controller
    Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

    Your problem is likely one of these. In particular, I've seen several instances where virtualbox doesn't play well with Mavericks. I'm not sure what the other ones are.
    foo.tun
    1.0
    foo.tap
    1.0
    org.virtualbox.kext.VBoxNetAdp
    4.3.6
    org.virtualbox.kext.VBoxNetFlt
    4.3.6
    org.virtualbox.kext.VBoxUSB
    4.3.6
    org.virtualbox.kext.VBoxDrv
    4.3.6
    com.attotech.driver.ATTOiSCSI
    3.4.1b1
    com.AmbrosiaSW.AudioSupport

  • WHAT THE HECK! eversince I updated my itunes... My laptop keeps on crashing, i try to change the volume on itunes and it doesnt even move, and I quit Itunes but apparently it won't ever quit... I lost all my  paper work cuz it crashed 4 times this week.

    WHAT THE HECK! eversince I updated my itunes... My laptop keeps on crashing, i try to change the volume on itunes and it doesnt even move, and I quit Itunes but apparently it won't ever quit... I lost all my  paper work cuz it crashed 4 times this week.

    Try disabling the computer's antivirus and firewall for the network problem.
    Also for the original problem try the following if Ana's suggestions does not work
    Try:
    - iOS: Not responding or does not turn on
    - Also try DFU mode after try recovery mode
    How to put iPod touch / iPhone into DFU mode « Karthik's scribblings
    - If not successful and you can't fully turn the iOS device fully off, let the battery fully drain. After charging for an least an hour try the above again.
    - Try on another computer
    - If still not successful that usually indicates a hardware problem and an appointment at the Genius Bar of an Apple store is in order.
    Apple Retail Store - Genius Bar       

  • Ipod crashed 2 times this week!!!

    my ipod touch 4th generation 32Gb ios 5.1.1 restarted a couple of times this week, i never dropped it, it is in like new condition with cover since first day.
    I checked diagnostic and i found:
    3 entries reset counter
    1 entry mobile store
    3 entries low memory
    7 entries log aggregated
    3 entries panic.plist.
    what does it mean?
    are this entries related to the ipod crashes?
    I hope somebody could help me  to fix this issue
    here is the full text of the latest entry titled panic.plist
    Incident Identifier: 368E3513-5005-4D29-9DEE-AFE2A9E5F326
    CrashReporter Key:   393479a1b0e22466f7d773db413de3be8cc5fba5
    Hardware Model:      iPod4,1
    Date/Time:       2012-05-17 05:06:08.063 -0500
    OS Version:      iPhone OS 5.1.1 (9B206)
    panic(cpu 0 caller 0x809d0131): "AppleCS42L59Audio: invalid power stage 8"@/SourceCache/AppleEmbeddedAudio/AppleEmbeddedAudio-145.13/AppleEmbeddedAudio .cpp:663
    Debugger message: panic
    OS version: 9B206
    Kernel version: Darwin Kernel Version 11.0.0: Sun Apr  8 21:51:26 PDT 2012; root:xnu-1878.11.10~1/RELEASE_ARM_S5L8930X
    iBoot version: iBoot-1219.62.15
    secure boot?: YES
    Paniclog version: 1
    Epoch Time:        sec       usec
      Boot    : 0x4fb31511 0x00000000
      Sleep   : 0x4fb4ca68 0x00085289
      Wake    : 0x4fb4cd53 0x0000000d
      Calendar: 0x4fb4cd5d 0x0001a4ce
    Task 0xc0591d20: 6322 pages, 80 threads: pid 0: kernel_task
              thread 0xc0bcc690
                        kernel backtrace: cbb1bed0
                          lr: 0x8007ccab  fp: 0xcbb1befc
                          lr: 0x8007d2af  fp: 0xcbb1bf28
                          lr: 0x80016391  fp: 0xcbb1bf40
                          lr: 0x809d0131  fp: 0xcbb1bf64
                          lr: 0x8021fd7f  fp: 0xcbb1bf78
                          lr: 0x8002c4d7  fp: 0xcbb1bfa8
                          lr: 0x8007b37c  fp: 0x00000000
    Task 0xc0591ac0: 168 pages, 3 threads: pid 1: launchd
    Task 0xc0591600: 579 pages, 6 threads: pid 12: UserEventAgent
    Task 0xc0591140: 456 pages, 4 threads: pid 13: wifid
    Task 0xc0590a20: 142 pages, 4 threads: pid 17: syslogd
    Task 0xc0590560: 250 pages, 2 threads: pid 19: powerd
    Task 0xc058f4c0: 467 pages, 2 threads: pid 26: lockdownd
    Task 0xc09fd600: 3279 pages, 18 threads: pid 32: mediaserverd
    Task 0xc09fd3a0: 422 pages, 3 threads: pid 33: mediaremoted
    Task 0xc09fd140: 323 pages, 3 threads: pid 34: mDNSResponder
    Task 0xc09fcee0: 737 pages, 6 threads: pid 35: locationd
    Task 0xc09fca20: 521 pages, 4 threads: pid 37: imagent
    Task 0xc09fc7c0: 629 pages, 4 threads: pid 38: iapd
    Task 0xc09fc300: 211 pages, 4 threads: pid 40: fseventsd
    Task 0xc09fc0a0: 816 pages, 1 threads: pid 41: fairplayd.N81
    Task 0xc09fbe40: 1026 pages, 6 threads: pid 42: dataaccessd
    Task 0xc09fb720: 453 pages, 10 threads: pid 45: configd
    Task 0xc0a4dd20: 404 pages, 3 threads: pid 49: apsd
    Task 0xc0a4dac0: 516 pages, 3 threads: pid 50: aggregated
    Task 0xc0a4d860: 6933 pages, 15 threads: pid 51: SpringBoard
    Task 0xc0a4cc80: 438 pages, 5 threads: pid 56: CommCenterClassi
    Task 0xc0a4ca20: 355 pages, 3 threads: pid 57: BTServer
    Task 0xc0a4c7c0: 701 pages, 4 threads: pid 58: aosnotifyd
    Task 0xc0a4c300: 240 pages, 3 threads: pid 60: notifyd
    Task 0xc05913a0: 1208 pages, 4 threads: pid 75: MobilePhone
    Task 0xc0a4c0a0: 1291 pages, 4 threads:

    It is technically not abnormal to have that many crashes, but when they first started a couple of months ago for me, there was usually one or two per week. As of yesterday, the started being more and more frequent. I have tried everything you said before. Unfortunately, that didn't do anything to my ipod. I looked it up here and I saw many people saying it is a hardware failure that it may be caused by jailbreaking or not being updated to the latest version. I currently am in 6.1.3 and I didn't jailbreak my ipod. The main reason is only a hardware failure with the Darwin Kernel.
    I really hope that you bought your ipod less than a year ago or I'm not sure if they will give you a new one because of warranty.

  • MICROSOFT WORD CRASHING SEVERAL TIMES A WEEK!!!

    MICROSOFT WORD HAS BASICALLY BECOME A LIABILITY FOR ME.  It has consistently crashed several times a week (while working on a single word document and nothing else open but safari).  It sits there stuck for several minutes until I have no choice
    but to force quit, and then I lose my work (despite several saves...i can't keep saving fast enough). I've had to re-do work on several documents over the course of the past 2 weeks---time which I cannot bill for.  PLEASE FIX THIS!!!

    You should repost your problems with word in the more appropriate Office Community forums, here...
    http://answers.microsoft.com/en-us/office/forum/word?tab=Threads
    (moving the thread to the 'Where is the Forum for...?) forums as it's off-topic to WGA forums)
    Noel Paton | Nil Carborundum Illegitemi
    CrashFixPC |
    The Three-toed Sloth
    No - I do not work for Microsoft, or any of its contractors.

  • My IOS 8 on IPhone 6 crashes so many times. 5-7 times per week. Help!!!

    since I got my iPhone 6, and even with updated version of iOS, I am experimenting so many  software bus: Frozen keyboard, phone conversation cut, camera frozen, navigation button blocked, screen frozen.  It happened 6 to 7 times a week.
    Temperature is not an issue I am using the phone inside  The office.
    Is it a software issue ? Is it a compatibility issue between phone and software ?
    very annoying. Very annoying.
    IOS 8.3 behaves like an old version of Windows... That's a standard !!
    Please help what I need to do

    Hi Go to settings iCloud check last backup when you charge iPhone it Automatically backs up to  iCloud over Your WiFi . Restore back to Factory Settings that will get rid of any bugs . Then after Restore use same Apple ID  & password then you will get all your Apps & Data  back . Cheers Brian

  • Flash player crashes 100% of the time

    Over the past several weeks, Adobe Flash Player crashes 100% of the time.  How can this be fixed?
    I also have a problem with the AMD graphics driver and the catalyst manager.
    Also, the g, h, 4, and / keys only work about half the time.
    Are these problems all tied together?

    Turns out, there were crumbs of an old DW (cs1) still hiding out.  With the newer UNINSTALL option, there is no more drag-app-to-trash (which caused the conflict).  I used the adobe clean script to reinstall fresh, and all is good.
    http://www.adobe.com/support/contact/cs4clean.html

  • After zooming in on an object using arrow keys to nudge, it crashes most of the time

    After zooming in on an object, using arrow keys to nudge, it crashes most of the time.
    Versions:
    Illustrator CS6, latest update
    Mac OS X 10.9.4
    FontAgent Pro 6.2
    Troubleshooting I've tried
    -trashed all related Illus. preferences
    -updated the only plug-in being used (FontAgent Pro), to the latest
    -disabled all but absolutely necessary fonts
    -repaired both system and user permissions
    -quit all other apps, so that only Illus. running.
    -fonts verified
    Was never a problem until a couple weeks ago, so the obvious question is "what changed?".  The two things we changed in the time period that the crashing started, is we replaced a balky external drive with a new one, and started our TimeMachine backups over again. And #2, we updated to the latest CS6 versions (due to other quirky issues).
    One odd thing to point out...perhaps is "normal", but in the crash reports, it's reporting that Illustrator is 16.0.0, but "About Illustrator" shows that it's 16.2.2.
    Everything else running fine on this iMac -- no reason to suspect it's the operating system.
    Has anyone run into this bug? If so, what have you done to fix this?
    I've not seen anything like this mentioned in Adobe's update change logs or their troubleshooting info.

    -> go to View Menu -> Toolbars -> select "Navigation Toolbar"
    -> go to View Menu -> Zoom -> click "Reset"
    -> go to View Menu -> Page Style -> select "Basic Page Style"
    -> go Tools Menu -> Clear Recent History -> Time range to clear: select EVERYTHING -> click Details (small arrow) button -> place Checkmarks on ALL Options -> click "Clear Now"
    -> go to Help Menu -> select "Restart with Add-ons Disabled"
    Firefox will close then it will open up with just basic Firefox. Now
    -> go to Tools Menu -> Add-ons -> Extensions section -> REMOVE any Unwanted/Suspicious Extension (add-ons) -> Restart Firefox
    You can enable the Trustworthy Add-ons later. Check and tell if its working.

  • My macbook pro retina 2014 has crashed for the 2nd time in 2 mo

    My macbook pro retina 2014 has crashed for the 2nd time in 2 months. Can't get past the gray/apple screen.  The first time the genius bar tried all the different tricks to get it to boot all the way through, but in the end had to reinstall mavericks.  They said there weren't any indications of it being a hardware issue after running diagnostics.  The only possible reason is that it has something to do with some ProTools 10 plugins which I had downloaded in both occasions less than a week before.  I don't believe that would be the issue and I'm guessing it's a hardware issue at this point.  It's still under a factory warranty, so I'm not too concerned.  Thoughts?

    Try SMC and PRAM resets:
    http://support.apple.com/en-us/HT201295
    http://web.archive.org/web/20140711222006/http://support.apple.com/kb/ht1379
    If no success, try booting into the recovery partition and select Disk Utility from the 4 option menu.
    Run Disk Utility>First Aid, Verify and Repair.
    Any Change?
    Ciao.

  • Old airport base station quits working several times and week and won't let

    me change the password.
    I changed the password on my ibook and reset the airport base station but it still will not change the wpa2 password to the new one. I'm changing the password to rule out anyone having hacked into the network. Several times a week the whole network goes down and I have to turn off power to the base station to get it working again.
    I have plugged it into a battery backup ups but that has not prevented it from crashing.

    Pick, a quick Google search for "Airport Firmware 5.5.1" yielded the following link:
    http://mac.sofotex.com/download-122643.html
    I sense you're getting frustrated - I have a gift for such perceptiveness. Anyway, I wish I could explain your problems but I have no magic bullet for what you're experiencing. All I can offer is to suggest you download and install the above firmware. Hopefully the link works; I haven't tried it. There may be other ways of obtaining 5.5.1 but none was immediately apparent from Apple. Once installed, stick with firmware 5.5.1. As I noted I suffered major problems with 5.6 and have heard anecdotal reports of similar problems with 5.7 though apparently they're much rarer. My Extremes run literally forever without problems so I hope yours can too.
    Next, disable all the encryption on your network for the duration of your troubleshooting. Simplify things as much as possible - remove all but one wireless client from your network. Perform a "hard reset" of your Extreme and reconfigure it from new. Run things like that for a while and see if anything changes.
    Is it possible you're suffering from poor power quality e.g. dropouts, surges, sags, etc? Have you tried a UPS or at least a surge suppressor? I had a spell last summer when the utility would shut off power for a half second a day, literally, a half second, once a day, every day, for weeks. It drove me nuts. They immediately stopped this nonsense the moment I started running my Airport off a battery.

  • I have an event in my calendar that was sent by someone who does not work for the company anymore and I am reminded 2 times a week. How can I remove it?

    I have an event in my calendar that was sent by someone that does not work for the company anymore and I am reminded 2 times a week. How do I delete it?

    Tap on the event to open the event. Click the 'Edit' button in the event bubble, then press the 'Delete Event' button at the bottom of the Edit pop-up. It's a little different for events that come through Microsoft Exchange, you tap the event to bring up bubble and click the 'Details' button, and then press 'Decline' to remove the event.

  • When I have firefox open, it crashes at the same time as my display driver crashes (Crash signature: kernelbase.dll@0xb9bc)

    The screen turns black (audio remains normal if I'm playing music) and then flickers back on. I get a message that says "Nvidia display driver stopped responding and has recovered successfully." This happened before and Firefox wouldn't always crash, but the last few days it happens several times a day and Firefox always crashes at the same time as the display driver.

    No, they aren't working on the same files. All 3 employees are working on different files.
    They are all on Dell Optiplex GX745 with 4 Gb of RAM.
    The crashes are at different times, not all 3 crashing at the same time. Therefore, I don't believe network is the cause of the issues. Also, it didn't crash on CS5, but now it does on CS6.
    What I'm looking for are possible settings within Illustrator CS6 that I can tweak to make it a more stable program.
    Thanks

  • Firefox crashing at seemingly random times?

    I am running Windows Safe Mode and running Firefox with add-ons disabled, but it is still crashing. When add-ons are enabled, it crashes any time I try to view the add-ons tab, but if add-ons are disabled, it crashes at more random times.
    Crash signature: nsXPCWrappedJSClass::CallMethod(nsXPCWrappedJS*, unsigned short, XPTMethodDescriptor const*, nsXPTCMiniVariant*)
    I am also having the repeating crash problem with Google Chrome, but I don't know if the two problems are related.

    Ill post some of the most recent reports that have happened, if you need more there are plenty logged on there:
    https://crash-stats.mozilla.com/report/index/bp-856e4f4c-80b6-44f4-a0f4-a7f622110220
    https://crash-stats.mozilla.com/report/index/bp-3925f702-e5cf-4b9b-a773-b04a62110220
    https://crash-stats.mozilla.com/report/index/bp-5e045cb3-bd57-4c4b-9191-01ec02110220
    https://crash-stats.mozilla.com/report/index/bp-dca3d299-a239-4d73-81a1-e3ce92110220
    https://crash-stats.mozilla.com/report/index/bp-c1d6b0e1-1183-42ae-bb45-cf0bf2110220
    https://crash-stats.mozilla.com/report/index/bp-21072c01-4260-4ae2-be38-4d6b02110220
    https://crash-stats.mozilla.com/report/index/bp-46d6c72c-63a4-478e-aeab-523242110220
    https://crash-stats.mozilla.com/report/index/bp-3d730d91-edea-4a0b-a6bd-203492110218
    https://crash-stats.mozilla.com/report/index/bp-141df5f0-fd69-4471-9828-d6edd2110217
    Again thank you for your time and effort in helping me with this.

  • CATS webdynpro Java - working times in weekly view

    Hi Team
    1.  Start & end time in Weekly view : Requirement is to allow shift planning employees to enter their working times in  weekly view itslef. But as I had discovered that it is possible to enter it only in dailuy view of webdynpro Java application in ERP 6.0.
    I came across a better Webdynpro ABAP application which exactly fits the requirement but it is part of EHP5, getting a mini upgrade for one application was also rejected. is it possible to implement in a short period of time without great impact ..anybody experienced on this?
    http://help.sap.com/erp2005_ehp_05/helpdata/EN/30/e67780e37f4f5a90105a9e9205660f/frameset.htm
    So I am again back to finding way to enhance the weekly view.I read all teh therads...didnt find anyone successful
    2. Default Attendance type & target hours & start & end times from Infotypes : CATS0002 exit is called only when we go to next step ,is there any other way to default as soon as CATS screen is loaded ?
    Any help would be greatly appreciated & rewarded.
    Thanks
    Edited by: Nidhi Guglani on Mar 10, 2011 5:17 PM
    Edited by: Nidhi Guglani on Mar 14, 2011 12:10 PM

    Hi Suresh,
    Thanks for your valuable inputs. I went and looked into the java file and found bit different.I dont see how they are getting the column headers like Saturday,Sunday,Monday...
    Basically I need to keep one 'Submit' button on top of my table and on click, it should populate 8 hrs in the correspounding column.For eg. if its monday, it should default 8 hrs in monday column so  that user dont have to manually type it in and also save these working hrs in the backend system without further click on 'Save' or 'Review'.
    I still need to check with the ABAPers regading the user exit.
    Also, Is it possible if I create a custom webdynpro application where I can use a BAPI that takes in the current day from my webdynpro and update the cats database and send an export parameter with success or error message.
    Thanks
    Anjana

Maybe you are looking for

  • Urgent help needed on deployment facts

    Hi I had completed a Java Web based application using JApplet, which in turn uses Java Media Framework and Java Communications APIs. So when i deploy this application and let the clients use this application. I need to dump some jar files and propert

  • Timed Out in Infoview

    Dear folks, I am running crystal Report in Infoview and after some time I get timed out error, How Can I increase the time? We are using Business Objects 3.1, Crystal reports 2008. Thanks Ravi

  • Bridge vs Repeater

    Hello, I read on the net about wds that WDS can be used to provide two modes of wireless AP-to-AP connectivity: • Wireless Bridging in which WDS APs communicate only with each other and don't allow wireless clients or Stations (STA) to access them

  • IMAQ write to bmp

    I am grabing an image and I am trying to save it. For this I am creating a file and then using IMAQ Write to BMP File but it doesn't work. I suppose that there is something wrong in the way I am creating the file or something like that. Could someone

  • ID3 Tags on Zen Mi

    I use MP3Tag to tag all my mp3's, and the Zen Micro media explorer to transfer them. But for some reason, my TRACK ID3 tags go AWOL after transfer. This also occurs in the Audio Converter - help?