BDC Error Log return

Hi All,
A session is run using the RSBDCSUB.
I wld like to display as how many entries from my flat file have failed. i.e Those entries with errors.
Is there any FM or any standard program which wil return the No. of entries that have failed?
Thanks in Advance,
Rahul

look table APQI fields TRANSCNT and TRANSCNTE

Similar Messages

  • Bdc - error logs

    Hello friends........can any one help me....how 2 find out the errors occured during batch input method , call transaction method and direct input method.
    for example..when uploading 100 records of data.... the error occured in the 60 th record...whr the error will be stored? ....what happens to the process?........n how to rectify it?
    Regds,
    Ariff

    Try this code for error log in bdc it will get u all errors while loading a file . But the problem is if its a flat file thn u should validate it while downloading it to the SAP system. I mean validating the entries in the internal table before you actually call the transaction.That is effective for performance.
    To get the SAP generated messages which are generated while the transaction here's the code.
    DATA:   MESSTAB LIKE BDCMSGCOLL OCCURS 0 WITH HEADER LINE.
    LOOP AT MESSTAB.
      SELECT SINGLE * FROM T100 WHERE SPRSL = MESSTAB-MSGSPRA
                               AND   ARBGB = MESSTAB-MSGID
                               AND   MSGNR = MESSTAB-MSGNR.
          IF SY-SUBRC = 0.
            L_MSTRING = T100-TEXT.
            IF L_MSTRING CS '&1'.
              REPLACE '&1' WITH MESSTAB-MSGV1 INTO L_MSTRING.
              REPLACE '&2' WITH MESSTAB-MSGV2 INTO L_MSTRING.
              REPLACE '&3' WITH MESSTAB-MSGV3 INTO L_MSTRING.
              REPLACE '&4' WITH MESSTAB-MSGV4 INTO L_MSTRING.
            ELSE.
              REPLACE '&' WITH MESSTAB-MSGV1 INTO L_MSTRING.
              REPLACE '&' WITH MESSTAB-MSGV2 INTO L_MSTRING.
              REPLACE '&' WITH MESSTAB-MSGV3 INTO L_MSTRING.
              REPLACE '&' WITH MESSTAB-MSGV4 INTO L_MSTRING.
            ENDIF.
            CONDENSE L_MSTRING.
            GV_MSG = L_MSTRING.
            IF T100-ARBGB NE 'M3' AND
                 T100-MSGNR NE '800'.
          ELSE.
          ENDIF.
        ENDLOOP.
        REFRESH MESSTAB.

  • BDC error log

    Dear Experts,
    In BDC session method  i have uploaded 2000 records from excel sheet to the transation pp02.  But i got the message that 46 records are found error.
    How to find the error records which are not uploaded in the transaction pp02.
    regards
    chinnaiya P

    Hi,
    If you are using 'Call Transaction'  approach  all  your errors are in  BDCMSGCOLL( Recall that all your error message texts are saved in T100 table)
    Srini..

  • When does a error log is creaded during BDC recording

    hi,
    i am working on Reports, i need to know how the BDC recording works, and when the error log log be created

    Hi anitha,
    You have got a message generated from message class "RQ" with message number "XXX".
    Are you getting this error during recording. Which transaction you are using for recording.
    The error messages will be generated when you documented is not proceesed completly via BDC. You can collect the error messages in to an internal table and print at the end of the program as a report.
    If you are using Call Traansaction
    *------ Declaring Internal Table to Store BDC Errors *----
    DATA: BEGIN OF T_MESSTAB OCCURS 0.
            INCLUDE STRUCTURE BDCMSGCOLL.
    DATA: END OF T_MESSTAB.
    CALL TRANSACTION 'TCODE' USING BDC_TAB MODE 'A'
                           MESSAGES INTO T_MESSTAB.
    LOOP AT T_MESSTAB.
            WRITE / TEXT-001.
            WRITE:/10 T_MESSTAB-DYNAME, 30 T_MESSTAB-DYNUMB.
            WRITE:/10 T_MESSTAB-MSGV1.
    ENDLOOP.
    Lanka

  • [svn] 1366: BLZ-136 log an error and return no properties when IntrospectionException occurs when introspecting a value object

    Revision: 1366
    Author: [email protected]
    Date: 2008-04-23 14:45:47 -0700 (Wed, 23 Apr 2008)
    Log Message:
    BLZ-136 log an error and return no properties when IntrospectionException occurs when introspecting a value object
    Ticket Links:
    http://bugs.adobe.com/jira/browse/BLZ-136
    Modified Paths:
    blazeds/branches/3.0.x/modules/core/src/java/flex/messaging/io/BeanProxy.java

    Hi,
    Please apply the following correction manually.
    1. Go to transaction ST03N
    2. Change user from 'Administrator' to 'Expert Mode'.
    3. Go to Collector and performance analysis -> Performance database
       -> Monitoring database -> Contents
    4. Search where further info contains the string "h/2"
    like the following monikeys:
      - 'days  h/2'
      - 'weeks  h/2'
      - 'months  h/2'  
    5. Double click on each, so that they become red and show ** delete
    6. Finally SAVE
    This will remove the corresponding database related history up to the deletion date. It will accumulate anew afterwards.
    How can I identify the monikey that has to be deleted?
    When you load the text of the dump and then jump off to the break point of the debugger you may find the error break point look like:
    "IMPORT HIST2 FROM DATABASE MONI(DB) ID MONIKEY".
    To find the right monikey entry causing the dump you can search for the word 'MONIKEY' within the text of the dump. This can be 'days  h/3' or
    'tabgrowth  2'...
    You can then go back to the procedure above and search where further info contains the monikey that you found in the text of the dump.
    997535     DB02: Problems with History Data.
    Award points if helpful.
    Thanks,
    Tanuj

  • MacBook Pro on 10.8.3 is randomly restarting with the following error log: Process:         X11 [108] Path:            /Applications/Utilities/X11.app/Contents/MacOS/X11 Identifier:      X11 Version:         1.0 (1) Code Type:       X86-64 (Native) Paren

    I have a MacBook Pro on 10.8.3 which is randomly crashing and restarting.  The error log indicates it may have something to do with X11, but X11 is not actually installed. It is available to install under Utilities but has never been run.  Following is the error log:
    Process: X11 [108]
    Path: /Applications/Utilities/X11.app/Contents/MacOS/X11
    Identifier: X11
    Version: 1.0 (1)
    Code Type: X86-64 (Native)
    Parent Process: launchd [1]
    User ID: 0
    Date/Time: 2013-03-25 08:34:03.741 -0500
    OS Version: Mac OS X 10.8.3 (12D78)
    Report Version:  10
    Anonymous UUID:  62D1DBF7-2A56-E7DD-373D-8ABBA74926D0
    Crashed Thread:  0 Dispatch queue: com.apple.main-thread
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Application Specific Information:
    *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Error (1000) creating CGSWindow on line 259'
    terminate called throwing an exception
    abort() called
    Application Specific Backtrace 1:
    0   CoreFoundation  0x00007fff8a7bfb06 __exceptionPreprocess + 198
    1   libobjc.A.dylib  0x00007fff877263f0 objc_exception_throw + 43
    2   CoreFoundation  0x00007fff8a7bf8dc +[NSException raise:format:] + 204
    3   AppKit  0x00007fff897f0b79 _NSCreateWindowWithOpaqueShape2 + 655
    4   AppKit  0x00007fff897ef370 -[NSWindow _commonAwake] + 2002
    5   AppKit  0x00007fff8989f78b -[NSWindow _makeKeyRegardlessOfVisibility] + 88
    6   AppKit  0x00007fff8989f6f5 -[NSWindow makeKeyAndOrderFront:] + 25
    7   CoreFoundation 0x00007fff8a7b78e9 -[NSSet makeObjectsPerformSelector:] + 201
    8   AppKit  0x00007fff897a8166 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1168
    9   AppKit  0x00007fff8978714d loadNib + 317
    10  AppKit  0x00007fff89786679 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
    11  AppKit  0x00007fff897864ae -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 200
    12  AppKit  0x00007fff8978628e +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 360
    13  AppKit  0x00007fff89782a2f NSApplicationMain + 398
    14  libdyld.dylib  0x00007fff866327e1 start + 0
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0 libsystem_kernel.dylib                 0x00007fff873a8212 __pthread_kill + 10
    1 libsystem_c.dylib                          0x00007fff8d98fb54 pthread_kill + 90
    2 libsystem_c.dylib                          0x00007fff8d9d3dce abort + 143
    3   libc++abi.dylib 0x00007fff8669e9eb abort_message + 257
    4   libc++abi.dylib 0x00007fff8669c39a default_terminate() + 28
    5   libobjc.A.dylib 0x00007fff87726873 _objc_terminate() + 91
    6   libc++abi.dylib 0x00007fff8669c3c9 safe_handler_caller(void (*)()) + 8
    7   libc++abi.dylib 0x00007fff8669c424 std::terminate() + 16
    8   libc++abi.dylib 0x00007fff8669d58b __cxa_throw + 111
    9   libobjc.A.dylib 0x00007fff8772650c objc_exception_throw + 327
    10 com.apple.CoreFoundation                      0x00007fff8a853f49 -[NSException raise] + 9
    11 com.apple.AppKit                        0x00007fff897ef200 -[NSWindow _commonAwake] + 1634
    12 com.apple.AppKit                        0x00007fff8989f78b -[NSWindow _makeKeyRegardlessOfVisibility] + 88
    13 com.apple.AppKit                        0x00007fff8989f6f5 -[NSWindow makeKeyAndOrderFront:] + 25
    14 com.apple.CoreFoundation                      0x00007fff8a7b78e9 -[NSSet makeObjectsPerformSelector:] + 201
    15 com.apple.AppKit                        0x00007fff897a8166 -[NSIBObjectData nibInstantiateWithOwner:topLevelObjects:] + 1168
    16 com.apple.AppKit                        0x00007fff8978714d loadNib + 317
    17  com.apple.AppKit 0x00007fff89786679 +[NSBundle(NSNibLoading) _loadNibFile:nameTable:withZone:ownerBundle:] + 219
    18 com.apple.AppKit                        0x00007fff897864ae -[NSBundle(NSNibLoading) loadNibNamed:owner:topLevelObjects:] + 200
    19  com.apple.AppKit 0x00007fff8978628e +[NSBundle(NSNibLoading) loadNibNamed:owner:] + 360
    20 com.apple.AppKit                        0x00007fff89782a2f NSApplicationMain + 398
    21  libdyld.dylib 0x00007fff866327e1 start + 1
    Thread 1:
    0 libsystem_kernel.dylib                 0x00007fff873a86d6 __workq_kernreturn + 10
    1 libsystem_c.dylib                          0x00007fff8d990f4c _pthread_workq_return + 25
    2 libsystem_c.dylib                          0x00007fff8d990d13 _pthread_wqthread + 412
    3   libsystem_c.dylib 0x00007fff8d97b1d1 start_wqthread + 13
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib                 0x00007fff873a8d16 kevent + 10
    1 libdispatch.dylib                            0x00007fff88e35dea _dispatch_mgr_invoke + 883
    2 libdispatch.dylib                            0x00007fff88e359ee _dispatch_mgr_thread + 54
    Thread 3:
    0 libsystem_kernel.dylib                 0x00007fff873a86d6 __workq_kernreturn + 10
    1 libsystem_c.dylib                          0x00007fff8d990f4c _pthread_workq_return + 25
    2 libsystem_c.dylib                          0x00007fff8d990d13 _pthread_wqthread + 412
    3 libsystem_c.dylib                          0x00007fff8d97b1d1 start_wqthread + 13
    Thread 4:
    0 libsystem_kernel.dylib                 0x00007fff873a86d6 __workq_kernreturn + 10
    1   libsystem_c.dylib 0x00007fff8d990f4c _pthread_workq_return + 25
    2 libsystem_c.dylib                          0x00007fff8d990d13 _pthread_wqthread + 412
    3 libsystem_c.dylib                          0x00007fff8d97b1d1 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007fff501d13c8 rdx: 0x0000000000000000
      rdi: 0x0000000000000303  rsi: 0x0000000000000006  rbp: 0x00007fff501d13f0 rsp: 0x00007fff501d13c8
       r8: 0x00007fff728ec278   r9: 0x000000000000001e  r10: 0x0000000020000000 r11: 0x0000000000000206
      r12: 0x00007fff501d1550  r13: 0x00007feff2426420  r14: 0x00007fff728ed180 r15: 0x00007fff501d1430
      rip: 0x00007fff873a8212  rfl: 0x0000000000000206  cr2: 0x00007fff728e5ff0
    Logical CPU: 0
    Binary Images:
    0x10fa2d000 -        0x10fa2efff com.apple.X11redirect (1.0 - 1) <403AF17F-8DFF-3EFE-88F2-202662937601> /Applications/Utilities/X11.app/Contents/MacOS/X11
    0x7fff6f62d000 -     0x7fff6f66193f  dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld
    0x7fff80dd8000 -     0x7fff80ddffff  libGFXShared.dylib (8.7.25) <869580B2-39CB-30C3-B76E-73BB4894B6B7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff80de5000 -     0x7fff80de6ff7  libsystem_sandbox.dylib (220.2) <6838A6FD-8626-3356-BB4F-BB4787216207> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff80e2e000 -     0x7fff8124bfff  FaceCoreLight (2.4.1) <A34C9575-C4C1-31B1-809B-7751070B4E8B> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLi ght
    0x7fff8125c000 -     0x7fff815b9ff7  com.apple.Foundation (6.8 - 945.16) <89BD68FD-72C8-35C1-94C6-3A07F097C50D> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff81a37000 -     0x7fff81a42fff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    0x7fff81a43000 -     0x7fff81a4bff7  libsystem_dnssd.dylib (379.37) <616FC901-151E-38BF-B2C4-24A351C5FAAD> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff81bfe000 -     0x7fff81c02fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    0x7fff81c03000 -     0x7fff81c1afff  libGL.dylib (8.7.25) <15F5CB64-847B-3D3D-9663-E0523F15F513> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff81c63000 -     0x7fff81ce4fff  com.apple.Metadata (10.7.0 - 707.5) <4140B1F6-7D73-33C7-B3F2-4DB349C31AE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff81ce5000 -     0x7fff81de2ff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    0x7fff81de3000 -     0x7fff81de7ff7  com.apple.TCC (1.0 - 1) <F2F3B753-FC73-3543-8BBE-859FDBB4D6A6> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8298c000 -     0x7fff829e8ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff82a3c000 -     0x7fff82a5cfff  libPng.dylib (849) <F4C23A55-F17B-3E4F-9E80-BC97F778BA49> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff82a5d000 -     0x7fff82af8fff  com.apple.CoreSymbolication (3.0 - 117) <C304FDB8-2FF7-34BC-858A-2B96C2B039D5> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff82af9000 -     0x7fff82b10fff com.apple.GenerationalStorage (1.1 - 132.3) <FD4A84B3-13A8-3C60-A59E-25A361447A17> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    0x7fff82b97000 -     0x7fff82b97fff com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff82bf2000 -     0x7fff82c90ff7  com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff82d2f000 -     0x7fff82d31fff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
    0x7fff82d8d000 -     0x7fff82d8efff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    0x7fff82d8f000 -     0x7fff82d9dfff  libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib
    0x7fff82d9e000 -     0x7fff82e0cfff  com.apple.framework.IOKit (2.0.1 - 755.22.5) <1547DA6F-9793-30A2-8E92-7368DE84D46C> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff82e0d000 -     0x7fff82e0ffff com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff82f1d000 -     0x7fff831a2ff7  com.apple.RawCamera.bundle (4.04 - 680) <F9A2656C-CE71-326E-BD6D-077487F49D74> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff83456000 -     0x7fff83499ff7 com.apple.RemoteViewServices (2.0 - 80.6) <5CFA361D-4853-3ACC-9EFC-A2AC1F43BA4B> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8349a000 -     0x7fff8351cff7  com.apple.Heimdal (3.0 - 2.0) <C94B0C6C-1320-35A1-8143-FE252E7B2A08> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8353b000 -     0x7fff8353ffff  libCoreVMClient.dylib (32.3) <AD8391D9-56DD-3A78-A294-6A30E6ECE1A2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff83540000 -     0x7fff8358fff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff83590000 -     0x7fff835f9fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    0x7fff835fa000 -     0x7fff83607ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff83608000 -     0x7fff83636fff com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
    0x7fff83637000 -     0x7fff8363ffff  liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
    0x7fff83732000 -     0x7fff83733fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    0x7fff839aa000 -     0x7fff839d1ff7 com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    0x7fff839d2000 -     0x7fff83dc9fff  libLAPACK.dylib (1073.4) <D632EC8B-2BA0-3853-800A-20DA00A1091C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff84b7e000 -     0x7fff84bfeff7 com.apple.ApplicationServices.ATS (332 - 341.1) <BD83B039-AB25-3E3E-9975-A67DAE66988B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff84c22000 -     0x7fff84c79ff7 com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    0x7fff84d0a000 -     0x7fff84eb8fff  com.apple.QuartzCore (1.8 - 304.2) <234EABE1-067C-3DAE-BEAC-674526E232C2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff84f4e000 -     0x7fff84fa3ff7  libTIFF.dylib (849) <C4D0E196-9319-319B-AF72-8B63FB5AF71B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8578a000 -     0x7fff85794fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff857e9000 -     0x7fff857e9fff  libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff85981000 -     0x7fff85986fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff85987000 -     0x7fff859aefff  com.apple.framework.familycontrols (4.1 - 410) <50F5A52C-8FB6-300A-977D-5CFDE4D5796B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff859af000 -     0x7fff859b2fff  libRadiance.dylib (849) <F7D9A0FD-1195-34CB-BFE5-79DAF3F40AC3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    0x7fff859b3000 -     0x7fff859ddff7  com.apple.CoreVideo (1.8 - 99.4) <E5082966-6D81-3973-A05A-38AA5B85F886> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff859de000 -     0x7fff859f0ff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    0x7fff859f1000 -     0x7fff85aeefff  libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib
    0x7fff85df2000 -     0x7fff85ef4fff  libJP2.dylib (849) <4EEA33EB-AF9F-365D-A572-F7D11AD1C76F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff85f3e000 -     0x7fff85f47ff7  com.apple.CommerceCore (1.0 - 26.1) <40A129A8-4E5D-3C7A-B299-8CB203C4C65D> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff85f51000 -     0x7fff85f52ff7  libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib
    0x7fff86209000 -     0x7fff8638ffff  libBLAS.dylib (1073.4) <C102C0F6-8CB6-3B49-BA6B-2EB61F0B2784> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff86390000 -     0x7fff863eafff com.apple.print.framework.PrintCore (8.3 - 387.2) <5BA0CBED-4D80-386A-9646-F835C9805B71> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff863eb000 -     0x7fff864f6fff  libFontParser.dylib (84.6) <96C42E49-79A6-3475-B5E4-6A782599A6DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff864f7000 -     0x7fff8650efff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8650f000 -     0x7fff8662ffff  com.apple.desktopservices (1.7.3 - 1.7.3) <707F77D2-EC0E-3431-840F-B984BD7ABDD6> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff86630000 -     0x7fff86633ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    0x7fff86634000 -     0x7fff86683ff7  libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib
    0x7fff86684000 -     0x7fff8669afff com.apple.MultitouchSupport.framework (235.29 - 235.29) <617EC8F1-BCE7-3553-86DD-F857866E1257> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff8669b000 -     0x7fff866c0ff7  libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib
    0x7fff866c1000 -     0x7fff866e3ff7  libxpc.dylib (140.42) <BBE558BD-5E55-35E4-89ED-1AA6B056D05A> /usr/lib/system/libxpc.dylib
    0x7fff8675f000 -     0x7fff8681cff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff8681d000 -     0x7fff8681eff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
    0x7fff86903000 -     0x7fff86908fff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    0x7fff86a58000 -     0x7fff86a58fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff86a5a000 -     0x7fff86a90fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    0x7fff86a91000 -     0x7fff86a97ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    0x7fff86a98000 -     0x7fff86b00ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    0x7fff86b01000 -     0x7fff86c9cfef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff86c9d000 -     0x7fff86f41ff7  com.apple.CoreImage (8.2.4 - 1.0.1) <4A6B017F-B9F7-36DA-943D-A95611F147EA> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    0x7fff86f42000 -     0x7fff87272fff  com.apple.HIToolbox (2.0 - 626.1) <656D08C2-9068-3532-ABDD-32EC5057CCB2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff87396000 -     0x7fff873b1ff7  libsystem_kernel.dylib (2050.22.13) <5A961E2A-CFB8-362B-BC43-122704AEB047> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8741e000 -     0x7fff8743dff7  com.apple.ChunkingLibrary (2.0 - 133.3) <8BEC9AFB-DCAA-37E8-A5AB-24422B234ECF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x7fff8743f000 -     0x7fff8743ffff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    0x7fff8750f000 -     0x7fff8757cff7  com.apple.datadetectorscore (4.1 - 269.2) <4FD4A7CE-BB00-3AAB-B7AA-AE395D5400EC> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff8757d000 -     0x7fff875daff7  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <D15F3FB3-BE53-3545-AD37-9A25A597FE3C> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff87706000 -     0x7fff87714fff  com.apple.Librarian (1.1 - 1) <5AC28666-7642-395F-A923-C6F8A274BBBD> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff87715000 -     0x7fff8782d92f  libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
    0x7fff8782e000 -     0x7fff87908fff  com.apple.backup.framework (1.4.2 - 1.4.2) <0B557393-CD2A-3076-BED2-F28D02E1EC1D> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8790b000 -     0x7fff87917fff com.apple.CrashReporterSupport (10.8.3 - 417) <48EDDDF3-5720-39D6-B51F-D9AFB93327B3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff87aa9000 -     0x7fff87aabff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    0x7fff87ae9000 -     0x7fff87b08ff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    0x7fff87b09000 -     0x7fff87b87ff7 com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff87b88000 -     0x7fff87b8cfff  libGIF.dylib (849) <6A664B4D-0A88-33F7-9064-0CD159AB9CE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff87d38000 -     0x7fff87f38fff  libicucore.A.dylib (491.11.2) <FD6282D8-DF3F-3842-8C2E-CF478D2B9669> /usr/lib/libicucore.A.dylib
    0x7fff88065000 -     0x7fff88072fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    0x7fff88534000 -     0x7fff8856eff7  com.apple.GSS (3.0 - 2.0) <970CAE00-1437-3F4E-B677-0FDB3714C08C> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff885d5000 -     0x7fff885e1fff  libCSync.A.dylib (331.0.4) <C7043BB7-284D-3B9F-A5CB-78ADE691B2D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff885e2000 -     0x7fff88641fff  com.apple.AE (645.6 - 645.6) <44F403C1-660A-3543-AB9C-3902E02F936F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff88a97000 -     0x7fff88ad4fef  libGLImage.dylib (8.7.25) <139A9892-A6F2-3F49-87FB-E7AC3F56E003> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff88d85000 -     0x7fff88d85fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff88d86000 -     0x7fff88d86fff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff88d87000 -     0x7fff88dddfff  com.apple.HIServices (1.20 - 417) <A1129272-FEC8-350B-BA26-5A97F23C413D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff88dec000 -     0x7fff88e30fff  libcups.2.dylib (327.3) <71E771A1-0489-3417-8A4A-56A2C930F80C> /usr/lib/libcups.2.dylib
    0x7fff88e31000 -     0x7fff88e46ff7  libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib
    0x7fff88e47000 -     0x7fff88e52ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <C12962D5-85FB-349E-AA56-64F4F487F219> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    0x7fff88ead000 -     0x7fff88ecfff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff88f6f000 -     0x7fff88f70ff7  libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib
    0x7fff8903a000 -     0x7fff8903affd com.apple.audio.units.AudioUnit (1.8 - 1.8) <173346B7-614C-380B-8E80-9BD1BE501674> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff890a2000 -     0x7fff890b5ff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff89116000 -     0x7fff8922ffff  com.apple.ImageIO.framework (3.2.0 - 849) <C52AED41-A7C2-300B-91FA-5AF73718D243> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff894f4000 -     0x7fff89502ff7  libkxld.dylib (2050.22.13) <4AAF0573-8632-3D06-BE32-C5675F77638D> /usr/lib/system/libkxld.dylib
    0x7fff89503000 -     0x7fff8950efff  com.apple.CommonAuth (3.0 - 2.0) <7A953C1F-8B18-3E46-9BEA-26D9B5B7745D> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8950f000 -     0x7fff89660fff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <C680EE1A-B4ED-3E77-A08C-DC47922ACA33> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff89692000 -     0x7fff8a2bfff7  com.apple.AppKit (6.8 - 1187.37) <FAEA8B77-210F-3C0F-B9CF-85A7595CCA26> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8a68a000 -     0x7fff8a6abfff  com.apple.Ubiquity (1.2 - 243.15) <C9A7EE77-B637-3676-B667-C0843BBB0409> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8a6ac000 -     0x7fff8a6bbfff  com.apple.opengl (1.8.7 - 1.8.7) <26F7FF79-6BB2-3968-B70D-71D4E07C9551> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8a72c000 -     0x7fff8a916ff7  com.apple.CoreFoundation (6.8 - 744.18) <A60C3C9B-3764-3291-844C-C487ACF77C2C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8aa82000 -     0x7fff8aa96fff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8aa97000 -     0x7fff8aa9bfff  com.apple.IOSurface (86.0.4 - 86.0.4) <26F01CD4-B76B-37A3-989D-66E8140542B3> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8aa9c000 -     0x7fff8aaaaff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    0x7fff8aaab000 -     0x7fff8aaabfff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8aaac000 -     0x7fff8ab14fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8ab66000 -     0x7fff8ac00fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff8ac12000 -     0x7fff8ac55ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff8ac56000 -     0x7fff8ac77ff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    0x7fff8ac78000 -     0x7fff8af49ff7  com.apple.security (7.0 - 55179.11) <73958084-5BBC-3597-A751-7370B0C247E5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8af4a000 -     0x7fff8af80fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff8af81000 -     0x7fff8b298ff7 com.apple.CoreServices.CarbonCore (1037.5 - 1037.5) <731D8F92-1C52-3613-BA01-EFEA54DADF41> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff8b3f3000 -     0x7fff8b568fff  com.apple.CFNetwork (596.3.3 - 596.3.3) <3739DC8D-8610-3740-80EC-43E130779CB8> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
        0x7fff8b683000 -     0x7fff8b692ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    0x7fff8c651000 -     0x7fff8c657fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <C713A35A-360E-36CE-AC0A-25C86A3F50CA> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8c658000 -     0x7fff8c6a9ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8c6ee000 -     0x7fff8c7c0ff7  com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8c7d5000 -     0x7fff8c886fff  com.apple.LaunchServices (539.7 - 539.7) <DA7C602E-5E01-31B8-925D-B45360CA089F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8c887000 -     0x7fff8c88cfff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    0x7fff8c890000 -     0x7fff8c8dcff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
    0x7fff8c8dd000 -     0x7fff8c8e3fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    0x7fff8c8e4000 -     0x7fff8c8f7ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    0x7fff8c95a000 -     0x7fff8c95bfff  libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8c95c000 -     0x7fff8c95efff  libCVMSPluginSupport.dylib (8.7.25) <A45E21E3-4B40-39B0-A8B6-411526A84F47> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    0x7fff8c972000 -     0x7fff8ca37ff7  com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8ca38000 -     0x7fff8d3c86ff  com.apple.CoreGraphics (1.600.0 - 331.0.4) <4953961C-96DC-39D7-ADF5-B767F2A7E4E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8d3e6000 -     0x7fff8d61bff7  com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8d61c000 -     0x7fff8d666ff7  libGLU.dylib (8.7.25) <C243C6D3-3384-3DB1-BB15-E27B65C87294> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8d667000 -     0x7fff8d6f4ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff8d79d000 -     0x7fff8d843ff7 com.apple.CoreServices.OSServices (557.6 - 557.6) <1BDB5456-0CE9-301C-99C1-8EFD0D2BFCCD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8d844000 -     0x7fff8d939fff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    0x7fff8d93a000 -     0x7fff8d96bff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8d96c000 -     0x7fff8d979fff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff8d97a000 -     0x7fff8da46ff7  libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib
    0x7fff8da70000 -     0x7fff8da70fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff8dc5a000 -     0x7fff8dc85fff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    0x7fff8dc86000 -     0x7fff8dcc5ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8dcc6000 -     0x7fff8dceefff  libJPEG.dylib (849) <5C9052F6-D0B3-39CC-8302-468B43D694D5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8dcef000 -     0x7fff8dcf6fff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8dd44000 -     0x7fff8dd72ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    0x7fff8dd73000 -     0x7fff8ddcdff7  com.apple.opencl (2.2.18 - 2.2.18) <4A78E53C-17B0-3B2D-A9EA-EF8720FE4134> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8ddce000 -     0x7fff8ddd5fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    External Modification Summary:
      Calls made by other processes targeting this process:
    task_for_pid: 2
    thread_create: 0
    thread_set_state: 0
      Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
      Calls made by all processes on this machine:
    task_for_pid: 60
    thread_create: 0
    thread_set_state: 0
    VM Region Summary:
    ReadOnly portion of Libraries: Total=144.7M resident=96.1M(66%) swapped_out_or_unallocated=48.6M(34%)
    Writable regions: Total=50.9M written=1656K(3%) resident=2236K(4%) swapped_out=0K(0%) unallocated=48.7M(96%)
    REGION TYPE VIRTUAL
    =========== =======
    CG image  4K
    CoreServices 5716K
    MALLOC  40.6M
    MALLOC guard page 48K
    STACK GUARD  56.0M
    Stack  10.0M
    VM_ALLOCATE  32K
    __DATA  10.6M
    __IMAGE  528K
    __LINKEDIT 52.0M
    __TEXT  92.7M
    __UNICODE  544K
    mapped file  32.3M
    shared memory 308K
    =========== =======
    TOTAL  301.3M
    System Profile:
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.16)
    Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Ethernet, Ethernet, en0
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Hitachi HTS725050A9A362, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5

    Thanks for the responses. I don't deal with too many Macs in my position, so this helps me out tremendously. Linc, here is the Kernel_2013-03-26-211811_********.panic log:
    Interval Since Last Panic Report:  678 sec
    Panics Since Last Report:          1
    Tue Mar 26 21:18:10 2013
    panic(cpu 0 caller 0xffffff7f971587f2): NVRM[0/1:0:0]: Read Error 0x00000100: CFG 0xffffffff 0xffffffff 0xffffffff, BAR0 0xd2000000 0xffffff8093170000 0x0a5480a2, D0, P2/4
    Backtrace (CPU 0), Frame : Return Address
    0xffffff80921bb340 : 0xffffff8016a1d626
    0xffffff80921bb3b0 : 0xffffff7f971587f2
    0xffffff80921bb470 : 0xffffff7f972553b9
    0xffffff80921bb4d0 : 0xffffff7f9725542e
    0xffffff80921bb540 : 0xffffff7f9757bc82
    0xffffff80921bb670 : 0xffffff7f9727bfe8
    0xffffff80921bb6b0 : 0xffffff7f97160567
    0xffffff80921bb760 : 0xffffff7f9715e05a
    0xffffff80921bb960 : 0xffffff7f97160160
    0xffffff80921bba50 : 0xffffff7f9820fc4b
    0xffffff80921bbab0 : 0xffffff7f9820ce82
    0xffffff80921bbb00 : 0xffffff7f981f6718
    0xffffff80921bbb40 : 0xffffff7f981ed22b
    0xffffff80921bbba0 : 0xffffff8016e650c9
    0xffffff80921bbbc0 : 0xffffff8016e66670
    0xffffff80921bbc20 : 0xffffff8016e6408f
    0xffffff80921bbd70 : 0xffffff8016a984a1
    0xffffff80921bbe80 : 0xffffff8016a20aed
    0xffffff80921bbeb0 : 0xffffff8016a10448
    0xffffff80921bbf00 : 0xffffff8016a1961b
    0xffffff80921bbf70 : 0xffffff8016aa5dd6
    0xffffff80921bbfb0 : 0xffffff8016acdd43
          Kernel Extensions in backtrace:
             com.apple.NVDAResman(8.1)[A26D2A3D-C06F-3A0F-BCFF-901A98C93C3D]@0xffffff7f970fb 000->0xffffff7f97408fff
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f97066000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[38C214C0-83C8-3594-8A4C-DC6AC3FEC163]@0xff ffff7f970e7000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[74E3E50F-E50A-3073-8C96-06F854292A91]@0 xffffff7f970a4000
             com.apple.GeForce(8.1)[A15BB65E-3501-340F-87CB-2FD2BAD33E35]@0xffffff7f981aa000 ->0xffffff7f98276fff
                dependency: com.apple.NVDAResman(8.1.0)[A26D2A3D-C06F-3A0F-BCFF-901A98C93C3D]@0xffffff7f970 fb000
                dependency: com.apple.iokit.IONDRVSupport(2.3.7)[38C214C0-83C8-3594-8A4C-DC6AC3FEC163]@0xff ffff7f970e7000
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f97066000
                dependency: com.apple.iokit.IOGraphicsFamily(2.3.7)[74E3E50F-E50A-3073-8C96-06F854292A91]@0 xffffff7f970a4000
             com.apple.nvidia.nv50hal(8.1)[5F021999-8B18-3BD5-9B98-90617E638A63]@0xffffff7f9 7416000->0xffffff7f97737fff
                dependency: com.apple.NVDAResman(8.1.0)[A26D2A3D-C06F-3A0F-BCFF-901A98C93C3D]@0xffffff7f970 fb000
                dependency: com.apple.iokit.IOPCIFamily(2.7.3)[1D668879-BEF8-3C58-ABFE-FAC6B3E9A292]@0xffff ff7f97066000
    BSD process name corresponding to current thread: WindowServer
    Mac OS version:
    12D78
    Kernel version:
    Darwin Kernel Version 12.3.0: Sun Jan  6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64
    Kernel UUID: 3EB7D8A7-C2D3-32EC-80F4-AB37D61492C6
    Kernel slide:     0x0000000016800000
    Kernel text base: 0xffffff8016a00000
    System model name: MacBookPro6,2 (Mac-F22586C8)
    System uptime in nanoseconds: 641940914405
    last loaded kext at 45774052028: com.apple.driver.AppleHWSensor 1.9.5d0 (addr 0xffffff7f98a4e000, size 36864)
    last unloaded kext at 222088795259: com.apple.driver.AppleUSBUHCI 5.2.5 (addr 0xffffff7f979f1000, size 65536)
    loaded kexts:
    com.apple.driver.AppleHWSensor 1.9.5d0
    com.apple.iokit.IOBluetoothSerialManager 4.1.3f3
    com.apple.driver.AudioAUUC 1.60
    com.apple.driver.AGPM 100.12.87
    com.apple.filesystems.autofs 3.0
    com.apple.driver.AppleMikeyHIDDriver 122
    com.apple.driver.AppleHDA 2.3.7fc4
    com.apple.iokit.BroadcomBluetoothHCIControllerUSBTransport 4.1.3f3
    com.apple.GeForce 8.1.0
    com.apple.iokit.IOUserEthernet 1.0.0d1
    com.apple.Dont_Steal_Mac_OS_X 7.0.0
    com.apple.driver.ApplePolicyControl 3.3.0
    com.apple.driver.ACPI_SMC_PlatformPlugin 1.0.0
    com.apple.driver.AppleUpstreamUserClient 3.5.10
    com.apple.driver.AppleSMCPDRC 1.0.0
    com.apple.driver.AppleIntelHDGraphics 8.1.0
    com.apple.driver.AppleIntelHDGraphicsFB 8.1.0
    com.apple.driver.AppleSMCLMU 2.0.3d0
    com.apple.driver.AppleMikeyDriver 2.3.7fc4
    com.apple.driver.AppleMCCSControl 1.1.11
    com.apple.driver.AppleLPC 1.6.0
    com.apple.driver.AppleMuxControl 3.3.0
    com.apple.driver.SMCMotionSensor 3.0.3d1
    com.apple.driver.AppleUSBTCButtons 237.1
    com.apple.driver.AppleUSBCardReader 3.1.7
    com.apple.driver.AppleIRController 320.15
    com.apple.AppleFSCompression.AppleFSCompressionTypeDataless 1.0.0d1
    com.apple.AppleFSCompression.AppleFSCompressionTypeZlib 1.0.0d1
    com.apple.BootCache 34
    com.apple.driver.AppleUSBTCKeyboard 237.1
    com.apple.iokit.SCSITaskUserClient 3.5.5
    com.apple.driver.XsanFilter 404
    com.apple.iokit.IOAHCIBlockStorage 2.3.1
    com.apple.driver.AirPort.Brcm4331 614.20.16
    com.apple.driver.AppleAHCIPort 2.5.1
    com.apple.driver.AppleFWOHCI 4.9.6
    com.apple.driver.AppleUSBHub 5.5.5
    com.apple.iokit.AppleBCM5701Ethernet 3.6.0b1
    com.apple.driver.AppleUSBEHCI 5.5.0
    com.apple.driver.AppleEFINVRAM 1.7
    com.apple.driver.AppleSmartBatteryManager 161.0.0
    com.apple.driver.AppleRTC 1.5
    com.apple.driver.AppleACPIButtons 1.7
    com.apple.driver.AppleHPET 1.8
    com.apple.driver.AppleSMBIOS 1.9
    com.apple.driver.AppleACPIEC 1.7
    com.apple.driver.AppleAPIC 1.6
    com.apple.driver.AppleIntelCPUPowerManagementClient 196.0.0
    com.apple.nke.applicationfirewall 4.0.39
    com.apple.security.quarantine 2
    com.apple.driver.AppleIntelCPUPowerManagement 196.0.0
    com.apple.iokit.IOSerialFamily 10.0.6
    com.apple.kext.triggers 1.0
    com.apple.driver.DspFuncLib 2.3.7fc4
    com.apple.iokit.IOAudioFamily 1.8.9fc11
    com.apple.kext.OSvKernDSPLib 1.6
    com.apple.nvidia.nv50hal 8.1.0
    com.apple.iokit.AppleBluetoothHCIControllerUSBTransport 4.1.3f3
    com.apple.NVDAResman 8.1.0
    com.apple.iokit.IOSurface 86.0.4
    com.apple.iokit.IOBluetoothFamily 4.1.3f3
    com.apple.driver.IOPlatformPluginLegacy 1.0.0
    com.apple.iokit.IOFireWireIP 2.2.5
    com.apple.driver.AppleHDAController 2.3.7fc4
    com.apple.iokit.IOHDAFamily 2.3.7fc4
    com.apple.driver.AppleSMBusPCI 1.0.11d0
    com.apple.driver.AppleSMBusController 1.0.11d0
    com.apple.driver.IOPlatformPluginFamily 5.3.0d51
    com.apple.driver.AppleGraphicsControl 3.3.0
    com.apple.driver.AppleBacklightExpert 1.0.4
    com.apple.iokit.IONDRVSupport 2.3.7
    com.apple.iokit.IOGraphicsFamily 2.3.7
    com.apple.driver.AppleSMC 3.1.4d2
    com.apple.iokit.IOSCSIBlockCommandsDevice 3.5.5
    com.apple.iokit.IOUSBMassStorageClass 3.5.1
    com.apple.driver.AppleUSBMultitouch 237.3
    com.apple.iokit.IOUSBHIDDriver 5.2.5
    com.apple.iokit.IOSCSIMultimediaCommandsDevice 3.5.5
    com.apple.iokit.IOBDStorageFamily 1.7
    com.apple.iokit.IODVDStorageFamily 1.7.1
    com.apple.iokit.IOCDStorageFamily 1.7.1
    com.apple.driver.AppleUSBMergeNub 5.5.5
    com.apple.driver.AppleUSBComposite 5.2.5
    com.apple.iokit.IOAHCISerialATAPI 2.5.1
    com.apple.iokit.IOSCSIArchitectureModelFamily 3.5.5
    com.apple.iokit.IO80211Family 522.4
    com.apple.iokit.IOAHCIFamily 2.3.1
    com.apple.iokit.IOFireWireFamily 4.5.5
    com.apple.iokit.IOUSBUserClient 5.5.5
    com.apple.iokit.IOEthernetAVBController 1.0.2b1
    com.apple.iokit.IONetworkingFamily 3.0
    com.apple.iokit.IOUSBFamily 5.5.5
    com.apple.driver.AppleEFIRuntime 1.7
    com.apple.iokit.IOHIDFamily 1.8.1
    com.apple.iokit.IOSMBusFamily 1.1
    com.apple.security.sandbox 220.2
    com.apple.kext.AppleMatch 1.0.0d1
    com.apple.security.TMSafetyNet 7
    com.apple.driver.DiskImages 345
    com.apple.iokit.IOStorageFamily 1.8
    com.apple.driver.AppleKeyStore 28.21
    com.apple.driver.AppleACPIPlatform 1.7
    com.apple.iokit.IOPCIFamily 2.7.3
    com.apple.iokit.IOACPIFamily 1.4
    com.apple.kec.corecrypto 1.0
    System Profile:
    Model: MacBookPro6,2, BootROM MBP61.0057.B0F, 2 processors, Intel Core i5, 2.4 GHz, 4 GB, SMC 1.58f17
    Graphics: Intel HD Graphics, Intel HD Graphics, Built-In, 288 MB
    Graphics: NVIDIA GeForce GT 330M, NVIDIA GeForce GT 330M, PCIe, 256 MB
    Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1067 MHz, 0x802C, 0x31364A53463235363634485A2D3147314631
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x93), Broadcom BCM43xx 1.0 (5.106.98.100.16)
    Bluetooth: Version 4.1.3f3 11349, 2 service, 18 devices, 1 incoming serial ports
    Network Service: Wi-Fi, AirPort, en1
    Serial ATA Device: Hitachi HTS725050A9A362, 500.11 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 2
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8218, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0236, 0xfa120000 / 4
    USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfa130000 / 3
    USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
    USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
    USB Device: Built-in iSight, apple_vendor_id, 0x8507, 0xfd110000 / 3

  • Regarding capturing VF01 ERROR logs in a background job

    Hi ,
    We are running a background job that calls transaction VF01 via BDC .
    CALL TRANSACTION 'VF01' USING   bdcdata
                              MODE    S
                              UPDATE  N
                              MESSAGES INTO gt_messtab.
    In some cases billing documents will not be generated. In such cases systems will throw message "Check the log "
    After which we can check the error messages via Menu Edit>logs.
    This error messages (stored in XVBFS internal table) need to captured in the job log  i.e custom programme.
    Unfortunately i could not found any user exits/BADIs that can help me in capturing message.
    Can you please help me how can i solve this issue?
    Thanks in advance
    Manoj
    Edited by: Manoj J on Nov 16, 2011 9:42 AM
    Moderator message : Duplicate post locked, continue with original thread [How to capture error logs of VF01 in a background job log   |Re: How to capture error logs of VF01 in a background job log].
    Edited by: Vinod Kumar on Nov 16, 2011 3:34 PM

    Hi Manoj,
    I had a similar problem.
    I solved it selecting from VBSK the last record of the user regarding elaboration of invoices, and then calling f.m. 'VBSK_ALV_DISPLAY'.
    Otherwise you could call directly transaction "V.21"
    Hope this could help you
    Andrea

  • Write the Error log from background Job to the Spool request

    Hi ,
    I have a situation where in i need to capture the error log of a Z program which runs as a background job and write that log into the spool request. My Z program calls runs RSEINB00 program using the SUBMIT statement. When this Job fails the error log can be seen in SM37. But i need this error log to be sent in to a spool.
    I can read the error log using the BP_JOBLOG_READ FM and can also create a spool using the RSPO_SPOOL_OPEN FM.
    The problem is, when the Submit statement executes, due to internal valdation in the RSEINB00 program the program terminates. Due to this it is not able to perform the SY-SUBRC Check and thus doesn't read the log.
    Can anybody suggest me how to overcome this problem. I am attaching the code for your refernece.
    SUBMIT RSEINB00
           USING SELECTION-SET 'TEST2'
                           TO SAP-SPOOL
                           LIST NAME 'LOCL'
                           IMMEDIATELY space
                           KEEP IN SPOOL 'X'
           AND RETURN.
    <b>If sy-subrc <> 0.</b>           
                 CALL FUNCTION 'BP_JOBLOG_READ'
                  EXPORTING
                    CLIENT                      = SY-MANDT
                    JOBCOUNT                    = i_tbtco-jobcount
                    JOBLOG                      = i_tbtco-joblog
                    JOBNAME                     = i_tbtco-jobname
                   TABLES
                     JOBLOGTBL                   = l_joblog
                 IF SY-SUBRC <> 0.
                 else.
                    message i002 with l_joblog-msgv1.
                 ENDIF.
    <b>
    ENDIF.</b>
    Rgds,
    Kewal
    P.S. : any other approach to solve this problem will be appreciated too and the points will be rewarded suitably.

    If I select a job in SM37 and I click on "spool" I get a list with separate spool entries for each of the steps, e. g.
    Programmname/Kommand   Programmtyp   Spoolliste
    Z_MM_STAT_UPDATE_WERK  ABAP             1707445
    ZSLEEP                 Ext. Kommando
    Z_MM_STAT_UPDATE_WERK  ABAP             1707459
    ZSLEEP                 Ext. Kommando
    Z_MM_STAT_UPDATE_MARA  ABAP             1721423
    ZSLEEP                 Ext. Kommando
    Z_MM_STAT_UPDATE_WERK  ABAP             1721437
    Z_MM_STAT_UPDATE_MARA  ABAP             1721446
    Z_MM_STAT_UPDATE_WERK  ABAP             1721447
    Z_MM_STAT_UPDATE_VKORG ABAP             1721471
    ZSLEEP                 Ext. Kommando
    Z_MM_STAT_UPDATE_VKORG ABAP             1721521
    ZSLEEP                 Ext. Kommando
    Z_MM_STAT_UPDATE_VKORG ABAP             1721816
    It's in German but I'm sure you get the idea. For each Z_MM_STAT_UPDATE and variant I have a separate spool list that I can display.
    Markus

  • MOD_OC4J_0080 and other errors HTTP Server error log

    Our portal pages with portlets on it started giving error 503 messages (just some portlets) to clients. I have checked error log and found out that it is full of this errors
    MOD_OC4J_0080: After calling Apache's ap_bwrite(), got an return value: -1 and the client could have aborted in the middle of receiving the chunk data.
    (10053)Unknown error: client stopped connection before rvputs completed
    Now and then it show also this one
    MOD_OC4J_0007: Oc4j process opmnid=141164843 parsed from cookie of session request: /portal/pls/portal/!PORTAL.wwpro_app_provider.execute_portlet/88809671/17 does not match to oc4j instance with destination name: OC4J_Portal. Ignore this cookie.
    I have found some info for the firts one (MOD_OC4J_0080) on metalink, but I'm unsure what the second one is about (10053)?
    Help appriciated
    G.

    sounds like apache or oc4j is getting confused about matching to their respective partners.
    I've seen it very very rarely and then AFAIR it was down to vhost misconfiguration

  • How can I display error log of a standard program in my custom program?

    Hello Experts,
    I have a requirement where I submit a standard program from my custom module pool program as a background job. I use the TO SAP-SPOOL and thus the log is available when I go to SM37 and check the spool list. I have a requirement that I display this log in a tab within my module pool after the completion of the program. I am unable to fins a proper solution to this. I have both the spool number & the log number but I am unable to find function modules which will help me print them within my program. I found many ways to display it but as full screen and not with in my program.
    Could someone please help me with this.
    Thank You

    Hi,
    FM to read a spool request is "RSPO_RETURN_ABAP_SPOOLJOB".
    If the error log is displayed as a list output in the standard program, you can also use the syntax SUBMIT Program... and RETURN with export to memory addition.
    Then you will be able to read the list output from memory.
    Regards,
    Munesh.

  • Error Log while activation of info cube.

    Hi All,
      While activating the cube i'm getting the below error log.I though there there was an problem with installation.Again if i re-install also i'm getting the same problem.and i'm unable to any data and also my info source is not getting activated.. Coh\uld any one help me in this regard.......
    The error's are :
    Database log:            RSDGCA2021121810:23:20
    Program start============================================================
    Mass activation
    =========================================================================
    Process..................: system_1
    User.....................: SAPUSER
    Date, time...............: 18.12.2021, 10:23:20
    Platform.................: CUSTOMER-SAN(620)/ORACLE/WindowsNT/system
    Tool.....................: RSA1/RADMASG0
    Log......................: T, RSDGCA2021121810:23:20
    Program parameters:
    Input medium..............: Direct object entry
    Activation method.........: Activ
    Chk. mode.................: G
    Version to be activated...: M
    Versions to Be Deleted....: All versions are deleted
    Lock against paral. exec..: Shared
    Parallel mode.............: Switched off
    =========================================================================
    Number of objects to be analyzed: 11
    Number of relevant dependencies: 6
    Level 1:9 objects assigned, 6 less dependencies
    Level 2:2 objects assigned, 0 less dependencies
    Graph_Analysis: 11 objects on 2 topological levels
    Start phase 001 **********************************************************
    Activation of objects
    Activate objects at level 1
    Synchronous execution, no parallel processing *
    Activate table /BIC/DIC_SRI1
    Table /BIC/DIC_SRI1 was activated successfully
    Activate table /BIC/DIC_SRIP
    Table /BIC/DIC_SRIP was activated successfully
    Activate table /BIC/DIC_SRIT
    Table /BIC/DIC_SRIT was activated successfully
    Activate table /BIC/VIC_SRI2
    Table /BIC/VIC_SRI2 was activated successfully
    Activate table /BIC/VIC_SRIH
    Table /BIC/VIC_SRIH was activated successfully
    Activate table /BIC/VIC_SRII
    Table /BIC/VIC_SRII was activated successfully
    Activate table /BIC/VIC_SRIJ
    Table /BIC/VIC_SRIJ was activated successfully
    Activate table /BIC/VIC_SRIM
    Table /BIC/VIC_SRIM was activated successfully
    Activate table /BIC/VIC_SRIT
    Table /BIC/VIC_SRIT was activated successfully
    Synchronous processing: 1 sec., 9 objects, 9 costs
    Activate objects at level 2
    Synchronous execution, no parallel processing *
    Activate table /BIC/EIC_SRI
    Table /BIC/EIC_SRI was activated successfully
    Activate table /BIC/FIC_SRI
    Table /BIC/FIC_SRI must be created in the database
    Adjust table in DB >>>
    sql:
    CREATE TABLE "/BIC/FIC_SRI"
    ("KEY_IC_SRIP" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_IC_SRIT" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_IC_SRIU" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "KEY_IC_SRI1" NUMBER (000010)
    DEFAULT 0 NOT NULL,
    "/BIC/PR_SRI" NUMBER (000017, 000002)
    DEFAULT 0 NOT NULL)
    PCTFREE 10
    PCTUSED 60
    TABLESPACE PSAPSAN
    STORAGE (INITIAL 0000000016 K
    NEXT 0000010240 K
    MINEXTENTS 0000000001
    MAXEXTENTS UNLIMITED
    PCTINCREASE 0000
    FREELISTS 004
    FREELIST GROUPS 01)
    PARTITION BY RANGE (KEY_IC_SRIP)
    PARTITION "/BIC/FIC_SRI0" VALUES LESS THAN (0))
    ORA-00439: feature not enabled: Partitioning
    DDL time(___1): .........3 milliseconds
    The SQL statement was not executed
    Table /BIC/FIC_SRI (Error adjusting the database)
    Table /BIC/FIC_SRI was not activated
    Synchronous processing: 0 sec., 2 objects, 2 costs
    Activation of objects
    End phase  001 ***********************************************************
    Start phase 002 **********************************************************
    Final log
    Following objects not activated/deleted or activated/deleted w. warning:
    Table /BIC/FIC_SRI could not be activated
    (E- Table /BIC/FIC_SRI (Error adjusting the database) )
    Final log
    End phase  002 ***********************************************************
    Start phase 003 **********************************************************
    Statistics on activated and deleted objects
    Number of objects to be activated............:  11
    Objects not activated........................:  1
    Activated objects with errors in dependencies:  0
    Objects activated with warning...............:  0
    Successfully activated objects...............:  10
    Number of objects to be deleted..............:  0
    Objects not successfully deleted.............:  0
    Successfully deleted objects.................:  0
    Tables/views with DROP/CREATE................:  0
    No. of them marked for DROP/CREATE: 0
    Not marked for DROP/CREATE: 0
    Number of nametabs to be deleted.............:  0
    Successfully deleted nametabs................:  0
    Nametabs that were not successfully deleted..:  0
    Statistics on activated and deleted objects
    End phase  003
    Process..................: system_1
    Return code..............: 8
           |   Date, time...............: 18.12.2021, 10:23:22                                                                               

    Hi
    Your E-table of the Cube is not getting activated try activating it from SE11.
    orelse try program RSDG_CUBE_ACTIVATE to activate the cube .
    See the Mappings again -- try to activate entire data flow again.
    Hope it helps
    Edited by: Aduri on Dec 18, 2008 11:21 AM

  • Error logs on 1760 router

    Hi All,
    I am getting the below error logs in my one of my router 1760, i found in some blogs that if no cable connected in WIC then the router is reporting the following fault on the console line and it happens every 1 minute like the device is being polled but doesn't respond.
    But here cables were connected into Serial and Ethernet interfaces, still i am getting the below errors.
    Is anybody experinced with this problem, can someone help me please.
    Aug 14 05:30:04: %PQUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
    Aug 14 05:31:04: %PQUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
    Aug 14 05:32:04: %PQUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
    Aug 14 05:33:04: %PQUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
    Aug 14 05:34:04: %PQUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
    Aug 14 05:35:04: %PQUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
    Aug 14 05:36:04: %PQUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
    Aug 14 05:37:04: %PQUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
    Aug 14 05:38:04: %PQUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
    Aug 14 05:39:04: %PQUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
    Aug 14 05:40:04: %PQUICC_ETHER-1-LOSTCARR: Unit 0, lost carrier. Transceiver problem?
    #x
    Interface IP-Address OK? Method Status Prot ocol
    FastEthernet0/0 10.xx.xx.xx YES NVRAM up up
    Serial0/0 unassigned YES NVRAM up up
    Serial0/0.22 172.20.x.xxx YES NVRAM up up
    Ethernet1/0 10.xx.xxx.x YES NVRAM up down
    Loopback0 172.20.xxx.xxx YES NVRAM up up
    #sh ver
    Cisco Internetwork Operating System Software
    IOS (tm) C1700 Software (C1700-IPBASE-M), Version 12.3(6b), RELEASE SOFTWARE (fc1)
    Copyright (c) 1986-2004 by cisco Systems, Inc.
    Compiled Thu 20-May-04 00:20 by dchih
    Image text-base: 0x80008120, data-base: 0x80C73B38
    ROM: System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1)
    CE-NUK-RG uptime is 38 weeks, 6 days, 5 hours, 36 minutes
    System returned to ROM by power-on
    System restarted at 00:33:21 UTC Sat Nov 15 2008
    System image file is "flash:c1700-ipbase-mz.123-6b.bin"
    cisco 1760 (MPC860P) processor (revision 0x500) with 55597K/9939K bytes of memory.
    Processor board ID FOC08202N33 (114859209), with hardware revision 0000
    MPC860P processor: part number 5, mask 2
    Bridging software.
    X.25 software, Version 3.0.0.
    1 Ethernet/IEEE 802.3 interface(s)
    1 FastEthernet/IEEE 802.3 interface(s)
    1 Serial(sync/async) network interface(s)
    32K bytes of non-volatile configuration memory.
    32768K bytes of processor board System flash (Read/Write)
    Configuration register is 0x2102
    Regards,
    Naidu.

    By the look of your "sh ip int bri" it is for the Eth1/0 interface not your serial.
    What's plugged into the other end of that link? Have you checked it is the correct encapsulation? eg if it is a trunk, are both sides configured to be a trunk (and also both isl or dot1q)?
    If it is going to a switch have you checked port security? (it may have autorecover set for 1 min which is why it keeps flapping).....
    Could also be a break in the cable which causes it to be unidirectional and UDLD may be brinking it down?

  • SQL reporting - An internal error occurred on the report server. See the error log for more details. (rsInternalError)

    I have created an RDL file programatically. When I execute the code I get the error as mentioned below:
    Error: Sub report cannot be shown.
    An internal error occurred on the report server. See the error log for more details. (rsInternalError)
    When I copy and paste the code of RDL file into new RDL file and try to preview the output I get correct result.
    Note: The new RDL file does not give any error if the output is seen using preview tab but it gives the error only when executed from report viewer or from internet explorer.
    Any Suggestion/feedback is highly appreciated.
    Thank You.
    The code of the sample RDL is shown below:
    <?xml version="1.0" encoding="utf-8"?>
    <Report xmlns="http://schemas.microsoft.com/sqlserver/reporting/2005/01/reportdefinition" xmlns:rd="http://schemas.microsoft.com/SQLServer/reporting/reportdesigner">
      <DataSources>
        <DataSource Name="DataSource1">
          <DataSourceReference>DataSource1</DataSourceReference>
          <rd:DataSourceID>fe4806ee-0358-4a87-b764-ac5de049545e</rd:DataSourceID>
        </DataSource>
      </DataSources>
      <BottomMargin>0.25in</BottomMargin>
      <RightMargin>0.25in</RightMargin>
      <PageWidth>11in</PageWidth>
      <ReportParameters>
        <ReportParameter Name="machine_id">
          <DataType>String</DataType>
          <Prompt>machine_id</Prompt>
        </ReportParameter>
        <ReportParameter Name="from_date">
          <DataType>String</DataType>
          <AllowBlank>true</AllowBlank>
          <Prompt>From Date</Prompt>
        </ReportParameter>
        <ReportParameter Name="to_date">
          <DataType>String</DataType>
          <AllowBlank>true</AllowBlank>
          <Prompt>To Date</Prompt>
        </ReportParameter>
      </ReportParameters>
      <rd:DrawGrid>true</rd:DrawGrid>
      <InteractiveWidth>8.5in</InteractiveWidth>
      <rd:SnapToGrid>true</rd:SnapToGrid>
      <Body>
        <ReportItems>
          <Table Name="table1">
            <DataSetName>Main_Report</DataSetName>
            <TableGroups>
              <TableGroup>
                <Header>
                  <TableRows>
                    <TableRow>
                      <TableCells>
                        <TableCell>
                          <ReportItems>
                            <Textbox Name="textbox2">
                              <rd:DefaultName>textbox2</rd:DefaultName>
                              <ZIndex>1</ZIndex>
                              <Style>
                                <TextAlign>Left</TextAlign>
                                <PaddingLeft>2pt</PaddingLeft>
                                <PaddingBottom>2pt</PaddingBottom>
                                <PaddingRight>2pt</PaddingRight>
                                <PaddingTop>2pt</PaddingTop>
                              </Style>
                              <CanGrow>true</CanGrow>
                              <Value>=Fields!syscode.Value</Value>
                            </Textbox>
                          </ReportItems>
                        </TableCell>
                      </TableCells>
                      <Height>0.25in</Height>
                    </TableRow>
                  </TableRows>
                  <RepeatOnNewPage>true</RepeatOnNewPage>
                </Header>
                <Grouping Name="table1_Group1">
                  <PageBreakAtEnd>true</PageBreakAtEnd>
                  <GroupExpressions>
                    <GroupExpression>=Fields!syscode.Value</GroupExpression>
                  </GroupExpressions>
                </Grouping>
              </TableGroup>
            </TableGroups>
            <Details>
              <TableRows>
                <TableRow>
                  <TableCells>
                    <TableCell>
                      <ReportItems>
                        <Subreport Name="subreport1">
                          <Parameters>
                            <Parameter Name="machine_id">
                              <Value>=Fields!machine_ip.Value</Value>
                            </Parameter>
                            <Parameter Name="syscode">
                              <Value>=Fields!syscode.Value</Value>
                            </Parameter>
                            <Parameter Name="from_date">
                              <Value>=Parameters!from_date.Value</Value>
                            </Parameter>
                            <Parameter Name="to_date">
                              <Value>=Parameters!to_date.Value</Value>
                            </Parameter>
                          </Parameters>
                          <ReportName>Holding_Summary_Multi_Period</ReportName>
                        </Subreport>
                      </ReportItems>
                    </TableCell>
                  </TableCells>
                  <Height>0.25in</Height>
                </TableRow>
              </TableRows>
            </Details>
            <TableColumns>
              <TableColumn>
                <Width>10.5in</Width>
              </TableColumn>
            </TableColumns>
            <Height>0.5in</Height>
          </Table>
        </ReportItems>
        <Height>0.75in</Height>
      </Body>
      <rd:ReportID>d0a1293a-e98c-4f75-9597-03426d2e7218</rd:ReportID>
      <LeftMargin>0.25in</LeftMargin>
      <DataSets>
        <DataSet Name="Main_Report">
          <Query>
            <rd:UseGenericDesigner>true</rd:UseGenericDesigner>
            <CommandText>select account_syscode as syscode , 'display Name' as display_name , * from mars_customer_list
    where machine_ip = @machine_id</CommandText>
            <QueryParameters>
              <QueryParameter Name="@machine_id">
                <Value>=Parameters!machine_id.Value</Value>
              </QueryParameter>
            </QueryParameters>
            <DataSourceName>DataSource1</DataSourceName>
          </Query>
          <Fields>
            <Field Name="syscode">
              <rd:TypeName>System.Int64</rd:TypeName>
              <DataField>syscode</DataField>
            </Field>
            <Field Name="display_name">
              <rd:TypeName>System.String</rd:TypeName>
              <DataField>display_name</DataField>
            </Field>
            <Field Name="customer_syscode">
              <rd:TypeName>System.Int64</rd:TypeName>
              <DataField>customer_syscode</DataField>
            </Field>
            <Field Name="account_syscode">
              <rd:TypeName>System.Int64</rd:TypeName>
              <DataField>account_syscode</DataField>
            </Field>
            <Field Name="machine_ip">
              <rd:TypeName>System.String</rd:TypeName>
              <DataField>machine_ip</DataField>
            </Field>
          </Fields>
        </DataSet>
      </DataSets>
      <Code>Shared offset As Integer
    Public Function GetPN(reset As Boolean, pagenumber As Integer) As Integer
      If reset
        offset = pagenumber - 1
      End If
      Return pagenumber - offset
    End Function
    </Code>
      <Width>10.5in</Width>
      <InteractiveHeight>11in</InteractiveHeight>
      <Language>en-US</Language>
      <PageFooter>
        <ReportItems>
          <Image Name="image1">
            <Sizing>Fit</Sizing>
            <Left>8.875in</Left>
            <MIMEType />
            <Width>1.5in</Width>
            <Source>External</Source>
            <Style />
            <Value>bottom_right_logo.gif</Value>
          </Image>
        </ReportItems>
        <Height>0.5in</Height>
        <PrintOnLastPage>true</PrintOnLastPage>
        <PrintOnFirstPage>true</PrintOnFirstPage>
      </PageFooter>
      <TopMargin>0.5in</TopMargin>
      <PageHeight>8.5in</PageHeight>
    </Report>

    i created a SSRS report with shared datasets and uploaded rdl files and rsd files , while trying to map rdl file with data sets i am getting an error
    when i click on manage for .rdl file, its throwing error , as
    "An internal error occurred on the report server. See the error log for more details. (rsInternalError)
    Object reference not set to an instance of an object.
    please help me with this

  • Exception Type:  EXC_BAD_ACCESS (SIGBUS) Exception Codes: KERN_PROTECTION_FAILURE at 0x000000010c8b2ff0 Error Log

    Hello All,
    I've been running into an issue periodically when I run the program "slicy" the program crashes and I get an error log. See error log below. I'm looking to find out if it is the program or my computer. It seems to be my computer becasue my coworkers run the same software and have no run into this problem.
    Thanks in advance.
    Process:         Slicy [3776]
    Path:            /Applications/Slicy.app/Contents/MacOS/Slicy
    Identifier:      com.macrabbit.LayerCake
    Version:         1.1.6 (1.1.6)
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [183]
    Responsible:     Slicy [3776]
    User ID:         501
    Date/Time:       2014-05-21 10:54:02.917 -0400
    OS Version:      Mac OS X 10.9.3 (13D65)
    Report Version:  11
    Anonymous UUID:  8E54E7F7-3A28-6B16-C13C-75817C618B44
    Sleep/Wake UUID: CEFCE6C8-B49A-462D-B332-881860CC29CF
    Crashed Thread:  3  Dispatch queue: com.apple.root.default-priority
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x000000010c8b2ff0
    VM Regions Near 0x10c8b2ff0:
        Stack                  000000010c830000-000000010c8b2000 [  520K] rw-/rwx SM=COW  thread 2
    --> STACK GUARD            000000010c8b2000-000000010c8b3000 [    4K] ---/rwx SM=NUL  stack guard for thread 3
        Stack                  000000010c8b3000-000000010c935000 [  520K] rw-/rwx SM=COW  thread 3
    Thread 0:: Dispatch queue: com.apple.main-thread
    0   libsystem_kernel.dylib                  0x00007fff96be6a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff96be5d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff919f4fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff919f45e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff919f3f25 CFRunLoopRunSpecific + 309
    5   com.apple.HIToolbox                     0x00007fff91f91a0d RunCurrentEventLoopInMode + 226
    6   com.apple.HIToolbox                     0x00007fff91f917b7 ReceiveNextEventCommon + 479
    7   com.apple.HIToolbox                     0x00007fff91f915bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    8   com.apple.AppKit                        0x00007fff8b87026e _DPSNextEvent + 1434
    9   com.apple.AppKit                        0x00007fff8b86f8bb -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    10  com.apple.AppKit                        0x00007fff8b8639bc -[NSApplication run] + 553
    11  com.apple.AppKit                        0x00007fff8b84e7a3 NSApplicationMain + 940
    12  com.macrabbit.LayerCake                 0x000000010c5abd14 0x10c5aa000 + 7444
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff96beb662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff91d37421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff91d37136 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 3 Crashed:: Dispatch queue: com.apple.root.default-priority
    0   com.macrabbit.LayerCake                 0x000000010c699736 0x10c5aa000 + 980790
    1   com.macrabbit.LayerCake                 0x000000010c69a1fa 0x10c5aa000 + 983546
    2   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    3   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    4   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    5   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    6   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    7   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    8   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    9   com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    10  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    11  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    12  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    13  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    14  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    15  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    16  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    17  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    18  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    19  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    20  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    21  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    22  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    23  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    24  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    25  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    26  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    27  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    28  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    29  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    30  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    31  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    32  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    33  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    34  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    35  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    36  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    37  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    38  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    39  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    40  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    41  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    42  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    43  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    44  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    45  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    46  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    47  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    48  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    49  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    50  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    51  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    52  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    53  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    54  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    55  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    56  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    57  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    58  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    59  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    60  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    61  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    62  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    63  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    64  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    65  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    66  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    67  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    68  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    69  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    70  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    71  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    72  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    73  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    74  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    75  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    76  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    77  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    78  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    79  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    80  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    81  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    82  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    83  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    84  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    85  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    86  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    87  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    88  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    89  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    90  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    91  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    92  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    93  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    94  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    95  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    96  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    97  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    98  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    99  com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    100 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    101 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    102 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    103 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    104 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    105 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    106 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    107 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    108 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    109 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    110 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    111 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    112 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    113 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    114 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    115 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    116 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    117 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    118 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    119 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    120 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    121 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    122 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    123 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    124 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    125 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    126 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    127 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    128 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    129 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    130 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    131 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    132 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    133 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    134 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    135 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    136 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    137 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    138 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    139 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    140 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    141 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    142 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    143 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    144 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    145 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    146 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    147 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    148 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    149 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    150 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    151 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    152 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    153 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    154 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    155 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    156 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    157 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    158 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    159 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    160 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    161 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    162 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    163 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    164 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    165 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    166 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    167 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    168 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    169 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    170 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    171 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    172 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    173 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    174 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    175 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    176 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    177 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    178 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    179 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    180 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    181 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    182 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    183 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    184 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    185 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    186 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    187 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    188 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    189 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    190 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    191 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    192 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    193 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    194 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    195 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    196 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    197 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    198 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    199 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    200 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    201 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    202 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    203 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    204 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    205 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    206 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    207 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    208 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    209 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    210 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    211 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    212 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    213 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    214 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    215 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    216 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    217 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    218 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    219 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    220 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    221 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    222 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    223 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    224 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    225 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    226 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    227 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    228 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    229 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    230 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    231 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    232 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    233 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    234 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    235 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    236 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    237 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    238 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    239 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    240 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    241 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    242 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    243 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    244 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    245 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    246 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    247 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    248 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    249 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    250 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    251 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    252 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    253 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    254 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    255 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    256 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    257 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    258 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    259 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    260 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    261 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    262 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    263 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    264 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    265 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    266 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    267 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    268 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    269 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    270 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    271 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    272 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    273 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    274 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    275 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    276 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    277 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    278 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    279 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    280 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    281 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    282 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    283 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    284 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    285 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    286 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    287 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    288 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    289 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    290 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    291 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    292 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    293 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    294 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    295 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    296 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    297 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    298 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    299 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    300 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    301 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    302 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    303 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    304 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    305 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    306 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    307 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    308 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    309 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    310 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    311 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    312 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    313 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    314 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    315 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    316 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    317 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    318 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    319 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    320 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    321 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    322 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    323 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    324 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    325 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    326 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    327 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    328 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    329 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    330 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    331 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    332 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    333 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    334 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    335 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    336 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    337 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    338 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    339 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    340 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    341 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    342 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    343 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    344 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    345 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    346 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    347 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    348 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    349 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    350 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    351 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    352 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    353 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    354 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    355 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    356 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    357 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    358 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    359 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    360 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    361 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    362 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    363 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    364 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    365 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    366 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    367 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    368 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    369 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    370 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    371 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    372 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    373 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    374 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    375 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    376 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    377 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    378 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    379 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    380 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    381 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    382 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    383 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    384 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    385 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    386 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    387 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    388 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    389 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    390 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    391 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    392 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    393 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    394 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    395 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    396 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    397 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    398 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    399 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    400 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    401 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    402 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    403 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    404 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    405 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    406 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    407 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    408 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    409 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    410 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    411 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    412 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    413 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    414 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    415 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    416 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    417 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    418 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    419 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    420 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    421 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    422 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    423 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    424 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    425 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    426 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    427 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    428 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    429 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    430 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    431 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    432 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    433 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    434 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    435 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    436 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    437 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    438 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    439 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    440 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    441 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    442 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    443 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    444 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    445 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    446 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    447 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    448 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    449 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    450 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    451 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    452 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    453 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    454 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    455 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    456 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    457 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    458 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    459 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    460 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    461 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    462 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    463 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    464 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    465 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    466 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    467 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    468 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    469 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    470 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    471 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    472 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    473 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    474 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    475 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    476 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    477 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    478 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    479 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    480 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    481 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    482 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    483 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    484 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    485 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    486 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    487 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    488 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    489 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    490 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    491 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    492 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    493 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    494 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    495 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    496 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    497 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    498 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    499 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    500 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    501 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    502 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    503 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    504 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    505 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    506 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    507 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    508 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    509 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    510 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    511 com.macrabbit.LayerCake                 0x000000010c69a251 0x10c5aa000 + 983633
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 5:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff96beae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9702af08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9702dfb9 start_wqthread + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff96be6a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff96be5d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff919f4fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff919f45e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff919f3f25 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff8ba1005e _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff97029899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9702972a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff9702dfc9 thread_start + 13
    Thread 12:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff96be6a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff96be5d18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff919f4fc5 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff919f45e9 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff919f3f25 CFRun

    You installed the "Genieo/InstallMac" rootkit. The product is a fraud, and the developer knowingly distributes an uninstaller that doesn't work. I suggest the tedious procedure below to disable Genieo. This procedure may leave a few small files behind, but it will permanently deactivate the rootkit (as long as you never reinstall it.)
    Malware is constantly changing to get around the defenses against it. The instructions in this comment are valid as of now, as far as I know. They won't necessarily be valid in the future. Anyone finding this comment a few days or more after it was posted should look for more recent discussions or start a new one.
    Back up all data. You must know how to restore from a backup even if the system becomes unbootable. If you don't know how to do that, or if you don't have any backups, stop here and ask for guidance.
    Step 1
    In the Applications folder, there should be an item named "Genieo". Select it and open the Finder Info window. If it shows that the Version is less than 2.0, download and install the current version from the genieo.com website. This may seem paradoxical, since the goal is to remove it, but you'll be saving yourself some trouble as well as the risk of putting the system in an unusable state.
    There should be another application in the same folder named "Uninstall Genieo". After updating Genieo, if necessary, launch "Uninstall Genieo" and follow the prompts to remove the "newspaper-style home page." Restart the computer.
    This step does not completely inactivate Genieo.
    Step 2
    Don't take this step unless you completed Step 1, including the restart, without any error messages. If you couldn't complete Step 1, stop here and ask for instructions.
    Triple-click anywhere in the line below on this page to select it:
    /Library/Frameworks/GenieoExtra.framework
    Right-click or control-click the line and select
    Services ▹ Reveal in Finder (or just Reveal)
    from the contextual menu.
    If you don't see the contextual menu item, copy the selected text to the Clipboard by pressing the key combination command-C. In the Finder, select
    Go ▹ Go to Folder...
    from the menu bar and paste into the box that opens by pressing command-V. You won't see what you pasted because a line break is included. Press return.
    A folder should open with an item named "GenieoExtra.framework" selected. Move that item to the Trash. You'll be prompted for your administrator password.
    Move each of these items to the Trash in the same way:
    /Library/LaunchAgents/com.genieo.completer.update.plist
    /Library/LaunchAgents/com.genieo.engine.plist
    /Library/LaunchAgents/com.genieoinnovation.macextension.plist
    /Library/LaunchDaemons/com.genieoinnovation.macextension.client.plist
    /Library/PrivilegedHelperTools/com.genieoinnovation.macextension.client
    /usr/lib/libgenkit.dylib/usr/lib/libgenkitsa.dylib
    /usr/lib/libimckit.dylib
    /usr/lib/libimckitsa.dylib~/Library/Application Support/com.genieoinnovation.Installer~/Library/LaunchAgents/com.genieo.completer.download.plist
    ~/Library/LaunchAgents/com.genieo.completer.update.plist
    If there are other items with a name that includes "Genieo" or "genieo" alongside any of those listed above, move them as well. There's no need to restart after each one. Some of these items will be absent, in which case you'll get a message that the file can't be found. Skip that item and go on to the next one.
    Restart and empty the Trash. Don't try to empty the Trash until you have restarted.
    Step 3
    From the Safari menu bar, select
    Safari ▹ Preferences... ▹ Extensions
    Uninstall any extensions you don't know you need, including ones called "Genieo" or "Omnibar," and any that have the word "Spigot" or "InstallMac" in the description. If in doubt, uninstall all extensions. Do the equivalent for the Firefox and Chrome browsers, if you use either of those.
    Your web browser(s) should now be working, and you should be able to reset the home page and search engine. If not, stop here and post your results.
    Make sure you don't repeat the mistake that led you to install this software. Chances are you got it from an Internet cesspit such as "Softonic" or "CNET Download." Never visit either of those sites again. You might also have downloaded it from an ad in a page on some other site. The ad has a large green button labeled "Download" or "Download Now" in white letters. The button is designed to confuse people who intend to download something else on the same page. If youever download a file that isn't obviously what you expected, delete it immediately.
    You may be wondering why you didn't get a warning from Gatekeeper about installing software from an unknown developer, as you should have. The reason is that the Genieo developer has a codesigning certificate issued by Apple, which causes Gatekeeper to give the installer a pass. Apple could revoke the certificate, but as of this writing, has not done so, even though it's aware of the problem. It must be said that this failure of oversight is inexcusable and has seriously compromised the value of Gatekeeper and the Developer ID program. You cannot rely on Gatekeeper alone to protect you from harmful software.
    Finally, be forewarned that when Genieo is mentioned on this site, the developer sometimes shows up under the name "Genieo support." If that happens, don't believe anything he says, but feel free to tell him what you think of his scam.

  • Error logging problem:

    error logging problem:
    I would like to implement an error logger that will do the following tasks when a error/exception arrises:
    - surpress the DacfErrorPopupLogger
    - alert the user that an error has occured with a simplified popup (create a global listener then use the ErrorAttributes to create the text of the popup)
    - log the error in a file with a timestamp and all error information
    - later if the above works....i would like to add the error attributes (time stamp, error type) to a oracle object/ Jdev domain.
    Questions:
    What is the best technique to use....errorManager, error logger ...?? combination
    How do i use the error manager to register listners for the errors?.
    In the following code i am not sure how to access the ErrorsAttributes[] array that is returned by loggerReader.getErrors();
    Any general tips places to find sample code on errorManager or associated interfaces, will be appreciated
    I used the OutPutStreamLogger to write error information to a FileOutputStream then a loggerReader to get the error attributes from the file. The reason i went in this direction is because i found some smple code on the outputStream logger.
    package DACVideo;
    import oracle.dacf.util.errorloggers.*;
    import oracle.dacf.util.errormanager.*;
    import oracle.dacf.util.errorloggers.InputStreamLoggerReader.ErrorAttributes;
    import java.io.*;
    * A Class class.
    * <P>
    * @author Adam Maddox
    public class ErrorLogger extends Object {
    static OutputStreamLogger logger = null;
    static InputStreamLoggerReader loggerReader = null;
    public ErrorLogger() {
    System.out.println("==============ErrorLogger Created==============");
    //remove default error logger (popup logger)
    ErrorManager.removeErrorLogger(ErrorManager.findLoggerByName(DacfErrorPopupLogger.NAME));
    try
    logger = new OutputStreamLogger(new FileOutputStream("out.dat"));
    loggerReader = new InputStreamLoggerReader(new FileInputStream("out.dat"));
    catch(java.io.IOException e)
    System.err.println("Error!");
    try
    ErrorManager.addErrorLogger(logger);
    catch(NameAlreadyRegisteredException e)
    System.err.println("A Logger with this name is already registered.");
    private void closeErrorLog()
    //close the OutputStream, to force flushing
    logger.closeOutputStream();
    ErrorManager.removeErrorLogger(logger);
    public static void showErrorLog()
    ErrorAttributes[] errorArray = loggerReader.getErrors(); <<<<CANNOT GET ERROR ATTRIBUTES ??
    null

    JDev could you help??

Maybe you are looking for

  • Changing Universe for WEBI Rpeorts

    Hi, We have a scenario where 5000+ webi reports based on 3 Universes currently pulling data from Oracle, we have plans to replace Oracle with SAP HANA. By this change and from our experience we are assuming that it  should be good practice to re-crea

  • Query,insert,update and delete in forms6i

    Hi i am new to forms6i, when i tried to update or delete the record it is giving error "FRM-40508 Oracle error: unable to insert record". when i hardcode the update statement it is executing fine. i have checked my sql statement at alert box, it is f

  • Document Icon in the Dashboard

    I lost the document Icon in the dashboard by accident. How do I retrieve it?

  • Shared folder disappears when using wireless

    When my iMac and Mini connected to the Airport Extreme using ethernet, both computers could see each other's shared folders in Finder. I switched my setup so that the Mini is wireless (iMac still ethernet), but now the mini can see the iMac's shared

  • BUG - Notifier Compatibility VIs Memory Leak

    There is a nasty little bug in the Notifier compatibility VIs that causes a sever performance hit, and memory leak. This is caused by the caching of the notifier names and not ever flushing stale notifier references when they are destroyed. This bug