OSB with a (non-supported) virtual tape library

For testing and learning purposes, I have installed OSB 10.3 and the virtual tape management system mhvtl (http://mhvtl-linux-virtual-tape-library-community-forums.966029.n3.nabble.com/MHVTL-Linux-Virtual-Tape-Library-Getting-Started-td1663811.html). It seems to work quite well apart from one serious shortcoming. If a virtual tape which is already labeled and used as part of a media family is unmounted from the drive, a subsequent re-mount leads to a relabel of the volume whereupon all pieces and any reference to the volume are lost. If the virtual tape is left in the drive, there is no issue - new backups are appended to the end of the volume as one would expect.
Somewhat perversely, when I mount a used tape, OSB correctly identifies it. As soon as I start writing to it though, the volume is re-labeled.
I can overcome the issue by using obtar -z to advance the tape to the end of the volume.
% obtar -zf VDAT72
Volume label:
Volume UUID: d4c93502-15a0-102e-b7f5-00163e319d06
Volume ID: RMAN-DENVER-000025
Volume sequence: 1
Volume set owner: root
Volume set created: Tue Feb 08 13:02:21 2011
Media family: RMAN-DENVER
Volume set expires: never; content manages reuse
Original UUID: d4c93502-15a0-102e-b7f5-00163e319d06
Archive label:
File number: 4
File section: 1
Owner: root
Client host: node1
Backup level: 0
S/w compression: no
Archive created: Tue Feb 08 13:09:26 2011
Backup piece name: c-3970187662-20110208-03
Backup db name: denver
Backup db id: 3970187662
Backup copy number: not applicable
Backup content: autobackup
$ obtar -zf VDAT72
Error: no backup image at current position -- end of volume set.
At this point, any new backup starts writing to the virtual tape at the current position, and existing files on the volume are preserved - no re-label is carried out.
I'd like to debug OSB but when I try to set up debugging on the volume, I get:
$ obtool labelvol obtaropt J  drive VDAT72
Error: Label/reuse operation requires that you specify no names or BDFs.
If anyone has some clues, I would be grateful.
Edited by: Graeme Lawton on Feb 8, 2011 2:12 PM
Edited by: Graeme Lawton on Feb 8, 2011 2:13 PM

For testing and learning purposes, I have installed OSB 10.3 and the virtual tape management system mhvtl (http://mhvtl-linux-virtual-tape-library-community-forums.966029.n3.nabble.com/MHVTL-Linux-Virtual-Tape-Library-Getting-Started-td1663811.html). It seems to work quite well apart from one serious shortcoming. If a virtual tape which is already labeled and used as part of a media family is unmounted from the drive, a subsequent re-mount leads to a relabel of the volume whereupon all pieces and any reference to the volume are lost. If the virtual tape is left in the drive, there is no issue - new backups are appended to the end of the volume as one would expect.
Somewhat perversely, when I mount a used tape, OSB correctly identifies it. As soon as I start writing to it though, the volume is re-labeled.
I can overcome the issue by using obtar -z to advance the tape to the end of the volume.
% obtar -zf VDAT72
Volume label:
Volume UUID: d4c93502-15a0-102e-b7f5-00163e319d06
Volume ID: RMAN-DENVER-000025
Volume sequence: 1
Volume set owner: root
Volume set created: Tue Feb 08 13:02:21 2011
Media family: RMAN-DENVER
Volume set expires: never; content manages reuse
Original UUID: d4c93502-15a0-102e-b7f5-00163e319d06
Archive label:
File number: 4
File section: 1
Owner: root
Client host: node1
Backup level: 0
S/w compression: no
Archive created: Tue Feb 08 13:09:26 2011
Backup piece name: c-3970187662-20110208-03
Backup db name: denver
Backup db id: 3970187662
Backup copy number: not applicable
Backup content: autobackup
$ obtar -zf VDAT72
Error: no backup image at current position -- end of volume set.
At this point, any new backup starts writing to the virtual tape at the current position, and existing files on the volume are preserved - no re-label is carried out.
I'd like to debug OSB but when I try to set up debugging on the volume, I get:
$ obtool labelvol obtaropt J  drive VDAT72
Error: Label/reuse operation requires that you specify no names or BDFs.
If anyone has some clues, I would be grateful.
Edited by: Graeme Lawton on Feb 8, 2011 2:12 PM
Edited by: Graeme Lawton on Feb 8, 2011 2:13 PM

Similar Messages

  • Integration of RMAN with virtual tape library

    OS: Oracle Linux 5.5 UEK (Virtualbox)
    Oracle: 11gR2 11.2.0.1 Enterprise + ASM (Virtualbox)
    Hello,
    I would like to test something about RMAN and writing directly to tape. For this I installed mhvtl, a virtual tape library. The installation was pretty easy. http://sites.google.com/site/linuxvtl2/
    RMAN does not recognize any tape in the system.
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27211: Failed to load Media Management Library
    What I found out is that in order to make backups to a media manager, RMAN must communicate with a media management library, which is a 3rd party library that is not supplied by Oracle. So I guess unless there is a Oracle MML library available for mtx I' out of luck here.
    Any ideas? Thanks!
    rpm -ivh mhvtl-0.18-13.x86_64.rpm
    rpm -ivh mhvtl-0.18-13.src.rpm
    cd /usr/src/redhat/SOURCES/
    tar zxvf ../SOURCES/mhvtl-2011-01-11.tgz
    cd mhvtl-0.18/kernel
    make
    make install
    /etc/init.d/mhvtl start
    yum install mtx
    The tape library and using it for backup from system seems to work fine:
    # mtx status
    Storage Changer /dev/changer:4 Drives, 43 Slots ( 4 Import/Export )
    Data Transfer Element 0:Full (Storage Element 1 Loaded):VolumeTag = E03001L4
    etc.
    # mtx load 1
    Drive 0 Full (Storage Element 1 loaded)
    # tar cf /dev/ntape ./
    # tar tvf /dev/ntape
    Edited by: Dude on Jan 20, 2011 5:22 PM

    Thanks for the tip!
    I installed Oracle Secure Backup Express and spend all afternoon with this strange product, mainly to troubleshoot the installation and setup. I'm not really sure everything works - it's quite a piece of software, as usual.
    I ran into a couple of issues that were not mentioned in the installation documentation:
    - install sg3_utils
    - use obtool to register the server as mediaserver
    # sg_map -i -x
    /dev/sg9 3 0 1 0 1 /dev/nst0 IBM ULT3580-TD5 550V
    /dev/sg10 3 0 2 0 1 /dev/nst1 IBM ULT3580-TD5 550V
    /dev/sg11 3 0 3 0 1 /dev/nst2 IBM ULT3580-TD4 550V
    /dev/sg12 3 0 4 0 1 /dev/nst3 IBM ULT3580-TD4 550V
    /dev/sg13 3 0 9 0 1 /dev/nst4 IBM ULT3580-TD4 550V
    /dev/sg14 3 0 10 0 1 /dev/nst5 IBM ULT3580-TD4 550V
    /dev/sg15 3 0 11 0 1 /dev/nst6 IBM ULT3580-TD4 550V
    /dev/sg16 3 0 12 0 1 /dev/nst7 IBM ULT3580-TD4 550V
    /dev/sg17 3 0 0 0 8 STK L700 550V
    /dev/sg18 3 0 8 0 8 SPECTRA PYTHON 550V
    # obtool
    ob> chhost --addrole mediaserver ol55
    ob> mkdev -t library -o -a ol55:/dev/sg18 library1
    ob> mkdev -t tape -o -a ol55:/dev/sg9 -l library1 -d 1 tape1
    RMAN was not happy with it:
    ORA-19554: error allocating device, device type: SBT_TAPE, device name:
    ORA-27023: skgfqsbi: media manager protocol error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_connect: Internal error - could not connect to obproxyd (Oracle Secure Backup error: 'bad port name specified (OB SBT proxy manager)').
    # cat /usr/tmp/obproxyd.log
    2011/01/23.02:11:10 [5431] can't set root privileges; continuing anyway - program isn't stamped setuid-root (OB utilities)
    2011/01/23.02:11:10 [5431] can't listen for connections - Operation not permitted
    Document ID 396046.1 solution outlines to correct the hostname or mediaserver name. However, this was not the problem. I finally figured that /etc/obproxyd is a symlink to a .wrapper script which points to the actual proxy application. The fix was:
    #chmod +s /usr/local/oracle/backup/.etc.linux86_64obproxyd
    After this the error changed:
    RMAN-03009: failure of backup command on ORA_SBT_TAPE_1 channel at 01/23/2011 02:43:36
    ORA-19506: failed to create sequential file, name="3cm2q2an_1_1", parms=""
    ORA-27028: skgfqcre: sbtbackup returned error
    ORA-19511: Error received from media manager layer, error text:
    sbt__rpc_cat_query: Query for piece 3cm2q2an_1_1 failed.
    (Oracle Secure Backup error: 'no preauth config found for OS user (OB tools) oracle').
    The fix for this error:
    https://10.0.0.6, login as 'admin'
    Configure->Users->Select Admin->Edit->Preauthorized Access->Add user 'Oracle' (select host and rman)
    RMAN> backup database;
    Starting backup at 23-JAN-11
    using channel ORA_SBT_TAPE_1
    channel ORA_SBT_TAPE_1: starting full datafile backup set
    channel ORA_SBT_TAPE_1: specifying datafile(s) in backup set
    input datafile file number=00001 name=/scratch/oradata/test/system01.dbf
    input datafile file number=00002 name=/scratch/oradata/test/sysaux01.dbf
    input datafile file number=00003 name=/scratch/oradata/test/undotbs01.dbf
    input datafile file number=00005 name=/scratch/oradata/test/users02.dbf
    input datafile file number=00004 name=/scratch/oradata/test/users01.dbf
    channel ORA_SBT_TAPE_1: starting piece 1 at 23-JAN-11
    Now it just sits there forever and the log just keeps adding the following lines:
    # cat obproxyd.log
    2011/01/23.03:00:31 [5662] handle_qsp_msg: received get job state request
    2011/01/23.03:00:31 [5662] job id 'admin/5.1'
    Strange, backup to tape with 'mtx' and 'tar' works, so the problem might be OSB.
    Edited by: Dude on Jan 22, 2011 8:32 PM
    I finally got it running. I deleted the current library and drive configuration and used the webtool to configure the other library at /dev/sg17. it was also necessary to use the webtool to load a volume into the drive. Unfortunately I did not note down the steps in details. Maybe next time.
    channel ORA_SBT_TAPE_1: starting piece 1 at 23-JAN-11
    channel ORA_SBT_TAPE_1: finished piece 1 at 23-JAN-11
    piece handle=3im2qc42_1_1 tag=TAG20110123T053042 comment=API Version 2.0,MMS Version 10.2.0.3
    channel ORA_SBT_TAPE_1: backup set complete, elapsed time: 00:03:26
    Finished backup at 23-JAN-11
    Starting Control File and SPFILE Autobackup at 23-JAN-11
    piece handle=c-2036659790-20110123-00 comment=API Version 2.0,MMS Version 10.2.0.3
    Finished Control File and SPFILE Autobackup at 23-JAN-11

  • How to Create Virtual Tape Library for RHEL 5.4

    Hi,
    We are planning to use a tape library (well, as our team proposed) so we are trying to create a Virtual Tape Library as a proof of concept on this project. Can you help us create virtual tape libraries using raw devices.
    We will be using Virtual Box as our virtualization environment which will run RHEL 5.4. Will this be possible?
    Thanks and hope you can give us some ideas.

    I tried the exact same setup and it is possible. What you will need is mhvtl and Oracle OSB to get a Oracle Media Management Library (MML).
    Please see Integration of RMAN with virtual tape library
    The link above should provide the setup info you will need. There were some initial problems, but according to follow up posts later versions of the products seem to have fixed the issues with tape handling.

  • Converting Microsoft dpm Replica and RP volumes into Virtual Tape Format

    Hello All, 
    We need to migrate protected data-source that is from P3000 to D
    We purchased a HP Storeonce 2700  backup device and it does not support iSCSI disk. It support iSCSI tape, that is iscsi connection to Virtual Tape library. 
    The problem is how can I migrate my replica and recovery-point-volumes to Tape Drives (VTL).
    Can I convert disk data to tape format.

    Hi,
    The best you can do it add long term tape backup goal in each protection group - then you can use the below DPM power shell script to make a backup for all PG's to tape.  That will only backup to tape the "last" successful disk based recovery
    point.
    # prompts Shortterm or longterm backup type.
    # prompts for protection group name or ALLPG to backup.
    # Will backup PG's to tape and if verify is set on the PG the verify will run.
    # Tested on DPM 2012 R2
    # Last Modified 3-5-2014
    # CHANGE LOG
    # ==========
    # Ver 2.1 - listed PG's for goal selected
    # Ver 2.0 - Added shorthand for longterm shortterm, allowed to select ALL PG's, verified choices and added error checking
    # Ver 1.0 - Basic choices and only allowed a single PG.
    cls
    write-host
    write-host "version 2.1"
    $DPMservername= (&hostname)
    disconnect-dpmserver (&hostname)
    connect-dpmserver (&hostname)
    write-host
    write-host
    write-host
    if(!$protectiontype)
    $protectiontype = read-host "Select Tape Protection type L or S to run (L)ongterm or (S)hortterm) tape jobs"
    If ($Protectiontype -eq 'L')
    $protectiontype = 'Longterm'
    write-host "$protectiontype Selected"
    Write-host ""
    $protectedgroups = get-protectiongroup $dpmservername | where { $_.ProtectionMethod -like "*Long-term using tape*"}
    $protectedgroups.FriendlyName
    else
    If ($Protectiontype -eq 'S')
    $protectiontype = 'Shortterm'
    write-host "$protectiontype Selected"
    Write-host ""
    $protectedgroups = get-protectiongroup $dpmservername | where { $_.ProtectionMethod -like "*Short-term using tape*"}
    $protectedgroups.FriendlyName
    else
    write-host "Incorrect goal type selected - type L or S `n" -foregroundcolor yellow
    exit 0
    #check for PG with ST goals
    If ($Protectiontype -eq 'Shortterm')
    if(!$pgname)
    $pgname = read-host "Enter a Protection Group Name or ALLPG "
    if ($pgname -eq 'ALLPG')
    $protectedgroups = get-protectiongroup $dpmservername | where { $_.ProtectionMethod -like "*Short-term using tape*"}
    else
    $protectedgroups = Get-ProtectionGroup $DPMservername | where { $_.FriendlyName -eq $pgname} | where { $_.ProtectionMethod -like "*Short-term using tape*"}
    else
    #check for PG with LT goals
    if(!$pgname)
    $pgname = read-host "Enter a Protection Group Name or ALLPG "
    if ($pgname -eq 'ALLPG')
    $protectedgroups = get-protectiongroup $dpmservername | where { $_.ProtectionMethod -like "*Long-term using tape*"}
    else
    $protectedgroups = Get-ProtectionGroup $DPMservername | where { $_.FriendlyName -eq $pgname} | where { $_.ProtectionMethod -like "*Long-term using tape*"}
    if(!$protectedgroups)
    write-host "NO PG with goal" $protectiontype "type selected`n" -foregroundcolor yellow
    exit 0
    foreach ($pgname in $protectedgroups)
    write-host "`nGetting protection group" $pgname.friendlyname "in" $DPMservername "..."
    $clipg = Get-ProtectionGroup $DPMservername | where { $_.FriendlyName -eq $pgname.friendlyname}
    if($clipg -eq $abc)
    Throw "No PG found"
    write-Output "Getting DS from PG" $pgname.friendlyname "..."
    $backupds = @(Get-Datasource $clipg)
    foreach ($ds in $backupds)
    write-host
    write-host "Creating Recovery point for $ds" -foreground yellow
    $j = New-RecoveryPoint -Datasource $ds -Tape -ProtectionType $protectiontype
    $jobtype = $j.jobtype
    Write-Output "$jobtype Job has been triggerred..."
    # To serialize, wait for completion, and get final status, uncomment the below lines.
    #write-host "Waiting for $jobtype job to complete" -nonewline
    #while (! $j.hascompleted ){ write-host "." -nonewline; start-sleep 5}
    #write-host
    #if ($j.status -eq "Succeeded")
    # Write-host "Job $Jobtype completed successfully..."
    # $rp = @(get-recoverypoint $ds | ? { $_.datalocation -eq 'Media'})
    # $rpl = get-recoverypointlocation $rp[$rp.count-1]
    # $gt = get-tape -recoverypointlocation $rpl
    # $gtt += $gt
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT] This
    posting is provided "AS IS" with no warranties, and confers no rights.

  • Virtual tape drive

    Is there any software for Virtual tape drive, so I can simulate RMAN tape backups at home server, without acutally buying the tape drive?
    thanks

    There are lots of Virtual Tape Library (VTL) providers on the market. Review the OSB hardware support matrix to see which ones are supported. http://www.oracle.com/technology/products/secure-backup/pdf/Tape_Devices10.3.pdf
    OSB itself does not provide a VTL function.
    Thanks
    Rich

  • Download issue with 1 file in 11.5.10+ virtual Documentation Library

    I am unable to download the following document from the 11.5.10+ virtual Documentation Library.
    Title:          Using Oracle Workflow in Oracle Order Management
    Part Number:     A96689-02
    URL:          http://download-uk.oracle.com/docs/cd/B16981_03/current/acrobat/115omwf.pdf
    It seems that whether I try to open it or save the document to disk, it makes no difference. Please can you check whether there is a problem with the file as I am able to download all the other documents on this web site. Please can you correct this issue.
    I would also like to suggest that a single zip file (containing all the documents revised or released since the creation of the original 11.5.10 documentation library CD) be made available so that customers can download all new documents with a single click, without having to download the entire CD.
    Regards
    Mark

    Try replacing download-uk.oracle.com with one of the below:
    download-east.oracle.com
    download-west.oracle.com
    Cheers, OTN

  • Safari quits on reopening laptop always  and sometimes while using , with this in crash report.     Library/Application Support/.iWellSoftAllto.tmp           google chrome continues to work.

    safari quits on reopening laptop always  and sometimes while using , with this in crash report.     Library/Application Support/.iWellSoftAllto.tmp           google chrome continues to work.

    Process:         Safari [11737]
    Path:            /Applications/Safari.app/Contents/MacOS/Safari
    Identifier:      com.apple.Safari
    Version:         5.1.5 (6534.55.3)
    Build Info:      WebBrowser-75345503~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [110]
    PlugIn Path:       /Users/andrewwebb/Library/Application Support/.iWellSoftAllto.tmp
    PlugIn Identifier: .iWellSoftAllto.tmp
    PlugIn Version:    ??? (???)
    Date/Time:       2012-04-04 23:33:30.645 +0100
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          19053 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  18511 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      C425DB8F-52FB-41CD-9C6E-BE2B7BE1D235
    Exception Type:  EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread:  1
    Application Specific Information:
    abort() called
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff86776d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff867773ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8378f902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8378ed8f CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox                     0x00007fff83b7374e RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox                     0x00007fff83b73553 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox                     0x00007fff83b7340c BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit                        0x00007fff8004deb2 _DPSNextEvent + 708
    8   com.apple.AppKit                        0x00007fff8004d801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   com.apple.Safari.framework              0x00007fff84c8cb48 -[BrowserApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 177
    10  com.apple.AppKit                        0x00007fff8001368f -[NSApplication run] + 395
    11  com.apple.AppKit                        0x00007fff8000c3b0 NSApplicationMain + 364
    12  com.apple.Safari.framework              0x00007fff84e49e6a SafariMain + 200
    13  com.apple.Safari                        0x0000000100000f1c 0x100000000 + 3868
    Thread 1 Crashed:
    0   libSystem.B.dylib                       0x00007fff867e99ce __semwait_signal_nocancel + 10
    1   libSystem.B.dylib                       0x00007fff867e98d0 nanosleep$NOCANCEL + 129
    2   libSystem.B.dylib                       0x00007fff868463ce usleep$NOCANCEL + 57
    3   libSystem.B.dylib                       0x00007fff86865a00 abort + 93
    4   libstdc++.6.dylib                       0x00007fff832f35d2 __tcf_0 + 0
    5   libobjc.A.dylib                         0x00007fff8a372b4d _objc_terminate + 120
    6   libstdc++.6.dylib                       0x00007fff832f1ae1 __cxxabiv1::__terminate(void (*)()) + 11
    7   libstdc++.6.dylib                       0x00007fff832f1b16 __cxxabiv1::__unexpected(void (*)()) + 0
    8   libstdc++.6.dylib                       0x00007fff832f1bfc __gxx_exception_cleanup(_Unwind_Reason_Code, _Unwind_Exception*) + 0
    9   libstdc++.6.dylib                       0x00007fff832ada3e std::__throw_length_error(char const*) + 127
    10  libstdc++.6.dylib                       0x00007fff832d83fe std::string::append(char const*, unsigned long) + 82
    11  .iWellSoftAllto.tmp                     0x0000000100082cbb dylibmain + 3599
    12  com.apple.CFNetwork                     0x00007fff847bcdd7 HTTPReadFilter::readHeaderBytes(StreamReader*, unsigned char, unsigned char*, long, CFStreamError*) + 421
    13  com.apple.CFNetwork                     0x00007fff847bdd4c HTTPReadFilter::canReadNoSignal(StreamReader*, CFStreamError*, unsigned char) + 110
    14  com.apple.CFNetwork                     0x00007fff8476b52c HTTPReadFilter::streamCanRead(__CFReadStream*) + 90
    15  com.apple.CFNetwork                     0x00007fff8476b6a2 HTTPReadFilter::socketReadStreamCallback(unsigned long) + 122
    16  com.apple.CFNetwork                     0x00007fff8476b613 HTTPReadFilter::_httpRdFilterStreamCallBack(__CFReadStream*, unsigned long, void*) + 49
    17  com.apple.CoreFoundation                0x00007fff837f1343 _signalEventSync + 115
    18  com.apple.CoreFoundation                0x00007fff837f12b4 _cfstream_solo_signalEventSync + 116
    19  com.apple.CoreFoundation                0x00007fff837f11f4 _CFStreamSignalEvent + 740
    20  com.apple.CFNetwork                     0x00007fff847c08d7 SocketStream::dispatchSignalFromSocketCallbackUnlocked(SocketStreamSignalHolder *) + 45
    21  com.apple.CFNetwork                     0x00007fff8475512c SocketStream::socketCallback(__CFSocket*, unsigned long, __CFData const*, void const*) + 224
    22  com.apple.CFNetwork                     0x00007fff84755016 SocketStream::_SocketCallBack_stream(__CFSocket*, unsigned long, __CFData const*, void const*, void*) + 96
    23  com.apple.CoreFoundation                0x00007fff837b9bba __CFSocketDoCallback + 634
    24  com.apple.CoreFoundation                0x00007fff837b95bb __CFSocketPerformV0 + 315
    25  com.apple.CoreFoundation                0x00007fff837913d1 __CFRunLoopDoSources0 + 1361
    26  com.apple.CoreFoundation                0x00007fff8378f5c9 __CFRunLoopRun + 873
    27  com.apple.CoreFoundation                0x00007fff8378ed8f CFRunLoopRunSpecific + 575
    28  com.apple.CFNetwork                     0x00007fff8476e1fc HTTPNetStreamInfo::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*) + 278
    29  com.apple.CoreFoundation                0x00007fff8377f05c CFReadStreamRead + 748
    30  .iWellSoftAllto.tmp                     0x0000000100082c66 dylibmain + 3514
    31  com.apple.CFNetwork                     0x00007fff847bffe0 HTTPReadStream::streamRead(__CFReadStream*, unsigned char*, long, CFStreamError*, unsigned char*) + 82
    32  com.apple.CoreFoundation                0x00007fff8377f05c CFReadStreamRead + 748
    33  .iWellSoftAllto.tmp                     0x0000000100082264 dylibmain + 952
    34  .iWellSoftAllto.tmp                     0x0000000100081198 0x10007a000 + 29080
    35  .iWellSoftAllto.tmp                     0x0000000100081f46 dylibmain + 154
    36  .iWellSoftAllto.tmp                     0x000000010008459d dylibmain + 9969
    37  .iWellSoftAllto.tmp                     0x000000010008951c ksyms + 202
    38  libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    39  libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 2:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 3:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 4:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 5:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 6:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 7:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 8:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 9:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 10:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 11:
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   .iWellSoftAllto.tmp                     0x000000010008968d ksyms + 571
    3   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    4   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 12:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff867bc136 select$DARWIN_EXTSN$NOCANCEL + 10
    1   libSystem.B.dylib                       0x00007fff86791bc7 _dispatch_mgr_invoke + 388
    2   libSystem.B.dylib                       0x00007fff867917b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff867912de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff86790c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff86790aa5 start_wqthread + 13
    Thread 13:  com.apple.CFSocket.private
    0   libSystem.B.dylib                       0x00007fff867ba932 select$DARWIN_EXTSN + 10
    1   com.apple.CoreFoundation                0x00007fff837b1468 __CFSocketManager + 824
    2   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    3   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 14:  WebCore: IconDatabase
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   com.apple.WebCore                       0x00007fff87c18b69 WebCore::IconDatabase::syncThreadMainLoop() + 265
    3   com.apple.WebCore                       0x00007fff87c15f68 WebCore::IconDatabase::iconDatabaseSyncThread() + 296
    4   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 15:
    0   libSystem.B.dylib                       0x00007fff86776d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff867773ed mach_msg + 59
    2   com.apple.QuartzCore                    0x00007fff82ce5396 CA::Render::Server::server_thread(void*) + 177
    3   com.apple.QuartzCore                    0x00007fff82ce52d6 thread_fun + 34
    4   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    5   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 16:
    0   libSystem.B.dylib                       0x00007fff86776d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff867773ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8378f902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8378ed8f CFRunLoopRunSpecific + 575
    4   com.apple.Foundation                    0x00007fff8a63414f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5   com.apple.Foundation                    0x00007fff8a5b5114 __NSThread__main__ + 1429
    6   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 17:  Safari: SafeBrowsingManager
    0   libSystem.B.dylib                       0x00007fff86776d7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff867773ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff8378f902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff8378ed8f CFRunLoopRunSpecific + 575
    4   com.apple.Safari.framework              0x00007fff84e02305 Safari::MessageRunLoop::threadBody() + 107
    5   com.apple.Safari.framework              0x00007fff84e0233f Safari::MessageRunLoop::threadCallback(void*) + 9
    6   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 18:  Safari: SnapshotStore
    0   libSystem.B.dylib                       0x00007fff867b1a6a __semwait_signal + 10
    1   libSystem.B.dylib                       0x00007fff867b5881 _pthread_cond_wait + 1286
    2   com.apple.JavaScriptCore                0x00007fff812de6a0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3   com.apple.Safari.framework              0x00007fff84e7d803 Safari::MessageQueueWaitResult Safari::MessageQueue<***::RefPtr<Safari::SnapshotStore::DiskAccessMessage> >::waitForMessageFilteredWithTimeout<bool ()(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&)>(***::RefPtr<Safari: :SnapshotStore::DiskAccessMessage>&, bool (&)(***::RefPtr<Safari::SnapshotStore::DiskAccessMessage>&), double) + 149
    4   com.apple.Safari.framework              0x00007fff84e7bc75 Safari::SnapshotStore::diskAccessThreadBody() + 115
    5   com.apple.Safari.framework              0x00007fff84e7bdf5 Safari::SnapshotStore::diskAccessThreadCallback(void*) + 9
    6   libSystem.B.dylib                       0x00007fff867affd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff867afe89 thread_start + 13
    Thread 19:
    0   libSystem.B.dylib                       0x00007fff86790a2a __workq_kernreturn + 10
    1   libSystem.B.dylib                       0x00007fff86790e3c _pthread_wqthread + 917
    2   libSystem.B.dylib                       0x00007fff86790aa5 start_wqthread + 13
    Thread 1 crashed with X86 Thread State (64-bit):
      rax: 0x000000000000003c  rbx: 0x00000001004c9890  rcx: 0x00000001004c9848  rdx: 0x0000000000000001
      rdi: 0x0000000000000c03  rsi: 0x0000000000000000  rbp: 0x00000001004c9880  rsp: 0x00000001004c9848
       r8: 0x0000000000000000   r9: 0x0000000000989680  r10: 0x0000000000000001  r11: 0xffffff80002e4730
      r12: 0x0000000000000000  r13: 0x00000001174cac00  r14: 0x0000000000001000  r15: 0xffffffffffffffff
      rip: 0x00007fff867e99ce  rfl: 0x0000000000000247  cr2: 0x0000000100146790
    Binary Images:
           0x100000000 -        0x100000fff  com.apple.Safari 5.1.5 (6534.55.3) <83F4C1DA-5D7C-E101-6BD6-808168C4C812> /Applications/Safari.app/Contents/MacOS/Safari
           0x100004000 -        0x100004fff +.libgmalloc.dylib ??? (???) <C5C8E257-608E-091E-359F-71200A436282> /Users/Shared/.libgmalloc.dylib
           0x10007a000 -        0x1000a1fff +.iWellSoftAllto.tmp ??? (???) <321B8545-39FC-4FEA-B2A4-2EAA3732F4A9> /Users/andrewwebb/Library/Application Support/.iWellSoftAllto.tmp
           0x100200000 -        0x1002e6fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <64B3566E-5F3A-A466-ED3F-B91F4B3E5F56> /usr/lib/libcrypto.0.9.7.dylib
           0x1182ca000 -        0x1182f0fff  GLRendererFloat ??? (???) <38621D22-8F49-F937-851B-E21BD49A8A88> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
           0x11999d000 -        0x119b30fe7  GLEngine ??? (???) <BCE83654-81EC-D231-ED6E-1DD449B891F2> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
           0x11b025000 -        0x11c096ff7  com.apple.driver.AppleIntelHDGraphicsGLDriver 1.6.42 (6.4.2) <C44CB5D9-318E-3390-EEF4-F49CD0F30765> /System/Library/Extensions/AppleIntelHDGraphicsGLDriver.bundle/Contents/MacOS/A ppleIntelHDGraphicsGLDriver
        0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <DB8B8AB0-0C97-B51C-BE8B-B79895735A33> /usr/lib/dyld
        0x7fff8000a000 -     0x7fff80a04ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
        0x7fff80a05000 -     0x7fff80aeafef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
        0x7fff80aeb000 -     0x7fff80b8bfff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
        0x7fff80b8c000 -     0x7fff80d2dfe7  com.apple.WebKit 6534.55 (6534.55.3) <FF06897C-26D5-A526-1131-70D5A1D54CCB> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
        0x7fff80dfa000 -     0x7fff80e3ffff  com.apple.CoreMediaIOServices 142.0 (1497) <0A7A9B83-0C8A-DA9D-2815-DA710ACF5172> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
        0x7fff80e40000 -     0x7fff80e4afff  com.apple.DisplayServicesFW 2.3.5 (290) <18913B62-8C65-B81E-AA3C-27049D9D4FF7> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
        0x7fff80e4b000 -     0x7fff80e9aff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <066A477D-C16C-A6FD-718F-0CE8D39807DE> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
        0x7fff80e9b000 -     0x7fff80ed4ff7  com.apple.MeshKit 1.1 (49.2) <B85DDDC7-4053-4DB8-E1B5-AA0CBD4CDD1C> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
        0x7fff80ed5000 -     0x7fff80f1cff7  com.apple.coreui 2 (114) <31118426-355F-206A-65AB-CCA2D2D3EBD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
        0x7fff81160000 -     0x7fff81180ff7  com.apple.DirectoryService.Framework 3.6 (621.11) <36051318-BDA1-E5D6-9751-055A10170980> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
        0x7fff81181000 -     0x7fff812bffff  com.apple.CoreData 102.1 (251) <96C5E9A6-C28C-E9CC-A0DB-27801A22A49F> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
        0x7fff812c0000 -     0x7fff812c0ff7  com.apple.CoreServices 44 (44) <616722B1-5E79-DCCF-BF5E-0DD5802CCBD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff812c1000 -     0x7fff812d3fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <30FE378B-99FE-8C7C-06D0-A3AA0A0A70D4> /usr/lib/libsasl2.2.dylib
        0x7fff812d4000 -     0x7fff815f6fef  com.apple.JavaScriptCore 6534.55 (6534.55.2) <F360FF8A-97DE-327E-A366-EDE97321E795> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
        0x7fff815f7000 -     0x7fff81618fff  libresolv.9.dylib 41.1.0 (compatibility 1.0.0) <9410EC7F-4D24-6740-AFEE-90405750FAD7> /usr/lib/libresolv.9.dylib
        0x7fff8183b000 -     0x7fff81955fff  libGLProgrammability.dylib ??? (???) <D1650AED-02EF-EFB3-100E-064C7F018745> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
        0x7fff81956000 -     0x7fff81961ff7  com.apple.HelpData 2.0.5 (34.1.1) <495A70E4-4614-04F9-6CB1-B2B1A65A2B2F> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
        0x7fff81962000 -     0x7fff81985fff  com.apple.opencl 12.3.6 (12.3.6) <534AD81C-32AB-4C9A-5E0E-D6C6E77FA946> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
        0x7fff81986000 -     0x7fff81986ff7  com.apple.ApplicationServices 38 (38) <0E2FC75E-2BE2-D04D-CA78-76E38A89DD30> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff81987000 -     0x7fff819a2ff7  com.apple.openscripting 1.3.1 (???) <DC329CD4-1159-A40A-A769-70CAA70F601A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
        0x7fff819a3000 -     0x7fff81a25fff  com.apple.QuickLookUIFramework 2.3 (327.6) <8BAA8E90-D3EB-A783-B3CF-501BBF793892> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
        0x7fff81a26000 -     0x7fff81aa2ff7  com.apple.ISSupport 1.9.7 (55) <BAE839AB-9DBD-FB23-F1F1-39445F04D8DA> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
        0x7fff81aa3000 -     0x7fff81ab0fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
        0x7fff81ad5000 -     0x7fff81adafff  libGFXShared.dylib ??? (???) <6BBC351E-40B3-F4EB-2F35-05BDE52AF87E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
        0x7fff81b61000 -     0x7fff81ba8fff  com.apple.QuickLookFramework 2.3 (327.6) <115BCFBD-8BC8-9E9D-BE04-2EC05EF78CC0> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff81ba9000 -     0x7fff81bf8fef  libTIFF.dylib ??? (???) <2DDC5A18-35EE-5B59-10D8-0F6925DB3858> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
        0x7fff82573000 -     0x7fff825bdff7  com.apple.Metadata 10.6.3 (507.15) <DE238BE4-5E22-C4D5-CF5C-3D50FDEE4701> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff825be000 -     0x7fff825fffef  com.apple.CoreMedia 0.484.60 (484.60) <6B73A514-C4D5-8DC7-982C-4E4F0231ED77> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
        0x7fff82701000 -     0x7fff82701ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
        0x7fff82702000 -     0x7fff82706ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
        0x7fff82707000 -     0x7fff82738fff  libGLImage.dylib ??? (???) <562565E1-AA65-FE96-13FF-437410C886D0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
        0x7fff82739000 -     0x7fff82748fef  com.apple.opengl 1.6.14 (1.6.14) <ECAE2D12-5BE3-46E7-6EE5-563B80B32A3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff82765000 -     0x7fff8276bfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
        0x7fff8276c000 -     0x7fff82771ff7  com.apple.CommonPanels 1.2.4 (91) <8B088D78-E508-6622-E477-E34C22CF2F67> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
        0x7fff827c5000 -     0x7fff82886fef  com.apple.ColorSync 4.6.8 (4.6.8) <7DF1D175-6451-51A2-DBBF-40FCA78C0D2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
        0x7fff82887000 -     0x7fff8289dfe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
        0x7fff8289e000 -     0x7fff828b3ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <59D9E83D-3131-91F4-E3E2-02047F55917F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff828b4000 -     0x7fff82964fff  edu.mit.Kerberos 6.5.11 (6.5.11) <CDA011E3-18C9-1573-3A31-497404CD6675> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
        0x7fff82965000 -     0x7fff82966fff  liblangid.dylib ??? (???) <D0666597-B331-C43C-67BB-F2E754079A7A> /usr/lib/liblangid.dylib
        0x7fff82967000 -     0x7fff8296dff7  IOSurface ??? (???) <2AAA9416-1CC0-1F40-0FA0-33AE6162378D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
        0x7fff8296e000 -     0x7fff829cefe7  com.apple.framework.IOKit 2.0 (???) <2D2A51AA-4021-0F64-BE58-B0ED5388D899> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
        0x7fff829cf000 -     0x7fff829ecff7  libPng.dylib ??? (???) <A6D093D2-CA9D-2035-9C11-0AE98585C6F1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
        0x7fff829ed000 -     0x7fff82a7afff  com.apple.iLifeMediaBrowser 2.5.5 (468.2.2) <0A7B422E-5D79-9980-2477-05DC2CB5CF7C> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
        0x7fff82a7b000 -     0x7fff82b0bfff  com.apple.SearchKit 1.3.0 (1.3.0) <45BA1053-9196-3C2F-2421-AFF5E09627CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
        0x7fff82b0c000 -     0x7fff82b55fef  libGLU.dylib ??? (???) <B0F4CA55-445F-E901-0FCF-47B3B4BAE6E2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
        0x7fff82b62000 -     0x7fff82b63ff7  com.apple.TrustEvaluationAgent 1.1 (1) <A91CE5B9-3C63-5F8C-5052-95CCAB866F72> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
        0x7fff82b64000 -     0x7fff82b6aff7  com.apple.DiskArbitration 2.3.1 (2.3.1) <FD5CF2E6-E5FF-1E2A-37E0-304722DA15E1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
        0x7fff82b6b000 -     0x7fff82b7afff  com.apple.NetFS 3.2.2 (3.2.2) <84419796-36C9-DDCF-5FD1-0C96499EB63E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff82c48000 -     0x7fff82c91ff7  com.apple.securityinterface 4.0.1 (40418) <1C1BD8E9-F128-CE8C-0C20-F29882B8AC32> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
        0x7fff82c92000 -     0x7fff8302ffe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
        0x7fff83030000 -     0x7fff830b5ff7  com.apple.print.framework.PrintCore 6.3 (312.7) <F00C561F-D38B-8785-5218-1A0C3BA61177> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
        0x7fff830bb000 -     0x7fff830fefef  libtidy.A.dylib ??? (???) <C32D1061-EF58-9DE1-6D6E-1286E58B83EB> /usr/lib/libtidy.A.dylib
        0x7fff830ff000 -     0x7fff8310aff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <C359B93B-CC9B-FC0B-959E-FB10674103A7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
        0x7fff8310b000 -     0x7fff8311afff  libxar.1.dylib ??? (???) <D599B824-2CD1-879B-8468-CF0C85EF3BA5> /usr/lib/libxar.1.dylib
        0x7fff8311b000 -     0x7fff83132fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
        0x7fff83133000 -     0x7fff8324afef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EF023D83-F9E9-834E-64C1-B2E26151F63B> /usr/lib/libxml2.2.dylib
        0x7fff832a7000 -     0x7fff83324fef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
        0x7fff83456000 -     0x7fff8347dff7  libJPEG.dylib ??? (???) <921A3A14-A69B-F393-1678-5A5D32D4BDF2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
        0x7fff8347e000 -     0x7fff8359dfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff835ac000 -     0x7fff835d1ff7  com.apple.CoreVideo 1.6.2 (45.6) <31802A1C-81BC-33F8-D5C8-39A793D4D926> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff835d2000 -     0x7fff835fdff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
        0x7fff835fe000 -     0x7fff83698fff  com.apple.ApplicationServices.ATS 275.19 (???) <2DE8987F-4563-4D8E-45C3-2F6F786E120D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
        0x7fff836d1000 -     0x7fff83726ff7  com.apple.framework.familycontrols 2.0.2 (2020) <1E8D193F-3236-59AB-2242-14AD94128E81> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
        0x7fff83743000 -     0x7fff838bafe7  com.apple.CoreFoundation 6.6.6 (550.44) <BB4E5158-E47A-39D3-2561-96CB49FA82D4> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff838bb000 -     0x7fff838bcfff  com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <EC039008-5367-090D-51FD-EA4D2623671A> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
        0x7fff838bd000 -     0x7fff838ceff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <5BAFAE5C-2307-C27B-464D-582A10A6990B> /usr/lib/libz.1.dylib
        0x7fff838cf000 -     0x7fff83b38fff  com.apple.QuartzComposer 4.2 ({156.30}) <C05B97F7-F543-C329-873D-097177226D79> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
        0x7fff83b39000 -     0x7fff83b44fff  com.apple.CrashReporterSupport 10.6.7 (258) <A2CBB18C-BD1C-8650-9091-7687E780E689> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
        0x7fff83b45000 -     0x7fff83e43fff  com.apple.HIToolbox 1.6.5 (???) <98FCEA0D-FA33-E859-B39C-2C1F59F9E22D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
        0x7fff83e44000 -     0x7fff83f6cff7  com.apple.MediaToolbox 0.484.60 (484.60) <F921A5E6-E260-03B4-1458-E5814FA1924D> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
        0x7fff83fd1000 -     0x7fff83feafff  com.apple.CFOpenDirectory 10.6 (10.6) <11FAE9D5-6BD2-D302-96B0-2E135049CAA7> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
        0x7fff84020000 -     0x7fff84053ff7  libTrueTypeScaler.dylib ??? (???) <B7BA8104-FA18-39A2-56E1-922EE7A660AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
        0x7fff841b5000 -     0x7fff84373fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
        0x7fff84374000 -     0x7fff84374ff7  com.apple.Cocoa 6.6 (???) <C69E895A-1C66-3DA9-5F63-8BE85DB9C4E1> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
        0x7fff84375000 -     0x7fff843d7fe7  com.apple.datadetectorscore 2.0 (80.7) <DDB40E6F-A9B6-BCDA-E758-0358A971752A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff843d8000 -     0x7fff843ecff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <574C1BE0-5E5E-CCAF-06F8-92A69CB2892D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
        0x7fff84417000 -     0x7fff8474bfef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
        0x7fff8474c000 -     0x7fff84820fe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
        0x7fff84821000 -     0x7fff84825ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
        0x7fff84826000 -     0x7fff84ab0fe7  com.apple.security 6.1.2 (55002) <FD0B5AD4-74DB-7ED8-90D3-6EC56FFA8557> /System/Library/Frameworks/Security.framework/Versions/A/Security
        0x7fff84ab1000 -     0x7fff84b2fff7  com.apple.CoreText 151.12 (???) <5BE797B7-C903-B664-ADD9-7514B1A6EF9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
        0x7fff84b30000 -     0x7fff84b32fff  com.apple.print.framework.Print 6.1 (237.1) <87A5BEEC-2D37-5CB7-8B13-7B605397573F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
        0x7fff84b33000 -     0x7fff84b6dfff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <7982734A-B66B-44AA-DEEC-364D2C10009B> /usr/lib/libcups.2.dylib
        0x7fff84b6e000 -     0x7fff84c2bfff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
        0x7fff84c2c000 -     0x7fff8545cfff  com.apple.Safari.framework 6534 (6534.55.3) <1A32D063-6CA1-E1B7-735C-E8F4DA4F3C0F> /System/Library/PrivateFrameworks/Safari.framework/Versions/A/Safari
        0x7fff8545d000 -     0x7fff854c9fe7  com.apple.CorePDF 1.4 (1.4) <06AE6D85-64C7-F9CC-D001-BD8BAE31B6D2> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
        0x7fff854ca000 -     0x7fff85559fff  com.apple.PDFKit 2.5.1 (2.5.1) <C0E3AE4B-E71A-16D8-0D51-FB7D3E3AD793> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
        0x7fff8555a000 -     0x7fff85570fef  libbsm.0.dylib ??? (???) <0321D32C-9FE1-3919-E03E-2530A0C1191B> /usr/lib/libbsm.0.dylib
        0x7fff85571000 -     0x7fff8562afff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <E8FFCEA1-3BE3-F0C9-07EA-C37678C4D2F5> /usr/lib/libsqlite3.dylib
        0x7fff8562b000 -     0x7fff8565bfef  com.apple.shortcut 1.1 (1.1) <0A20F092-6161-4EA7-D8E6-859B5C350DE7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
        0x7fff8565c000 -     0x7fff85b62ff7  com.apple.VideoToolbox 0.484.60 (484.60) <F55EF548-56E4-A6DF-F3C9-6BA4CFF5D629> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
        0x7fff85b63000 -     0x7fff85fa6fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <57D38705-6F21-2A82-F3F6-03CFFF214775> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
        0x7fff85fa7000 -     0x7fff860b1ff7  com.apple.MeshKitIO 1.1 (49.2) <D7227401-9DC9-C2CB-C83B-C2B10C61D4E4> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
        0x7fff861db000 -     0x7fff866b1ff7  com.apple.RawCamera.bundle 3.11.0 (608) <187ED782-EDF1-C1AC-B73A-E974DD57E9DD> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
        0x7fff866b4000 -     0x7fff866b4ff7  com.apple.quartzframework 1.5 (1.5) <FA660AAC-70CD-7EA2-5DF1-A8724D8F4B1B> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
        0x7fff866b5000 -     0x7fff866b6ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <49B723D1-85F8-F86C-2331-F586C56D68AF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
        0x7fff866b7000 -     0x7fff866f8ff7  com.apple.SystemConfiguration 1.10.9 (1.10.2) <642854D8-F4EF-4685-42A6-E48A1904D885> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
        0x7fff866f9000 -     0x7fff86736ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
        0x7fff86737000 -     0x7fff86775fe7  libFontRegistry.dylib ??? (???) <395D7C0D-36B5-B353-0DC8-51ABC0B1C030> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
        0x7fff86776000 -     0x7fff86937fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
        0x7fff86942000 -     0x7fff86947fff  libGIF.dylib ??? (???) <1888A176-22D5-C663-22D0-336D9D213BD6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
        0x7fff86948000 -     0x7fff869b2fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <7BD7F19B-ACD4-186C-B42D-4DEBA6795628> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff869b3000 -     0x7fff871bdfe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <2F26CDC7-DAE9-9ABE-6806-93BBBDA20DA0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
        0x7fff87208000 -     0x7fff87219fff  com.apple.DSObjCWrappers.Framework 10.6 (134) <CF1D9C05-8D77-0FFE-38E8-63D8A23E92E1> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
        0x7fff8721a000 -     0x7fff87916ff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
        0x7fff87917000 -     0x7fff8797ffff  com.apple.MeshKitRuntime 1.1 (49.2) <A490FE03-313D-1317-A9B8-25EF75CB1A81> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
        0x7fff87980000 -     0x7fff87b3eff7  com.apple.ImageIO.framework 3.0.5 (3.0.5) <4CF96F2C-B7BB-4C57-E352-3C678CA2B2B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
        0x7fff87b3f000 -     0x7fff87b75ff7  com.apple.framework.Apple80211 6.2.5 (625.6) <B67C7A65-E4FB-4419-3F31-4482E17EF203> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
        0x7fff87b76000 -     0x7fff87bbeff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
        0x7fff87bcd000 -     0x7fff87c10ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
        0x7fff87c11000 -     0x7fff88c7afe7  com.apple.WebCore 6534.55 (6534.55.3) <FFFFDC58-5DAD-106B-0EC2-C23B22F2D40A> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
        0x7fff890b8000 -     0x7fff89137fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
        0x7fff89138000 -     0x7fff89183fef  com.apple.ImageCaptureCore 1.1 (1.1) <F23CA537-4F18-76FC-8D9C-ED6E645186FC> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
        0x7fff89184000 -     0x7fff89186fff  libRadiance.dylib ??? (???) <E08CD209-E3E4-2753-AF8A-90DD12ED556F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
        0x7fff891c6000 -     0x7fff891f5fff  com.apple.quartzfilters 1.6.0 (1.6.0) <52D41730-D485-A7AE-4937-FE37FC732F65> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
        0x7fff891f6000 -     0x7fff89267ff7  com.apple.AppleVAFramework 4.10.27 (4.10.27) <6CDBA3F5-6C7C-A069-4716-2B6C3AD5001F> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
        0x7fff89268000 -     0x7fff89268ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
        0x7fff892cc000 -     0x7fff8930dfef  com.apple.QD 3.36 (???) <04F03722-91CA-6858-55A4-54D7F29789A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
        0x7fff8930e000 -     0x7fff89314ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
        0x7fff89315000 -     0x7fff8944afff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <F4814A13-E557-59AF-30FF-E62929367933> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
        0x7fff89499000 -     0x7fff896d3fef  com.apple.imageKit 2.0.3 (1.0) <9EA216AF-82D6-201C-78E5-D027D85B51D6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
        0x7fff896d4000 -     0x7fff89789fe7  com.apple.ink.framework 1.3.3 (107) <A68339AA-909D-E46C-35C0-72808EE3D043> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
        0x7fff8978a000 -     0x7fff89798ff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
        0x7fff89799000 -     0x7fff8989dff7  com.apple.PubSub 1.0.5 (65.28) <94FBE6EB-6554-1E5B-DE22-D027222AD6B8> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
        0x7fff8989e000 -     0x7fff89960fe7  libFontParser.dylib ??? (???) <EF06F16C-0CC9-B4CA-7BD9-0A97FA967340> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
        0x7fff89961000 -     0x7fff899adfff  libauto.dylib ??? (???) <328CCF97-091D-C529-E576-C78583445711> /usr/lib/libauto.dylib
        0x7fff899ae000 -     0x7fff899bafff  libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <A21B7E3A-1EDD-7684-ACC1-72587034A020> /usr/lib/libbz2.1.0.dylib
        0x7fff89a29000 -     0x7fff89a7cff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff89a7d000 -     0x7fff89a80ff7  com.apple.securityhi 4.0 (36638) <BAA349B3-F28D-2BFC-8DD5-2A0EE7FFB929> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
        0x7fff89afd000 -     0x7fff89cb7ff7  com.apple.WebKit2 6534.55 (6534.55.3) <44B0FCCC-7303-FDDE-18D5-14D9FA744C50> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
        0x7fff89d12000 -     0x7fff89d12ff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff89d13000 -     0x7fff89d3bfff  com.apple.DictionaryServices 1.1.2 (1.1.2) <6B8C5FB6-FE6F-3345-0441-BED51E815379> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff89d96000 -     0x7fff89da7fff  SyndicationUI ??? (???) <2345AF3F-75EB-79A7-9665-A154F6943B59> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
        0x7fff89e18000 -     0x7fff89e1ffff  com.apple.OpenDirectory 10.6 (10.6) <13CECF72-D84B-2A88-CB0C-2092FDF0DB5D> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
        0x7fff89e20000 -     0x7fff89f90fff  com.apple.QTKit 7.7 (1789) <212AE7F7-EFDB-275D-88FB-33B9CF809842> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8a052000 -     0x7fff8a052ff7  com.apple.Carbon 150 (152) <4533D085-6476-0A37-09CD-3CA73D75D4F8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
        0x7fff8a05f000 -     0x7fff8a0ebfef  SecurityFoundation ??? (???) <48FE90D0-7C14-D41B-6A4A-8E174582C7AE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
        0x7fff8a0ec000 -     0x7fff8a0effff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
        0x7fff8a292000 -     0x7fff8a2cdfff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
        0x7fff8a2ce000 -     0x7fff8a2d9fff  com.apple.corelocation 12.3 (12.3) <A6CFB410-2333-8BE3-658B-75A93C90A9CC> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
        0x7fff8a365000 -     0x7fff8a41bff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
        0x7fff8a41c000 -     0x7fff8a41fff7  libCoreVMClient.dylib ??? (???) <75819794-3B7A-8944-D004-7EA6DD7CE836> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
        0x7fff8a420000 -     0x7fff8a4fdff7  com.apple.vImage 4.1 (4.1) <A0DE28F5-7B45-D268-0497-C79A826C8E53> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
        0x7fff8a5a4000 -     0x7fff8a826fff  com.apple.Foundation 6.6.8 (751.63) <E10E4DB4-9D5E-54A8-3FB6-2A82426066E4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
        0x7fff8a82f000 -     0x7fff8a843fff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
        0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f98
    Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
    Memory Module: global_name
    AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 5.100.198.104.5)
    Bluetooth: Version 2.4.5f3, 2 service, 12 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Hitachi HTS545032B9A302, 298.09 GB
    Serial ATA Device: MATSHITADVD-R   UJ-898
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
    USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0xfd110000 / 3
    USB Device: Hub, 0x0424  (SMSC), 0x2513, 0xfa100000 / 3
    USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 5
    USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x821a, 0xfa113000 / 8
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0246, 0xfa120000 / 4
    USB Device: FaceTime HD Camera (Built-in), 0x05ac  (Apple Inc.), 0x8509, 0xfa200000 / 2

  • Non supported character set with ojdbc14.jar

    Hi.
    I have an application that uses JMS/AQ and works great under JDK1.4 and with libraries:
    -classes12.jar
    -nls_charset12.jar
    I looked at the oracle web site that says you should use the new JDBC drivers(ojdbc14.jar) but I fail to get it working. I keep getting;
    oracle.jms.AQjmsException: Non supported character set: oracle-character-set-178
    at oracle.jms.AQjmsSession.addDurableSubscriber(AQjmsSession.java:2616)
    at oracle.jms.AQjmsSession.createDurableSubscriber(AQjmsSession.java:2124)
    at oracle.jms.AQjmsSession.createDurableSubscriber(AQjmsSession.java:1872)
    at prevision.socketserver.JMSThread.checkForNewAlarms(JMSThread.java:84)
    Any help would be greatly appreciated!
    Best regards,
    Christer Nordvik

    hi Christer,
    I have looked at the drivers download page at:http://otn.oracle.com/software/tech/java/sqlj_jdbc/htdocs/jdbc9201.html and there isn't any nls_charset12.jar for JDK1.4. I've tried using the one with JDK1.3
    There isn't any nls_charset12.jar for 1.4, its the one that comes with 1.3, just wanted to check it you are using the latest version of nls_charset12.jar
    BTW are you running this program from command-line or app server ? Incase of app server the latest jar's must be replaced in oc4j_home/jdbc/lib dir.
    Elango.

  • Failed Tape Library (now replaced with alternate) - Tapes inside still included in tape report as Ready for Offsite

    Our tape library failed and we ended up replacing the library without it ever coming back online. We removed the tapes still loaded inside it when it failed and sent the tapes offsite.
    In order to clear the failed tape library from DPM Management, we removed all disk based replicas that were copied to the failed tape library and updated the Protection Groups to reference the new library. There is no longer any reference to the failed tape
    library in the DPM Management window.
    However, our tape report still shows the tapes in the failed library as Ready for Offsite.
    I am recalling the tapes that were in the old library to load them into the new library in the hope that DPM will see the tapes are now present in a different library and clear the Ready for Offsite from the report when I remove them.
    Is this correct or do I need to do something nitty gritty?

    Hi,
    That should work - once the tapes are loaded in the new library and an inventory is completed, then DPM should recognize them as the original tapes and show them offsite ready. Now when you remove them from the new library, the tapes should no longer show
    on the tape report.
    NOTE: You may need to wait until summary manager job runs at midnight before the tape report is updated.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • Command to see backup item of OSB  tape library disk

    Dear Friends ,
    Using OSB enterprise manager , I take oracle dump backup into tape library . Now it is very difficult for me to see the backup contents of the library using OEM .
    I want to know , is there any command available on OSB (like ls ..)  to see the list of backup item from the tape library disk .

    Hi shipon_97
    This link show information that I think can be very useful:
    https://docs.oracle.com/cd/E26569_01/doc.104/e21480/obtool_commands.htm#OBREF151
    Here, you can view the commands for the tool obtool.
    I hope this can you help.
    Regards,

  • Robotics error and issue within SL24 Tape library with Solaris 10

    Dear All,
    Kindly may any one help me with this issue or at least give me a hint about where to begin thinking about the solution from
    I have a tape library SL24 which is attached to the server V240 my backup server on which the robotics is not seen by the veritas net backup and when I try some commands like
    #sgscan
    the robotics isn't discovered
    the Veritas docs says that this is issue is related to the Solaris OS
    so can any one give me what are the possible causes to that error ?
    knowing that there is no zoning in this datacenter

    Did this configuration of your V240 and the SL24 ever work?
    Here's the documentation for the SL24:
    http://docs.oracle.com/cd/E25510_01/index.html
    Here's the documentation for the V240:
    http://docs.oracle.com/cd/E19088-01/v240.srvr/index.html
    I have a tape library SL24 which is attached to the server V240 ,,, attached to what? I don't think the integrated SCSI port is compatible and therefore you'll need to buy and install an appropriate HBA for the computer.
    Start with the documentation.

  • Safari does not support community toolbar ive searched my computer for the following like people have said in similar posts but none seem to work /Library/Application Support/Conduit /Library/InputManagers/CTLoader /Library/Receipts/ctloa

    hey all i know that there have been many post about this community toolbar thing that pops up when opening Safari
    i have searched my computer for the things that have been posted in the other posts to delete
    /Library/Application Support/Conduit     (no conduit in folder)
    /Library/InputManagers/CTLoader         (i dont have input managers i have input methods but still no CTLoader)
    /Library/Receipts/ctloader.pkg                (no ctloader.pkg)
    /Library/Receipts/<Toolbar name>.pkg      (nothing in this one either)
    /Library/Application Support/SIMBL/Plugins/CT2285220.bundle         (NADA)
    /Users/<User name>/Library/Application Support/Conduit           (NOTHING EITHER)
    where / is the root library on your Hard Disk.
    If you are running Snow Leopard you should also look here:
    Library/launchAgents/com.conduit.loader.agent.plist
    Library/Application support/conduit plugins
    i have pretty much looked everywhere i dont even know where this thing came from
    can anyone lend some advise i really do not want to take the 2 hour ride to apple to get this off my computer
    thanks so much

    When you see this path:   /Library   That is your root Library.
    Open a Finder window.
    Select MacintoshHD in the Sidebar on the left then open the LIbrary folder then the Application Support folder, then InputManagers folder, the Receipts folder.
    For this path:  ~/Library/Application Support  (your Home library)
    The Tilde character ~ represents your Home folder.
    From that same Finder window select your Home folder in the Sidebar. It has a small house icon. Open the Library folder then the Application Support folder.
    Move all the Conduit/CT associated files you posted above to the Trash.
    Try Safari.
    I've yet to find the launchAgents.plist file in any Safari crash report in years. I don't think that's a problem.
    Another way to find files on your hard drive is to go to your Finder.
    From the menu bar at the top of your screen click Go / Go to Folder.
    Example. Type in:  /Library/ApplicationSupport   click Go
    Or type in:  ~/Library/Application Support   click Go

  • Is it possible to install ios 5 on a 2nd gen touch,i would love to give this to my daughter for her to play games with and none of the games are supported

    is it possible to install ios 5 on a 2nd gen touch,i would love to give this to my daughter for her to play games with and none of the games are supported

    Sorry, no. 4.2.1 is the highest possible for that model.

  • How to setup and Configure the SCDPM 2012 R2 on Hyper- v VM to take the Backup in Tape Library

    Hi
    I have to configured a SCDPM 202 R2 on one Hyper-V VM to take the Backup in Tape.
    Can any one suggest that we can take the Backup through SCDPM  hosted on VM in to tape Library..?
    Shailendra Dev

    Hi,
    Currently, Windows Hyper-v does not support tape libraries on the Vfc - this is covered in the following TechNet article.
    Hyper-V Virtual Fibre Channel Overview
    Tape library support
    Tape libraries are not supported on virtual machines configured with a Virtual Fibre Channel adapter.
    Consequently, DPM cannot support something that Windows does not support, so we have documented that Fvc tape is not supported in a VM
    Preparing for installation in a virtual environment
    So your current options are to use Iscsi attached tape library, or use a Physical DPM Server.
    Good news is both the Windows and DPM teams are working with tape library vendors to get their tape libraries certified to work in a Hyper-V VM using Vfc - expect more news about that in a future release of DPM.
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread. Regards, Mike J. [MSFT]
    This posting is provided "AS IS" with no warranties, and confers no rights.

  • OSB with HP MSL2024

    Hi
    I have a HP MSL2024 library with two tape drives. When I submit two jobs in the OSB home page I see that backups run concurrently:
    library MSL2024 in use by obrobotd on rubxyz, process 21569
    drive (1) dte1 in use by obrobotd on rubxyz, process 21569
    drive (2) dte2 in use by obrobotd on rubxyz, process 21569
    but when I login to HP storage msl2024 tape library webpages I see on the system status that always one of the drives is writing. Never both. For example. For a few seconds drive 1 has status writing, the second drive status is idle, for the next few seconds both drives are idle and for the next few seconds first drive is idle and the second is writing. So backups don't run concurrently but in turn and very slow.
    What could be the reason of such behavior?? Is a problem with configuration of the OSB or the HP tape library or somthing else??
    thanks for help
    Jan

    Still the same problem
    MSL2024:
    Device type: library
    Model: [none]
    Serial number: [none]
    In service: yes
    Debug mode: no
    Barcode reader: yes
    Barcodes required: no
    Auto clean: no
    Clean interval: (not set)
    Clean using emptiest: yes
    Unload required: yes
    Ejection type: auto
    Min writable volumes: 0
    UUID: b1cad8e6-af07-102b-b80f-001438b8cffc
    Attachment 1:
    Host: rubryk-pl
    Raw device: /dev/sg1
    Connection type: [unknown]
    Reservation 1:
    Component: obrobotd
    Host: rubryk-pl
    Process: 25450
    Inquiry data:
    Vendor: HP
    Product: MSL G3 Series
    Firmware: 4.20
    Serial number: DEC06220KE
    Element counts / addresses:
    1 mte: 0
    23 se : 1001 - 1023
    1 iee: 101
    2 dte: 1 - 2
    Moves:
    From mte, to: mte 0 se 1 iee 1 dte 1
    From se, to: mte 0 se 1 iee 1 dte 1
    From iee, to: mte 0 se 1 iee 0 dte 1
    From dte, to: mte 0 se 1 iee 1 dte 1
    Ok_ops: move=1, reserve=1 sense_dev=1, sense_ele=1, unload_any=1, sense_dev_range=1
    Device characteristics: two_d=0, is_120=0, fake_mte=0, fake_iee=0, one_target=0
    State of barcode reader: present
    Display: none
    Dte 1: target 4 lun * name dte1 (raw device name /dev/sg0)
    warning: dte 1 may be misconfigured; (on bus 0) is at target 0, lun 5,
    which doesn't match the information provided by the library.
    Dte 2: target 5 lun * name dte2 (raw device name /dev/sg2)
    warning: dte 2 may be misconfigured; (on bus 0) is at target 0, lun 5,
    which doesn't match the information provided by the library.
    Warning: bus info unknown or drive not installed
    dte1:
    Device type: tape
    Model: [none]
    Serial number: [none]
    In service: yes
    Library: MSL2024
    DTE: 1
    Automount: yes
    Error rate: 8
    Query frequency: [undetermined]
    Debug mode: no
    Blocking factor: (default)
    Max blocking factor: (default)
    Current tape: 2
    Use list: all
    Drive usage: 4 hours, 41 minutes
    Cleaning required: no
    UUID: aa02df66-af0f-102b-b80f-001438b8cffc
    Attachment 1:
    Host: rubryk-pl
    Raw device: /dev/sg0
    Connection type: [unknown]
    Reservation 1:
    Component: obrobotd
    Host: rubryk-pl
    Process: 25450
    Reservation 2:
    Component: obtar
    Host: rubryk-pl
    Process: 25560
    Reservation 3:
    Component: observiced
    Host: rubryk-pl
    Process: 6374
    Inquiry data:
    Vendor: HP
    Product: Ultrium 3-SCSI
    Firmware: D22W
    Serial number: HU10823PAR
    Hardware compression: not available
    dte2:
    Device type: tape
    Model: [none]
    Serial number: [none]
    In service: yes
    Library: MSL2024
    DTE: 2
    Automount: yes
    Error rate: 8
    Query frequency: [undetermined]
    Debug mode: no
    Blocking factor: (default)
    Max blocking factor: (default)
    Current tape: 4
    Use list: all
    Drive usage: 4 hours, 38 minutes
    Cleaning required: no
    UUID: e7e9ec0c-af0f-102b-b80f-001438b8cffc
    Attachment 1:
    Host: rubryk-pl
    Raw device: /dev/sg2
    Connection type: [unknown]
    Reservation 1:
    Component: obrobotd
    Host: rubryk-pl
    Process: 25450
    Reservation 2:
    Component: obtar
    Host: rubryk-pl
    Process: 25636
    Reservation 3:
    Component: observiced
    Host: rubryk-pl
    Process: 6374
    Inquiry data:
    Vendor: HP
    Product: Ultrium 3-SCSI
    Firmware: D22W
    Serial number: HU10823P9R
    Hardware compression: not available
    sg_map -x -i
    /dev/sg0 0 0 4 0 1 /dev/nst0 HP Ultrium 3-SCSI D22W
    /dev/sg1 0 0 4 1 8 HP MSL G3 Series 4.20
    /dev/sg2 0 0 5 0 1 /dev/nst1 HP Ultrium 3-SCSI D22W

Maybe you are looking for

  • Itunes wont recognize my iphone 4s to sync

    i open itunes on my windows 8 computer, plug my phone in with the usb cable and the icon doesn't appear at the upper right corner to sync my iphone anymore. ive tried going to my control panel and checking portable devices, everything's up to date iv

  • HT204406 Problem with iTunes Match and songs purchased under an old ID

    I have songs purchased thru iTunes in 2007 under an old and no longer used ID.  They all appear in the list of purchased music but will not match and appear as DRM files on my Mac (hence the error).  How do I get this resolved?

  • How to restrict access to views for some users in the app?

    Hi SDN! I have an WD application wich embedded in the portal. Appication has 2 iViews (and 2  pages respectively). These iViews consist several views connected with each other (e.g. one view provide list data, second view is add/edit form for this da

  • IDE in Jar file

    Hi all my friends! I want to do many Java application that requires powerful machine. Well, it is better that I can afford one but it is just a deam. Instead, my school has some very high performance machines ( P4 2.8 G). I really want to use that ma

  • PSE 8 to PSE 9

    Is there an upgrade path between these two products? I use English language PSE 8 here in Norway. Also, can someone provide a link that explains the differences between these products. Many thanks Ron