Error logs on 1760 router

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

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

Similar Messages

  • How to avoid actual cost error log while confirm production order activity

    Hi
    I dont want to post actual activity cost via production order activity confirmation. But i want standard value keys for my production duration purpose. So,i defined activites(strd value key) in work center without assigning cost center to that work center. While i confirm in CO11N, system throws erro log as Actual cost calculation contain errors and allows me to confirm the activities. I am doing MB31 and all CO settlement activities also. But when i try to close the order it says error log exists,so closing of order is not possible. How to overcome this problem as i dont want to capture any cost of activites via production order,but i want confirmation only for production analysis.

    Hi
    Issue is resolved thru PP forum. Thanks for ur reply.
    Solution lies in Control key of routing and BOM costing relevancy.

  • Errors in error.log – possible fixes?

    I have now completed my home server with arch linux, and get everything working like i wanted. :-)
    Now i have found some messages within the error log i couldn't find a solution for. It looks like nothing important to me, they sound more like informations than actual errors, but maybe there is some configuration wrong and can be fixed to avoid these messages.
    The first one
    SP5100 TCO timer: mmio address 0xb8fe00 already in use
    occurs during udev on each boot. (I'm running kernel 3.2.8-1-ARCH)
    dhcpcd[553]: eth0: sendmsg: Cannot assign requested address
    I configure the network via DHCP, and the router decides the ip according to a mac-address/ip-address-look-up-table. I think dhcpcd tries to decide the ip-address in the first place, and fails until the router sends the correct one.
    /usr/sbin/crond[613]: (CRON) INFO (Syslog will be used instead of sendmail.): No such file or directory
    This is obviously because I don't have sendmail installed. Can I configure cron to use Syslog instead of sendmail? So it doesn't checks for sendmail everytime it is started.
    Thanks!
    Last edited by silentsnake (2012-03-02 03:02:02)

    @skanky,
    Is it possible that we are using different implementations? That is, I'm using cronie but dcron also provides crond.
    From man crond:
    SYNOPSIS
    crond [-n | -p | -s | -c | -m<mailcommand>]
    crond -x [ext,sch,proc,pars,load,misc,test,bit]
    and:
    OPTIONS
    -m This option allows you to specify a shell command to use for sending Cron mail output instead of using
    sendmail(8) This command must accept a fully formatted mail message (with headers) on standard input and
    send it as a mail message to the recipients specified in the mail headers. Specifying the string off (i.e.
    crond -m off) will disable the sending of mail.
    -n Tells the daemon to run in the foreground. This can be useful when starting it out of init.
    -p Allows Cron to accept any user set crontables.
    -c This option enables clustering support, as described below.
    -s This option will direct Cron to send the job output to the system log using syslog(3). This is useful if
    your system does not have sendmail(8), installed or if mail is disabled.
    -x This option allows you to set debug flags.
    Last edited by cfr (2012-08-21 22:05:26)

  • Cisco 1760 router stays in rommon modus

    I am having problems with a cisco 1760 router. When I turn the router on I am getting stuck in rommon mode. When I enter the command: "boot flash:c1700-sv8y7-mz.123-11.T3.bin" , the router will boot the ios image. But when i turn the router off and on, it will return to rommon mode. I have tried the following commands in rommon mode:
    rommon 1 > confreg 0x2102
    rommon 2 > reset
    or
    rommon 1 > confreg 0x142
    rommon 2 > reset
    without results. I get the following errors:
    System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1)
    TAC Support: http://www.cisco.com/tac
    Copyright (c) 2003 by cisco Systems, Inc.
    Bad checksum on cookie structure, resorting to backup copy
    Correcting primary cookie from backup
    C1700 platform with 131072 Kbytes of main memory
    loadprog: bad file magic number:      0x0
    open: failed to find and/or load the bootloader: "flash:music-on-hold.au"
    loadprog: error - on file open
    boot: cannot load "c1700-sv8y7-mz.123-11.T3.bin"
    System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1)
    TAC Support: http://www.cisco.com/tac
    Copyright (c) 2003 by cisco Systems, Inc.
    C1700 platform with 131072 Kbytes of main memory
    loadprog: bad file magic number:      0x0
    boot: cannot load "flash:"
    System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1)
    TAC Support: http://www.cisco.com/tac
    Copyright (c) 2003 by cisco Systems, Inc.
    C1700 platform with 131072 Kbytes of main memory
    loadprog: bad file magic number:      0x0
    boot: cannot load "flash:"
    System Bootstrap, Version 12.2(7r)XM2, RELEASE SOFTWARE (fc1)
    TAC Support: http://www.cisco.com/tac
    Copyright (c) 2003 by cisco Systems, Inc.
    C1700 platform with 131072 Kbytes of main memory
    rommon 1 >
    rommon 1 >
    Thanks,
    Pieter

    I would recommend posting in the netpro forums about this.
    http://www.cisco.com/go/netpro
    This site is for the Cisco Small Business Pro routers.
    For your problem though, you might try looking at your boot system command in your running config to make sure that it is accurate.

  • How to display system security events logs in Cisco router 4980

    Hi,
    in order to perform acceptance tests following the installation of a Cisco 4980 router cluster, I need to verify that any system security events are logged and I can diplay them on the CLI output (for example with the #show logging command).
    By system security events logs, I mean for example bad authentification on the switch, creation/deletion/modification of a user accoount, telnet connexion attempt while this protocol is not allowed, etc...
    With the #show logging command, I have security events related to  access-list, or configuration changes (even if these ones are not  really verbose on waht have been changed), but no "system" security  events.
    Here is my logging initial logging configuration on these routers:
    logging rate-limit 1 except errors
    logging console critical
    logging monitor critical
    But I also tried like this:
    logging rate-limit 1 except errors
    logging console informational
    logging monitor critical
    logging history informational
    logging facility auth
    But exactly the same result...
    Is this feature exist or not ?
    If yes, how to configure it ?
    Thanks.
    Julien

    Here is a script that will copy the previous days events and save them to "C:\". The file name be yesterdays date ex "04-18-2010-Events.csv"
    Const strComputer = "."
    Dim objFSO, objWMIService, colEvents, objEvent, outFile
    Dim dtmStartDate, dtmEndDate, DateToCheck, fileDate
    Set objFSO = CreateObject("Scripting.FileSystemObject")
    Set dtmStartDate = CreateObject("WbemScripting.SWbemDateTime")
    Set dtmEndDate = CreateObject("WbemScripting.SWbemDateTime")
    'change the date form "/" to "-" so it can be used in the file name
    fileDate = Replace(Date - 1,"/","-")
    Set outFile = objFSO.CreateTextFile("C:\" & fileDate & "-Events.csv",True)
    DateToCheck = Date - 1
    dtmEndDate.SetVarDate Date, True
    dtmStartDate.SetVarDate DateToCheck, True
    Set objWMIService = GetObject("winmgmts:" _
    & "{impersonationLevel=impersonate}!\\" & strComputer & "\root\cimv2")
    Set colEvents = objWMIService.ExecQuery _
    ("Select * from Win32_NTLogEvent Where TimeWritten >= '" _
    & dtmStartDate & "' and TimeWritten < '" & dtmEndDate & "'")
    For each objEvent in colEvents
    outFile.WriteLine String(100,"-")
    outFile.WriteLine "Category = " & objEvent.Category
    outFile.WriteLine "ComputerName = " & objEvent.ComputerName
    outFile.WriteLine "EventCode = " & objEvent.EventCode
    outFile.WriteLine "Message = " & objEvent.Message
    outFile.WriteLine "RecordNumber = " & objEvent.RecordNumber
    outFile.WriteLine "SourceName = " & objEvent.SourceName
    outFile.WriteLine "TimeWritten = " & objEvent.TimeWritten
    outFile.WriteLine "Type = " & objEvent.Type
    outFile.WriteLine "User = " & objEvent.User
    outFile.WriteLine String(100,"-")
    Next
    outFile.Close
    MsgBox "Finished!"
    v/r LikeToCode....Mark the best replies as answers.

  • Command + R command gave strange Error Logs. Please help!

    I wanted to enter the recovery partition so to use disk utility. By using the cmd+r command after a restart my imac gave me the following error logs. I run 10.8.4 with an iMac12,2. Any ideas? Do I have to worry for something ?
    Nov 28 02:54:24 localhost opendirectoryd[101]: opendirectoryd (build 197.11.16) launched - installer mode
    Nov 28 02:54:24 localhost opendirectoryd[101]: Logging level limit changed to 'notice'
    Nov 28 02:54:24 localhost opendirectoryd[101]: Initialize trigger support
    Nov 28 02:54:24 localhost opendirectoryd[101]: created endpoint for mach service 'com.apple.private.opendirectoryd.rpc' with work limit 10
    Nov 28 02:54:24 localhost opendirectoryd[101]: set default handler for RPC 'reset_cache'
    Nov 28 02:54:24 localhost opendirectoryd[101]: set default handler for RPC 'reset_statistics'
    Nov 28 02:54:24 localhost opendirectoryd[101]: set default handler for RPC 'show'
    Nov 28 02:54:24 localhost opendirectoryd[101]: starting endpoint for service 'com.apple.private.opendirectoryd.rpc'
    Nov 28 02:54:24 localhost opendirectoryd[101]: no dynamic data found at '/System/Library/OpenDirectory/DynamicData/Configure.plist'
    Nov 28 02:54:24 localhost opendirectoryd[101]: Registered node with name '/Configure' as hidden
    Nov 28 02:54:24 localhost opendirectoryd[101]: no dynamic data found at '/System/Library/OpenDirectory/DynamicData/Local.plist'
    Nov 28 02:54:24 localhost opendirectoryd[101]: Registered node with name '/Local' as hidden
    Nov 28 02:54:28 localhost Unknown[283]: kern.boottime: { sec = 1385636060, usec = 0 } Thu Nov 28 02:54:20 2013
    Nov 28 02:54:28 localhost Unknown[291]: Launching the Language Chooser for an OS Install
    Nov 28 02:54:34 localhost configd[112]: bootp_session_transmit: bpf_write(en1) failed: Network is down (50)
    Nov 28 02:54:34 localhost configd[112]: DHCP en1: INIT transmit failed
    Nov 28 02:54:35 localhost Unknown[293]: 2013-11-28 02:54:35.609 LCA[292:707] NSSoftLinking - The Librarian framework's library couldn't be loaded from (null).
    Nov 28 02:54:35 localhost Unknown[293]: 2013-11-28 02:54:35.611 LCA[292:707] NSSoftLinking - The function 'LBCurrentProcessHasUbiquityContainer' can't be found in the Librarian framework.
    Nov 28 02:54:38 localhost Unknown[293]: 2013-11-28 02:54:38.575 LCA[292:707] LCA+BT2: systemHasBluetooth entry
    Nov 28 02:54:38 localhost Unknown[293]: 2013-11-28 02:54:38.575 LCA[292:707] LCA+BT2: [[NSProcessInfo processInfo] processName] LCA
    Nov 28 02:54:38 localhost Unknown[293]: 2013-11-28 02:54:38.575 LCA[292:707] LCA+BT2: systemHasBluetooth exit - controller = 0x7fd68b89ee70
    Nov 28 02:54:56 localhost configd[112]: subnet_route_if_index: can't get interface name
    Nov 28 02:54:56 localhost configd[112]: subnet_route: write routing socket failed, Network is unreachable
    Nov 28 02:55:30 imac-c82a141bdeb8.local ReportCrash[313]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Nov 28 02:55:30 imac-c82a141bdeb8.local ReportCrash[313]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Nov 28 02:55:30 imac-c82a141bdeb8.local ReportCrash[313]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Nov 28 02:55:30 imac-c82a141bdeb8.local ReportCrash[313]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Nov 28 02:55:30 imac-c82a141bdeb8.local ReportCrash[313]: LaunchServices/5123589: Unable to lookup coreservices session port for session 0x186a0 uid=0 euid=0
    Nov 28 02:55:31 imac-c82a141bdeb8.local Unknown[319]: Launching the Installer Crash Log Viewer
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.1 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.1 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Local/Default, Options: 0x0
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.1 - loading configuration for '/Local' from '/System/Library/OpenDirectory/Configurations/Local.plist'
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: Loaded bundle at path '/System/Library/OpenDirectory/Modules/PlistFile.bundle'
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.1 - unable to find authentication module 'ConfigurationProfiles'
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.1 - unable to find service discovery callback for module 'PlistFile'
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: Registering for network changes
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: Registered subnode with name '/Local/Default'
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.1.2 - Block: nodestate '/Local/Default'
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 101.3 - Block: nodestate '/Local'
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: failed to open local node for internal record copy
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: Registering for power changes
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 101.3 - nodestate - flagging '/Local' online
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 101.3 - Block completed
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: Registering for network power changes
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.1.2, Module: PlistFile - Node is 10.7 or later
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.1.2 - nodestate - flagging '/Local/Default' online
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.1.2 - Block completed
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.1, Node: /Local/Default - node assigned UUID - D007781B-E470-4F83-86E3-F01D31437BE7
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.1, Node: /Local/Default - ODNodeCreateWithNameAndOptions completed
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.4 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.4 - ODNodeCopyDetails request, NodeID: D007781B-E470-4F83-86E3-F01D31437BE7, Keys: dsAttrTypeStandard:NodePath
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.4, Node: /Local/Default, Module: PlistFile - ODNodeCopyDetails completed, delivered 1 result
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.5 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.5 - ODNodeRelease request, NodeID: D007781B-E470-4F83-86E3-F01D31437BE7
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.5, Node: /Local/Default - ODNodeRelease completed
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.6 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.6 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Search, Options: 0x0
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.6 - ODNodeCreateWithNameAndOptions failed with error 'Unknown node name' (2000)
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.7 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.7 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Search, Options: 0x0
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.7 - ODNodeCreateWithNameAndOptions failed with error 'Unknown node name' (2000)
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.8 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.8 - ODNodeCreateWithNameAndOptions request, SessionID: 00000000-0000-0000-0000-000000000000, Name: /Local/Default, Options: 0x0
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.8, Node: /Local/Default - node assigned UUID - C9885CC8-CC38-4278-9CA5-3468E29AA81E
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.8, Node: /Local/Default - ODNodeCreateWithNameAndOptions completed
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.9 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.9 - ODQueryCreateWithNode request, NodeID: C9885CC8-CC38-4278-9CA5-3468E29AA81E, RecordType(s): dsRecTypeStandard:Users, Attribute: dsAttrTypeStandard:RecordName, MatchType: Any, Equality: CaseIgnore, Value(s): dsRecordsAll, Requested Attributes: dsAttrTypeStandard:GeneratedUID,dsAttrTypeNative:LinkedIdentity,dsAttrTypeStand ard:RealName,dsAttrTypeStandard:GroupMembership,dsAttrTypeStandard:Picture,dsAtt rTypeStandard:UserCertificate,dsAttrTypeStandard:AppleMetaNodeLocation,dsAttrTyp eStandard:RecordType,dsAttrTypeStandard:Comment,dsAttrTypeStandard:NestedGroups, dsAttrTypeStandard:PrimaryGroupID,dsAttrTypeStandard:AuthenticationAuthority,dsA ttrTypeStandard:Keywords,dsAttrTypeStandard:RecordName,dsAttrTypeStandard:JPEGPh oto,dsAttrTypeNative:_guest,dsAttrTypeStandard:AppleMetaRecordName,dsAttrTypeSta ndard:UserShell,dsAttrTypeStandard:GroupMembers,dsAttrTypeStandard:UniqueID,dsAt trTypeStandard:EMailAddress,dsAttrTypeStandard:NFSHomeDirectory, Max Results: 2147483647
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.9, Node: /Local/Default, Module: PlistFile - ODQueryCreateWithNode completed, delivered 71 results
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.10 - Client: ReportCrash, UID: 0, EUID: 0, GID: 0, EGID: 0
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.10 - ODNodeRelease request, NodeID: C9885CC8-CC38-4278-9CA5-3468E29AA81E
    Nov 28 02:55:31 imac-c82a141bdeb8.local opendirectoryd[101]: 313.10, Node: /Local/Default - ODNodeRelease completed
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Process:         LCA [292]
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Path:            /Volumes/VOLUME/*/LCA.app/Contents/MacOS/LCA
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Identifier:      LCA
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Version:         24 (219)
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Code Type:       X86-64 (Native)
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Parent Process:  sh [108]
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: User ID:         0
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Date/Time:       2013-11-28 02:54:57.700 -0800
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: OS Version:      Mac OS X 10.8 (12A269)
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Report Version:  10
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Exception Codes: EXC_I386_GPFLT
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Application Specific Information:
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: objc_msgSend() selector name: respondsToSelector:
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 0   libobjc.A.dylib                         0x000000010d8e2590 objc_msgSend_vtable5 + 16
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 1   com.apple.Bluetooth                     0x000000010d73bde8 -[IOBluetoothHostController BluetoothHCIEventNotification:] + 5617
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 2   com.apple.Bluetooth                     0x000000010d73a611 HostController_AsyncHCIEventsNotificationHandler + 343
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 3   com.apple.Bluetooth                     0x000000010d73a356 -[IOBluetoothNotification invokeCallbackWithData:dataSize:class:subClass:] + 121
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 4   com.apple.Bluetooth                     0x000000010d73a447 IOBluetoothNotificationLibDoHCIClientNotification + 212
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 5   com.apple.Bluetooth                     0x000000010d73fb22 IOBluetoothNotificationLibHCIRawEventHandler + 183
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 6   com.apple.CoreFoundation                0x000000010da1ab50 __CFMachPortPerform + 288
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 7   com.apple.CoreFoundation                0x000000010da1aa19 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__ + 41
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 8   com.apple.CoreFoundation                0x000000010da1a759 __CFRunLoopDoSource1 + 153
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 9   com.apple.CoreFoundation                0x000000010da4d8bf __CFRunLoopRun + 1775
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 10  com.apple.CoreFoundation                0x000000010da4cdd2 CFRunLoopRunSpecific + 290
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 11  com.apple.HIToolbox                     0x000000011012a774 RunCurrentEventLoopInMode + 209
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 12  com.apple.HIToolbox                     0x000000011012a454 ReceiveNextEventCommon + 166
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 13  com.apple.HIToolbox                     0x000000011012a3a3 BlockUntilNextEventMatchingListInMode + 62
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 14  com.apple.AppKit                        0x000000010c237fa3 _DPSNextEvent + 685
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 15  com.apple.AppKit                        0x000000010c237862 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 16  com.apple.AppKit                        0x000000010c22ec03 -[NSApplication run] + 517
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 17  com.apple.AppKit                        0x000000010c1d3656 NSApplicationMain + 869
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 18  libdyld.dylib                           0x000000010ea957e1 start + 1
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 0   libsystem_kernel.dylib                  0x000000010ec73d16 kevent + 10
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 1   libdispatch.dylib                       0x000000010ea60e26 _dispatch_mgr_invoke + 883
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 2   libdispatch.dylib                       0x000000010ea60a2a _dispatch_mgr_thread + 54
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Thread 2:
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 0   libsystem_kernel.dylib                  0x000000010ec736d6 __workq_kernreturn + 10
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 1   libsystem_c.dylib                       0x000000010eafdf2c _pthread_workq_return + 25
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 2   libsystem_c.dylib                       0x000000010eafdcf3 _pthread_wqthread + 412
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 3   libsystem_c.dylib                       0x000000010eae81b1 start_wqthread + 13
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Thread 3:
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 0   libsystem_kernel.dylib                  0x000000010ec736d6 __workq_kernreturn + 10
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 1   libsystem_c.dylib                       0x000000010eafdf2c _pthread_workq_return + 25
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 2   libsystem_c.dylib                       0x000000010eafdcf3 _pthread_wqthread + 412
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 3   libsystem_c.dylib                       0x000000010eae81b1 start_wqthread + 13
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Thread 4:: CVDisplayLink
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 0   libsystem_kernel.dylib                  0x000000010ec730fa __psynch_cvwait + 10
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 1   libsystem_c.dylib                       0x000000010eb00003 _pthread_cond_wait + 927
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 2   com.apple.CoreVideo                     0x0000000112b5ded5 CVDisplayLink::waitUntil(unsigned long long) + 271
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 3   com.apple.CoreVideo                     0x0000000112b5d23d CVDisplayLink::runIOThread() + 529
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 4   com.apple.CoreVideo                     0x0000000112b5d013 startIOThread(void*) + 148
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 5   libsystem_c.dylib                       0x000000010eafb782 _pthread_start + 327
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 6   libsystem_c.dylib                       0x000000010eae81c1 thread_start + 13
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Thread 5:
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 0   libsystem_kernel.dylib                  0x000000010ec736d6 __workq_kernreturn + 10
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 1   libsystem_c.dylib                       0x000000010eafdf2c _pthread_workq_return + 25
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 2   libsystem_c.dylib                       0x000000010eafdcf3 _pthread_wqthread + 412
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 3   libsystem_c.dylib                       0x000000010eae81b1 start_wqthread + 13
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Thread 6:
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 0   libsystem_kernel.dylib                  0x000000010ec736d6 __workq_kernreturn + 10
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 1   libsystem_c.dylib                       0x000000010eafdf2c _pthread_workq_return + 25
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 2   libsystem_c.dylib                       0x000000010eafdcf3 _pthread_wqthread + 412
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 3   libsystem_c.dylib                       0x000000010eae81b1 start_wqthread + 13
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Thread 0 crashed with X86 Thread State (64-bit):
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:   rax: 0x4000000000000000  rbx: 0x0000000000000000  rcx: 0x00007fd68b0214d8  rdx: 0x000000010d7d74fe
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:   rdi: 0x00007fd68b89f990  rsi: 0x000000010d81e570  rbp: 0x00007fff540c0450  rsp: 0x00007fff540c03b8
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:    r8: 0xffff8029773a335f   r9: 0x00000000000000ff  r10: 0x00007fd68bb06880  r11: 0x00007fd68a8501b0
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:   r12: 0x00007fff540c0770  r13: 0x00007fd68b8a1610  r14: 0x00007fff540c0770  r15: 0x00007fd688c5cca0
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:   rip: 0x000000010d8e2590  rfl: 0x0000000000010246  cr2: 0x0000000113959ff0
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Logical CPU: 1
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: 
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]: Binary Images:
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10bb3e000 -        0x10bb55ff7  com.apple.installer.LCA (24 - 219) <28E0F2A6-96EE-35F3-95F1-66F93B50CCC5> /Volumes/VOLUME/*/LCA.app/Contents/MacOS/LCA
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10bb64000 -        0x10bec0ff7  com.apple.Foundation (6.8 - 945) <0C972F73-0C07-3384-98F2-B176E0289494> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10c0e1000 -        0x10cd0bfff  com.apple.AppKit (6.8 - 1187) <C9309F5C-9441-3E5B-A120-B03FEDDA63F9> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10d405000 -        0x10d40bfff  com.apple.DiskArbitration (2.5 - 2.5) <348AC0CC-6BCE-3416-9141-A5C1164EDDFF> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10d41b000 -        0x10d5c9fff  com.apple.QuartzCore (1.8 - 304.0) <BDC66714-F60C-386D-A773-F897D1E87AB6> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10d684000 -        0x10d684fff  com.apple.ApplicationServices (45 - 45) <A3ABF20B-ED3A-32B5-830E-B37831A45A80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10d687000 -        0x10d6f4ff7  com.apple.framework.IOKit (2.0 - 755.9.7) <9B7C5E7A-3F7A-3E70-8179-4384992B84E0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10d728000 -        0x10d728fff  com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10d731000 -        0x10d732fff  libScreenReader.dylib (264.2) <E8BFC2E1-798D-33F6-AFF4-3334DE24DDE8> /usr/lib/libScreenReader.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10d738000 -        0x10d806ff7  com.apple.Bluetooth (4.0.9 - 4.0.9f8) <E74E0A5F-CAF9-39D8-8A95-61B74E87C995> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10d881000 -        0x10d8aafff  com.apple.BluetoothUI (4.0.9 - 4.0.9f8) <FEB90940-BA76-3D7A-BE74-89E0E2E01BF0> /System/Library/Frameworks/IOBluetoothUI.framework/Versions/A/IOBluetoothUI
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10d8d3000 -        0x10d8d4ff7  libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10d8db000 -        0x10d9f3a27  libobjc.A.dylib (532) <9FA80CDA-97F4-3801-8879-0C1B976BC5CA> /usr/lib/libobjc.A.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10da18000 -        0x10dc01fff  com.apple.CoreFoundation (6.8 - 744) <47AEA7C7-EF9B-3FC6-AEBF-CE02FC650301> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10dd5e000 -        0x10dd5fff8 +cl_kernels (???) <4BA7ECBF-1A14-415B-B9BC-225344F47F09> cl_kernels
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10dd62000 -        0x10ddaeff7  libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ddc9000 -        0x10dfc9fff  libicucore.A.dylib (491.11.1) <17E8B610-6B16-3F91-B49C-7CAE0D08E9CF> /usr/lib/libicucore.A.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e071000 -        0x10e16eff7  libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e1a8000 -        0x10e1baff7  libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e1c2000 -        0x10e335ff7  com.apple.CFNetwork (596.0.1 - 596.0.1) <82109BE9-19E2-399B-BACD-23D53814B873> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e3f4000 -        0x10e445fff  com.apple.SystemConfiguration (1.12 - 1.12) <7A8300B5-F5B3-39F0-A4B2-4C0C293FA29F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e474000 -        0x10e741ff7  com.apple.security (7.0 - 55163.44) <E62305A2-958D-3EBC-B7E5-9A151D3E1777> /System/Library/Frameworks/Security.framework/Versions/A/Security
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e877000 -        0x10e877fff  com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e882000 -        0x10e883fff  liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e889000 -        0x10e8aaff7  libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e8b5000 -        0x10e8b5ff1 +cl_kernels (???) <9F45F1DA-3A21-4C76-859B-0759A852BA9A> cl_kernels
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e8b7000 -        0x10e8cefff  com.apple.GenerationalStorage (1.1 - 132.1) <EAB41613-0145-3CE5-AA60-A8A791A3EE22> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e8da000 -        0x10e8daff9 +cl_kernels (???) <CC93B5AA-7BAA-4D54-9D1E-5BA34CE355CA> cl_kernels
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e8de000 -        0x10e8e1fff  com.apple.TCC (1.0 - 1) <DE7ECAC3-BD08-323A-9C12-EE4A49B72871> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e8eb000 -        0x10e953ff7  libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10e9b2000 -        0x10e9d6ff7  libc++abi.dylib (24.2) <340E7C7B-DC93-3AA2-B015-B1C9541EC255> /usr/lib/libc++abi.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ea08000 -        0x10ea0dfff  libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ea18000 -        0x10ea26fff  libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ea38000 -        0x10ea3dfff  libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ea4b000 -        0x10ea52fff  libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ea5c000 -        0x10ea71ff7  libdispatch.dylib (228.18) <0B6B6E7F-4D8A-3F3B-A4BF-6CF34638DBBB> /usr/lib/system/libdispatch.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ea8b000 -        0x10ea8cff7  libdnsinfo.dylib (453.16) <38A3E0F4-E34C-3D45-A2C9-4CDE2DF007BD> /usr/lib/system/libdnsinfo.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ea93000 -        0x10ea96ff7  libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10eaa2000 -        0x10eaa2fff  libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10eaac000 -        0x10eab4fff  liblaunch.dylib (442.21) <224CB010-6CF8-3FC2-885C-6F80330321EB> /usr/lib/system/liblaunch.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10eabc000 -        0x10eac2fff  libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10eacc000 -        0x10eacefff  libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ead3000 -        0x10ead4ff7  libremovefile.dylib (23.1) <DBBFAF35-AC78-3856-92F6-6E4FD9DF14A2> /usr/lib/system/libremovefile.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10eade000 -        0x10eadffff  libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10eae7000 -        0x10ebb3fef  libsystem_c.dylib (825.24) <16B6B86C-53EE-36E8-AC2B-4AADC1008098> /usr/lib/system/libsystem_c.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ebf9000 -        0x10ec01ff7  libsystem_dnssd.dylib (379.27) <057906EA-206E-3C35-B43F-5D936FD0A84F> /usr/lib/system/libsystem_dnssd.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ec0c000 -        0x10ec42fff  libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ec61000 -        0x10ec7cff7  libsystem_kernel.dylib (2050.7.9) <E0447BF5-E104-35B0-B28B-4156887D58F1> /usr/lib/system/libsystem_kernel.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ec93000 -        0x10ecc1ff7  libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10eccf000 -        0x10ecddff7  libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ecf1000 -        0x10ecfcfff  libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ed06000 -        0x10ed07ff7  libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ed11000 -        0x10ed13ff7  libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ed1f000 -        0x10ed25ff7  libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ed32000 -        0x10ed54ff7  libxpc.dylib (140.37) <C552985C-2171-3136-A1B9-3AB21CBF7C4A> /usr/lib/system/libxpc.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ed6c000 -        0x10edbbff7  libcorecrypto.dylib (106) <57BC99C6-3C3F-344C-BDD6-25E845D956F2> /usr/lib/system/libcorecrypto.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10edca000 -        0x10ee33fff  libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ee9e000 -        0x10ee9ffff  libDiagnosticMessagesClient.dylib (7) <56A70657-E8C2-3804-AB87-77DC100512A4> /usr/lib/libDiagnosticMessagesClient.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10eea6000 -        0x10eeb9ff7  libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10eec9000 -        0x10efc6fff  libsqlite3.dylib (138) <8D6A6805-1494-30D1-9F2A-F58FA3C0D7EE> /usr/lib/libsqlite3.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10efe1000 -        0x10eff0ff7  libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10effd000 -        0x10f001fff  libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f00c000 -        0x10f00cfff  libOpenScriptingUtil.dylib (148) <4DB14EC4-422C-3AE8-83BF-354FEC197FD3> /usr/lib/libOpenScriptingUtil.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f015000 -        0x10f022fff  libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f02c000 -        0x10f343ff7  com.apple.CoreServices.CarbonCore (1037 - 1037) <5127E2AB-AE98-3393-AEF6-CA8C1090F921> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f3bf000 -        0x10f440fff  com.apple.Metadata (10.7.0 - 707.1) <ED39A710-1D87-3207-BB7D-4465B2673C1D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f49b000 -        0x10f541fff  com.apple.CoreServices.OSServices (557 - 557) <F5955FD8-E6E1-359F-9D9D-381E55E3EF37> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f5a5000 -        0x10f632ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <C7F43889-F8BF-3CB9-AD66-11AEFCBCEDE7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f67c000 -        0x10f6d9ff7  com.apple.AE (645 - 645) <9C3E54BA-EE6B-3F02-8775-9C4AF40F40CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f707000 -        0x10f7b8fff  com.apple.LaunchServices (539 - 539) <04FA5C61-6349-3841-9609-B650B6222800> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f80e000 -        0x10f83ffff  com.apple.DictionaryServices (1.2 - 184) <B37F9A90-8954-3DEC-A216-8ABB15C615A1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f863000 -        0x10f86afff  com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f871000 -        0x10f87fff7  libkxld.dylib (2050.7.9) <8194156D-8B7D-3881-AF62-BCBE3306EE49> /usr/lib/system/libkxld.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f885000 -        0x10f892ff7  com.apple.NetAuth (4.0 - 4.0) <F5BC7D7D-AF28-3C83-A674-DADA48FF7810> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f8a3000 -        0x10f910fff  com.apple.datadetectorscore (4.0 - 269.1) <C94C372B-3821-3A46-A8C2-091AB1CFF7F4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f951000 -        0x10f968fff  com.apple.CFOpenDirectory (10.8 - 151.10) <FFBBA538-00B5-334E-BA5B-C8AD6CDCDA14> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f984000 -        0x10f9affff  libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10f9be000 -        0x10fa00fff  com.apple.RemoteViewServices (2.0 - 80.3) <E0224421-A421-3DB6-99AF-B249684FD13A> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10fa3c000 -        0x10fb8cfff  com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <8019964B-4FFB-3328-A425-B1A702177A25> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10fc15000 -        0x10fc15ffd  com.apple.audio.units.AudioUnit (1.8 - 1.8) <ECC4891A-9BA8-3C13-9A2B-6116521B7B46> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10fc21000 -        0x10fe3ffff  com.apple.CoreData (106 - 407.5) <45EF39FE-7FD6-366E-BB5C-3E86E0B7DA3C> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x10ff39000 -        0x110058fff  com.apple.desktopservices (1.7.0 - 1.7.0) <F84224B1-BA28-31AF-8C89-1C2DBBFE4753> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1100cb000 -        0x1103faff7  com.apple.HIToolbox (2.0 - 624) <49C4A53E-9239-3B9A-95DC-8C7B398E491D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x110550000 -        0x11055afff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <D803919C-3102-3515-A178-61E9C86C46A1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x11056a000 -        0x11062ffff  com.apple.coreui (2.0 - 181) <CFCB6868-36AC-3734-ACEA-DF9CAB2B84F2> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1106a8000 -        0x110705fff  com.apple.audio.CoreAudio (4.1.0 - 4.1.0) <B3198BD6-EA1D-3E5E-ADD4-37D8E6B72678> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x110730000 -        0x110746fff  com.apple.MultitouchSupport.framework (235.27 - 235.27) <78E356A6-78E8-3CAB-8982-7A4958C7A955> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x110756000 -        0x11077dff7  com.apple.PerformanceAnalysis (1.16 - 16) <E4888388-F41B-313E-9CBB-5807D077BDA9> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/Perf ormanceAnalysis
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x11079c000 -        0x1107abff7  com.apple.opengl (1.8.5 - 1.8.5) <C554C4DA-517D-3F77-BC7E-DDFD9E01A891> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1107b5000 -        0x110886ff7  com.apple.CoreText (260.0 - 275.14) <98A59BFB-9AC0-3EAB-B5A4-26C2F965A65D> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1108e8000 -        0x110a01ff7  com.apple.ImageIO.framework (3.2.0 - 843) <A9AC2A79-331A-3B06-AFE6-7E34EF876221> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x110a61000 -        0x110b3bfff  com.apple.backup.framework (1.4 - 1.4) <00964E68-4A36-3F9F-B0A5-B782575C64DE> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x110bc4000 -        0x110beafff  com.apple.framework.familycontrols (4.0 - 400) <B296674D-6D0B-323D-84C0-1D356F6F3BFA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x110c04000 -        0x110ca2fff  com.apple.ink.framework (1.4 - 110) <C6E43ED5-7189-3291-80F0-BB7702AD051A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x110cdb000 -        0x11166c39f  com.apple.CoreGraphics (1.600.0 - 322) <2F5D7032-9A96-36AE-A227-428E95CAE0C5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111776000 -        0x1117f6ff7  com.apple.ApplicationServices.ATS (332 - 341) <0CAA1A5C-59DB-3ACE-8478-05D72CBB7C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111822000 -        0x1118dfff7  com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x11192b000 -        0x111981fff  com.apple.HIServices (1.20 - 416) <E7DC75C4-A3E0-3D6B-B961-C9849442BCA6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1119b8000 -        0x1119cbff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1119dd000 -        0x111a37fff  com.apple.print.framework.PrintCore (8.0 - 387) <3CA8A004-8F93-3936-9F9E-7030BD474D2B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111a65000 -        0x111aa4ff7  com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111abf000 -        0x111ad3fff  com.apple.speech.synthesis.framework (4.1.10 - 4.1.10) <21086D96-F997-38D3-BB59-8600CCC3A36F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111aea000 -        0x111aeefff  com.apple.IOSurface (86.0.2 - 86.0.2) <739A481A-DF06-39EB-B784-D03BA1CBD762> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111af9000 -        0x111af9fff  com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111aff000 -        0x111c0afff  libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111c72000 -        0x111cc1ff7  libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111cec000 -        0x111e87fef  com.apple.vImage (6.0 - 6.0) <FAE13169-295A-33A5-8E6B-7C2CC1407FA7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111eab000 -        0x111eabfff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <B5A18EE8-DF81-38DD-ACAF-7076B2A26225> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111eb0000 -        0x111f18fff  libvDSP.dylib (380.6) <CD4C5EEB-9E63-30C4-8103-7A5EAEA0BE60> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111f27000 -        0x111fc1fff  libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x111fd3000 -        0x1123cafff  libLAPACK.dylib (1073.3) <E670020A-6969-3ED7-B80B-285AE1DE5F95> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x11242d000 -        0x1125b3fff  libBLAS.dylib (1073.3) <6B71AB8C-3D9A-33C2-9EAF-2A0BA504D493> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1125e8000 -        0x112610fff  libJPEG.dylib (843) <377EC31E-1831-32E2-AEEB-C375E0A80335> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x11261e000 -        0x112673ff7  libTIFF.dylib (843) <4EB491F3-8DA4-3E4F-AE83-E207720F38B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112686000 -        0x1126a6fff  libPng.dylib (843) <8F83F355-CA33-3D15-8178-54A135BA23BA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1126b0000 -        0x1126b4fff  libGIF.dylib (843) <21324AF8-AFDA-3149-B547-C5109C1FBECF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1126bc000 -        0x1127befff  libJP2.dylib (843) <04915A7F-EE27-3C01-8582-0BD9919558B1> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1127f0000 -        0x1127f3fff  libRadiance.dylib (843) <61405840-A8B0-368E-B39A-704B5A04FDA5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.d ylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1127f9000 -        0x11283dfff  libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112851000 -        0x112873ff7  com.apple.Kerberos (2.0 - 1) <C49B8820-34ED-39D7-A407-A3E854153556> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x11288d000 -        0x1128c7fff  com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1128ec000 -        0x11290bff7  libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112917000 -        0x112a0cfff  libiconv.2.dylib (34) <FEE8B996-EB44-37FA-B96E-D379664DEFE1> /usr/lib/libiconv.2.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112a21000 -        0x112aa3fff  com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112ad2000 -        0x112ad4fff  com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112adc000 -        0x112ae1fff  com.apple.OpenDirectory (10.8 - 151.10) <CF44120B-9B01-32DD-852E-C9C0E1243FC0> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112aec000 -        0x112af7fff  com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112b04000 -        0x112b47ff7  com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112b5b000 -        0x112b85ff7  com.apple.CoreVideo (1.8 - 99.0) <ED17EF3A-2775-3840-BBD1-6513B5B112F2> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112ba4000 -        0x112e34fff  com.apple.CoreImage (8.0.17 - 1.0.1) <FFD6159F-DF31-3EFC-9C59-7FC4F4219D43> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112f16000 -        0x112f6dff7  com.apple.ScalableUserInterface (1.0 - 1) <F1D43DFB-1796-361B-AD4B-39F1EED3BE19> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableU serInterface.framework/Versions/A/ScalableUserInterface
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112f96000 -        0x112fe0ff7  libGLU.dylib (8.5) <47CB8E1C-F98F-352E-B235-DE9EA7A3454F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x112fef000 -        0x112ff5fff  libGFXShared.dylib (8.5) <34093C75-3ECB-3899-A2C0-A52ECAA7C3FC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113002000 -        0x113016fff  libGL.dylib (8.5) <BE75219E-DC86-343A-983C-CA3ECADE659F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x11302f000 -        0x11306cfe7  libGLImage.dylib (8.5) <9583CF74-F84A-33C7-B06A-3A72F090E544> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113077000 -        0x113079fff  libCVMSPluginSupport.dylib (8.5) <437A72B8-1FA6-346C-8949-D63164A062F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113083000 -        0x113090fff  libCoreVMClient.dylib (24.4) <A0E83074-D4CA-3BE8-B77E-FC476B4BF328> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x11309f000 -        0x113953f1f  libLLVMContainer.dylib (24.4) <F4F7E5F1-F5B8-3B25-A6B7-2667F9055840> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libLLVMContain er.dylib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113dc6000 -        0x113dd2ff7  com.apple.CrashReporterSupport (10.8 - 411) <FA7EA7CD-103D-30B1-BF2F-862E68A6B5B7> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113de2000 -        0x113e38ff7  com.apple.opencl (2.1.17 - 2.1.17) <CA9E8BED-17C9-393B-A53E-8EAA8BF01C47> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113e53000 -        0x113e60fff  com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113e69000 -        0x113e8afff  Ubiquity (234.2) <AC544B6F-0879-39A3-90A3-8BC8C29CBAD5> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113e9e000 -        0x113ea9ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <7A5F12E8-C1C2-39C7-8599-2362EAAB9F03> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManage ment
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113eb6000 -        0x113ed5fff  com.apple.ChunkingLibrary (2.0 - 132) <F5051C19-6C4E-3E65-9BEC-B0A4BA82457A> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113ee6000 -        0x113ee6fff  com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113eeb000 -        0x113f69ff7  com.apple.securityfoundation (6.0 - 55115.4) <C5461971-E455-31A6-99B8-AF80C4BC26DD> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113faf000 -        0x113fb8fff  com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x113fc5000 -        0x11405ffff  com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1140ab000 -        0x114107ff7  com.apple.Symbolication (1.3 - 93) <F2C7E0B6-B241-3020-B30A-0636D0FA3378> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x11414b000 -        0x114181fff  com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1141a5000 -        0x1141a9ff7  com.apple.CommonPanels (1.2.5 - 94) <AAC003DE-2D6E-38B7-B66B-1F3DA91E7245> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1141b0000 -        0x1141b3fff  com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1141bc000 -        0x1141d1fff  com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x1141f3000 -        0x11420ffff  com.apple.openscripting (1.3.5 - 148) <ACDE22A1-6170-3289-AF26-E501E6326BD7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x114228000 -        0x11422aff7  com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x114233000 -        0x114235fff  com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x11423f000 -        0x11424afff  com.apple.CoreBluetooth (100.6 - 1) <8166B68C-3AA7-30F9-8454-CA2AA03F50E4> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/Frameworks/CoreBlue tooth.framework/Versions/A/CoreBluetooth
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x11425d000 -        0x11425dfff  com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    Nov 28 02:55:31 imac-c82a141bdeb8.local ReportCrash[313]:        0x11

    Hi and thank you for your reply.
    Yes it works if holding the option key. But the error log is huge so I was wondering if someone that can read it and understands more than we did can provide with some usefull information about what is really going on with my operating system...
    Do I have to worry ? Or maybe do a format and a fresh install ?

  • Cisco HSM - Error logs location

    We have recently procured High-Performance Subnet Manager 1.2
    The product is monitoring Infiniband Fabric
    Does this device collect error logs from infiniband switches and if yes, how can we obtain a summary of these Infiniband errors.
    I have the User Guide for this product but nothing is mentioned about this feature.
    The guide talks about performance manager and a location /var/log!!
    can somebody give me some idea on obtaining infiniband switches related logs from HSM.
    Many Thanx

    Hi,
    This Subnet Manager does not collect error logs from the infiniband switches. The logs would indicate SM logs such as devices logging in and logging out of the infiniband fabric. The SM is used to service the Infiniband fabric like routing traffic, allowing devices to log in and out of the IB fabric and is not meant to be used to manage the switches.
    There is a better tool if you want to look and troubleshoot the Infiniband fabric called FACT:
    http://www.cisco.com/en/US/products/ps9471/tsd_products_support_series_home.html
    You can use this tool to collect switch logs and to a certain extent manage the switches.
    Please let me know if you need any further help.
    Thanks,
    Nikhil

  • RV180 Degrading Performance & Error Logs

    Firmware version 1.0.5.4
    Started having poor networking performance a few days ago and noticed that there were numerous error logs that used to never happen (or at least I don't ever remember there being any).
    Backed up settings and performed a total reset of the RSV180.  Issue still there after the reset.  Anyone have ideas on what might be causing this?  I've attached the error log.

    Hi, I was having the same problem, but i used to have rv016 and i change it to the rv180 because we change isp provider. Now we have 200mb symetric fiber, and the rv016 cannot handle that speed.
    I try the same things that you comment. I analyse the rv016 firewall that i used to have and i saw a rule that rv180 does not have by default.
    Block Wan to Lan traffic Port: Any Source: Any Destination: Any
    Firmware: 1.0.2.6
    I have the QOS enabled without any rule configured. 2 Vlans without intervlan routing, forwarded ports, etc.
    It increase to my isp provided speed, obviously you have to arrange the rule to be at the bottom if you forward any port.
    I hope this helps you too.

  • After upgrading to 3.6.8 none of the plugins load even though there are updates available. The updates will not install and even though the error states to look at the console error log there are no errors listed in the log.

    After upgrading to 3.6.8 none of the extensions load even though there are updates available. The updates will not install and even though the error states to look at the console error log there are no errors listed in the log. All extensions are listed in Addons>Extensions.
    == This happened ==
    Every time Firefox opened
    == Upgrading to newer Firefox version (3.6.8)

    I have been having the same issue for the last two weeks. No real indication as to why it ever began other than I had turned off my router and Airport Extreme Base Station off for a weekend while I was away from my place.
    iPad, iPhone, iPod Touch, all have no issues at all with my Airport Extreme Base Station. Can stay connected throughout my living room, bathroom, bedroom, no issues whatsoever.
    My 5 month old MacBook Pro 2.66 GHz Core i7 Airport is sometimes perfect, able to connect, DHCP, and browse without issue. Then, for no reason, I won't be able to join my wireless network, or when I can join, I can't pick up an IP address. And then it will connect, pick up and IP, and then it won't browse. No real rhyme or reason to when this will happen, or when it works.
    I thought that it was an issue with my MacBook Pro, but then my sister visited with her brand new MacBook Pro 2.26 Intel Core 2 Duo, and while a month ago she was able to connect, DHCP, and browse without issue, this weekend she had all of the same issues I was having.
    My XBOX 360 and MacBook Pro have absolutely no issues with the wired connection. Only my WAN seems to have this issue.
    Did you ever find anything more to this?

  • Oracle errors in Weblogic Error logs appear in non english

    We have a problem with weblogic error logging. Specifically, in a managed server's log file, Oracle errors such as ORA-XXXX show in Greek, not English. We are assuming
    that this is because the timezone is Europe/Athens. However, the weblogic application server runs with user.language=en, user.country=US. What's more, there are 4 application servers and 2 of them have this problem. The oracle database is accessed via weblogic datasources.
    Oracle database server Setup: Oracle Server 11gR2 running on Oracle Linux 64 bit, timezone set to Europe/Athens
    Weblogic Server: Weblogic 10.3.5 running on Oracle Linux 64 bit, timezone set to Europe/Athens
    The managed server, according to jrockit, the jvm runs with the following language related system properties:
    user.language=en, user.country=US, user.timezone=Europe/Athens
    The question is: How do we tell oracle / weblogic to log english text for the ORA errors?
    Thanks,
    Chris

    I digged in the weblogic installation directory and it seems like the domain configuration wizard messed up the jdbc configs for the data sources.
    The config xml files for the data sources in the /domain root/config/jdbc directory had oracle driver but the test query was for pointbase. I double checked from the database.xml file in the init-info directory and corrected the entry in the datasource config xmls and voila!.. the errors were gone.
    I am not sure if this was the right approach and whether i have solved the issue or simply patched it.. so I am keeping the question open. If any one has any inputs I will be grateful.
    If the mods/admins feel that the thread should be marked as solved I will surely do so.
    Thanks.

  • Sap Payroll error log report

    Hi All,
    We are developing Report on SAP Payroll log with the error message . Is any table exist in SAP where we can get the standard error message repositery and then convert it in the User freindly error message ?
    Thanks
    H

    Hello hg,
    Before developing report on SAP Payroll error log I suggest taking a look at below blog. There is a new functionality from SAP to improve payroll data validation and they are calling it "Control Center Add-On".
    This is going to be a free add on for anyone who is on EHP7 and NetWeaver on 7.4 release. The general availability is June 2nd 2014.
    Improve payroll data validation with SAP Payroll control center add-on
    Hope this helps.
    Thanks,
    Hemanth Jamithi.

  • HOW TO LOG IN INTO ROUTER SETTINGS FROM YOUR COMPU...

    Hello there,
    I am in need of help!
    I am a mac user, and experiening severe wireless prblemns with my router. I came across this discussion on apple support: https://discussions.apple.com/message/23693056
    and like in this forum:
    https://community.bt.com/t5/Other-Broadband-Queries/No-802-11-Ac-on-Home-Hub-5/td-p/1067592
    They suggest setting the router to: No 802.11 Ac on Home Hub 5.
    Now, I know what I need to do, but how do it do it?! 
    I don't know even how to log into my router! Can you help?
    Your help with be very much aprreciated. Thank you very much,
    regards,
    Jenny

    jennylee wrote:
    Thank you so much for your help!
    I managed to log in, and it all seems in order. so the problem must be with my computer. 
    when i go to the tab of the wireless it just says: "Wi-fi: Looking for Networks" all the time! 
    Then it find a networks, then it drops, then it finds it again. it's a pain. I think it has gotten worse since I uptated the system from Snow Leopard to Maverick. Any suggestions? Anyone else with this problem?
    Thank you so much!
    Jessy
    Hi there,
    It sounds to me like you could have a corrupt network preferences file.
    Here's what I suggest you do:
    1. Open System preferences from the dock icon.
    2. Navigate to Network and open that pane.
    3. Click on Wi-Fi, in the left hand pane and highlight it.
    4. Click the minus button at the bottom of the pane to remove Wi-Fi from the list.
    5. Click Apply.
    6. Click on the plus button and select "Wi-Fi" from the drop down list.
    7. Click Apply.
    8. Quit System preferences.
    You should now have effectively reset your Wi-Fi interface. Now try connecting to your wireless network again and (hopefully) everything should work as expected.
    I hope this info helps.

  • No Error Log generated in 'Costing' step in Costing Run (CK40N)

    In the Costing Run, when the 'Costing' step is run (after 'Material selection'  and 'BOM Explosion' steps), it gives a hard stop when it encounters the 1st error, instead of completing the 'Costing ' step and giving an Error Log with material information and nature of errors. This makes it very cumbersome to resolve all the errors.
    In the Costing Variant setting in config, the u2018Save Error Log' indicator has been checked.
    Please let me know if I am missing something.
    Venkat

    Hi Vimal,
    Your proposal does not resolve the issue. I found OSS Note 375901, which addresses this issue - see below
    :In Customizing for the costing variant (Transaction OKKN) in the tab "Misc.", you chose "Messages online" for the Error Management option.
    Solution
    Change the error management for the costing variant to
    "Log and Save Messages..."
    Many thanks for your inputs.
    Venkat

  • IPhoto Crashes all of the time. Attached Error Log. Please help?

    Attached is the error log. I've tried creating a new library and running disk utility. iPhoto crashes after a few minutes of use, especially when trying to edit photos. Any advice? The crashing is chronic and has occured for some time now (months).
    Process: iPhoto [3091]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 9.4.3 (9.4.3)
    Build Info: iPhotoProject-720091000000000~1
    App Item ID: 408981381
    App External ID: 15017489
    Code Type: X86 (Native)
    Parent Process: launchd [169]
    Date/Time: 2013-05-16 16:19:12.951 +0100
    OS Version: Mac OS X 10.7.5 (11G63b)
    Report Version: 9
    Interval Since Last Report: 233038 sec
    Crashes Since Last Report: 1
    Per-App Interval Since Last Report: 54616 sec
    Per-App Crashes Since Last Report: 1
    Anonymous UUID: ----------------------------------------
    Crashed Thread: 16
    Exception Type: EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000ffffffff
    VM Regions Near 0xffffffff:
    --> shared memory 00000000ffff0000-00000000ffff2000 [ 8K] r-x/r-x SM=SHM
    Application Specific Information:
    objc[3091]: garbage collection is OFF
    Thread 0:: Dispatch queue: com.apple.main-thread
    0 libsystem_kernel.dylib 0x985b3c22 mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x985b31f6 mach_msg + 70
    2 com.apple.CoreFoundation 0x94a3e9da __CFRunLoopServiceMachPort + 170
    3 com.apple.CoreFoundation 0x94a47b04 __CFRunLoopRun + 1428
    4 com.apple.CoreFoundation 0x94a471dc CFRunLoopRunSpecific + 332
    5 com.apple.CoreFoundation 0x94a47088 CFRunLoopRunInMode + 120
    6 com.apple.HIToolbox 0x99612543 RunCurrentEventLoopInMode + 318
    7 com.apple.HIToolbox 0x996198ab ReceiveNextEventCommon + 381
    8 com.apple.HIToolbox 0x9961971a BlockUntilNextEventMatchingListInMode + 88
    9 com.apple.AppKit 0x9a24eee8 _DPSNextEvent + 678
    10 com.apple.AppKit 0x9a24e752 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 113
    11 com.apple.AppKit 0x9a24aac1 -[NSApplication run] + 911
    12 com.apple.AppKit 0x9a4dbac5 NSApplicationMain + 1054
    13 com.apple.iPhoto 0x0009e0b9 0x8e000 + 65721
    14 com.apple.iPhoto 0x0009d705 0x8e000 + 63237
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0 libsystem_kernel.dylib 0x985b5b5e __select_nocancel + 10
    1 libdispatch.dylib 0x949fdcbd _dispatch_mgr_invoke + 642
    2 libdispatch.dylib 0x949fc853 _dispatch_mgr_thread + 53
    Thread 2:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 3:
    0 libJPEG.dylib 0x9537e35d _cg_vec_jpeg_idct_islow + 740
    1 libJPEG.dylib 0x9537c396 decompress_onepass + 379
    2 libJPEG.dylib 0x9537c1bc process_data_simple_main + 43
    3 libJPEG.dylib 0x9537c186 _cg_jpeg_read_scanlines + 154
    4 com.apple.ImageIO.framework 0x95dd0014 copyImageBlockSetJPEG + 2807
    5 com.apple.ImageIO.framework 0x95dcf456 ImageProviderCopyImageBlockSetCallback + 440
    6 com.apple.CoreGraphics 0x91947d98 CGImageProviderCopyImageBlockSetWithOptions + 173
    7 com.apple.CoreGraphics 0x91947ce5 CGImageProviderCopyImageBlockSet + 69
    8 com.apple.CoreGraphics 0x91977599 imageProvider_getBytes + 129
    9 com.apple.CoreGraphics 0x91898e53 CGAccessSessionGetBytes + 315
    10 com.apple.geode 0x0119081b DGReadBytesFromAccessSession + 197
    11 com.apple.geode 0x01190e18 DGReadBytesRGBA8toARGB8 + 34
    12 com.apple.geode 0x010fb18b -[DGImageIOFactory readImageSource:intoConsumers:readFunctions:] + 160
    13 com.apple.geode 0x010fbf42 -[DGImageIOFactory fulfillImageRequest:intoLockedPage:forTile:] + 2532
    14 com.apple.geode 0x010fd65f -[DGImageIOFactory readRequest:intoPageRef:] + 752
    15 com.apple.geode 0x010fdc1a -[DGImageIOFactory readHandler:] + 165
    16 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    17 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    18 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    19 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    20 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    21 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    22 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    23 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    24 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 4:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 5:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 6:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01db08d6 -[XTThread waitForSynchReply:] + 172
    7 com.apple.proxtcore 0x01d9fda3 -[XTThread sendLocalMessageSynch:destThread:] + 207
    8 com.apple.geode 0x010fd97e -[DGImageIOFactory cache:cacheStore:onFulfillRequest:intoPageRef:] + 643
    9 com.apple.proxtcore 0x01dbbdc5 -[XTCacheFactory cache:cacheStore:fulfillRequest:intoPageRef:] + 1128
    10 com.apple.proxtcore 0x01dba9fb -[XTCacheBroker cacheStore:fulfillRequest:intoPageRef:] + 65
    11 com.apple.proxtcore 0x01dc2044 -[XTCacheStore newObjectFulfillRequest:] + 650
    12 com.apple.proxtcore 0x01dc26cd -[XTCacheStore newObjectForRequest:] + 1167
    13 com.apple.proxtcore 0x01dba042 -[XTCache newObjectForRequest:] + 43
    14 com.apple.geode 0x0113633e -[DGCachedTileImageProvider prefetchDataInRect:] + 525
    15 com.apple.geode 0x010cef2c -[DGImage prefetchImageInRect:] + 93
    16 com.apple.RedRock 0x02613b90 -[RKImageCache _performPrefetch:] + 485
    17 com.apple.RedRock 0x02614131 -[RKImageCache _backgroundPrefetch:] + 1140
    18 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    19 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    20 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    21 com.apple.proxtcore 0x01d99ab5 -[XTList makeObjectsPerformSelector:withObject:] + 60
    22 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    23 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    24 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    25 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    26 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    27 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    28 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 7:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 8:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x01d98a42 -[XTMsgQueue waitForMessage] + 47
    7 com.apple.proxtcore 0x01d97b19 -[XTThread run:] + 412
    8 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    9 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    10 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    11 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 9:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.Foundation 0x989d13c3 -[NSCondition waitUntilDate:] + 427
    4 com.apple.Foundation 0x989977d2 -[NSConditionLock lockWhenCondition:beforeDate:] + 294
    5 com.apple.Foundation 0x989976a6 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.RedRock 0x023d82bf -[RKAsyncImageRenderer _backgroundRenderThread:] + 173
    7 com.apple.CoreFoundation 0x94aaf1aa -[NSObject performSelector:] + 58
    8 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    9 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    10 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    11 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    12 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    13 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    14 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    15 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    16 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    17 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 10:: com.apple.NSURLConnectionLoader
    0 libsystem_kernel.dylib 0x985b3c22 mach_msg_trap + 10
    1 libsystem_kernel.dylib 0x985b31f6 mach_msg + 70
    2 com.apple.CoreFoundation 0x94a3e9da __CFRunLoopServiceMachPort + 170
    3 com.apple.CoreFoundation 0x94a47b04 __CFRunLoopRun + 1428
    4 com.apple.CoreFoundation 0x94a471dc CFRunLoopRunSpecific + 332
    5 com.apple.CoreFoundation 0x94a47088 CFRunLoopRunInMode + 120
    6 com.apple.Foundation 0x989ab0c4 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 378
    7 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    8 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    9 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    10 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 11:: com.apple.CFSocket.private
    0 libsystem_kernel.dylib 0x985b5b42 __select + 10
    1 com.apple.CoreFoundation 0x94a95e15 __CFSocketManager + 1557
    2 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    3 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 12:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.Foundation 0x989a0be8 -[NSCondition wait] + 304
    4 com.apple.iPhoto 0x000e0184 0x8e000 + 336260
    5 com.apple.iPhoto 0x000dfd92 0x8e000 + 335250
    6 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    7 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    8 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    9 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    10 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    11 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    12 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    13 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    14 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    15 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    16 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    17 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    18 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    19 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    20 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 13:: CVDisplayLink
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreVideo 0x974b00cd CVDisplayLink::runIOThread() + 945
    4 com.apple.CoreVideo 0x974afd05 _ZL13startIOThreadPv + 160
    5 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    6 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 14:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.CoreServices.CarbonCore 0x907193a7 TSWaitOnConditionTimedRelative + 178
    4 com.apple.CoreServices.CarbonCore 0x9071911d TSWaitOnSemaphoreCommon + 490
    5 com.apple.CoreServices.CarbonCore 0x90718f2e TSWaitOnSemaphoreRelative + 24
    6 com.apple.QuickTimeComponents.component 0x939c016a 0x933d3000 + 6213994
    7 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    8 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 15:: com.apple.coremedia.scheduledfileio
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.CoreMedia 0x97debb0e WaitOnCondition + 19
    4 com.apple.CoreMedia 0x97debd3b FigSemaphoreWaitRelative + 194
    5 com.apple.CoreMedia 0x97de7946 FigScheduledFileIOThread + 201
    6 com.apple.CoreMedia 0x97dece33 figThreadMain + 496
    7 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    8 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 16 Crashed:
    0 com.apple.CoreImage 0x973c88a3 CoreImage_crashed_because_it_could_not_allocate_memory(void const*) + 17
    1 com.apple.CoreImage 0x973c8725 FEVirtualMemory::allocate(unsigned long&, signed char&) + 293
    2 com.apple.CoreImage 0x972736ed fe_buffer_activate(FEContext*, unsigned int) + 443
    3 com.apple.CoreImage 0x9727349e -[FEBuffer beginRenderForContext:textureTarget:warpMode:flipped:flags:] + 136
    4 com.apple.CoreImage 0x972b025e FETexture::renderSetup(FEContext*, FEFormat) + 222
    5 com.apple.CoreImage 0x972b017b FETexture::textureRenderSetup(FEContext*, void*, FEFormat) + 37
    6 com.apple.CoreImage 0x972b89ac FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 1068
    7 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    8 com.apple.CoreImage 0x972b5fab FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 85
    9 com.apple.CoreImage 0x972b045c FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 454
    10 com.apple.CoreImage 0x972b0f1b FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 1037
    11 com.apple.CoreImage 0x972b632b FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 867
    12 com.apple.CoreImage 0x972b87f2 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 626
    13 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    14 com.apple.CoreImage 0x972b931d FECropTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 185
    15 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    16 com.apple.CoreImage 0x972b5fab FETreeNode::renderTexture(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 85
    17 com.apple.CoreImage 0x972b045c FETexture::retainTextureObject(FETextureCache*, FEContext*, unsigned int, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), CGRect const*, bool, fe_texture_object_struct**) + 454
    18 com.apple.CoreImage 0x972b0f1b FETexture::newTexture(FEContext*, fe_texture_params_struct const*, void*, void (*)(void*, CGRect, FEFormat, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*), fe_texture_object_struct**) + 1037
    19 com.apple.CoreImage 0x972b632b FETreeNode::createTexture(FETreeContext*, unsigned int, unsigned int, bool, bool, FETreeTexture*, unsigned int) + 867
    20 com.apple.CoreImage 0x972b87f2 FEApplyTreeNode::render2(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 626
    21 com.apple.CoreImage 0x972b5ec9 FETreeNode::render_(FETreeContext*, FEShape const*, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 119
    22 com.apple.CoreImage 0x972b9893 FETreeNode::render(FETreeContext*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 97
    23 com.apple.CoreImage 0x972b982c FETreeContext::render(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 52
    24 com.apple.CoreImage 0x972bd143 FETreeContext::renderTree(FETreeNode*, FEShape const&, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 189
    25 com.apple.CoreImage 0x972bd430 FETreeContext::renderImage_(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 686
    26 com.apple.CoreImage 0x972bd69b FETreeContext::renderImage(FEImage*, CGRect, FEShape const*, CGAffineTransform, CGColorSpace*, FEFormat, bool, void (*)(FEContext*, void*, FEFormat), void (*)(FEContext*, void*), void*) + 361
    27 com.apple.CoreImage 0x9729263a -[FEImage(Internal) _renderWithContext:bounds:transform:colorSpace:format:premultiplied:setupCallba ck:finishCallback:callbackData:] + 273
    28 com.apple.CoreImage 0x97291ecd -[FEImage getBitmap:withContext:origin:transform:colorSpace:] + 1543
    29 com.apple.CoreImage 0x9724362d -[CIContextImpl render:toBitmap:rowBytes:bounds:format:colorSpace:] + 323
    30 com.apple.CoreImage 0x9724251e -[CIContext render:toBitmap:rowBytes:bounds:format:colorSpace:] + 114
    31 com.apple.iPhoto 0x0064cac5 0x8e000 + 6023877
    32 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    33 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    34 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    35 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    36 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    37 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    38 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    39 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    40 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    41 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    42 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    43 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    44 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    45 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    46 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 17:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x0058ef21 0x8e000 + 5246753
    4 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    5 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    7 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    8 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    9 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    10 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    11 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    12 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    13 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    14 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 18:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x00157832 0x8e000 + 825394
    4 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    5 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    6 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    7 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    8 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    9 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    11 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    12 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    13 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    14 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    15 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    16 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    17 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    18 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 19:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x0058ef21 0x8e000 + 5246753
    4 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    5 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    6 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    7 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    8 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    9 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    10 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    11 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    12 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    13 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    14 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 20:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e21 _pthread_cond_wait + 827
    2 libsystem_c.dylib 0x974fa42c pthread_cond_wait$UNIX2003 + 71
    3 com.apple.iPhoto 0x0019d728 0x8e000 + 1111848
    4 com.apple.CoreFoundation 0x94aa9a9d __invoking___ + 29
    5 com.apple.CoreFoundation 0x94aa99d9 -[NSInvocation invoke] + 137
    6 com.apple.RedRock 0x023f46eb -[RKInvoker _invokeTarget:] + 33
    7 com.apple.RedRock 0x024054ac -[RKInvoker _invokeTargetWithPool:] + 68
    8 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    9 com.apple.proxtcore 0x01da1ab2 -[XTThreadSendOnlyDetached _detachedMessageHandler:] + 167
    10 com.apple.CoreFoundation 0x94aa6d11 -[NSObject performSelector:withObject:] + 65
    11 com.apple.proxtcore 0x01d99e59 -[XTSubscription postMessage:] + 191
    12 com.apple.proxtcore 0x01d9971f -[XTDistributor distributeMessage:] + 681
    13 com.apple.proxtcore 0x01d98f42 -[XTThread handleMessage:] + 515
    14 com.apple.proxtcore 0x01d97b2f -[XTThread run:] + 434
    15 com.apple.Foundation 0x9899ee25 -[NSThread main] + 45
    16 com.apple.Foundation 0x9899edd5 __NSThread__main__ + 1582
    17 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    18 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 21:
    0 libsystem_kernel.dylib 0x985b583e __psynch_cvwait + 10
    1 libsystem_c.dylib 0x97549e78 _pthread_cond_wait + 914
    2 libsystem_c.dylib 0x97549f7b pthread_cond_timedwait_relative_np + 47
    3 com.apple.CoreServices.CarbonCore 0x907193a7 TSWaitOnConditionTimedRelative + 178
    4 com.apple.CoreServices.CarbonCore 0x9071911d TSWaitOnSemaphoreCommon + 490
    5 com.apple.CoreServices.CarbonCore 0x90718f2e TSWaitOnSemaphoreRelative + 24
    6 com.apple.CoreServices.CarbonCore 0x9074be53 AIOFileThread(void*) + 1019
    7 libsystem_c.dylib 0x97545ed9 _pthread_start + 335
    8 libsystem_c.dylib 0x975496de thread_start + 34
    Thread 22:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 23:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 24:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 25:
    0 libsystem_kernel.dylib 0x985b602e __workq_kernreturn + 10
    1 libsystem_c.dylib 0x97547ccf _pthread_wqthread + 773
    2 libsystem_c.dylib 0x975496fe start_wqthread + 30
    Thread 16 crashed with X86 Thread State (32-bit):
    eax: 0x973c889d ebx: 0xffffffff ecx: 0xffffffff edx: 0x00000200
    edi: 0xb1a3ab00 esi: 0x973c860e ebp: 0xb1a3aa28 esp: 0xb1a3aa20
    ss: 0x00000023 efl: 0x00010246 eip: 0x973c88a3 cs: 0x0000001b
    ds: 0x00000023 es: 0x00000023 fs: 0x00000023 gs: 0x0000000f
    cr2: 0xffffffff
    Logical CPU: 3
    Binary Images:
    0x8e000 - 0xd83ff3 com.apple.iPhoto (9.4.3 - 9.4.3) <74A545E6-1EB2-315F-82FA-3344B599F490> /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0xf18000 - 0xff8fe7 org.python.python (2.6.7 - 2.6.7) <61DBA92A-C39A-3A52-86F2-59CF9D310CB4> /System/Library/Frameworks/Python.framework/Versions/2.6/Python
    0x1045000 - 0x104dffb com.apple.PhotoFoundation (1.0 - 20.12) <6DEFC232-B843-3848-908E-25AF929E9026> /Applications/iPhoto.app/Contents/Frameworks/PhotoFoundation.framework/Versions /A/PhotoFoundation
    0x10bc000 - 0x1299ffb com.apple.geode (1.5.3 - 280.22) <887FF540-8A00-3AED-9C17-C99856E7A6F4> /Applications/iPhoto.app/Contents/Frameworks/Geode.framework/Versions/A/Geode
    0x1329000 - 0x132eff7 com.apple.iLifePhotoStreamConfiguration (3.4 - 2.5) <6B675B59-ED97-35F8-89CB-79F387A05EA5> /Applications/iPhoto.app/Contents/Frameworks/iLifePhotoStreamConfiguration.fram ework/Versions/A/iLifePhotoStreamConfiguration
    0x1337000 - 0x1366ff7 com.apple.iLifeAssetManagement (2.7 - 45.19) <C30AF8E5-51DB-3912-B58C-41988B396209> /Applications/iPhoto.app/Contents/Frameworks/iLifeAssetManagement.framework/Ver sions/A/iLifeAssetManagement
    0x138a000 - 0x13b1ff3 com.apple.iPhoto.Tessera (1.1 - 90.10) <143B4B05-6F39-3C83-A927-E4B5A53D2344> /Applications/iPhoto.app/Contents/Frameworks/Tessera.framework/Versions/A/Tesse ra
    0x13c4000 - 0x13e8ffb com.apple.iPhoto.Tellus (1.3 - 90.10) <88853EBB-0C48-3A68-91B7-ED078C953CBD> /Applications/iPhoto.app/Contents/Frameworks/Tellus.framework/Versions/A/Tellus
    0x1401000 - 0x140cfff com.apple.iphoto.AccountConfigurationPlugin (1.2 - 1.2) <39466D2B-2583-3407-96F2-69ADCF11ECB9> /Applications/iPhoto.app/Contents/Frameworks/AccountConfigurationPlugin.framewo rk/Versions/A/AccountConfigurationPlugin
    0x141a000 - 0x142fffb com.apple.iLifeFaceRecognition (1.0 - 30.11) <5ADCA81F-5D7B-340F-9F44-B261ED19BBB2>
    /Applications/iPhoto.app/Contents/Frameworks/iLifeFaceRecognition.framework/Vers ions/A/iLifeFaceRecognition
    0x143d000 - 0x1469ffb com.apple.DiscRecordingUI (6.0.4 - 6040.4.1) <F3EDDD79-611F-3ECC-9B78-0AB8BAC0D446> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0x1482000 - 0x1484fff com.apple.ExceptionHandling (1.5 - 10) <6CA9446C-7EF9-35EE-BDF2-AA8D51E93E9E> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x148a000 - 0x1495ff7 com.apple.UpgradeChecker (9.2 - 9.2) <39176044-B0CF-3C25-AF8D-A2BD8540A025> /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0x14a1000 - 0x183aff3 com.apple.iLifeSlideshow (3.1 - 1151.4) <BBC17D76-255B-3135-92A6-886AD68BEB3F> /Applications/iPhoto.app/Contents/Frameworks/iLifeSlideshow.framework/Versions/ A/iLifeSlideshow
    0x1935000 - 0x1bc8ffb com.apple.iLifePageLayout (1.3 - 210.38) <12AF048A-AAEE-39D3-B25C-383E9C5FB855> /Applications/iPhoto.app/Contents/Frameworks/iLifePageLayout.framework/Versions /A/iLifePageLayout
    0x1ca1000 - 0x1d38ff7 com.apple.MobileMe (13 - 1.0.4) <38D8679A-1862-373C-BF4F-EB47200EDF08> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0x1d94000 - 0x1dfcff3 com.apple.proxtcore (1.4.1 - 270.13) <E71FA444-D69B-3395-8F99-0DA367E6CF22> /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x1e41000 - 0x1f40ff3 com.apple.iLifeSQLAccess (1.7.1 - 70.30) <081DDD36-ADA7-3329-8265-BE6AD5AB4E5F> /Applications/iPhoto.app/Contents/Frameworks/iLifeSQLAccess.framework/Versions/ A/iLifeSQLAccess
    0x1f8a000 - 0x1fb5ffb com.apple.ProUtils (1.1 - 220.17) <3D8B203C-20D3-30FA-9A22-C88C11B60C41> /Applications/iPhoto.app/Contents/Frameworks/ProUtils.framework/Versions/A/ProU tils
    0x1fcf000 - 0x203afff com.apple.iLifeKit (1.3.1 - 180.8) <C193C15D-7EA7-30CA-82ED-189192298D2A> /Applications/iPhoto.app/Contents/Frameworks/iLifeKit.framework/Versions/A/iLif eKit
    0x207f000 - 0x22a7ff7 com.apple.prokit (7.2.3 - 1823) <0FEDF2D7-F31A-36F2-91A9-C03877B0CB46> /System/Library/PrivateFrameworks/ProKit.framework/Versions/A/ProKit
    0x23b5000 - 0x2917fff com.apple.RedRock (1.9.4 - 321.1) <7D29E84D-9336-3912-BA5C-EA8125553945> /Applications/iPhoto.app/Contents/Frameworks/RedRock.framework/Versions/A/RedRo ck
    0x2b30000 - 0x2b46ffb com.apple.AOSAccounts (1.0.2 - 1.0.71) <13763832-1B2B-32E8-95BC-C23A627E6DD4> /System/Library/PrivateFrameworks/AOSAccounts.framework/Versions/A/AOSAccounts
    0x2b59000 - 0x2b93ff3 com.apple.Ubiquity (1.1 - 210.2) <F8426ABA-BB3F-3A48-BF4E-9A0F6C12634F> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x2bad000 - 0x2badff6 com.apple.SafariDAVNotifier (1.1.1 - 1) <DE95A56E-E2C8-3D96-B628-4DC6FA6CDD39> /System/Library/PrivateFrameworks/BookmarkDAV.framework/Versions/A/Frameworks/S afariDAVNotifier.framework/Versions/A/SafariDAVNotifier
    0x2bb2000 - 0x2bd3ff7 com.apple.ChunkingLibrary (1.0 - 127.2) <8C1C8488-71E4-3C13-AF75-95CF06C040A3> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
    0x2bde000 - 0x2be0fff com.apple.LibraryRepair (1.0 - 1) <8D2DE423-2226-395A-9D90-3C43911F8613> /System/Library/PrivateFrameworks/LibraryRepair.framework/Versions/A/LibraryRep air

    Can I keep my albums, etc.?
    Back up first, just in case, but it shouldn't effect your library.
    Make sure the drive is formatted Mac OS Extended (Journaled)
    1. Quit iPhoto
    2. Copy the iPhoto Library from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    Regards
    TD

  • Limitation on DML error logging

    Can someone please advise what is not supported by DML error logging which was introduced in Oracle 10g?
    one Oracle document says "You cannot track errors in the error logging table for LONG, LOB, or object type columns".
    One says only non-scalar columns, like datatime is not support.
    Another one says it doesn't support nested table.
    Anyone has a more complete list of limitation?
    Thanks!
    Edited by: user611482 on Feb 9, 2010 3:32 PM

    PLease read the following,
    http://download.oracle.com/docs/cd/B19306_01/server.102/b14231/tables.htm#sthref2234
    HTH
    Aman....

Maybe you are looking for