Deleting Error Logs: It is fine to do it?

Today my Messenger: Mac 8 Beta application crashed and created an error log, I sent it to apple. After that, I was able to find the location of the file in the system/library/logs/ in a "Error Diagnostic" (I don't remember the name of the folder) folder. Since I sent the report to apple, I went and sent the folder into the trash and emptied it, the folder was created at the time of the crash that was at 12:06pm and I remember not seeing that folder there before the application crash (I reinstalled OSX yesterday).
Did I do wrong by sending this log to the trash and deleting it?

It won't cause any problems, no; not that the logs usually take up much space.
HD/Library/Logs/ or Home/Library/Logs/ is where any crashes/hangs usually end up - either in CrashReporter or DiagnosticReports.

Similar Messages

  • RSB ERROR LOG DELETION

    DEAR EXPERTS ,
            I HAVE A SCENARIO ON DELETION OF RSB ERROR LOG TABLE TO USE  MY DB SPACE  EFFECTIVELY . COULD U PLZ  SUGGEST THE PROCEDURE .

    Note: SAP recommends to delete error logs for DTPs that has more than 300,000 data recs
    Step 1: Execute program u201CRSB_ANALYZE_ERRORLOGu201D from SE38. Result will show you list of DTPs with no. Data Recs.
                   From this u should note down the DTP (say DTP_XXXXXX) that has highest no. of data recs
    Step 2: From SE16...Table u201CRSBKREQUESTu201D, (filter DTP: DTP_XXXXXX). This will show entries for that particular DTP. If u 
                   scroll to right u can see datasource (column: SRC) name.
    Step 3: From SE38 execute Program u201CRSBM_ERRORLOG_DELETEu201D,
                    enter Date ranges ,
                    DTP : DTP_XXXXXX
                   Select check box for 'Delete Log' and Execute.

  • DML Error logging with delete restrict

    Hi,
    I am trying to log all DML errors while performing ETL process. We encountered a problem in the process when one of the on delete cascade is missing in child tables but I was curious to know why we got that exception to the calling environment because we are logging all DML errors in err$_ tables. Our expectation is when we get child record found violation then that error will be logged into ERR$_ tables and process will carry on without any interruption but it interrupted in the middle and terminated. I can illustrate with below example
    T1 -> T2 -> T3
    T1 is parent and it is s root
    Create table t1 (id number primary key, id2 number);
    Create table t2(id number references t1(id) on delete cascade, id2 number);
    create table t3 (id number references t2(id)); -- Missing on delete cascade
    insert into t1 as select level, level from dual connect by level < 20;
    insert into t2 as select level, level from dual connect by level < 20;
    insert into t3 as select level from dual connect by level < 20;
    exec dbms_errlog(t1);
    exec dbms_errlog(t2);
    exec dbms_errlog(t3);
    delete from t1 where id = 1 log errors into err$_t1 reject limit unlimited;   -- Child record found violation due to t3 raised but I am expecting this error will be trapped in log tables.
    delete from t2 where id =1 log errors into err$_t2 reject limit unlimited; -- Got the same error child record violation. My expectation error will be logged into log tables.
    I am using Oracle 11gR2.
    Also, Please let me know if there is any restrictions to use DML error logging in DBMS_PARALLEL_EXECUTE.
    Please advise
    Thanks,
    Umakanth

    What is the error you want me to fix? Missing on delete cascade?
    The Code you posted has multiple syntax errors and can't possibly run. You should post code that actually works.
    My expectation is all the DML errors will be logged into error logging tables even if it is child record found violation.
    delete from t1 where id = 1 log errors into err$_t1 reject limit unlimited;  -- Child record found violation due to t3 raised but I am expecting this error will be trapped in log tables.
    delete from t2 where id =1 log errors into err$_t2 reject limit unlimited; -- Got the same error child record violation. My expectation error will be logged into log tables.
    DML error logging logs DATA. When you delete from T1 there is an error because the T2 child record can NOT be deleted. So the T1 row that was being deleted is logged into the T1 error log table. The request was to delete a T1 row so that is the only request that failed; the child rows in T2 and T3 will not be put into log tables.
    Same when you try to delete from T2. The T3 child record can NOT be deleted so the T2 row that was being deleted is logged into the T2 error log table.
    The exceptions that occur are NOT logged, only the data that the DML could not be performed on.
    After I fixed your code your example worked fine for me and logged into the DML error tables as expected. But I wasn't doing it from a client.

  • RT system error logs - delete session not working

    I cannot seem to delete the error logs in my RT system. I right-click, view the logs and select "delete session" they disappear. I select "done". But when I right click to view the log again they're back. Ideas? Thanks in advance.
    PaulG.
    "I enjoy talking to you. Your mind appeals to me. It resembles my own mind except that you happen to be insane." -- George Orwell

    Hi Paul,
    Which version of Real-Time are you working with? Do you have any other RT systems that are demonstrating the same behavior?
    Best regards,
    -Tim

  • Problem delete chang log from process chain BW 7.01

    We have upgrade BW from 3.5 version to 7.01 version two month ago.
    Now I realized that the process chain running one a week to delete PSA and change log don't work well after upgrade.
    The process chain end without errors (status is green), but the change log are not deleted.
    In the test system I try to delete the Change Log in 2 mode:
    1-with the variant "Deletion of Requests from the Change Log " and the datastoreobject = myods and all the option (correct request, incorrect request and "Delete Activation Requests Only"). In the log i see this messagge
    The following excluded selections will be processed:
    No excluded selections found
    The following included selectiosn will be processed:
    Pattern: DataStore = 0FIGL_O06, InfoArea = *
    The following reqeust selections were set:
    Number of days = 0000000010, Successful = X, Incorrect = X, Curr. Requests =
    The following change logs were selected:
    2-with the variant "Deletion of Requests from PSA " and the datasource= 8myods and all the option (correct request, incorrect request).  In the log i see this messagge
    The following excluded selections will be processed:
    No excluded selections found
    The following included selectiosn will be processed:
    Pattern: DS = 80FIGL_O06, LS = BWTCLNT100, IS = , AC =
    The following reqeust selections were set:
    Number of days = 0000000015, Successful = X, Incorrect = X, Load requests =
    The following PSAs were selected:
    In both case the change log is not deleted.
    I can delete the change log only using Manage screen of my ods and then using Menu -> Environment ->Delete Change Log Data.
    Anna Maria

    I see that this topic is still active/unanswered...
    We're having the same problem, but not just changelogs, also for PSAs. We have a weekly process chain that does housekeeping on our BW system, cleaning up PSAs and changelogs, compressing cubes, realigning time-dep masterdata and renewing indexes.
    The PSA chain runs fine and about 90% of all PSAs get deleted, but there are some datasources (all of them are of type 8* datamart datasources) that don't get their PSAs deleted. It says "The following PSAs were selected:" and then nothing happens...
    I tried all tickbox combinations and checked that there are no PSA entries blocked by invalid partitions. Manual deletion (via "manage" in the datasource) works fine, but is tedious and time consuming.
    Also, most of the 8* datasource PSAs do get deleted. Just a handful (+/- 25) get skipped somehow.
    Any ideas?
    Thanks,
    Eduard
    PS: We're still running 3.5-style backend dataflow, but will eventually get converted to transformations and DTPs. But that's not on our agenda (yet).

  • Error logs in job releases forecast from DP to SNP-"Matl does not exist"

    Hi Everyone,
    I am facing error logs in the batch job which releases forecast from DP to SNP
    Forecast release job - Weekly - Through background job
    Forecast category - FA
    Error 1: - Characteristic combination appears on batch job log with an error that
    "GMC does not exist " Even though it exist in R/3 and APO
    All products with error message "Product does not exist" from do exist and have Forecast in Product View
    Error 2: - Deleted KCC keep showing up on the Demand Forecast release job log as errors even though they are invalid KCC and were deleted previously. How do they get removed from error log so they don't get created again
    Material does not exist on the APO Product Master, in R3 there is a delete flag and the MRP type is set to X1 ,it does not exist in the APO Product Master and does not exist in R3.
    Request you to kindly provide any way forward which may be causing error logs of the job
    Thanks in advance,
    Mrigendra Sharma

    Hi Mrigendra,
    Please re-initialize the SNP planning area (program : /SAPAPO/TS_PAREA_INITIALIZE) and then check the consistency by executing the program: /SAPAPO/TS_LCM_CONS_CHECK. If you observe any inconsistency in the log/spool, then re-run the program: /SAPAPO/TS_LCM_CONS_CHECK to observe all green.
    It is recommended to run the consistency program after any master data change. The initialization program should be run at least weekly.
    Try transfering the data again from DP to SNP to see if the error reappear.
    Hope this helps.
    Regards,
    Nawanit

  • 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.

  • I recently changed my password to my apple id and was able to log into everything fine except the icloud on my ipad.  It reverted back to an old apple id and I don't know the password.  I have tried all the suggestions and no luck.

    I recently changed my password to my apple id and was able to log into everything fine except the icloud on my ipad.  It reverted back to an old apple id and I don't know the password.  I have tried all the suggestions and no luck.

    You didn't say what you've tried, but f the old ID is an earlier version of your current ID, temporarily recreate the old ID by going to https://appleid.apple.com, click Manage my Apple ID and sign in with your current iCloud ID.  Click edit next to the primary email account, change it back to your old email address and save the change.  Then edit the name of the account to change it back to your old email address.  You can now use your current password to turn off Find My iDevice, even though it prompts you for the password for your old account ID. Then save any photo stream photos that you wish to keep to your camera roll.  When finished go to Settings>iCloud, tap Delete Account and choose Delete from My iDevice when prompted (your iCloud data will still be in iCloud).  Next, go back to https://appleid.apple.com and change your primary email address and iCloud ID name back to the way it was.  Now you can go to Settings>iCloud and sign in with your current iCloud ID and password.

  • Hi, I cant login to the facebook app on my iphone 5 ios 6.0.2.  I keep getting an error message saying 'There was an error logging in using single sign on' when im asked to log in again i get a 'session expired' message.  This only started happening yeste

    Hi, I cant login to the facebook app on my iphone 5 ios 6.0.2.  I keep getting an error message saying 'There was an error logging in using single sign on' when im asked to log in again i get a 'session expired' message.  This only started happening yesterday. Anyone else having this problem? Thanks.

    I am having the same problem and took the following steps to mitigate it to no avail.
    1. I deleted the Facebook app on the phone and turned off Facebook in the iPhone's system-wide settings.
    2. I re-enabled Facebook in the iPhone's system-wide settings and reinstalled the Facebook app and logged in again. It worked. For about an hour.
    3. I completely restored the phone to a previous backup (before the problems started) and reenabled Facebook .... reinstalled the app.... and now it works intermittenly. But it hasn't worked in about 12 hours now (just tried a few minutes ago).
    Please advise.

  • Error log in Process chains...

    hai friends,
    am getting this error log messages while running the process chains...
    There is a discrepancy between the confirmation and deletion of qRFC-LUWs
    Message no. RSQU016
    Diagnosis
    When data was confirmed and deleted in the qRFC queue, the system found a discrepancy between the number of newly confirmed LUWs (                                               2282) and the number of LUWs to be deleted (                                               3424).
    Where more LUWs are to be deleted than were previously confirmed, a previous delete attempt was terminated.
    The LUWs were confirmed but not completely deleted from the qRFC and tRFC tables. The confirmation already ensures that the data is not transferred into the BW again with a subsequent request.
    Delta extraction was continued.
    Procedure
    You do not need to do anything urgently.
    If the message also arises during all subsequent delta requests, contact SAP Support with the message number at hand. In this case, there is a danger that the qRFC and tRFC tables run at full capacity, which may also affect other applications.
    please help me friendds...

    Refer to the OSS note: 583086
    Also you can refer to the smililar kind of discussion in this link:
    Discrepancy between the confirmation and deletion of qRFC-LUWs
    Hope this helps..

  • 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 logging using DBMS_ERRLOG package

    Hi All,
    We have following tables, which are growing day-by-day and giving performance problems.
    There are total 25 tables (1 parent and 24 child tables, with different structures).
    Here i gave some Samples, NOT actual table structures.
    Actually we don't require all the data for our regular activities.
    So we thought of moving part of the data into Other (Archive) tables, on daily basis.
    Using SOME criteria, we are finding eligible records to be moved into Archive tables.
    All child records follows the Parent.
    Original Tables
    ==================
    create table customer (c_id number(5), c_name varchar2(10),c_address varchar2(10));
    create table orders (o_id number(5),c_id number(5),o_info clob);
    create table personal_info (p_id number(5),c_id number(5), age number(3), e_mail varchar2(25), zip_code varchar2(10)):
    Archive Tables
    ==============
    create table customer_arch (c_id number(5), c_name varchar2(10),c_address varchar2(10));
    create table orders_arch (o_id number(5),c_id number(5),o_info varchar2(100));
    create table personal_info_arch (p_id number(5),c_id number(5), age number(3), e_mail varchar2(25), zip_code varchar2(10)):
    Temp table
    ==========
    create table C_temp (rnum number(5), ids number(5));
    Sample Code
    ============
    PROCEDURE payment_arch
    IS
         l_range_records NUMBER (4) := 2000;
         l_total_count NUMBER(10) := 0;
         l_prev_count NUMBER(10) := 0;
         l_next_count NUMBER(10) := 0;
    BEGIN
    --Finding eligible records to be moved into Archive tables.
    INSERT INTO C_TEMP
         SELECT ROWNUM,c_id FROM customer;
    SELECT NVL(MAX(ID),0) INTO l_total_count FROM OPP_PAYMENT_ID_TEMP;
    IF l_total_count > 0 -- Start Count check
    THEN
         LOOP     -- Insert Single payments
              IF ((l_total_count - l_prev_count) >= l_next_count )
              THEN
                   l_next_count := l_prev_count + l_range_records;
              ELSE
                   l_next_count := l_total_count;
              END IF;
              l_prev_count := l_prev_count ;
              INSERT INTO customer_ARCH
              SELECT * FROM customer a
              WHERE c_id in (SELECT c_id
              FROM C_TEMP b WHERE rnum BETWEEN l_prev_count AND l_next_count);
              INSERT INTO orders_ARCH
              SELECT * FROM orders a
              WHERE c_id in (SELECT c_id
              FROM C_TEMP b WHERE rnum BETWEEN l_prev_count AND l_next_count);
              INSERT INTO personal_info_ARCH
              SELECT * FROM personal_info a
              WHERE c_id in (SELECT c_id
              FROM C_TEMP b WHERE rnum BETWEEN l_prev_count AND l_next_count);
              --     Delete Archived Single Payments
              DELETE customer a
              WHERE c_id in (SELECT c_id
              FROM C_TEMP b WHERE ID BETWEEN l_prev_count AND l_next_count);
              COMMIT;
              IF l_next_count = l_total_count
              THEN
              EXIT;
              else
              l_prev_count := l_next_count;
              END IF;
         END LOOP;     -- Insert Single payments
    END IF; -- End Count check
    EXCEPTION
    WHEN NO_DATA_FOUND
    THEN
    NULL;
    WHEN OTHERS
    THEN
    RAISE_APPLICATION_ERROR('-20002','payment_arch: ' || SQLCODE ||': ' || SQLERRM);
    END Payment_Arch;
    In production, we may require to archive 25000 Parent records and 25000*4*3 child records per day.
    Now the problem is:
    By any chance, if record fails, We want to know the Exact record ,just "c_id" for the particular table
    where the error raised and Error message.
    We thought of using DBMS_ERRLOG package, but we CAN NOT log errors of Different tables into SINGLE error log table.
    In the above case It require 3 Different tables and it logs all columns from the original table.
    It's a un-necessary burden on the database.
    We would be very glad, if anyone can help us with some good thought.
    Thanks in advance.
    srinivas

    duplicate post
    Insufficient privilege error when executing DBMS_ERRLOG through PLSQL

  • 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.

  • Mac OS X 10.5.8 - 15 minutes to Startup / Boot - error log help?

    Found an older thread that advised me to check out Console Messages Error Log, which I did, and I have pasted the notable entries below.
    4/22/11 6:57:56 PM com.apple.launc
    hd[1] (org.ntp.ntpd) Unknown key: SHAuthorizationRight
    4/22/11 6:57:56 PM com.apple.launchd[1] (org.x.privileged_startx) Unknown key for boolean: EnableTransactions
    4/22/11 6:58:23 PM com.apple.SystemStarter[18] Starting HP IO Monitor
    4/22/11 6:58:25 PM com.apple.SystemStarter[18] Starting HP Trap Monitor
    4/22/11 6:59:05 PM com.apple.launchd[1] ([0x0-0x5005].com.wacom.TabletDriver[96]) Exited with exit code: 1
    4/22/11 6:59:05 PM com.apple.launchd[1] (com.apple.UserEventAgent-LoginWindow[92]) Exited: Terminated
    4/22/11 6:59:05 PM com.apple.launchd[99] (com.apple.AirPortBaseStationAgent) Unknown key for boolean: EnableTransactions
    4/22/11 6:59:05 PM com.apple.launchd[99] (org.x.startx) Unknown key for boolean: EnableTransactions
    4/22/11 6:59:24 PM Software Update[128] arguments=(null)
    4/22/11 7:13:13 PM [0x0-0x7007].com.wacom.TabletDriver[112] DeviceAddedCallback(): iterator=2003, retain count=2
    4/22/11 7:13:13 PM [0x0-0x7007].com.wacom.TabletDriver[112] device 5617 (IOHIDPointingDevice) found.
    4/22/11 7:13:13 PM [0x0-0x7007].com.wacom.TabletDriver[112] device 5617 (IOHIDPointingDevice) found.
    any help on how to fix this 13+ minute gap would be MOST appreciated - thanks!

    Roam has made a good catch.
    It looks like the long lag begins from Software Update. (Booting in Verbose mode or looking in system.log might give more clues as to what's going on.) Is Sys Prefs>Software Update set to automatically check for, or download, updates (daily?) If it is, it may, for some reason, be getting hung up there. Uncheck that preference and see what the boot time looks like.
    I would create another admin account (I always have one set up for testing purposes) and see if the boot up is the same.
    You may have a problem with Software Update
    Delete the contents (not the enclosing folder) of this folder
    /Users/yourusername/Library/Caches/com.apple.SoftwareUpdate
    And move this file to the Desktop:
    /Users/yourusername/Library/Preferences/com.apple.SoftwareUpdate.plist
    (there may be several more nearby titled "by host," with a long string of numbers; get those, as well.)
    They are both in your Home Folder Library.
    Then restart.

  • ORA-02291 - ORA-02063 on merge with dml error logging through DB link

    Hello all,
    I have 2 DB's and I would like to merge records from A into B with dml error logging through a db link.
    Exemple:
    merge into B@dblink
    using (select ... from A where...)
    when matched then
    when not matched then
    log errors into err$_A reject limit unlimited;
    When I use this, and exception is thrown:
    ORA-02291: integrity constraint (B.constraint_name) violated - parent key not found
    ORA-02063: preceding line from dblink
    I've got no idea of what causes this.
    Could anyone please help me ?
    Thanks !
    Regards,
    TDE.

    Hello damorgan,
    Thanks for your answer.
    I've well understood that its was a foreign key violation, and I guess that's an error in the source: wee make only logical deletes, and I'm quite sure the problem is there.
    Anyway, I really would understand why dml error logging doesn't work in this case.
    I'll investigate and keep you informed.
    Regards.

Maybe you are looking for

  • Can not access router page for WRT54GS

    I can not tell what version my router is because it does not say on the bottom. everything is connected properly. coaxial is inserted into the modem, and when i connected the ethernet cable from the modem to my computer i get internet. Fine..dandy. n

  • I am running OS X Version 10.5.8.  What is the next step to upgrading the operating system?

    Need to upgrade operating system.  What is next steps if currently running 10.5.8?

  • LC - Accounting Treatment

    Dear Friends: In Letter of Credit, 25% is paid in cash,75% through bank by customer. For Bank Payments, I am using F-28 - In coming PAyments. For Cash, should i select Cash Journal? If the customer wants to show the full amount in one GL Accounts, Ho

  • Transport of code long texts - QKATALOG

    Hello, I want to transfer the long texts for the defct codes in QM. There are two SAP notes about this 38570 & 61049. I am aware of the usage of long text transfer. Do that for several other texts regularly. I noticed that there is a problem in the n

  • VC Chart Event Handling

    I have a VC Chart which has Input as BW Query also the chart output connected with another BW Query and a 2nd chart for the output, I am passing the selected values in the chart-1 to BWQuery-2 for Chart-2. When Chart-1 loads it is triggered with a EV