When to use a constant...

I have a class that can be mulitple races.. humans, dwarfs, orcs and such...
im not sure whether to make them a String[] races
or to use
private static final int HUMAN = 0;
private static final int DWARF = 1;
could someone tell me the benefits of either way...
thanks
mdpx

Do neither.
Java's an OOP language. Use OOP.
Define classes that represent the various races in the game.
Presumably, you have a character object, which will have as a property the character's race. So the race is an abstraction, a template of characteristics (drwarves are short, wizards are magic, etc.). So define a Race or Species type that fulfills this responsibility. Offhand, I'd suggest making a Race abstract class, with private instantiable subclasses and/or a private constructor, and a static set of predefined instances, like this:
public abstract class Race {
    public static Race DRAWF = new Race() {
        // define implementations of methods here
    public static Race ORC = new Race() {
    //etc
    public abstract int averageHeight();
    // etc
}

Similar Messages

  • My macbook wont start the screen turn blue and stay like that for hrs. It only work when i use safe mode, i try to use disk utilities to fix it but the disk utilities keep saying error and a bunch of other stuff. I dont the cds the comp came with, help.

    my macbook wont start the screen turn blue and stay like that for hrs. It only work when i use safe mode, i try to use disk utilities to fix it but the disk utilities keep saying error and a bunch of other stuff. I dont the cds the comp came with, help. i've tried the command s command p command v but nothing i've tried to the safe mode then a quick restart but nothing
    disk utility give me this:
    Process:         Disk Utility [371]
    Path:            /Applications/Utilities/Disk Utility.app/Contents/MacOS/Disk Utility
    Identifier:      com.apple.DiskUtility
    Version:         11.5.2 (298.4)
    Build Info:      DiskUtility-2980400~60
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [86]
    Date/Time:       2013-11-05 03:29:41.247 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          9522 sec
    Crashes Since Last Report:           29
    Per-App Interval Since Last Report:  981 sec
    Per-App Crashes Since Last Report:   25
    Anonymous UUID:                      F6B8E263-76C8-4C7D-AA58-48134BF4BA78
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000020
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed:  Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x0000000100c62fbc _read_images + 312
    1   libobjc.A.dylib                         0x0000000100c79721 map_images_nolock + 1266
    2   libobjc.A.dylib                         0x0000000100c62761 map_images + 115
    3   dyld                                    0x00007fff5fc039c5 dyld::notifyBatchPartial(dyld_image_states, bool, char const* (*)(dyld_image_states, unsigned int, dyld_image_info const*)) + 853
    4   dyld                                    0x00007fff5fc0c849 ImageLoader::link(ImageLoader::LinkContext const&, bool, bool, ImageLoader::RPathChain const&) + 201
    5   dyld                                    0x00007fff5fc04d54 dyld::link(ImageLoader*, bool, ImageLoader::RPathChain const&) + 118
    6   dyld                                    0x00007fff5fc08f7c dlopen + 490
    7   libSystem.B.dylib                       0x0000000100a14e40 dlopen + 61
    8   com.apple.CoreFoundation                0x0000000100d78ef7 _CFBundleDlfcnLoadBundle + 231
    9   com.apple.CoreFoundation                0x0000000100d77e97 _CFBundleLoadExecutableAndReturnError + 1191
    10  com.apple.Foundation                    0x0000000101008355 _NSBundleLoadCode + 638
    11  com.apple.Foundation                    0x0000000101007c78 -[NSBundle loadAndReturnError:] + 742
    12  com.apple.Foundation                    0x000000010101960c -[NSBundle principalClass] + 38
    13  com.apple.framework.DUSupport           0x0000000100082080 -[DUModuleManager(_private) findDUModules:] + 405
    14  com.apple.framework.DUSupport           0x0000000100081ed9 -[DUModuleManager orderedModuleListOfModules] + 40
    15  com.apple.DiskUtility                   0x0000000100006082 0x100000000 + 24706
    16  com.apple.DiskUtility                   0x0000000100005f59 0x100000000 + 24409
    17  com.apple.AppKit                        0x0000000101444625 -[NSWindowController _windowDidLoad] + 538
    18  com.apple.AppKit                        0x00000001013e1f77 -[NSWindowController window] + 112
    19  com.apple.AppKit                        0x00000001015f61d9 -[NSWindowController showWindow:] + 47
    20  com.apple.AppKit                        0x00000001015c7c5c -[NSDocument showWindows] + 98
    21  com.apple.AppKit                        0x00000001015c64bb -[NSDocumentController openUntitledDocumentAndDisplay:error:] + 340
    22  com.apple.AppKit                        0x00000001014f7b44 -[NSDocumentController(NSInternal) _openUntitled] + 111
    23  com.apple.AppKit                        0x00000001014f79ab -[NSApplication _doOpenUntitled] + 257
    24  com.apple.AppKit                        0x00000001014f733b -[NSApplication(NSAppleEventHandling) _handleAEOpen:] + 185
    25  com.apple.AppKit                        0x00000001014f6fd9 -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 77
    26  com.apple.Foundation                    0x0000000100ffd0d6 -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 360
    27  com.apple.Foundation                    0x0000000100ffcf06 _NSAppleEventManagerGenericHandler + 114
    28  com.apple.AE                            0x0000000104d7332b aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 162
    29  com.apple.AE                            0x0000000104d73224 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 32
    30  com.apple.AE                            0x0000000104d7312b aeProcessAppleEvent + 210
    31  com.apple.HIToolbox                     0x00000001028a0619 AEProcessAppleEvent + 48
    32  com.apple.AppKit                        0x00000001013fc095 _DPSNextEvent + 1191
    33  com.apple.AppKit                        0x00000001013fb801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    34  com.apple.AppKit                        0x00000001013c168f -[NSApplication run] + 395
    35  com.apple.AppKit                        0x00000001013ba3b0 NSApplicationMain + 364
    36  com.apple.DiskUtility                   0x0000000100002009 0x100000000 + 8201
    37  com.apple.DiskUtility                   0x0000000100001db8 0x100000000 + 7608
    Thread 1:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x0000000100a27c0a kevent + 10
    1   libSystem.B.dylib                       0x0000000100a29add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x0000000100a297b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x0000000100a292de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x0000000100a28c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x0000000100a28aa5 start_wqthread + 13
    AND MORE TOO MUCH TO COPY N PASTE HELP PLEASE!!!!!

    Reset the PRAM
    Reinstall the operating system from the dvd (you will not loose your data)

  • Getting errors when iam using  BAPI_PO_CREATE1 for Purchase Order creation

    Hi sap Gurus,
      I am getting Errors when iam using  BAPI_PO_CREATE1 for Purchase Order creation that Material (144) does not exist but it is alreardy maintained in MM01.
    I dont get how it is coming.and what are the mandatory fields in bapi BAPI_PO_CREATE1 in item level .that is too material only.
    pls let me know .
    thanks in advance.

    Hi,
    Check the sample code..
    report  zpo_test             .
    *DATA DECLARATION
    constants : c_x value 'X'.
    *Structures to hold PO header data
    data : header like bapimepoheader ,
    headerx like bapimepoheaderx .
    *Structures to hold PO account data
    data : account like bapimepoaccount occurs 0 with header line ,
    accountx like bapimepoaccountx occurs 0 with header line .
    *Internal Tables to hold PO ITEM DATA
    data : item like bapimepoitem occurs 0 with header line,
    itemx like bapimepoitemx occurs 0 with header line,
    *Internal table to hold messages from BAPI call
    return like bapiret2 occurs 0 with header line,
    *Internal table to hold messages from BAPI call
    pocontractlimits like bapiesucc occurs 0 with header line.
    data : w_header(40) value 'PO Header',
    purchaseorder like bapimepoheader-po_number,
    delivery_date like bapimeposchedule-delivery_date.
    data : ws_langu like sy-langu.
    *text-001 = 'PO Header' - define as text element
    selection-screen begin of block b1 with frame title text-001.
    parameters : company like header-comp_code default '122' ,
    doctyp like header-doc_type default 'NB' ,
    cdate like header-creat_date default sy-datum ,
    vendor like header-vendor default '2000000012' ,
    pur_org like header-purch_org default 'PU01' ,
    pur_grp like header-pur_group default '005' .
    *sociedad like HEADER-COMP_CODE default '122' ,
    *vendedor like HEADER-SALES_PERS default 'sale person'.
    selection-screen end of block b1.
    selection-screen begin of block b2 with frame title text-002.
    parameters : item_num like item-po_item default '00010',
    material like item-material default '12000000' ,
    tipo_imp like item-acctasscat default 'K' ,
    *pos_doc like ITEM-ITEM_CAT default 'F' ,
    shorttxt like item-short_text default 'PRUEBA BAPI' ,
    grup_art like item-matl_group default '817230000' ,
    plant like item-plant default '3001' ,
    mpe like item-trackingno default '9999' ,
    *contrato like ITEM-AGREEMENT default '4904000003' ,
    *quantity like ITEM-QUANTITY default 1 .
    po_unit like item-po_unit default 'EA'.
    selection-screen end of block b2.
    Par?mnetros de imputaci?n
    selection-screen begin of block b3 with frame title text-004.
    parameters : centro like account-costcenter default '1220813150',
    cuenta like account-gl_account default '6631400' ,
    num_pos like account-po_item default '10' ,
    serial like account-serial_no default '01' ,
    ind_imp like account-tax_code default 'I2' .
    selection-screen end of block b3.
    start-of-selection.
    *DATA POPULATION
      ws_langu = sy-langu. "Language variable
    *POPULATE HEADER DATA FOR PO
    *HEADER-COMP_CODE = sociedad .
      header-doc_type = doctyp .
      header-vendor = vendor .
      header-creat_date = cdate .
      header-created_by = 'TD17191' .
      header-purch_org = pur_org .
      header-pur_group = pur_grp .
      header-comp_code = company .
      header-langu = ws_langu .
    *HEADER-SALES_PERS = vendedor .
    *HEADER-CURRENCY = 'DOP' .
    *HEADER-ITEM_INTVL = 10 .
    *HEADER-PMNTTRMS = 'N30' .
    *HEADER-EXCH_RATE = 1 .
    *POPULATE HEADER FLAG.
      headerx-comp_code = c_x.
      headerx-doc_type = c_x.
      headerx-vendor = c_x.
      headerx-creat_date = c_x.
      headerx-created_by = c_x.
      headerx-purch_org = c_x.
      headerx-pur_group = c_x.
      headerx-langu = c_x.
    *HEADERX-sales_pers = c_x.
    *HEADERX-CURRENCY = c_x.
    *HEADER-ITEM_INTVL = c_x.
    *HEADER-PMNTTRMS = c_x.
    *HEADER-EXCH_RATE = c_x.
    *HEADER-EXCH_RATE = c_x.
    *POPULATE ITEM DATA.
      item-po_item = item_num.
      item-quantity = '1'.
    *ITEM-MATERIAL = material .
      item-short_text = 'prueba bapi_po_create1'.
    *ITEM-TAX_CODE = ''.
      item-acctasscat = 'K' .
    *ITEM-ITEM_CAT = 'D' .
      item-matl_group = '817230000' .
      item-plant = '3001' .
      item-trackingno = '99999'.
      item-preq_name = 'test'.
    *ITEM-AGREEMENT = '' .
    *ITEM-AGMT_ITEM = ''.
      item-quantity = '1' .
      item-po_unit = 'EA'.
    *ITEM-ORDERPR_UN = 'EA'.
      item-conv_num1 = '1'.
      item-conv_den1 = '1'.
      item-net_price = '1000000' .
      item-price_unit = '1'.
      item-gr_pr_time = '0'.
      item-prnt_price = 'X'.
      item-unlimited_dlv = 'X'.
      item-gr_ind = 'X' .
      item-ir_ind = 'X' .
      item-gr_basediv = 'X'.
    *ITEM-PCKG_NO = '' .
      append item. clear item.
    *POPULATE ITEM FLAG TABLE
      itemx-po_item = item_num.
      itemx-po_itemx = c_x.
    *ITEMX-MATERIAL = C_X.
      itemx-short_text = c_x.
      itemx-quantity = c_x.
    *ITEMX-TAX_CODE = C_X.
      itemx-acctasscat = c_x.
    *ITEMX-ITEM_CAT = c_x.
      itemx-matl_group = c_x.
      itemx-plant = c_x.
      itemx-trackingno = c_x.
      itemx-preq_name = c_x.
    *ITEMX-AGREEMENT = C_X.
    *ITEMX-AGMT_ITEM = c_x.
      itemx-stge_loc = c_x.
      itemx-quantity = c_x.
      itemx-po_unit = c_x.
    *ITEMX-ORDERPR_UN = C_X.
      itemx-conv_num1 = c_x.
      itemx-conv_den1 = c_x.
      itemx-net_price = c_x.
      itemx-price_unit = c_x.
      itemx-gr_pr_time = c_x.
      itemx-prnt_price = c_x.
      itemx-unlimited_dlv = c_x.
      itemx-gr_ind = c_x .
      itemx-ir_ind = c_x .
      itemx-gr_basediv = c_x .
      append itemx. clear itemx.
    *POPULATE ACCOUNT DATA.
      account-po_item = item_num.
      account-serial_no = serial .
      account-creat_date = sy-datum .
      account-costcenter = centro .
      account-gl_account = cuenta .
      account-gr_rcpt = 'tester'.
      append account. clear account.
    *POPULATE ACCOUNT FLAG TABLE.
      accountx-po_item = item_num .
      accountx-po_itemx = c_x .
      accountx-serial_no = serial .
      accountx-serial_nox = c_x .
      accountx-creat_date = c_x .
      accountx-costcenter = c_x .
      accountx-gl_account = c_x .
      account-gr_rcpt = c_x.
      append accountx. clear accountx.
    *BAPI CALL
      call function 'DIALOG_SET_NO_DIALOG'.
      call function 'BAPI_PO_CREATE1'
        exporting
          poheader         = header
          poheaderx        = headerx
        importing
          exppurchaseorder = purchaseorder
        tables
          return           = return
          poitem           = item
          poitemx          = itemx
          poaccount        = account
          poaccountx       = accountx.
    *Confirm the document creation by calling database COMMIT
      call function 'BAPI_TRANSACTION_COMMIT'
      exporting
      wait = 'X'
    IMPORTING
    RETURN =
    end-of-selection.
    *Output the messages returned from BAPI call
      loop at return.
        write / return-message.
      endloop.
    Regards
    Sudheer

  • Using package constants in package SQL - acts as bind variable or literal?

    I'm looking for confirmation on the performance impact of using package constants in package SQL.
    Let's say I have a number of queries in package code that refer to various literals that are prone to typos e.g. "CANCELLED" instead of "CANCELED". To reduce the chances of this happening, I have an APP_GLOBALS package where I declare constants for each literal:
    C_CANCELED CONSTANT VARCHAR2(12) := 'CANCELED';And in queries that refer to literal 'CANCELED' I use APP_GLOBALS.C_CANCELED instead. This way the typo is caught during compilation. For example:
    BEGIN
    --Do something with all 'Canceled' orders
      FOR r IN (SELECT order_id
                  FROM orders
                 WHERE status = APP_GLOBALS.C_CANCELED)
      LOOP
      END LOOP;
    END;Assume that:
    - the STATUS column is indexed
    - the possible values are PENDING, APPROVED, CANCELED
    - a small percentage of orders are CANCELED
    From the optimizer's perspective is the query equivalent to
    SELECT order_id
      FROM orders
    WHERE status = :varor
    SELECT order_id
      FROM orders
    WHERE status = 'CANCELED'?
    According to what I see in v$sqltext_with_newlines, it's the first one. Can anyone suggest an alternative way of replacing literals in package SQL to prevent typos? Worst case, I suppose I can start with constants so that it compiles successfully then do a global replace of the constants with the literals.

    Can anyone suggest an alternative way of replacing literals in package SQL to prevent typos?I cannot think of any. But, here is the thing. If the typos are there, then, it technically is a bug even though both the codes would compile. The bug will be hunted down when the program doesn't work as intended. Wouldn't most typos be caught in unit testing of the code?
    Also, if you replace a string literal with a variable, then, maybe (just maybe, depending on your version of the dbms), it may end up picking a different execution plan. That might be an unintended consequence.

  • What is TYPE GROUP /TYPE-POOL?  When to use that ?

    hello friends
    Can any one tell me
    What is TYPE GROUP /TYPE-POOL?  When to use that ?
    Thanks & Best Regards
    Nilesh

    Type group
    If you want to define global constants, you have to use a type group. The name of
    the type group can only contain a maximum of five characters. In the type group,
    you can define constants using the CONSTANTS statement. As types, you are
    provided with the integrated ABAP types or the global types of the Dictionary.
    In order to be able to use the types of a type group in a program, make the type
    group known using the TYPE POOL statement. From these lines on, you can use
    all constants of the type group.
    The definition of a type group is a piece of ABAP code that is either maintained
    via the Dictionary (SE11) or via the ABAP Editor (SE38).
    Realization:
    The first statement for the type group zmytp is always:
    TYPE-POOL zmytp.This is followed by the definition of data types with the statement TYPES, as
    described under local program data types. Furthermore, cross-program constants
    can be declared using the CONSTANTS statement. All names of this data type
    and constants must begin with the name of the type group and an underline:
    zmytp_
    In an ABAP program, type groups must be made known with the following
    statements before they are used:
    TYPE-POOLS zmytp.
    When using this statement, all data types ansd constants, which are defined in the
    zmytp type group can be used in the program. Several type groups can be used
    in a program.

  • Safari crashes when I use Facebook.

    When I'm on the internet nothing happens, when I use Facebook it crashes as I have been on for 10 minutes now and haven't had it crash yet. Previously safari crashed  more than 14 times while using Facebook. So I think I have narrowed it down to Facebook being the culprit. I will post the crash error for those that understand it. I don't understand computer language. So any help would be useful.   
    Process:         Safari [216]
    Path:           /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.0.5 (6533.21.1)
    Build Info:      WebBrowser-75332101~6
    Code Type:       X86-64 (Native)
    Parent Process: launchd [152]
    Date/Time:       2011-07-14 18:29:50.879 -0700
    OS Version:      Mac OS X 10.6.8 (10K540)
    Report Version: 6
    Interval Since Last Report:          1222589 sec
    Crashes Since Last Report:           14
    Per-App Interval Since Last Report:  1220530 sec
    Per-App Crashes Since Last Report:   7
    Anonymous UUID:                     DB220498-04B9-4ED1-BC98-B92BCE0BAFC3
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008
    Crashed Thread: 0  Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0  com.apple.WebCore                        0x00007fff80a7789cWebCore::RenderLayerBacking::paintingGoesToWindow() const + 12
    1  com.apple.WebCore                        0x00007fff80a777ddWebCore::RenderLayer::setBackingNeedsRepaintInRect(WebCore::I ntRect const&)+ 29
    2  com.apple.WebCore                        0x00007fff809a2beaWebCore::RenderObject::repaintAfterLayoutIfNeeded(WebCore::Re nderBoxModelObject*,WebCore::IntRect const&, WebCore::IntRect const&, WebCore::IntRectconst*, WebCore::IntRect const*) + 538
    3  com.apple.WebCore                        0x00007fff808a9ac8WebCore::RenderBlock::layoutBlock(bool) + 1656
    4  com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    5   com.apple.WebCore                        0x00007fff808ab991WebCore::RenderBlock::layoutBlockChild(WebCore::RenderBox*,We bCore::RenderBlock::MarginInfo&, int&, int&) + 369
    6  com.apple.WebCore                        0x00007fff808aafa3WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 531
    7  com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    8  com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    9  com.apple.WebCore                        0x00007fff808b10fdWebCore::RenderBlock::layoutPositionedObjects(bool) + 109
    10 com.apple.WebCore                        0x00007fff808a9f8aWebCore::RenderBlock::layoutOnlyPositionedObjects() + 218
    11 com.apple.WebCore                        0x00007fff808a9b08WebCore::RenderBlock::layoutBlock(bool) + 1720
    12 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    13 com.apple.WebCore                        0x00007fff8098abebWebCore::RenderBlock::insertFloatingObject(WebCore::RenderBox *) + 139
    14 com.apple.WebCore                        0x00007fff808ab593WebCore::RenderBlock::handleFloatingChild(WebCore::RenderBox* ,WebCore::RenderBlock::MarginInfo const&) + 35
    15 com.apple.WebCore                        0x00007fff808ab4eeWebCore::RenderBlock::handleSpecialChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo const&) + 78
    16 com.apple.WebCore                        0x00007fff808aaf7fWebCore::RenderBlock::layoutBlockChildren(bool, int&) + 495
    17 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    18 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    19 com.apple.WebCore                        0x00007fff8098abebWebCore::RenderBlock::insertFloatingObject(WebCore::RenderBox *) + 139
    20 com.apple.WebCore                        0x00007fff808ab593WebCore::RenderBlock::handleFloatingChild(WebCore::RenderBox* ,WebCore::RenderBlock::MarginInfo const&) + 35
    21 com.apple.WebCore                        0x00007fff808ab4eeWebCore::RenderBlock::handleSpecialChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo const&) + 78
    22 com.apple.WebCore                        0x00007fff808aaf7fWebCore::RenderBlock::layoutBlockChildren(bool, int&) + 495
    23 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    24 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    25 com.apple.WebCore                        0x00007fff8098abebWebCore::RenderBlock::insertFloatingObject(WebCore::RenderBox *) + 139
    26  com.apple.WebCore                        0x00007fff808ab593WebCore::RenderBlock::handleFloatingChild(WebCore::RenderBox* ,WebCore::RenderBlock::MarginInfo const&) + 35
    27 com.apple.WebCore                        0x00007fff808ab4eeWebCore::RenderBlock::handleSpecialChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo const&) + 78
    28 com.apple.WebCore                        0x00007fff808aaf7fWebCore::RenderBlock::layoutBlockChildren(bool, int&) + 495
    29 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    30 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    31 com.apple.WebCore                        0x00007fff8098abebWebCore::RenderBlock::insertFloatingObject(WebCore::RenderBox *) + 139
    32 com.apple.WebCore                         0x00007fff808ab593WebCore::RenderBlock::handleFloatingChild(WebCore::RenderBox* ,WebCore::RenderBlock::MarginInfo const&) + 35
    33 com.apple.WebCore                        0x00007fff808ab4eeWebCore::RenderBlock::handleSpecialChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfoconst&) + 78
    34 com.apple.WebCore                        0x00007fff808aaf7fWebCore::RenderBlock::layoutBlockChildren(bool, int&) + 495
    35 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    36  com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    37 com.apple.WebCore                        0x00007fff8098abebWebCore::RenderBlock::insertFloatingObject(WebCore::RenderBox *) + 139
    38 com.apple.WebCore                        0x00007fff808ab593WebCore::RenderBlock::handleFloatingChild(WebCore::RenderBox* ,WebCore::RenderBlock::MarginInfo const&) + 35
    39 com.apple.WebCore                        0x00007fff808ab4eeWebCore::RenderBlock::handleSpecialChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo const&) + 78
    40 com.apple.WebCore                        0x00007fff808aaf7fWebCore::RenderBlock::layoutBlockChildren(bool, int&) + 495
    41 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    42 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    43 com.apple.WebCore                        0x00007fff8098abebWebCore::RenderBlock::insertFloatingObject(WebCore::RenderBox *) + 139
    44 com.apple.WebCore                        0x00007fff808ab593WebCore::RenderBlock::handleFloatingChild(WebCore::RenderBox* ,WebCore::RenderBlock::MarginInfo const&) + 35
    45 com.apple.WebCore                        0x00007fff808ab4eeWebCore::RenderBlock::handleSpecialChild(WebCore::RenderBox*, WebCore::RenderBlock::MarginInfo const&) + 78
    46 com.apple.WebCore                        0x00007fff808aaf7fWebCore::RenderBlock::layoutBlockChildren(bool, int&) + 495
    47 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    48 com.apple.WebCore                         0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    49 com.apple.WebCore                        0x00007fff808ab991WebCore::RenderBlock::layoutBlockChild(WebCore::RenderBox*,We bCore::RenderBlock::MarginInfo&, int&, int&) + 369
    50 com.apple.WebCore                        0x00007fff808aafa3WebCore::RenderBlock::layoutBlockChildren(bool, int&) + 531
    51 com.apple.WebCore                        0x00007fff808a977fWebCore::RenderBlock::layoutBlock(bool) + 815
    52 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    53 com.apple.WebCore                        0x00007fff808b10fdWebCore::RenderBlock::layoutPositionedObjects(bool) + 109
    54 com.apple.WebCore                        0x00007fff808a9f8aWebCore::RenderBlock::layoutOnlyPositionedObjects() + 218
    55 com.apple.WebCore                        0x00007fff808a9b08WebCore::RenderBlock::layoutBlock(bool) + 1720
    56 com.apple.WebCore                        0x00007fff808a9413WebCore::RenderBlock::layout() + 35
    57 com.apple.WebCore                        0x00007fff808a92a7WebCore::RenderView::layout() + 279
    58 com.apple.WebCore                        0x00007fff808a7ad8WebCore::FrameView::layout(bool) + 1160
    59 com.apple.WebCore                        0x00007fff8092aa32WebCore::Document::updateLayoutIgnorePendingStylesheets() + 50
    60  com.apple.WebCore                        0x00007fff809c0b27WebCore::Element::getBoundingClientRect() const + 39
    61 com.apple.WebCore                        0x00007fff809c0a95WebCore::jsElementPrototypeFunctionGetBoundingClientRect(JSC: :ExecState*,JSC::JSObject*, JSC::JSValue, JSC::ArgList const&) + 117
    62  ???                                      0x000051c2082001b40 + 89893801820596
    63 com.apple.JavaScriptCore                  0x00007fff8024006fJSC::Interpreter::execute(JSC::FunctionExecutable*, JSC::ExecState*,JSC::JSFunction*, JSC::JSObject*, JSC::ArgList const&,JSC::ScopeChainNode*, JSC::JSValue*) + 511
    64  ???                                      0x00000001289055400 + 4975514944
    65  ???                                      0x00000001164989100 + 4668885264
    66 com.apple.WebCore                        0x00007fff8109dfb0WebCore::JSDOMWindowShell::~JSDOMWindowShell() + 0
    67  ???                                      0x90909090909000000 + 10416984888683003904
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0  libSystem.B.dylib                        0x00007fff819acc0akevent + 10
    1  libSystem.B.dylib                        0x00007fff819aeadd_dispatch_mgr_invoke + 154
    2  libSystem.B.dylib                        0x00007fff819ae7b4_dispatch_queue_invoke + 185
    3  libSystem.B.dylib                        0x00007fff819ae2de_dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                        0x00007fff819adc08_pthread_wqthread + 353
    5  libSystem.B.dylib                        0x00007fff819adaa5start_wqthread + 13
    Thread 2: WebCore: IconDatabase
    0  libSystem.B.dylib                        0x00007fff819cea6a__semwait_signal + 10
    1  libSystem.B.dylib                        0x00007fff819d2881_pthread_cond_wait + 1286
    2  com.apple.WebCore                        0x00007fff80835199WebCore::IconDatabase::syncThreadMainLoop() + 249
    3  com.apple.WebCore                        0x00007fff8083129cWebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    5  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 3: Safari: SafeBrowsingManager
    0  libSystem.B.dylib                        0x00007fff81993d7amach_msg_trap + 10
    1  libSystem.B.dylib                        0x00007fff819943edmach_msg + 59
    2  com.apple.CoreFoundation                  0x00007fff8877e932__CFRunLoopRun + 1698
    3  com.apple.CoreFoundation                  0x00007fff8877ddbfCFRunLoopRunSpecific + 575
    4  com.apple.Safari                         0x000000010002f5c90x100000000 + 193993
    5  com.apple.Safari                         0x000000010002f5590x100000000 + 193881
    6  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    7  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 4:
    0  libSystem.B.dylib                        0x00007fff81993d7amach_msg_trap + 10
    1  libSystem.B.dylib                        0x00007fff819943edmach_msg + 59
    2  com.apple.CoreFoundation                  0x00007fff8877e932__CFRunLoopRun + 1698
    3  com.apple.CoreFoundation                  0x00007fff8877ddbfCFRunLoopRunSpecific + 575
    4  com.apple.Foundation                      0x00007fff867a123f+[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5  com.apple.Foundation                      0x00007fff86722204__NSThread__main__ + 1429
    6  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    7  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 5: com.apple.CFSocket.private
    0  libSystem.B.dylib                        0x00007fff819d7932select$DARWIN_EXTSN + 10
    1  com.apple.CoreFoundation                  0x00007fff887a0498__CFSocketManager + 824
    2  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    3  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 6:
    0  libSystem.B.dylib                        0x00007fff81993d7amach_msg_trap + 10
    1  libSystem.B.dylib                        0x00007fff819943edmach_msg + 59
    2  com.apple.QuartzCore                      0x00007fff88b32396CA::Render::Server::server_thread(void*) + 177
    3  com.apple.QuartzCore                      0x00007fff88b322d6thread_fun + 34
    4  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    5  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 7: Safari: SnapshotStore
    0  libSystem.B.dylib                        0x00007fff819cea6a__semwait_signal + 10
    1  libSystem.B.dylib                        0x00007fff819d2881_pthread_cond_wait + 1286
    2  com.apple.JavaScriptCore                  0x00007fff800e3a40***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3  com.apple.Safari                         0x00000001001be5c10x100000000 + 1828289
    4  com.apple.Safari                          0x00000001000470ab0x100000000 + 290987
    5  com.apple.Safari                         0x0000000100046f290x100000000 + 290601
    6  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    7  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 8:
    0  libSystem.B.dylib                        0x00007fff819ada2a__workq_kernreturn + 10
    1  libSystem.B.dylib                        0x00007fff819ade3c_pthread_wqthread + 917
    2  libSystem.B.dylib                        0x00007fff819adaa5start_wqthread + 13
    Thread 9:
    0  libSystem.B.dylib                        0x00007fff81993ddasemaphore_timedwait_signal_trap + 10
    1  libSystem.B.dylib                        0x00007fff819d2772_pthread_cond_wait + 1015
    2  com.apple.CoreVideo                       0x00007fff8473cde6CVDisplayLink::waitUntil(unsigned long long) + 252
    3  com.apple.CoreVideo                       0x00007fff8473c2a2CVDisplayLink::runIOThread() + 644
    4  com.apple.CoreVideo                       0x00007fff8473bfe3startIOThread(void*) + 139
    5  libSystem.B.dylib                        0x00007fff819ccfd6_pthread_start + 331
    6  libSystem.B.dylib                        0x00007fff819cce89thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax:0x0000000000000001  rbx: 0x0000000000000000  rcx: 0x0000000000000000  rdx: 0x000000011b4b8a28
      rdi:0x0000000000000000  rsi:0x00007fff5fbfd330  rbp:0x00007fff5fbfd280  rsp:0x00007fff5fbfd270
       r8:0x00007fff5fbfd1e4   r9:0x00007fff5fbfd1ec  r10:0x0000000000000000  r11:0x0000000000000000
      r12:0x000000011cdf3620  r13:0x000000011cdf3730  r14:0x00007fff5fbfd4a0  r15:0x000000011cdf3560
      rip:0x00007fff80a7789c  rfl:0x0000000000010202  cr2:0x0000000000000008
    Binary Images:
           0x100000000 -       0x1006afff7  com.apple.Safari5.0.5 (6533.21.1) <09261F3D-C3EC-A309-83F4-DC49CC549176>/Applications/Safari.app/Contents/MacOS/S afari
           0x100fa7000 -       0x100fa7fff com.apple.JavaPluginCocoa 13.5.0 (13.5.0)<2147F637-E291-A79E-770B-E122F4A1FA47> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaPluginCocoa.bundle/C ontents/MacOS/JavaPluginCocoa
           0x100fab000 -       0x100fb0ff7  JavaLaunching??? (???) <9E94B3DF-E0FB-BE09-1F88-E6334CA87466>/System/Library/PrivateFrameworks/JavaLau nching.framework/Versions/A/JavaLaunching
           0x102e11000 -       0x102e37fff  GLRendererFloat??? (???) <490221DD-53D9-178E-3F31-3A4974D34DCD>/System/Library/Frameworks/OpenGL.framewo rk/Resources/GLRendererFloat.bundle/GLRendererFloat
           0x11a3c3000 -       0x11a556fe7  GLEngine ???(???) <53A8A7E8-4846-D236-F3D9-DA3F2AF686D8>/System/Library/Frameworks/OpenGL.framewo rk/Resources/GLEngine.bundle/GLEngine
           0x11a587000 -       0x11a9aafef  libclh.dylib3.1.1 C  (3.1.1)<432F5475-F934-92A0-FB49-78F03DA82176> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
           0x200000000 -       0x200787fe7 com.apple.GeForceGLDriver 1.6.36 (6.3.6)<4F23289A-D45A-0630-8D7F-4C35A4D2AA00>/System/Library/Extensions/GeForce GLDriver.bundle/Contents/MacOS/GeForceGLDriver
       0x7fff5fc00000 -    0x7fff5fc3bdef  dyld 132.1(???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
       0x7fff80003000 -    0x7fff80058ff7 com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7>/System/Library/PrivateFrameworks/FamilyC ontrols.framework/Versions/A/FamilyControls
       0x7fff80061000 -    0x7fff80073fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97>/usr/lib/libsasl2.2.dylib
       0x7fff80074000 -    0x7fff80097fff com.apple.opencl 12.3.6 (12.3.6)<42FA5783-EB80-1168-4015-B8C68F55842F>/System/Library/Frameworks/OpenCL .framework/Versions/A/OpenCL
       0x7fff80098000 -    0x7fff800d1ff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239>/System/Library/PrivateFrameworks/MeshKit .framework/Versions/A/MeshKit
       0x7fff800d2000 -    0x7fff802c2fef com.apple.JavaScriptCore 6533.20 (6533.20.20) <0AA8B101-C02C-0858-84BC-4E4D397E0231>/System/Library/Frameworks/JavaScriptCore .framework/Versions/A/JavaScriptCore
       0x7fff802c3000 -    0x7fff80325fe7 com.apple.datadetectorscore 2.0 (80.7) <5B6AABCA-C75A-D28F-6A2F-59648F0ABFC8>/System/Library/PrivateFrameworks/DataDet ectorsCore.framework/Versions/A/DataDetectorsCore
       0x7fff80326000 -    0x7fff80326ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
       0x7fff8032e000 -    0x7fff8032eff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6>/System/Library/Frameworks/Cocoa.framewor k/Versions/A/Cocoa
       0x7fff8032f000 -    0x7fff80335ff7 com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E>/System/Library/PrivateFrameworks/Commerc eKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceC ore
       0x7fff8033e000 -    0x7fff8037bff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D>/usr/lib/libssl.0.9.8.dylib
       0x7fff8037c000 -    0x7fff804bafff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03>/System/Library/Frameworks/CoreData.frame work/Versions/A/CoreData
       0x7fff804bb000 -    0x7fff8053dfff com.apple.QuickLookUIFramework 2.3 (327.6)<9093682A-0E2D-7D27-5F22-C96FD00AE970>/System/Library/Frameworks/Quartz. framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
       0x7fff8053e000 -    0x7fff8057ffef  com.apple.QD3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
       0x7fff805e0000 -    0x7fff80822fe7 com.apple.AddressBook.framework 5.0.4 (883) <3C634319-4B5B-592B-2D3A-A16336F93AA0>/System/Library/Frameworks/AddressBook.fr amework/Versions/A/AddressBook
       0x7fff80823000 -    0x7fff8082efff com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689>/System/Library/PrivateFrameworks/CrashRe porterSupport.framework/Versions/A/CrashReporterSupport
       0x7fff8082f000 -    0x7fff814aafef com.apple.WebCore 6533.21 (6533.21.1) <15CE3700-C6DC-7F94-5394-4CF78040A40D>/System/Library/Frameworks/WebKit.framewo rk/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
       0x7fff814ab000 -    0x7fff814bcfff SyndicationUI ??? (???) <62A4BC15-72EA-0CC1-046A-52E576E8D751>/System/Library/PrivateFrameworks/Syndica tionUI.framework/Versions/A/SyndicationUI
       0x7fff814bd000 -    0x7fff814c3fff libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0)<D2F8C7E3-CBA1-2E66-1376-04AA839DABBB>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/R esources/libCGXCoreImage.A.dylib
       0x7fff814c4000 -    0x7fff81540ff7  com.apple.ISSupport1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA>/System/Library/PrivateFrameworks/ISSuppo rt.framework/Versions/A/ISSupport
       0x7fff816c1000 -    0x7fff8192afff com.apple.QuartzComposer 4.2 ({156.30}) <C05B97F7-F543-C329-873D-097177226D79>/System/Library/Frameworks/Quartz.framewo rk/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
       0x7fff8192b000 -    0x7fff8193cff7  libz.1.dylib1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717>/usr/lib/libz.1.dylib
       0x7fff8193d000 -    0x7fff8193dff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516>/System/Library/Frameworks/Quartz.framewo rk/Versions/A/Quartz
       0x7fff81943000 -    0x7fff81992fef libTIFF.dylib ??? (???) <5DE9F066-9B64-CBE4-976A-CC7B8DD3C31A>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib TIFF.dylib
       0x7fff81993000 -    0x7fff81b54fef libSystem.B.dylib 125.2.11 (compatibility 1.0.0)<9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
       0x7fff81b55000 -    0x7fff81b72ff7  libPng.dylib??? (???) <4815A8F2-24A0-E783-8A5A-7B4959F562D7>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib Png.dylib
       0x7fff81b73000 -    0x7fff81bf1ff7 com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
       0x7fff81bf2000 -    0x7fff81c45ff7 com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
       0x7fff81c46000 -    0x7fff81c81fff  com.apple.AE496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/AE.framework/Versions/A/AE
       0x7fff81c82000 -    0x7fff81c90ff7  libkxld.dylib??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F>/usr/lib/system/libkxld.dylib
       0x7fff81c9d000 -    0x7fff820e4fef com.apple.RawCamera.bundle 3.7.1 (570) <5AFA87CA-DC3D-F84E-7EA1-6EABA8807766>/System/Library/CoreServices/RawCamera.bu ndle/Contents/MacOS/RawCamera
       0x7fff82159000 -    0x7fff82163fff com.apple.DisplayServicesFW 2.3.3 (289) <97F62F36-964A-3E17-2A26-A0EEF63F4BDE>/System/Library/PrivateFrameworks/Display Services.framework/Versions/A/DisplayServices
       0x7fff82164000 -    0x7fff82178ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35)<63C87CF7-56B3-4038-8136-8C26E96AD42F>/System/Library/Frameworks/Appli cationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Version s/A/SpeechSynthesis
       0x7fff82179000 -    0x7fff825bdfef libLAPACK.dylib 219.0.0 (compatibility 1.0.0)<E14EC4C6-B055-A4AC-B971-42AB644E4A7C>/System/Library/Frameworks/Accelera te.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
       0x7fff825be000 -    0x7fff82847ff7 com.apple.security 6.1.2 (55002)<4419AFFC-DAE7-873E-6A7D-5C9A5A4497A6>/System/Library/Frameworks/Securit y.framework/Versions/A/Security
       0x7fff82848000 -    0x7fff8284bff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
       0x7fff8284c000 -    0x7fff82966fef libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGLProgrammability.dylib
       0x7fff82967000 -    0x7fff82967ff7  com.apple.Carbon150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Carbon
       0x7fff82e24000 -    0x7fff82e29ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
       0x7fff82e2a000 -    0x7fff82e2cfff com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/Print.framework/Versions/A/Print
       0x7fff82f8e000 -    0x7fff82fd6ff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
       0x7fff82fd7000 -    0x7fff8310cfff com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3>/System/Library/Frameworks/AudioToolbox.f ramework/Versions/A/AudioToolbox
       0x7fff8310d000 -    0x7fff83224fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0)<1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
       0x7fff83225000 -    0x7fff8322bff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A>/System/Library/Frameworks/DiskArbitratio n.framework/Versions/A/DiskArbitration
       0x7fff832e2000 -    0x7fff8332dfef com.apple.ImageCaptureCore 1.1 (1.1) <F23CA537-4F18-76FC-8D9C-ED6E645186FC>/System/Library/Frameworks/ImageCaptureCo re.framework/Versions/A/ImageCaptureCore
       0x7fff8332e000 -    0x7fff83a2aff7 com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGrap hics
       0x7fff83a2b000 -    0x7fff83a40ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnal ysis
        0x7fff83a41000 -     0x7fff83a58fff  com.apple.ImageCapture 6.1 (6.1)<79AB2131-2A6C-F351-38A9-ED58B25534FD>/System/Library/Frameworks/Carbon.fr amework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
       0x7fff83ba2000 -    0x7fff83c87fef com.apple.DesktopServices 1.5.11 (1.5.11)<39FAA3D2-6863-B5AB-AED9-92D878EA2438>/System/Library/PrivateFrameworks /DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
       0x7fff83c88000 -    0x7fff83ec2fef com.apple.imageKit 2.0.3 (1.0) <9EA216AF-82D6-201C-78E5-D027D85B51D6>/System/Library/Frameworks/Quartz.framewo rk/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
       0x7fff83ec3000 -    0x7fff83ec9ff7  IOSurface??? (???) <04EDCEDE-E36F-15F8-DC67-E61E149D2C9A> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
       0x7fff83eca000 -    0x7fff83ef5ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5>/usr/lib/libxslt.1.dylib
       0x7fff83ef6000 -    0x7fff83f45ff7  com.apple.DirectoryService.PasswordServerFramework6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD>/System/Library/PrivateFrameworks/Passwor dServer.framework/Versions/A/PasswordServer
       0x7fff84012000 -    0x7fff84013ff7 com.apple.TrustEvaluationAgent 1.1 (1) <040B71B1-F8BD-1605-057E-E80DBDE1FE59>/System/Library/PrivateFrameworks/TrustEv aluationAgent.framework/Versions/A/TrustEvaluationAgent
       0x7fff84014000 -    0x7fff84015fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C>/System/Library/PrivateFrameworks/Monitor Panel.framework/Versions/A/MonitorPanel
       0x7fff84016000 -    0x7fff84059ff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resource s/libRIP.A.dylib
       0x7fff8405a000 -    0x7fff8409dfef libtidy.A.dylib ??? (???) <2F4273D3-418B-668C-F488-7E659D3A8C23>/usr/lib/libtidy.A.dylib
       0x7fff8409e000 -    0x7fff840e5fff com.apple.QuickLookFramework 2.3 (327.6)<11DFB135-24A6-C0BC-5B97-ECE352A4B488>/System/Library/Frameworks/QuickLo ok.framework/Versions/A/QuickLook
       0x7fff840e6000 -    0x7fff842ccfe7 libType1Scaler.dylib ??? (???) <ABCF0F92-6476-8861-FA8E-5393645D5164>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libType 1Scaler.dylib
       0x7fff842cd000 -    0x7fff842defff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9>/System/Library/PrivateFrameworks/DSObjCW rappers.framework/Versions/A/DSObjCWrappers
       0x7fff842df000 -    0x7fff843b3fe7 com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
       0x7fff843b4000 -    0x7fff846b2fff com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
       0x7fff846b3000 -    0x7fff84738ff7 com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
       0x7fff84739000 -    0x7fff84739ff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7>/System/Library/Frameworks/vecLib.framewo rk/Versions/A/vecLib
       0x7fff8473a000 -    0x7fff8475fff7  com.apple.CoreVideo1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288>/System/Library/Frameworks/CoreVideo.fram ework/Versions/A/CoreVideo
       0x7fff847ba000 -    0x7fff847bffff libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGFXShared.dylib
       0x7fff847c0000 -    0x7fff84805fff com.apple.CoreMediaIOServices 140.0 (1496)<D93293EB-0B84-E97D-E78C-9FE8D48AF58E>/System/Library/PrivateFrameworks/C oreMediaIOServices.framework/Versions/A/CoreMediaIOServices
       0x7fff84806000 -    0x7fff849c4ff7 com.apple.ImageIO.framework 3.0.4 (3.0.4) <6212CA66-7B18-2AED-6AA8-45185F5D9A03>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
       0x7fff849c5000 -    0x7fff849c7fff libRadiance.dylib ??? (???) <76C1B129-6F25-E43C-1498-B1B88B37163B>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib Radiance.dylib
       0x7fff849c8000 -    0x7fff849fbff7 libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrue TypeScaler.dylib
       0x7fff84a42000 -    0x7fff84a49fff com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F>/System/Library/Frameworks/OpenDirectory. framework/Versions/A/OpenDirectory
       0x7fff84a4a000 -    0x7fff84b50fe7 com.apple.PubSub 1.0.5 (65.21) <1F9B7C84-375D-036F-790A-02BBE7BCE445>/System/Library/Frameworks/PubSub.framewo rk/Versions/A/PubSub
       0x7fff84b51000 -    0x7fff84bcefef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0)<35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
       0x7fff84bd8000 -    0x7fff84c19fff com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A>/System/Library/Frameworks/SystemConfigur ation.framework/Versions/A/SystemConfiguration
       0x7fff84c1a000 -    0x7fff84ca6fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D>/System/Library/Frameworks/SecurityFounda tion.framework/Versions/A/SecurityFoundation
       0x7fff84ca7000 -    0x7fff84d41fe7 com.apple.ApplicationServices.ATS 275.16 (???) <4B70A2FC-1902-5F27-5C3B-5C78C283C6EA>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
       0x7fff84d42000 -    0x7fff84d45ff7 libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libCoreVMClient.dylib
       0x7fff84d46000 -    0x7fff84d46ff7 com.apple.CoreServices 44 (44)<DC7400FB-851E-7B8A-5BF6-6F50094302FB>/System/Library/Frameworks/CoreServic es.framework/Versions/A/CoreServices
       0x7fff84d77000 -    0x7fff84e34fff com.apple.CoreServices.OSServices 359 (359) <8F509D8D-4C94-9A1C-3A87-5B775D9F6075>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
       0x7fff855ca000 -    0x7fff85dd4fe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <EEE5CE62-9155-6559-2AEA-05CED0F5B0F1>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
       0x7fff85dd5000 -    0x7fff86109fef com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
       0x7fff8610a000 -    0x7fff86199fff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85>/System/Library/Frameworks/Quartz.framewo rk/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
       0x7fff8619a000 -    0x7fff861b3fff com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207>/System/Library/Frameworks/OpenDirectory. framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirec tory
       0x7fff86215000 -    0x7fff862cbff7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969>/usr/lib/libobjc.A.dylib
       0x7fff862cc000 -    0x7fff862edfff libresolv.9.dylib 41.0.0 (compatibility 1.0.0)<6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
       0x7fff86552000 -    0x7fff86710fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854>/usr/lib/libicucore.A.dylib
       0x7fff86711000 -    0x7fff86993fe7  com.apple.Foundation 6.6.7 (751.62)<6F2A5BBF-6990-D561-2928-AD61E94036D9>/System/Library/Frameworks/Founda tion.framework/Versions/C/Foundation
       0x7fff86994000 -    0x7fff869a8fff  libGL.dylib??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGL.dylib
       0x7fff869a9000 -    0x7fff869adff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resource s/libCGXType.A.dylib
       0x7fff869ae000 -    0x7fff873a8ff7 com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251>/System/Library/Frameworks/AppKit.framewo rk/Versions/C/AppKit
       0x7fff874a2000 -    0x7fff87513ff7 com.apple.AppleVAFramework 4.10.26 (4.10.26) <28C1B366-DF2B-111B-1863-0713B105D930>/System/Library/PrivateFrameworks/AppleVA .framework/Versions/A/AppleVA
       0x7fff87576000 -    0x7fff875b0fff  libcups.2.dylib 2.8.0 (compatibility 2.0.0)<7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
       0x7fff875b1000 -    0x7fff875f8ff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21>/System/Library/PrivateFrameworks/CoreUI. framework/Versions/A/CoreUI
       0x7fff875f9000 -    0x7fff875fcfff com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/Help.framework/Versions/A/Help
       0x7fff875fd000 -    0x7fff87609fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6FB0A8F4-72A1-D28F-E801-DE2C7498AFB9>/usr/lib/libbz2.1.0.dylib
       0x7fff87625000 -    0x7fff87654ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF>/System/Library/Frameworks/Quartz.framewo rk/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
       0x7fff87695000 -    0x7fff87813ff7 com.apple.WebKit 6533.21 (6533.21.1) <C89E93DE-3BFD-2E7A-2A49-356885FA1CDE>/System/Library/Frameworks/WebKit.framewo rk/Versions/A/WebKit
       0x7fff878e1000 -    0x7fff8792afef  libGLU.dylib??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGLU.dylib
       0x7fff8797b000 -    0x7fff87991fef  libbsm.0.dylib ??? (???)<83676D2E-23CD-45CD-BE5C-35FCFFBBBDBB> /usr/lib/libbsm.0.dylib
       0x7fff87992000 -    0x7fff879cfff7 libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFont Registry.dylib
       0x7fff879d0000 -    0x7fff879d0ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Accelerate
       0x7fff879d1000 -    0x7fff879e0fef com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/OpenGL
       0x7fff879ed000 -    0x7fff87a03fe7  com.apple.MultitouchSupport.framework207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163>/System/Library/PrivateFrameworks/Multito uchSupport.framework/Versions/A/MultitouchSupport
       0x7fff87a04000 -    0x7fff87a09fff  libGIF.dylib??? (???) <95443F88-7D4C-1DEE-A323-A70F7A1B4B0F>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib GIF.dylib
       0x7fff87a3a000 -    0x7fff87ab9fe7 com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0>/System/Library/Frameworks/CoreAudio.fram ework/Versions/A/CoreAudio
       0x7fff87aba000 -    0x7fff87b6ffe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
       0x7fff87b70000 -    0x7fff87bbaff7 com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
       0x7fff87bbb000 -    0x7fff87bcafff com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145>/System/Library/Frameworks/NetFS.framewor k/Versions/A/NetFS
       0x7fff87bfc000 -    0x7fff87bfdfff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D>/usr/lib/liblangid.dylib
       0x7fff87c08000 -    0x7fff87c72fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
       0x7fff87c9b000 -    0x7fff87dc3ff7 com.apple.MediaToolbox 0.484.52 (484.52) <F03DAC32-79DB-EA5A-9B8D-CB288AF91A56>/System/Library/PrivateFrameworks/MediaTo olbox.framework/Versions/A/MediaToolbox
       0x7fff87dc4000 -    0x7fff87e30fe7 com.apple.CorePDF 1.4 (1.4) <06AE6D85-64C7-F9CC-D001-BD8BAE31B6D2>/System/Library/PrivateFrameworks/CorePDF .framework/Versions/A/CorePDF
       0x7fff87e31000 -    0x7fff87ec1fff com.apple.SearchKit 1.3.0 (1.3.0) <3403E658-A54E-A79A-12EB-E090E8743984>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
       0x7fff87ec2000 -    0x7fff87f0bff7 com.apple.securityinterface 4.0.1 (40418) <E2DC796D-84EC-48F5-34A9-DF614573BE74>/System/Library/Frameworks/SecurityInterf ace.framework/Versions/A/SecurityInterface
       0x7fff87f0c000 -    0x7fff87f4dfef com.apple.CoreMedia 0.484.52 (484.52) <3F868AF8-1089-10C3-DCEB-565690FD9742>/System/Library/PrivateFrameworks/CoreMed ia.framework/Versions/A/CoreMedia
       0x7fff87f4e000 -    0x7fff87f5dfff libxar.1.dylib ??? (???) <CBAF862A-3C77-6446-56C2-9C4461631AAF>/usr/lib/libxar.1.dylib
       0x7fff87f5e000 -    0x7fff87f86fff com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/Dictionar yServices
       0x7fff87fd1000 -    0x7fff8804efef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5>/System/Library/PrivateFrameworks/Backup. framework/Versions/A/Backup
       0x7fff880a6000 -    0x7fff880b1fff com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC>/System/Library/Frameworks/CoreLocation.f ramework/Versions/A/CoreLocation
       0x7fff881b3000 -    0x7fff88323fff com.apple.QTKit 7.7 (1783) <DE8DB97C-C058-B40C-492B-D652A30CF571>/System/Library/Frameworks/QTKit.framewor k/Versions/A/QTKit
       0x7fff88324000 -    0x7fff883ddfff libsqlite3.dylib 9.6.0 (compatibility 9.0.0)<2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
       0x7fff883de000 -    0x7fff883e9ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <5CA110A2-0712-F774-E7CF-AA7A2A106DAC>/System/Library/Frameworks/Carbon.framewo rk/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognitio n
       0x7fff883ea000 -    0x7fff8844afe7 com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416>/System/Library/Frameworks/IOKit.framewor k/Versions/A/IOKit
       0x7fff8844b000 -    0x7fff8844bff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/ApplicationServices
       0x7fff8844c000 -    0x7fff88498fff  libauto.dylib??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
       0x7fff88499000 -    0x7fff884b9ff7 com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586>/System/Library/Frameworks/DirectoryServi ce.framework/Versions/A/DirectoryService
       0x7fff884ba000 -    0x7fff8856afff edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91>/System/Library/Frameworks/Kerberos.frame work/Versions/A/Kerberos
       0x7fff8858d000 -    0x7fff88697ff7  com.apple.MeshKitIO1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE>/System/Library/PrivateFrameworks/MeshKit .framework/Versions/A/Frameworks/MeshKitIO.framework/Versions/A/MeshKitIO
       0x7fff88698000 -    0x7fff88699ff7 com.apple.audio.units.AudioUnit 1.6.7 (1.6.7)<53299948-2554-0F8F-7501-04B34E49F6CF>/System/Library/Frameworks/AudioUn it.framework/Versions/A/AudioUnit
       0x7fff88732000 -    0x7fff888a9fe7 com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC>/System/Library/Frameworks/CoreFoundation .framework/Versions/A/CoreFoundation
       0x7fff888aa000 -    0x7fff888e7fff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C>/System/Library/Frameworks/LDAP.framework /Versions/A/LDAP
       0x7fff888fe000 -    0x7fff88934ff7 com.apple.framework.Apple80211 6.2.5 (625.6)<B67C7A65-E4FB-4419-3F31-4482E17EF203>/System/Library/PrivateFrameworks/ Apple80211.framework/Versions/A/Apple80211
       0x7fff88935000 -    0x7fff88950ff7 com.apple.openscripting 1.3.1 (???)<2243C17C-EE36-D5B6-3A3E-8258973FF789>/System/Library/Frameworks/Carbon.fr amework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
       0x7fff88960000 -    0x7fff88a00fff com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA>/System/Library/Frameworks/CoreServices.f ramework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchService s
       0x7fff88a01000 -    0x7fff88adefff com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020>/System/Library/Frameworks/Accelerate.fra mework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
       0x7fff88adf000 -    0x7fff88e7cfe7 com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD>/System/Library/Frameworks/QuartzCore.fra mework/Versions/A/QuartzCore
       0x7fff88eba000 -    0x7fff893c0ff7 com.apple.VideoToolbox 0.484.52 (484.52) <FA1B8197-8F5F-73CB-A9A1-49E0FB49CF51>/System/Library/PrivateFrameworks/VideoTo olbox.framework/Versions/A/VideoToolbox
       0x7fff89405000 -    0x7fff8946dfff com.apple.MeshKitRuntime 1.1 (49.2)<1F4C9AB5-9D3F-F91D-DB91-B78610562ECC>/System/Library/PrivateFrameworks/M eshKit.framework/Versions/A/Frameworks/MeshKitRuntime.framework/Versions/A/MeshK itRuntime
       0x7fff8946e000 -    0x7fff8952ffef  com.apple.ColorSync 4.6.6 (4.6.6)<BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Colo rSync
       0x7fff89530000 -    0x7fff89561fff libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13>/System/Library/Frameworks/OpenGL.framewo rk/Versions/A/Libraries/libGLImage.dylib
       0x7fff89562000 -    0x7fff89589ff7 libJPEG.dylib ??? (???) <B9AA5816-8CCB-AFCB-61FD-3820C6E8219D>/System/Library/Frameworks/ApplicationSer vices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/lib JPEG.dylib
       0x7fff8967e000 -    0x7fff8979dfe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E>/usr/lib/libcrypto.0.9.8.dylib
       0x7fff8979e000 -    0x7fff897a2ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5>/usr/lib/system/libmathCommon.A.dylib
       0x7fff897a3000 -    0x7fff897b0fe7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0)<1C35FA50-9C70-48DC-9E8D-2054F7A266B1>/System/Library/Frameworks/Applica tionServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/R esources/libCSync.A.dylib
       0x7fff897b1000 -    0x7fff89872fff libFontParser.dylib ??? (???)<A00BB0A7-E46C-1D07-1391-194745566C7E>/System/Library/Frameworks/Applicati onServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/li bFontParser.dylib
       0x7fffffe00000 -    0x7fffffe01fff libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69>/usr/lib/libSystem.B.dylib
    Model: MacBookPro5,2, BootROM MBP52.008E.B05, 2 processors,Intel Core 2 Duo, 3.06 GHz, 8 GB, SMC 1.42f4
    Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT,PCIe, 512 MB
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI,256 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme(0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
    Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1incoming serial ports
    Network Service: Ethernet 1, Ethernet, en0
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: ST9500420AS, 465.76 GB
    Serial ATA Device: HL-DT-ST DVDRW  GS21N
    USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000 / 2
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0236, 0x04600000 / 3
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2
    USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8217, 0x06110000 / 3

    Firefox is probably a better choice. It's safe. You don't need anti virus software for another browser.
    And having another browser installed can come in handy in case Safari is misbehaving. I use Firefox frequently.
    Mozilla Firefox Web Browser — Free Download

  • Logic pro 9.1.7 keeps crashing when I use midi

    Hi I only got my mac + logic pro a couple of months ago and it crashes when I'm not even doing anything heavy duty, just recording some piano, using a couple of tracks - it especially doesn't like it when I use the score - I get the Spinning Beach Ball of Death and then when I force quit it gives me the below info. Any help would be gratefully recieved I keep losing work! xx (It's fine when I use just audio)
    Date/Time:       2012-08-31 01:04:41 +0300
    OS Version:      10.7.4 (Build 11E2620)
    Architecture:    x86_64
    Report Version:  9
    Command:         Logic Pro
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Version:         9.1.7 (1700.57)
    Build Version:   2
    Project Name:    Logic
    Source Version:  17005700
    App Item ID:     459578486
    App External ID: 6130764
    Parent:          launchd [135]
    PID:             1872
    Event:           hang
    Duration:        6.78s
    Steps:           69 (100ms sampling interval)
    Pageins:         0
    Pageouts:        0
    Process:         Logic Pro [1872]
    Path:            /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
    Architecture:    i386
    UID:             501
      Thread 0x2195c    
      User stack:
        69 DummyConnection::DummyConnection() + 193 (in Logic Pro) [0x2b1c5]
          69 NSProApplicationMain + 439 (in ProKit) [0xfa542b]
            69 -[NSApplication run] + 911 (in AppKit) [0x985d4cb1]
              69 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113 (in AppKit) [0x985d8942]
                69 _DPSNextEvent + 2196 (in AppKit) [0x985d96c6]
                  69 _NSHandleCarbonMenuEvent + 302 (in AppKit) [0x98648dbc]
                    69 _HandleMenuSelection + 53 (in HIToolbox) [0x9553f95d]
                      69 _HandleMenuSelection2 + 636 (in HIToolbox) [0x9553fbde]
                        69 _ZL14MenuSelectCoreP8MenuData5PointdmPP13OpaqueMenuRefPt + 608 (in HIToolbox) [0x956d8a60]
                          69 _ZL19FinishMenuSelectionP13SelectionDataP10MenuResultS2_ + 129 (in HIToolbox) [0x95547f2d]
                            69 SendMenuItemSelectedEvent + 275 (in HIToolbox) [0x956e7b61]
                              69 SendMenuCommandWithContextAndModifiers + 70 (in HIToolbox) [0x9567c31a]
                                69 _ZL18SendHICommandEventmPK9HICommandmmhPKvP20OpaqueEventTargetRefS5_PP14OpaqueE ventRef + 482 (in HIToolbox) [0x9567c2b0]
                                  69 SendEventToEventTarget + 76 (in HIToolbox) [0x9550b755]
                                    69 _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14H andlerCallRec + 482 (in HIToolbox) [0x954f6970]
                                      69 _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1602 (in HIToolbox) [0x954f74f3]
                                        69 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36 (in HIToolbox) [0x9567bdec]
                                          69 NSSLMMenuEventHandler + 452 (in AppKit) [0x9874b446]
                                            69 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 172 (in AppKit) [0x9891b78c]
                                              69 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106 (in AppKit) [0x98ab522f]
                                                69 -[NSMenu _internalPerformActionForItemAtIndex:] + 45 (in AppKit) [0x98ab0ffe]
                                                  69 -[NSMenu performActionForItemAtIndex:] + 65 (in AppKit) [0x98ab0fcb]
                                                    69 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79 (in AppKit) [0x987d5149]
                                                      69 -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 171 (in AppKit) [0x987d5ac0]
                                                        69 -[NSMenuItem _corePerformAction] + 536 (in AppKit) [0x987d5e43]
                                                          69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6011018 (in Logic Pro) [0x5f72fa]
                                                            69 -[NSProApplication sendAction:to:from:] + 118 (in ProKit) [0xfa4f9d]
                                                              69 -[NSApplication sendAction:to:from:] + 232 (in AppKit) [0x986e286f]
                                                                69 -[NSObject performSelector:withObject:] + 65 (in CoreFoundation) [0x947f2d11]
                                                                  69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6017897 (in Logic Pro) [0x5f8dd9]
                                                                    69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6017097 (in Logic Pro) [0x5f8ab9]
                                                                      69 -[NSDocument saveDocumentAs:] + 65 (in AppKit) [0x989a6bd1]
                                                                        69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6021276 (in Logic Pro) [0x5f9b0c]
                                                                          69 -[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:] + 116 (in AppKit) [0x989a7c8e]
                                                                            69 -[NSDocument performActivityWithSynchronousWaiting:usingBlock:] + 90 (in AppKit) [0x989c1d7e]
                                                                              69 __-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_1 + 223 (in AppKit) [0x989a7d72]
                                                                                69 -[NSDocument _commitEditingWithDelegate:didSomethingSelector:contextInfo:thenContinue:] + 108 (in AppKit) [0x989b3771]
                                                                                  69 -[NSDocument _commitEditingThenContinue:] + 335 (in AppKit) [0x989b7f35]
                                                                                    69 __-[NSDocument _commitEditingWithDelegate:didSomethingSelector:contextInfo:thenContinue:]_bloc k_invoke_1 + 34 (in AppKit) [0x989b3798]
                                                                                       69 __-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_2 + 1037 (in AppKit) [0x989a8200]
                                                                                         69 __-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_6 + 380 (in AppKit) [0x989b59ea]
                                                                                           69 -[NSDocument continueActivityUsingBlock:] + 30 (in AppKit) [0x989a306c]
                                                                                             69 __-[NSDocument runModalSavePanelForSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_10 + 198 (in AppKit) [0x989b5de5]
                                                                                               69 -[NSDocument saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo:] + 128 (in AppKit) [0x989a8436]
                                                                                                 69 -[NSDocument performActivityWithSynchronousWaiting:usingBlock:] + 90 (in AppKit) [0x989c1d7e]
                                                                                                   69 __-[NSDocument saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_1 + 328 (in AppKit) [0x989a8583]
                                                                                                     69 -[NSDocument _commitEditingWithDelegate:didSomethingSelector:contextInfo:thenContinue:] + 108 (in AppKit) [0x989b3771]
                                                                                                       69 -[NSDocument _commitEditingThenContinue:] + 335 (in AppKit) [0x989b7f35]
                                                                                                         69 __-[NSDocument _commitEditingWithDelegate:didSomethingSelector:contextInfo:thenContinue:]_bloc k_invoke_1 + 34 (in AppKit) [0x989b3798]
                                                                                                           69 __-[NSDocument saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_5 + 26 (in AppKit) [0x989a32e9]
                                                                                                             69 __-[NSDocument saveToURL:ofType:forSaveOperation:delegate:didSaveSelector:contextInfo:]_block_ invoke_2 + 169 (in AppKit) [0x989a8707]
                                                                                                               69 -[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:] + 108 (in AppKit) [0x989a9dc4]
                                                                                                                 69 -[NSDocument performAsynchronousFileAccessUsingBlock:] + 285 (in AppKit) [0x989c1a8f]
                                                                                                                   69 -[NSDocument _performFileAccessOnMainThread:usingBlock:] + 388 (in AppKit) [0x989c1cf6]
                                                                                                                     69 -[NSDocument continueFileAccessUsingBlock:] + 252 (in AppKit) [0x989a45da]
                                                                                                                       69 __-[NSDocument _performFileAccessOnMainThread:usingBlock:]_block_invoke_7 + 53 (in AppKit) [0x989a47d2]
                                                                                                                         69 __-[NSDocument performAsynchronousFileAccessUsingBlock:]_block_invoke_8 + 25 (in AppKit) [0x989a30f3]
                                                                                                                           69 __-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke_1 + 885 (in AppKit) [0x989aa13e]
                                                                                                                             69 -[NSDocument _fileCoordinator:coordinateReadingContentsAndWritingItemAtURL:byAccessor:] + 309 (in AppKit) [0x989bda21]
                                                                                                                               69 -[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:] + 788 (in Foundation) [0x96c0e620]
                                                                                                                                 69 -[NSFileCoordinator(NSPrivate) _invokeAccessor:orDont:thenRelinquishAccessClaimForID:] + 194 (in Foundation) [0x96c0ae2e]
                                                                                                                                   69 __-[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:] _block_invoke_3 + 77 (in Foundation) [0x96c0a43b]
                                                                                                                                     69 __-[NSDocument _fileCoordinator:coordinateReadingContentsAndWritingItemAtURL:byAccessor:]_bloc k_invoke_1 + 50 (in AppKit) [0x989a3320]
                                                                                                                                       69 __-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke_7 + 1338 (in AppKit) [0x989ca062]
                                                                                                                                         69 __-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke_14 + 322 (in AppKit) [0x989c957c]
                                                                                                                                           69 __-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke_15 + 311 (in AppKit) [0x989c96bb]
                                                                                                                                             69 __-[NSDocument saveToURL:ofType:forSaveOperation:completionHandler:]_block_invoke_8 + 366 (in AppKit) [0x989ca292]
                                                                                                                                               69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6019103 (in Logic Pro) [0x5f928f]
                                                                                                                                                 69 -[NSDocument writeSafelyToURL:ofType:forSaveOperation:error:] + 435 (in AppKit) [0x989bf44c]
                                                                                                                                                   69 -[NSDocument _writeSafelyToURL:ofType:forSaveOperation:error:] + 69 (in AppKit) [0x989a6b4a]
                                                                                                                                                     69 -[NSDocument _writeSafelyToURL:ofType:forSaveOperation:forceTemporaryDirectory:error:] + 587 (in AppKit) [0x989bf6a2]
                                                                                                                                                       69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6018036 (in Logic Pro) [0x5f8e64]
                                                                                                                                                         69 -[NSDocument writeToURL:ofType:forSaveOperation:originalContentsURL:error:] + 510 (in AppKit) [0x989bf251]
                                                                                                                                                           69 -[NSDocument writeToURL:ofType:error:] + 465 (in AppKit) [0x989c04c1]
                                                                                                                                                             69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6023072 (in Logic Pro) [0x5fa210]
                                                                                                                                                               69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6020360 (in Logic Pro) [0x5f9778]
                                                                                                                                                                 69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6019723 (in Logic Pro) [0x5f94fb]
                                                                                                                                                                   69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6035245 (in Logic Pro) [0x5fd19d]
                                                                                                                                                                     69 -[NSBitmapImageRep initWithFocusedViewRect:] + 1712 (in AppKit) [0x988d3037]
                                                                                                                                                                        69 ??? [0xffffffff]
                                                                                                                                                                          69 _sigtramp + 43 (in libsystem_c.dylib) [0x93c5259b]
                                                                                                                                                                            69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 3839242 (in Logic Pro) [0x3e4f7a]
                                                                                                                                                                              69 -[NSDocument(NSDeprecated) saveToURL:ofType:forSaveOperation:error:] + 285 (in AppKit) [0x989c5a2e]
                                                                                                                                                                                69 -[NSDocument _coordinateReadingContentsAndWritingItemAtURL:error:byAccessor:] + 307 (in AppKit) [0x989a8d8a]
                                                                                                                                                                                  69 -[NSFileCoordinator coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:] + 125 (in Foundation) [0x96c0a927]
                                                                                                                                                                                    69 -[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:] + 788 (in Foundation) [0x96c0e620]
                                                                                                                                                                                      69 -[NSFileCoordinator(NSPrivate) _invokeAccessor:orDont:thenRelinquishAccessClaimForID:] + 194 (in Foundation) [0x96c0ae2e]
                                                                                                                                                                                        69 __-[NSFileCoordinator(NSPrivate) _coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:] _block_invoke_3 + 77 (in Foundation) [0x96c0a43b]
                                                                                                                                                                                          69 __-[NSFileCoordinator coordinateReadingItemAtURL:options:writingItemAtURL:options:error:byAccessor:]_ block_invoke_1 + 197 (in Foundation) [0x96c0a9f1]
                                                                                                                                                                                            69 __-[NSDocument _coordinateReadingContentsAndWritingItemAtURL:error:byAccessor:]_block_invoke_1 + 25 (in AppKit) [0x989a3375]
                                                                                                                                                                                              69 __-[NSDocument(NSDeprecated) saveToURL:ofType:forSaveOperation:error:]_block_invoke_1 + 199 (in AppKit) [0x989c2de1]
                                                                                                                                                                                                69 __-[NSDocument(NSDeprecated) saveToURL:ofType:forSaveOperation:error:]_block_invoke_2 + 304 (in AppKit) [0x989c2f49]
                                                                                                                                                                                                  69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6019103 (in Logic Pro) [0x5f928f]
                                                                                                                                                                                                    69 -[NSDocument writeSafelyToURL:ofType:forSaveOperation:error:] + 435 (in AppKit) [0x989bf44c]
                                                                                                                                                                                                      69 -[NSDocument _writeSafelyToURL:ofType:forSaveOperation:error:] + 69 (in AppKit) [0x989a6b4a]
                                                                                                                                                                                                        69 -[NSDocument _writeSafelyToURL:ofType:forSaveOperation:forceTemporaryDirectory:error:] + 587 (in AppKit) [0x989bf6a2]
                                                                                                                                                                                                          69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6018036 (in Logic Pro) [0x5f8e64]
                                                                                                                                                                                                            69 -[NSDocument writeToURL:ofType:forSaveOperation:originalContentsURL:error:] + 510 (in AppKit) [0x989bf251]
                                                                                                                                                                                                              69 -[NSDocument writeToURL:ofType:error:] + 465 (in AppKit) [0x989c04c1]
                                                                                                                                                                                                                69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6023072 (in Logic Pro) [0x5fa210]
                                                                                                                                                                                                                  69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6020360 (in Logic Pro) [0x5f9778]
                                                                                                                                                                                                                    69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6019723 (in Logic Pro) [0x5f94fb]
                                                                                                                                                                                                                      69 std::ostream& TraceOutContainer<CEvs>(std::ostream&, CEvs, char const*, int) + 6035245 (in Logic Pro) [0x5fd19d]
                                                                                                                                                                                                                        69 -[NSBitmapImageRep initWithFocusedViewRect:] + 195 (in AppKit) [0x988d2a4a]
                                                                                                                                                                                                                          69 CGPixelAccessLock + 26 (in CoreGraphics) [0x95c2df1e]
                                                                                                                                                                                                                            69 __psynch_mutexwait + 10 (in libsystem_kernel.dylib) [0x90580876]
      Kernel stack:
        69 psynch_mtxcontinue + 0 (in mach_kernel) [0xffffff800059e520]
      Thread 0x21971      DispatchQueue 1701273966
      User stack:
        69 _dispatch_mgr_thread + 53 (in libdispatch.dylib) [0x97d7d85f]
          69 kevent + 10 (in libsystem_kernel.dylib) [0x9058190a]
      Kernel stack:
        69 kqueue_scan + 416 (in mach_kernel) [0xffffff800053aec0]
      Thread 0x2197c    
      User stack:
        69 thread_start + 34 (in libsystem_c.dylib) [0x93bfe6de]
          69 _pthread_start + 335 (in libsystem_c.dylib) [0x93bfaed9]
            69 __NSThread__main__ + 1582 (in Foundation) [0x96a55dd5]
              69 -[NSThread main] + 45 (in Foundation) [0x96a55e25]
                69 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378 (in Foundation) [0x96a620c4]
                  69 CFRunLoopRunInMode + 120 (in CoreFoundation) [0x94793088]
                    69 CFRunLoopRunSpecific + 332 (in CoreFoundation) [0x947931dc]
                      69 __CFRunLoopRun + 1428 (in CoreFoundation) [0x94793b04]
                        69 __CFRunLoopServiceMachPort + 170 (in CoreFoundation) [0x9478a9da]
                          69 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9057ec22]
      Kernel stack:
        69 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x21983    
      User stack:
        69 thread_start + 34 (in libsystem_c.dylib) [0x93bfe6de]
          69 _pthread_start + 335 (in libsystem_c.dylib) [0x93bfaed9]
            69 __select + 10 (in libsystem_kernel.dylib) [0x90580b42]
      Kernel stack:
        69 wakeup + 992 (in mach_kernel) [0xffffff8000555880]
      Thread 0x219b8    
      User stack:
        69 thread_start + 34 (in libsystem_c.dylib) [0x93bfe6de]
          69 _pthread_start + 335 (in libsystem_c.dylib) [0x93bfaed9]
            69 MDFileIOThread_IsBusy + 3593 (in MAAudioEngine) [0x2b1e899]
              69 pthread_cond_wait$UNIX2003 + 71 (in libsystem_c.dylib) [0x93baf42c]
                69 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x9058083e]
      Kernel stack:
        69 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e320]
      Thread 0x219bb    
      User stack:
        69 thread_start + 34 (in libsystem_c.dylib) [0x93bfe6de]
          69 _pthread_start + 335 (in libsystem_c.dylib) [0x93bfaed9]
            69 CAPThread::Entry(CAPThread*) + 123 (in CoreMIDI) [0x1364f69]
              69 XThread::RunHelper(void*) + 17 (in CoreMIDI) [0x136559f]
                69 MIDIProcess::MIDIInPortThread::Run() + 24 (in CoreMIDI) [0x1387912]
                  69 MIDIProcess::RunMIDIInThread() + 259 (in CoreMIDI) [0x1386f8b]
                    69 XServerMachPort::ReceiveMessage(int&, void*, int&) + 101 (in CoreMIDI) [0x1363fcb]
                      69 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9057ec22]
      Kernel stack:
        69 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x21ef9    
      User stack:
        69 thread_start + 34 (in libsystem_c.dylib) [0x93bfe6de]
          69 _pthread_start + 335 (in libsystem_c.dylib) [0x93bfaed9]
            69 thread_fun + 29 (in QuartzCore) [0x90989866]
              69 CA::Render::Server::server_thread(void*) + 233 (in QuartzCore) [0x90989959]
                69 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x9057ec22]
      Kernel stack:
        69 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x31332    
      User stack:
        69 thread_start + 34 (in libsystem_c.dylib) [0x93bfe6de]
          69 _pthread_start + 335 (in libsystem_c.dylib) [0x93bfaed9]
            69 __NSThread__main__ + 1582 (in Foundation) [0x96a55dd5]
              69 -[NSThread main] + 45 (in Foundation) [0x96a55e25]
                68 -[NSUIHeartBeat _heartBeatThread:] + 2399 (in AppKit) [0x9881d816]
                  68 usleep$UNIX2003 + 60 (in libsystem_c.dylib) [0x93baf558]
                    68 __semwait_signal + 10 (in libsystem_kernel.dylib) [0x90580bb2]
                1 _setjmp + 4 (in libsystem_c.dylib) [0x93c0ea1c]
      Kernel stack:
        66 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff8000234650]
        2 hndl_unix_scall + 281 (in mach_kernel) [0xffffff80002daa79]
          2 unix_syscall + 472 (in mach_kernel) [0xffffff80005cd898]
            2 __semwait_signal_nocancel + 155 (in mach_kernel) [0xffffff8000553fbb]
              2 semaphore_timedwait_trap_internal + 135 (in mach_kernel) [0xffffff8000234f27]
                2 semaphore_signal_internal + 944 (in mach_kernel) [0xffffff8000234b10]
                  2 thread_block_reason + 275 (in mach_kernel) [0xffffff800022f413]
                    2 thread_go + 608 (in mach_kernel) [0xffffff800022e060]
                      2 processor_idle + 149 (in mach_kernel) [0xffffff800022d375]
                        2 machine_idle + 289 (in mach_kernel) [0xffffff80002c6461]
        1 hndl_allintrs + 290 (in mach_kernel) [0xffffff80002da712]
          1 interrupt + 192 (in mach_kernel) [0xffffff80002c48d0]
            1 lapic_interrupt + 121 (in mach_kernel) [0xffffff80002c9ab9]
              1 cpu_signal_handler + 172 (in mach_kernel) [0xffffff80002cb9ac]
                1 sync_iss_to_iks + 118 (in mach_kernel) [0xffffff80002c3c76]
      Thread 0x31436    
      User stack:
        54 start_wqthread + 30 (in libsystem_c.dylib) [0x93bfe6fe]
          54 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x9058102e]
      Kernel stack:
        54 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a4ab0]
      Thread 0x319df    
      User stack:
        15 start_wqthread + 30 (in libsystem_c.dylib) [0x93bfe6fe]
          15 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x9058102e]
      Kernel stack:
        15 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a4ab0]
      Binary Images:
          0x1000 -   0xbe7ff7  com.apple.logic.pro 9.1.7 (1700.57) <5F56E15A-9720-AE07-31BF-AD616FF0803C> /Applications/Logic Pro.app/Contents/MacOS/Logic Pro
        0xf82000 -  0x11aaff7  com.apple.prokit 7.2.2 (1817) <832C3859-AF71-3CC5-83AB-20764115E483> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
       0x1354000 -  0x13a0ffb  com.apple.audio.midi.CoreMIDI 1.8 (42) <292E006C-CB38-39AD-9AAD-0151D9AF060D> /System/Library/Frameworks/CoreMIDI.framework/Versions/A/CoreMIDI
       0x2aeb000 -  0x2b62fe7  com.apple.music.apps.MAAudioEngine 9.1.7 (158.32) <4FD5874A-C993-D1F5-4B8F-F1BC56C4CDB9> /Applications/Logic Pro.app/Contents/Frameworks/MAAudioEngine.framework/Versions/A/MAAudioEngine
      0x90568000 - 0x90586ff7  libsystem_kernel.dylib ??? (???) <EE8DD7FD-53FC-3DE0-8622-7CCF062716EC> /usr/lib/system/libsystem_kernel.dylib
      0x90987000 - 0x90ae9ffb  com.apple.QuartzCore 1.7 (270.5) <6E04A99C-2F52-3E73-991E-340B048E8001> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
      0x93b9e000 - 0x93c69fff  libsystem_c.dylib ??? (???) <03E608FA-1689-3D85-9A21-31C1922AEC1A> /usr/lib/system/libsystem_c.dylib
      0x94758000 - 0x9492ffe7  com.apple.CoreFoundation 6.7.2 (635.21) <4D1D2BAF-1332-32DF-A81B-7E79D4F0A6CB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
      0x954ef000 - 0x95835ff3  com.apple.HIToolbox 1.9 (???) <96AFBCE8-61CC-31A6-8E57-2EC21D7A7851> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
      0x95ada000 - 0x96402e2b  com.apple.CoreGraphics 1.600.0 (???) <93490E7A-8CA6-3D58-AA13-B6FEB35647B4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
      0x969f6000 - 0x96d00ff3  com.apple.Foundation 6.7.2 (833.25) <361418ED-589D-36DE-9668-A88B35937524> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
      0x97d7c000 - 0x97d8afff  libdispatch.dylib ??? (???) <2F918480-12C8-3F22-9B1A-9B2D76F6F4F5> /usr/lib/system/libdispatch.dylib
      0x985cf000 - 0x99064ff6  com.apple.AppKit 6.7.3 (1138.47) <D84BC928-E3D3-303C-88E0-942E18AFBDD6> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    Process:         AirPort Base Station Agent [214]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             501
      Thread 0x6a9        DispatchQueue 1
      User stack:
        69 ??? (in AirPort Base Station Agent) [0x102944654]
          69 ??? (in AirPort Base Station Agent) [0x102955353]
            69 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9069d19f]
              69 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9068d486]
                69 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9068dc74]
                  69 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9068550c]
                    69 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff9471e67a]
      Kernel stack:
        69 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x6cd        DispatchQueue 2
      User stack:
        69 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff93a7f31a]
          69 kevent + 10 (in libsystem_kernel.dylib) [0x7fff947207e6]
      Kernel stack:
        69 kqueue_scan + 416 (in mach_kernel) [0xffffff800053aec0]
      Thread 0x6d4      
      User stack:
        69 thread_start + 13 (in libsystem_c.dylib) [0x7fff8cb19b75]
          69 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8cb168bf]
            69 __select + 10 (in libsystem_kernel.dylib) [0x7fff9471fdf2]
      Kernel stack:
        69 wakeup + 992 (in mach_kernel) [0xffffff8000555880]
      Binary Images:
             0x102943000 -        0x10295afff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <21653C11-D069-330A-A54C-5F0071AA70CC> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff8cac8000 -     0x7fff8cba5fef  libsystem_c.dylib ??? (???) <535C622E-2C14-3DD4-98D0-EA181DF8D582> /usr/lib/system/libsystem_c.dylib
          0x7fff90655000 -     0x7fff90829ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff93a7d000 -     0x7fff93a8bfff  libdispatch.dylib ??? (???) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
          0x7fff94709000 -     0x7fff94729fff  libsystem_kernel.dylib ??? (???) <185823F1-409E-3AFD-93A9-C214013C17C8> /usr/lib/system/libsystem_kernel.dylib
    Process:         applepushserviced [53]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    Architecture:    x86_64
    UID:             0
      Thread 0x174        DispatchQueue 1
      User stack:
        69 ??? (in applepushserviced) [0x10fb478d4]
          69 ??? (in applepushserviced) [0x10fb479b8]
            69 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff896a9e67]
              69 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff896a9f7b]
                69 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9068d486]
                  69 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9068dc74]
                    69 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9068550c]
                      69 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff9471e67a]
      Kernel stack:
        69 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x1a7        DispatchQueue 2
      User stack:
        69 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff93a7f31a]
          69 kevent + 10 (in libsystem_kernel.dylib) [0x7fff947207e6]
      Kernel stack:
        69 kqueue_scan + 416 (in mach_kernel) [0xffffff800053aec0]
      Thread 0x5d6      
      User stack:
        69 thread_start + 13 (in libsystem_c.dylib) [0x7fff8cb19b75]
          69 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8cb168bf]
            69 __select + 10 (in libsystem_kernel.dylib) [0x7fff9471fdf2]
      Kernel stack:
        69 wakeup + 992 (in mach_kernel) [0xffffff8000555880]
      Binary Images:
             0x10fb46000 -        0x10fbb4ff7  applepushserviced ??? (???) <19819362-4B3D-326C-A00C-AC20DFB36B24> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff8969e000 -     0x7fff899b7fff  com.apple.Foundation 6.7.2 (833.25) <F6584E06-7C8F-3422-AF84-3AA58EC67935> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8cac8000 -     0x7fff8cba5fef  libsystem_c.dylib ??? (???) <535C622E-2C14-3DD4-98D0-EA181DF8D582> /usr/lib/system/libsystem_c.dylib
          0x7fff90655000 -     0x7fff90829ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff93a7d000 -     0x7fff93a8bfff  libdispatch.dylib ??? (???) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
          0x7fff94709000 -     0x7fff94729fff  libsystem_kernel.dylib ??? (???) <185823F1-409E-3AFD-93A9-C214013C17C8> /usr/lib/system/libsystem_kernel.dylib
    Process:         AppleSpell [186]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             501
      Thread 0x628        DispatchQueue 1
      User stack:
        69 ??? (in AppleSpell) [0x10aa65a7c]
          69 ??? (in AppleSpell) [0x10aa65d2e]
            69 -[NSSpellServer run] + 74 (in Foundation) [0x7fff897fac76]
              69 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff9069d19f]
                69 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff9068d486]
                  69 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff9068dc74]
                    69 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff9068550c]
                      69 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff9471e67a]
      Kernel stack:
        69 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x62d        DispatchQueue 2
      User stack:
        69 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff93a7f31a]
          69 kevent + 10 (in libsystem_kernel.dylib) [0x7fff947207e6]
      Kernel stack:
        69 kqueue_scan + 416 (in mach_kernel) [0xffffff800053aec0]
      Thread 0x319e3    
      User stack:
        3 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8cb19b85]
          3 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff94720192]
      Kernel stack:
        3 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a4ab0]
      Binary Images:
             0x10aa64000 -        0x10ab20ff7  com.apple.AppleSpell 1.7.1 (131.1) <37673EBC-DCDD-3B27-B4CB-A7BEF05E0039> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff8969e000 -     0x7fff899b7fff  com.apple.Foundation 6.7.2 (833.25) <F6584E06-7C8F-3422-AF84-3AA58EC67935> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff8cac8000 -     0x7fff8cba5fef  libsystem_c.dylib ??? (???) <535C622E-2C14-3DD4-98D0-EA181DF8D582> /usr/lib/system/libsystem_c.dylib
          0x7fff90655000 -     0x7fff90829ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff93a7d000 -     0x7fff93a8bfff  libdispatch.dylib ??? (???) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
          0x7fff94709000 -     0x7fff94729fff  libsystem_kernel.dylib ??? (???) <185823F1-409E-3AFD-93A9-C214013C17C8> /usr/lib/system/libsystem_kernel.dylib
    Process:         autofsd [51]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    UID:             0
      Thread 0x184        DispatchQueue 2
      User stack:
        69 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff93a7f31a]
          69 kevent + 10 (in libsystem_kernel.dylib) [0x7fff947207e6]
      Kernel stack:
        69 kqueue_scan + 416 (in mach_kernel) [0xffffff800053aec0]
      Thread 0x1c8        DispatchQueue 6
      User stack:
        69 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff93a81b20]
          69 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff94720022]
      Kernel stack:
        69 wakeup + 992 (in mach_kernel) [0xffffff8000555880]
      Binary Images:
             0x101c6d000 -        0x101c6efff  autofsd ??? (???) <A02D5E70-1BB1-30ED-A699-375CB0CCE901> /usr/libexec/autofsd
          0x7fff93a7d000 -     0x7fff93a8bfff  libdispatch.dylib ??? (???) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
          0x7fff94709000 -     0x7fff94729fff  libsystem_kernel.dylib ??? (???) <185823F1-409E-3AFD-93A9-C214013C17C8> /usr/lib/system/libsystem_kernel.dylib
    Process:         automountd [2351]
    Path:            /usr/libexec/automountd
    Architecture:    x86_64
    UID:             0
      Thread 0x312df      DispatchQueue 1
      User stack:
        69 ??? (in automountd) [0x1068d4680]
          69 ??? (in automountd) [0x1068d6570]
            69 __semwait_signal + 10 (in libsystem_kernel.dylib) [0x7fff9471fe42]
      Kernel stack:
        69 semaphore_wait_continue + 0 (in mach_kernel) [0xffffff8000234650]
      Thread 0x312e9      DispatchQueue 2
      User stack:
        69 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff93a7f31a]
          69 kevent + 10 (in libsystem_kernel.dylib) [0x7fff947207e6]
      Kernel stack:
        69 kqueue_scan + 416 (in mach_kernel) [0xffffff800053aec0]
      Thread 0x312e1    
      User stack:
        69 thread_start + 13 (in libsystem_c.dylib) [0x7fff8cb19b75]
          69 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8cb168bf]
            69 ??? (in automountd) [0x1068d6682]
              69 __sigwait + 10 (in libsystem_kernel.dylib) [0x7fff94720036]
      Kernel stack:
        69 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002daea3]
          69 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005cdecb]
            69 __sigwait_nocancel + 333 (in mach_kernel) [0xffffff800055381d]
              69 msleep + 119 (in mach_kernel) [0xffffff8000555c07]
                69 wakeup + 267 (in mach_kernel) [0xffffff80005555ab]
                  69 lck_mtx_sleep + 74 (in mach_kernel) [0xffffff8000227efa]
                    69 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f42b]
                      69 thread_continue + 1661 (in mach_kernel) [0xffffff800022f1ad]
                        69 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c2939]
      Thread 0x312e2    
      User stack:
        69 thread_start + 13 (in libsystem_c.dylib) [0x7fff8cb19b75]
          69 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8cb168bf]
            69 ??? (in automountd) [0x1068d678d]
              69 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff9471fbca]
      Kernel stack:
        69 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e320]
      Thread 0x312e3    
      User stack:
        69 thread_start + 13 (in libsystem_c.dylib) [0x7fff8cb19b75]
          69 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8cb168bf]
            69 ??? (in automountd) [0x1068de85c]
              69 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff9471fbca]
      Kernel stack:
        69 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e320]
      Thread 0x312e4    
      User stack:
        69 thread_start + 13 (in libsystem_c.dylib) [0x7fff8cb19b75]
          69 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8cb168bf]
            69 ??? (in automountd) [0x1068d6839]
         

    FBIent wrote:
    it is but it still spikes...all my logic files are on the external drive and still i get a spike. usually when im playing back a track. (hitting play...then it spikes)
    I just looked at a small project with 8 audio tracks 44.1kHz at 24 bits.
    When I start the project my disk meter pegs to the red, the reason is.... Logic is not only reading the file for playback it's reading ahead and filling the audio buffers which have been greatly increased in later version of Logic.
    Possibilities...
    -As AD2 pointed out, check your disk format, some external disks come PC formatted.
    -Your recording format 44.1, 48, 88.2 or 96kHz   16 or 24 bit?
    -Are any samples used on other tracks being pulled off a drive?
    Disk acces spikes are not that big a deal..

  • RT - PID Gains - where and when to use them

    The attached is example code for controlling a temperature chamber. The question is where and when to use PID Gains? This code looks as though the PID Gain is used for the variable/parameter temperature (i.e. the temperature is the controlled variable).
    So would there be just one PID Gain per controlled variable/parameter (temperature in this case) or would each device controlling temperature in the system get a PID Gain?
    In this example, the fan and lamp are controlling the temperature.
    Attachments:
    Exercise 8-1.zip ‏171 KB

    Russ_in_Louisville wrote:
    I came here for help as this is where NI pointed me in their failure. I did not come here to get my "mental model" attacked.
    Can you accept that your model of the system might be wrong, though? In this thread from a few weeks ago, multiple experienced users told you that what you had on your block diagram was an array, and yet you insisted - repeatedly - that what you had was a cluster. Your model was that the item on the block diagram was a cluster, leading to the question "how do I get an index display on it?" which made no sense, because the item was in fact an array. And, when you finally realized you were wrong, you couldn't even admit it or thank the people who pointed out your error - it just "turned out" that the constant wasn't what you thought it was. I am trying to tell you that you are making a similar error here by asking questions about the system that do not correspond to what the system actually does.
    "Parameter/variable" isn't clear. There is correct terminology. A PID controller has, as inputs, a process variable and a setpoint. The process variable is the parameter you want to control, such as temperature. The setpoint is the desired value of the process variable. Let's say you do have a temperature control system where there is both a heating system and a cooling system (again, not the situation in your sample code). The two systems could both be driven by PID and share the same setpoint and process variable. Some control options for this system:
    - a single PID controller with one set of gains, where a negative output drives the cooling system and a positive output drives the heater (or some variation on this), if both the heater and chiller have similar performance characteristics.
    - two PID controllers, each with a set of gains, one controlling the heating and one controlling the cooler.
    - a combination of these two: a single controller with gains that are selected based on the setpoint or process variable, which is known as gain scheduling. The advantage to a single controller is that you'd never have the two controllers fighting each other.
    You could also have a code that controls several similar processes (for examply, multiple identical temperature chambers). In that situation you could have a single set of PID gains but multiple controllers each with a different setpoint and process variable.
    So there's not a simple yes/no answer to when you need a separate set of PID gains or an additional PID controller. It depends on the characteristics and design goals of your system. Does that help?

  • Optimization of using text constants

    Does Forms compiler optimize using text constants when it make *.fmx
    file, if yes then how?
    What I mean. In many cases Forms programmers use text constants to do
    any actions, for sample:
    - do_key('EXECUTE_QUERY');
    - if (:system.mode = 'ENTER-QUERY') then /* ... */ end if;
    - execute_trigger('ON-POPULATE-DETAILS');
    - show_alert('ASK_SAVE');
    - go_block('ORDERS') or go_item('ORDERS.NAME');
    - set_block_property(bid,DEFAULT_WHERE,':orders.pay > '||:r.pay_rate);
    As I have undestood myself, Forms divide such constant on types:
    - standart text constants('EXECUTE_QUERY','ENTER-QUERY' ...);
    - user's text constants ('ASK_SAVE','ORDERS.NAME');
    And Forms do any optimization with standart text constants: in *.fmx file
    I found only one enter for every from such constants.
    But for user's text constants Forms does not optimization: in *.fmx file
    I found more then one enter for such constants.
    If above is right then is there benefit from creating a package in form
    module and creating constants in the package, that contain frequently used
    user's text constants(block and items names, e.t.c.) and then writing down
    in program these package constants instead of user's text constants?

    I get to answer my own question. I found a workaround should you ever what to be sure a certain font is used and not replaced. Granted, this will add my download time but you at least can preserve the look.
    Simply make any text with a shadow. But make the offset 0 and the transparency to 1 (you can't make it 0). You won't even notice the "shafow" and the text will be made into a graphic every time.
    Stephen

  • Reuse_alv_fieldcatalog_merge    when we use it.

    hi to all
    .what is the pupose of reuse_alv_events_get, and reuse_alv_fieldcatalog_merge when we use it.
    pls tell purpose of theese two fun modules in words .and also give some simple example programs.(not comlex examples )

    Hi,
    Description
    This table tells ALV which events are processed by the caller by CALLBACK.
    The table of possible events per list type can be initialized using the module REUSE_ALV_EVENTS_GET.
    You can display the names of the constants in the type pools SLIS which represent the individual events using the individual test function in the function module
    REUSE_ALV_EVENT_NAMES_GET. Only events with a form routine name are processed.
    The table structure contains the fields:
    •     IT_EVENTS-NAME
    Name of the Callback event.
    Possible Callback events:
    •     Action
    USER_COMMAND USING R_UCOMM LIKE SY-UCOMM RS_SELFIELD TYPE SLIS_SELFIELD
    Process actions on the list
    As this is a frequently-used Callback event, the form routine can also be passed directly in the interface in the IMPORTING parameter I_CALLBACK_USER_COMMAND.
    PF_STATUS_SET USING RT_EXTAB TYPE SLIS_T_EXTAB
    If a user list status is to be set, it must be done in the form routine assigned to this event. The ALV function codes, which must not be active, are in the Parameter RT_EXTAB. This table must be passed with the SET PF-STATUS command (with inactive user function codes as well, if necessary).
    The STANDARD status of the function group SALV should be used as a template for a user-specific status.
    As this is a frequently-used Callback event, its form routine can also be passed directly in the interface in the IMPORTING parameter I_CALLBACK_PF_STATUS_SET.
    ITEM_DATA_EXPAND USING RS_SELFIELD TYPE SLIS_SELFIELD RFLG_ALL TYPE C
    Only relevant for hierarchical-sequential lists using the layout parameter IS_LAYOUT-EXPAND_FIELDNAME of the structure IS_LAYOUT.
    Exit for passing item entries (ITEM table) for a header record which was expanded interactively by the user.
    RS_SELFIELD-TABINDEX contains the header table index for which the item entries are to be put in the global item output table (T_OUTTAB_SLAVE). The Callback is only called if ALV has no items for a header which is to be expanded.
    RFLG_ALL is passed with 'X' if the user shows all items. The application must ensure that entries are not repeated in the item table. RS_SELFIELD is initial in this case.
    CALLER_EXIT USING RS_DATA Is called at the beginning of the function module to make special settings. It is not usually used.
    •     List processing events
    IMPORTANT: The application Callback routine must not manipulate the internal output table and/or its header record. This restriction applies to all Callbacks which are called in the list output and run under the 'List processing events'.
    TOP_OF_LIST no USING parameter. Information output at the start of the list
    END_OF_LIST no USING parameter. Information output at the end of the list
    TOP_OF_PAGE no USING parameter
    Equivalent to the list processing TOP-OF-PAGE event
    END_OF_PAGE no USING parameter. Not available for hierarchical-sequential lists.
    Information output at the end of a page. This is only called for printing.
    TOP_OF_COVERPAGE no USING parameter
    The selection information and list status are output together (if they exist) on a separate page by default. See also the documentation of the parameters:
    IS_PRINT-NO_COVERPAGE
    IS_PRINT-NO_PRINT_SELINFOS
    IS_PRINT-NO_PRINT_LISTINFOS
    IS_LAYOUT-GET_SELINFOS
    The user can format the header area of the 'cover page' himself or herself by specifying a Callback routine for this event.
    END_OF_COVERPAGE no USING parameter
    Analogously to TOP_OF_COVERPAGE the user can add other information to the information output by ALV (selection information, list status) at this event.
    FOREIGN_TOP_OF_PAGE no USING parameter
    The Top-of-page event is always processed in ALV and is only passed to the caller via the Callback mechanism. This is still the case if the caller, e.g. by a user action, processes a branch list which was not formatted by ALV (e.g. a popup with additional information about the list record selected and displayed by ALV).
    In this case, top-of-page cannot be formatted by ALV analogously to the basic list, it must be handled completely by the caller. The event top-of-page still occurs in ALV. When ALV notices a top-of-page which was not caused by an ALV output, the form routine in FOREIGN_TOP_OF_PAGE is called.
    FOREIGN_END_OF_PAGE no USING parameter
    The event end-of-page is always processed in ALV and only passed to the caller via callback. This is still the case, e.g. when the caller processes a details list which was not formatted by ALV (e.g. a popup with further information about selected list records which were displayed by ALV).
    In this case, end-of-page cannot be formatted by ALV analogously to the basic list, it must be handled completely by the caller. The event end-of-page still occurs in ALV. When ALV notices an end-of-page that was not caused by an ALV output, the form routine in FOREIGN_END_OF_PAGE is called.
    BEFORE_LINE_OUTPUT USING RS_LINEINFO TYPE SLIS_LINEINFO
    Output information before each output line. Should only be used in justified cases because it costs a lot of performance.
    AFTER_LINE_OUTPUT USING RS_LINEINFO TYPE SLIS_LINEINFO
    Output information after each output line. Should only be used in justified cases because it costs a lot of performance.
    •     Internal use only
    LIST_MODIFY USING R_TABNAME TYPE SLIS_TABNAME
    R_INDEX LIKE SY-TABIX
    R_INDEX_ITEM LIKE SY-TABIX
    R_INDEX_SUM LIKE SY-TABIX
    •     IT_EVENTS-FORM
    Name of the form routine which should be called in the calling program at the event.
    Field_catalog:
    Field catalog with field descriptions
    2.7.1.     Description
    Field catalog containing descriptions of the list output fields (usually a subset of the internal output table fields). A field catalog is required for every ALV list output.
    The field catalog for the output table is built-up in the caller's coding. The build-up can be completely or partially automated by calling the REUSE_ALV_FIELDCATALOG_MERGE module
    See also the documentation of the function module REUSE_ALV_FIELDCATALOG_MERGE.
    The minimal field catalog is documented under 'default'. The caller can use the other optional parameters to assign output attributes to a field which differ from the default.
    A field catalog need not be built-up and passed explicitly only under the following conditions:
    •     The internal table to be output has the same structure as a Data Dictionary structure which is referred to in the internal table declaration using LIKE or INCLUDE STRUCTURE.
    •     all fields in this structure are to be output
    •     the structure name is passed to ALV in the parameter I_STRUCTURE_NAME.
    See also the documentation of the IMPORTING paramter I_STRUCTURE_NAME.
    Positioning
    •     row_pos (row position)
    value set: 0, 1 - 3
    Only relevant if the list output is to be multi-line (two or three lines) by default.
    A multi-line list can also be defined by the user interactively if the default list is one-line.
    The parameter specifies the relative output line of the column in a multi-line list.
    •     col_pos (column position)
    value set: 0, 1 - 60
    only relevant when the default relative column positions differ from the field catalog field sequence. The parameter specifies the relative column position of the field in the list output. The column order can be changed interactively by the user. If this parameter is initial for all field catalog entries, columns appear in the field catalog field sequence.
    Identification
    •     fieldname (field name)
    value set: internal output table field name (required parameter)
    Name of the internal output table field which is described by this field catalog entry
    •     tabname (internal output table)
    value set: SPACE, internal output table name
    This parameter is used in 'manual' field catalog build-up only for hierarchical-sequential lists.
    Name of the internal output table which contains the field FIELDCAT-FIELDNAME.
    Data Dictionary reference
    •     ref_fieldname (reference field name)
    value set: SPACE, Data Dictionary field name
    Name of the Data Dictionary field referred to.
    This parameter is only used when the internal output table field described by the current field catalog entry has a reference to the Data Dictionary (not a program field), and the field name in the internal output table is different from the name of the field in the Data Dictionary. If the field names are identical, naming the Data Dictionary structure or table in the FIELDCAT-REF_TABNAME parameter is sufficient.
    •     ref_tabname (reference table/structure field name)
    value set: SPACE, name of a Data Dictionary structure or table
    Structure or table name of the referred Data Dictionary field.
    This parameter is only used when the internal output table field described by the current field catalog entry has a Data Dictionary reference (not a program field).
    Reference to fields with currency/measurement unit
    Each internal output table sum or quantity field whose decimal places are to be formatted appropriately for the unit in the list must follow the convention:
    •     the field is of data type QUAN or CURR (internal type P) (the field must really have this physical data type. Overwriting the physical data type with the parameter FIELDCAT-DATATYPE has no effect)
    •     There is a field in the internal output table which contains the associated unit.
    •     There is also an entry in the field catalog for the unit field.
    (If the unit is not to appear as a column in the list, and cannot be interactively displayed as a column, e.g. because it is always unambiguous and is therefore explicitly output by the caller in the list header, the field catalog units field entry can take the parameter FIELDCAT-TECH = 'X'.
    The association of a value field to a unit affects the output as follows:
    •     appropriate decimal places display for the unit
    •     an initialized field with a link to a non-initial unit is output as '0' for the unit (if FIELDCAT-NO_ZERO is initial). When this field is summed, this unit affects whether the units are homogeneous.
    •     an initialized field with a link to an initial unit is output as SPACE. When this field is summed, the unit SPACE does not affect the homogeneity of the units.
    •     When non-initial fields with an initial unit are summed, the unit SPACE is considered to be a unit.
    Link to currency unit
    •     cfieldname (currency unit field name)
    value set: SPACE, output table field name
    Only relevant for amount columns with associated unit.
    Name of the internal output table field containing the currency unit associated with the amount field FIELDCAT-FIELDNAME. The field in FIELDCAT-CFIELDNAME must have its own field catalog entry.
    •     ctabname (internal currency unit field output table)
    value set: SPACE, output table field name
    only relevant for hierarchical-sequential lists
    Name of the internal output table containing the FIELDCAT-CFIELDNAME field.
    Link to measurement unit
    •     qfieldname (measurement unit field name)
    value set: SPACE, output table field name
    only relevant for quantity columns with unit link.
    Name of the internal output table field containing the measurement unit associated with the quantity field FIELDCAT-FIELDNAME.
    The field in FIELDCAT-QFIELDNAME must have its own field catalog entry.
    •     qtabname (internal measurement unit field output table)
    value set: SPACE, output table field name
    only relevant for hierarchical-sequential lists
    Name of the internal output table containing the FIELDCAT-QFIELDNAME field.
    Column output options
    •     outputlen (column width)
    value set: 0 (initial), n
    For fields with a Data Dictionary link this parameter can be left initial.
    For fields without a Data Dictionary link (program field) the parameter must be given the value of the desired field list output length (column width).
    initial = column width is the output length of the referred Data Dictionary field (domain).
    n = column width is n characters
    •     key (key column)
    value set: SPACE, 'X'           'X' = kex field (key field output in color)
    Key fields can not be interactively hidden. Parameter FIELDCAT-NO_OUT must be left initial.
    For exceptions see the documentation of the FIELDCAT-KEY_SEL parameter.
    •     key_sel (hideable key column)
    value set: SPACE, 'X'
    only relevant when FIELDCAT-KEY = 'X'
    Key field which can be hidden interactively.
    The key column sequence cannot be changed interactively by the user.
    The output is controlled by the FIELDCAT-NO_OUT parameter analogously to non-key fields.
    •     no_out (field in field list)
    value set: SPACE, 'X'          'X' = field is not displayed in the current list.
    The user can interactively choose the field for output from the field list.
    The user can display the contents of these fields at line level using the 'Detail' function.
    See also the 'Detail screen' documentation of the parameter IS_LAYOUT.
    •     tech (technical field)
    value set: SPACE, 'X'          'X' = technical field
    Field cannot be output in the list and cannot be displayed interactively.
    Field can only be used in the field catalog (not in IT_SORT, ...).
    •     emphasize (highlight columns in color)
    value set: SPACE, 'X' or 'Cxyz' (x:'1'-'9'; y,z: '0'=off '1'=on)
    'X' = column is colored with the default column highlight color.
    'Cxyz' = column is colored with a coded color:
    •     C: Color (coding must begin with C)
    •     x: color number
    •     y: bold
    •     z: inverse
    •     hotspot (column as hotspot)
    value set: SPACE, 'X'
    'X' = column cells are output as hotspots
    •     fix_column (fix column)
    value set: SPACE, 'X'
    Not relevant for block lists (output of several lists consecutively)
    'X' = column fixed (does not scroll horizontally)
    All columns to be fixed must have this flag, starting from the left. If a column without this flag is output, only the columns to the left of this column are fixed. The user can change the column fixing interactively. See also the documentation of the Layout parameter
    IS_LAYOUT-NO_KEYFIX of the IMPORTING paramter IS_LAYOUT.
    •     do_sum (sum over column)
    value set: SPACE, 'X'           'X' = a sum is to be calculated over this internal output table field.
    This function can also be called by the user interactively.
    •     no_sum (sums forbidden)
    value set: SPACE, 'X'          'X' = no sum can be calculated over this field, although the data type of the field would allow summing.
    •     input (column ready for input)
    Function not available
    Format column contents
    •     icon
    value set: SPACE, 'X'           'X' = column contents to be output as an icon.
    The caller must consider the printability of icons.
    •     symbol
    value set: SPACE, 'X'          'X' = column contents are to be output as a symbol.
    The internal output table column must be a valid symbol character.
    The caller must consider the printability of symbols.
    Symbols can usually be printed, but may not always be output correctly, depending on the printer configuration.
    •     just (justification)
    value set: SPACE, 'R', 'L', 'C'
    Only relevant for fields of data type CHAR or NUMC
    ' ' = default justification for this data type
    'R' = right-justified output
    'L' = left-justified output
    'C' = centered output
    The justification of the column header always follows the justification of the columns. Independent justification of the column neader is not possible.
    •     lzero (leading zeros)
    value set: SPACE, 'X'
    Only relevant for fields of data type NUMC
    ALV outputs NUMC fields right-justified without leading zeros by default.
    'X' = output with leading zeros
    Note: If a NUMC field is output left-justified or centered by FIELDCAT-JUST, leading zeros are output. If the output of leading zeros is suppressed by a Data Dictionary reference ALPHA conversion exit, the output is always left-justified.
    •     no_sign (no +/- sign)           Only relevant for value fields
    value set: SPACE, 'X'     'X' = value output without +/ sign
    •     no_zero (suppress zeros)           Only relevant for value fields
    value set: SPACE, 'X'          'X' = suppress zeros
    •     edit_mask (field formatting)
    value set: SPACE, template
    template = see documentation of WRITE formatting option USING EDIT MASK template
    The output conversion conv can be made by template = '== conv'.
    Texts
    The following text parameters should be specified for program fields without a Data Dictionary reference. The texts are taken from the Data Dictionary for fields with a Data Dictionary reference. If this is not desired, the text parameters can also be specified. The Data Dictionary texts are then ignored. If the user changes the column width interactively, the column header text with the appropriate length is always used. The interactive function 'Optimize column width' takes account of both the field contents and the column headers: if all field contents are shorter than the shortest column header, the column width depends on the column header.
    The 'long field label' is also used in display variant definition, sort, etc. popups.
    •     seltext_l (long field label)
    •     seltext_m (medium field label)
    •     seltext_s (short field label)
    •     reptext_ddic (header)
    analogous to the Data element maintenance 'Header'
    The specified text is not necessarily output in the list, an optimum among all texts is sought.
    •     ddictxt (specify text)
    value set: SPACE, 'L', 'M', 'S'
    You can specify with values 'L', 'M', and 'S', the keyword that should always be used as column header. If the column width changes, no attempt is made in this case to find an appropriate header for the new output width.
    Parameters for program fields without Data Dictionary reference
    see also 'Text' parameters
    •     datatype (data type)
    value set: SPACE, Data Dictionary data type (CHAR, NUMC,...)
    Only relevant for fields without Data Dictionary reference
    Program field data type
    •     ddic_outputlen (external output length)
    value set: 0 (initial), n
    Only relevant for fields without Data Dictionary reference whose output is nevertheless to be modified by a conversion exit.
    Prerequisites:
    •     FIELDCAT-EDIT_MASK = '==conv'
    see also the documentation of the parameter FIELDCAT-EDIT_MASK
    •     FIELDCAT-INTLEN = n
    see also the documentation of the parameter FIELDCAT-INTLEN
    n = external format field output length
    The column width FIELDCAT-OUTPUTLEN need not be the same as the external format output length (FIELDCAT-DDIC_OUTPUTLEN).
    •     intlen (internal output length)
    value set: 0 (initial), n
    Only relevant for fields without Data Dictionary reference whose output is nevertheless to be modified by a conversion exit.
    Prerequisites:
    •     FIELDCAT-EDIT_MASK = '==conv'
    see also the documentation of the parameter FIELDCAT-EDIT_MASK
    •     FIELDCAT-DDIC_OUTPUTLEN = n
    see also the documentation of the parameter FIELDCAT-DDIC_OUTPUTLEN
    n = internal format field output length
    •     rollname (data element)
    value set: SPACE, Data Dictionary data element name
    F1 help can be provided for a program field without a Data Dictionary reference, or F1 help which differs from the Data Dictionary help can be provided for a field with a Data Dictionary reference, using this parameter.
    When F1 help is called for this field, the documentation of the specified data element is displayed.
    If the FIELDCAT-ROLLNAME is initial for fields with a Data Dictionary reference, the documentation of the data element of the referred Data Dictionary field is output.
    Others
    •     sp_group (field group key)
    value set: SPACE, CHAR(1)
    Field group key.
    Keys are assigned to group names in the IT_SPECIAL_GROUPS parameter (see also the documentation of the parameter IT_SPECIAL_GROUPS).
    When such an assignment is made in the field catalog and in IT_SPECIAL_GROUPS, the fields are grouped correspondingly in the display variant popup.
    •     reprep (Report/Report interface selection criterion)
    value set: SPACE, 'X'
    Prerequisites:
    •     The system contains the Report/Report interface (function group RSTI, table TRSTI)
    •     Parameter LAYOUT-REPREP = 'X'
    (see also the documentation of the parameter LAYOUT-REPREP of the IMPORTING parameter IS_LAYOUT )
    'X' = When the Report/Report interface is called, the value of this field is passed in the selected interface start record as a selection criterion.
    2.7.2.     Default
    •     The following entries are usually sufficient for internal table fields with a reference to a field defined in the Data Dictionary :
    •     fieldname
    •     ref_tabname
    Notes:
    ALV gets the remaining information from the Data Dictionary.
    If no relative column position (COL_POS) is specified, the fields are output in the list in the order in which they were added to the field catalog.
    REF_FIELDNAME need only be specifid when the name of the internal table field differs from the name of the referred Data Dictionary field.
    Information which is explicitly entered in the field catalog is not overwritten by information from the Data Dictionary.
    Priority rule:
    Entries in the field catalog have priority over differing entries in the Data Dictionary.
    •     The following entries are usually sufficient for internal table fields without a reference to the Data Dictionary (program fields):
    •     fieldname
    •     outputlen
    •     datatype
    •     seltext_s
    •     seltext_m
    •     seltext_l
    Notes:
    F1 help can be provided for program fields by assigning a data element to the parameter ROLLNAME.
    If the parameters SELTEXT_S, SELTEXT_M, SELTEXT_L, and REPTEXT_DDIC contain appropriate field labels, the program field column headers are also adjusted appropriately when the column width changes.
    reward if useful
    regards,
    ANJI

  • WRT54G crashes every 5-10 mins when in use

    My WRT54G crashes every 5-10mins when in use, I cannot finish a download nor keep a constant connection. Usually it just times out for a second or two and recconects (freezing your downloads or anything), but sometimes it just stops alltogether and requires me to unplug/replug the Router and Modem, sometimes it needs a total PC restart alltogether. I am wired into to it, not wireless, but it happens to the wireless connection as well. What is the deal? I can never manage to finish a download over 35mb, or run an online application. How can this be fixed?
    Thank you for your concerns.Message Edited by Nethros on 07-05-2006 07:50 AM

    Nethros wrote:
    Model No. Version 3 -- Firmware Version : v4.00.5
    What do I do now? Thanks for the help my friend
    PS: I made an account at the Linksysinfo.org but it hasn't sent me an email -- been over 10 minutes. It said a few seconds.
    Please make sure you gmail account is not treating our emails as spam.
    I have resent the activation email.
    Regards Simon
    NAS: TS-459 Pro - 3.6.1 Build0302T - 4 x 1TB Samsung HD103SJ : EXT4 - APC ES 700VA UPS
    QPKG: WordPress 3.4, TwonkyMedia 6.0.39 QPKG - Zenphoto1.4.2.1 [7802] - phpMyAdmin v3.3.10
    Network: Netgear DG834G V4.01.40 - DGTeam Rev. 0849 -> Cisco RV220W 1.0.4.13, Cisco SLM2008, Dlink DSM-520, Xbox360

  • When we use setHeader() method??

    hi,
    when we use setHeader() method??

    Hello,
    I need to place some parameters in a header and send the others as
    a body. However when i try to place some in a header i get error.
    This is the code of the CLIENT:
    Header header=new Header();
    Vector params = new Vector ();
    params.addElement (new Parameter("UserName", String.class,
    "xxx", Constants.NS_URI_SOAP_ENC));
    (...) <-- other params (similar as the one above)
    header.setHeaderEntries(params);
    // build the call.
    Call call = new Call();
    call.setSOAPTransport(st);
    call.setSOAPMappingRegistry (smr);
    //"urn:xmethods-Temperature" (below--> for the temperature thing
    call.setTargetObjectURI("https://www.creditinform.no/creditinform
    .standardwebservice.ws2005207/InfoXML");
    call.setMethodName("HitListPerson");
    call.setEncodingStyleURI("http://schemas.xmlsoap.org/soap/encodin
    g/");
    call.setHeader(header);
    And i get the following error:
    java.lang.ClassCastException: org.apache.soap.rpc.Parameter
    at org.apache.soap.Header.marshall(Header.java:134)
    at org.apache.soap.Envelope.marshall(Envelope.java:197)
    at org.apache.soap.Envelope.marshall(Envelope.java:162)
    at
    org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnect
    ion.java:354)
    at org.apache.soap.rpc.Call.invoke(Call.java:261)
    Any sugestion could be helpfull.
    Thank you for your time,
    C.E.

  • AVG Secure Search appears when I use Google Search from my Home page only.

    My home page is the Firefox default page with the Google searchbar. I like getting occasional messages from Firefox when I log in so I don't want to change my homepage. However, when I use the searchbar ''on my homepage only'', I get the unsatisfactory AVG Secure Search results.
    UPDATE: I now realize all the troubleshooting information I included in my original question appears under the "More System Details" link next to the question, not in the body of the question. I have copied it here to make it easier to see what I have already done to try to solve the problem, as well as describe the one clue I have that may be relevant:
    I have tried all the fixes on various threads, but my about:config is now pristine (no avg or isearch mentions; keyword.url is default). Closest solution is that at https://support.mozilla.org/en-US/questions/866327 , which requires changing my home page.
    Oddly, AVG Secure Search is ''not'' a problem when I use the Google toolbar or search from the Google website, only when I use the search bar that appears on my home (start) page. This is true even when I return to my home page--if I search from the Google search bar in the middle of the page, I get sent to AVG Safe Search. (isearch.avg.com).
    I read in one thread a suggestion to delete my chromeappsstore.sqlite file in my Profile folder. As promised, Firefox created a new one when I restarted it; however, the search bar in the middle of my home home page did not work at all. Tried this three times before restoring my original.
    I do not have an application that will open a sqlite file, but I tried doing so in Excel and found a cell containing the following:
    emoh.:moz-safe-aboutsearch-engine{"name":"AVG Secure Search","searchUrl":"http://isearch.avg.com/search?cid={7A3C25A0-E345-4507-AA31-D98F596A81A9}&mid=c48135235ba247d18ac1d14b344db451-addd29eab2809954d5abdf0b991a5b911a297819&ds=is015&lang=en&v=10.0.0.7&pr=sa&d=&sap=dsp&q=_searchTerms_"}
    I have no clue what that means, but it is the only thing I can find related to Firefox that still mentions AVG and isearch.avg.com.
    At this point my best guess (but it is a guess) is that the chromeappsstore.sqlite file is a key to the complete solution, but I do not have enough knowledge to go beyond and address it. I appreciate any help you anyone can offer.

    Here is the way to get rid of the problem once and for all:
    http://forums.avg.com/ww-en/avg-forums?sec=thread&act=show&id=196402#post_196402

  • 1)Now I use Lightrom 5.7 how to upgrade to 6 or CC? 2) What is the difference between 6 and CC vercion? 3) When I used lightromm 3, I could see inEXIF the distance in meters till the object I took, in the later virsions that function disappeared, it is ve

    1)Now I use Lightrom 5.7 how to upgrade to 6 or CC?
    2) What is the difference between 6 and CC version?
    3) When I used lightromm 3, I could see in EXIF the distance in meters till the object I took, in the later virsions that function disappeared, it is very sad  I am stiil waiting and hope that it would be possibble in the new  versions. Or this indication may  possible by setting?

    1)Now I use Lightrom 5.7 how to upgrade to 6 or CC?
    Purchase the standalone upgrade from here: Products
    Download CC version from here: Explore Adobe desktop apps | Adobe Creative Cloud
    2) What is the difference between 6 and CC version?
    See this comparison chart: Compare Lightroom versions | Adobe Photoshop Lightroom CC
    3) When I used lightromm 3, I could see in EXIF the distance in meters till the object I took, in the later virsions that function disappeared, it is very sad  I am stiil waiting and hope that it would be possibble in the new  versions. Or this indication may  possible by setting?
    Rob Cole's ExifMeta plugin displays the Subject Distance field (and much more).  Unfortunately, his Web site appears to be down again.  He used to be very active here, but he hasn't posted in several months.

  • How to set up my airport extreme to share my net connection. i have a ethernet cable from my isp which when i use in my mac, i have to enter username

    I access net through ethernet cable from my isp. so i just plug in the cable in my mac and in the browser it put the username & password. now i want to use my airport express to create a wireless network so i can access net from ipad and mac simultaneously. when i use airport express both my mac & ipad gets connected to airp exp but each of them ask for isp's username and password. i can only login from either one of them and access net in that one only. Pls advice???

    To allow your Mac to "see" the HDD attached to an AirPort Extreme Base Station (AEBS) that is configured as a bridge, just be sure to assign a static Private IP address to the AEBS. By default the AEBS is a DHCP client and will get a dynamic IP address from the upstream router that is acting as the DHCP server. Since this address can change over time, it would make it more difficult for network clients to find the HDD.

Maybe you are looking for