Trouble shooting spry validation error message visible all the time

I am putting spry validations and  error message to show  up if requirements aren't met. The requirements don't disappear when I proof it on line
What am I doing wrong?

The answer is in the code. Show us the code and we will tell you what it is that has gone wrong. The code should include the markup (HTML) and the style rules (CSS).

Similar Messages

  • How to make the last line of the textarea visible all the time?

    Hello,
    I am making an online chat application in JSP and XHTML. The chat log and online users� names textareas are refreshed every 5 seconds. When it comes to many messages in the chat log textarea, the scrollbar appears. Then, every time the chat log textarea is refreshed, I need to move the scrollbar down to see the last line of the textarea.
    Are there any ideas how to make the last line of the textarea visible all the time without moving the scrollbar?
    Thanks in advance.
    Dan

    I put the below code on the page, but it didn't work.
    Are there any ideas? Thanks.
    <table border="0" cellspacing="1">
    <tr>
    <th>Chat Log</th>
    <th>Users now online</th>
    </tr>
    <tr>
    <td><textarea rows="20" cols="60" name = "messages" readonly = "readonly"><%= texts %></textarea></td>
    <td><textarea rows="20" cols="20" name = "names" readonly = "readonly"><%= names %></textarea></td>
    </tr>
    </table>
    <script type="text/javascript">
    <!--
    document.messages.scrollIntoView(false);
    //-->
    </script>

  • Spry validation error message position

    Hi all,
    I really like the spry validation however I would like it so that when you hit submit and the form has errors, another error message appears near the button so the user knows when there is an error.
    Is this possible?
    Cheers

    http://labs.adobe.com/technologies/spry/samples/validationwidgets/TextareaValida tionSample.html
    Check out the section on "You can define a separate HTML element to display the error messages for this widget."

  • I have an error message B851FE84, all the lights are flashing the only way to stop is disconnect poe

     all the lights are flashing the only way to stop is disconnect power cord this even happens when power button is off

    Please read this post then provide some details.  What printer model? What operating system? How is the printer connected - USB, wired LAN, Wireless LAN, bluetooth?
    Bob Headrick,  HP Expert
    I am not an employee of HP, I am a volunteer posting here on my own time.
    If your problem is solved please click the "Accept as Solution" button ------------V
    If my answer was helpful please click the "Thumbs Up" to say "Thank You"--V

  • Multiplexing errors... all the time...

    I made a nice dvd project out of my imovie projects and it looks great while trying it out on the mac. But at the end of the whole decoding and trying it to save as image, every time I get a Multiplexing error. IS there a way to fix this? My harddrive has still 95 gb free space, so that cannot be the problem.
    André

    How is it possible that with a G5 imac with 2.5 gb ram and all the newest software... I cannot even burn a dvd? Seems the windows nightmare starts all over again...
    André

  • Accordian Visible all the time in IE7

    Here is my site
    http://www.electricgraffitti.com/ClientSites/tcexec/tcexecservices.php
    The panel works fine in FF, Safari, and Opera. But in IE7 all
    of the content is visible and overlapping. the widget still
    operates, but the content is a big jumbled mess.
    Any help?
    Thanks

    Hi EG - I just checked it in my copy of IE7 and it appears to
    function well - did you fix something?
    Cheers
    JB

  • Strange powerpill error - aria2 timeouts all the time [SOLVED]

    Just installed Arch on a new machine and can't seem to get powerpill working.  I installed it and simply commented out the reflect -l 45 line in the /etc/powerpill.conf as I do on all my machines and I also uncommented the Aria2Clean.  When I try to d/l packages via powerpill -S package, I get timeout errors after a good 60 sec.  I'd post the whole output, but I have to type this from a pic of the screen!  The basic error looks like this:
    aria2: Exception [AbstractCommand.cc:184] Timeout.
    aria2: 2009-10-08 16:37:05.543453 ERROR -CUID#41 - Download aborted. URI=http://archlinux.umflint.edu/extra/os/x86...blahblah/path/to/package
    aria2: Exception [AbstractCommand.cc:184] Timeout.
    aria2: 2009-10-08 16:37:05.54367 ERROR -CUID#42 - Download aborted. URI=http://archlinux.umflint.edu/extra/os/x86...blahblah/path/to/package
    The network is up and works.  Pacman works, mirrorlist contains 15 servers that I ranked by speed.  Dunno what's up with powerpill.
    Here is the /etc/powerpill.conf
    [options]
    # Set the path to the aria2c binary.
    #Aria2Bin = /usr/bin/aria2c
    # Clean up leftover aria2 control files.
    Aria2Clean
    # Suppress aria2c output.
    #Aria2Silent
    # Powerpill will log output to this file if this
    # option is set.
    Log = /var/log/powerpill.log
    # Suppress colored output.
    #NoColor
    # Set the path to the pacman binary.
    # Change this to your preferred pacman binary,
    # e.g. pacman-color
    #PacmanBin = /usr/bin/pacman
    # Set the path to the pacman configuration file.
    # Change this if you want to use a custom configuration
    # with powerpill.
    #PacmanConf = /etc/pacman.conf
    # Use reflector at runtime to get the latest mirrors.
    # Depending on the reflector options that you use,
    # this may slow down the overall process while retrieving
    # the latest list, so use it wisely.
    #Reflect = -l 45
    # Set the number of times that powerpill will retry a
    # download if it fails. This only has an effect when
    # run with pacman's noconfirm option.
    #RetryLimit = 3
    # The minimum size a file must be for powerpill to
    # split the file for segmented downloading (in MB).
    #SplitSize = 5
    # aria2 options
    # These follow the same format as the aria2 config file.
    # Please refer to the aria2 documentation for more details
    # including a complete set of options (proxy settings etc).
    # Only the most relevant options have been included here.
    [aria2_options]
    # maximum number of concurrent downloads
    # This must be in the range 1-45. Powerpill sets it to 45
    # and configures the metalink to adjust the connections
    # per file.
    #max-concurrent-downloads=10
    # number of servers to connect to simultaneously
    # This only has a limiting effect. Leave it unset to
    # connect to the maximum number of servers allowed
    # by the settings in the metalink.
    #metalink-servers=20
    # Increasing these settings will lose more time while
    # waiting for unresponsive servers but decreasing them
    # will miss active servers and lose time while aria2
    # tries other servers.
    #timeout=5
    #max-tries=2
    #retry-wait=2
    # lowest acceptable connection speed (0 = disabled)
    # Downloads below this speed will be aborted.
    # The speed is given in bytes by default. Append "K"
    # or "M" for kilobytes or metabytes, resp.
    # (1M = 1024K = 1048576)
    #lowest-speed-limit=0
    # maximum total download speed (0 = disabled)
    # Use this to throttle the download.
    # The speed is given as for lowest-speed-limit above.
    #max-overall-download-limit=0
    # Be careful with this. Aria2 can quickly create huge
    # log files, depending on the log-level option.
    #log=/var/log/aria2.log
    # list pkgd-servers on your LAN here
    # they will be queried before remote servers
    #[PkgD]
    #Server = http://xxx.xxx.xxx.xxx:yyyyy/$repo
    # Here you can specify additional mirrors for powerpill.
    # The mirrors specified here will not be used by pacman
    # and thus the database will never be updated from them.
    # These sections follow the same syntax as pacman.conf.
    # Some of you will recognize this section as the heir
    # to the additional_mirrors.conf file. :)
    # Note that if you use the "reflect" option. there isn't
    # any reason to include reflector mirrorlists down here.
    #[core]
    # Server = http://example.com/arch/$repo/
    # Include = /path/to/mirrorlist
    #[extra]
    # Server = http://example.com/arch/$repo/
    # Include = /path/to/mirrorlist
    #[community]
    # Server = http://example.com/arch/$repo/
    # Include = /path/to/mirrorlist
    Last edited by graysky (2009-10-15 21:35:15)

    @Xyne - I uncommented the Log = /var/log/powerpill.log line as well as the aria2 line, and ran a powerpill -Syu which experienced the same timeouts.  Odd thing is that it never wrote a /var/log/powerpill.log at all.  I did get the aria2.log which I'll paste here:
    2009-10-15 15:12:07.698856 INFO - <<--- --- --- ---
    2009-10-15 15:12:07.698919 INFO - --- --- --- ---
    2009-10-15 15:12:07.698927 INFO - --- --- --- --->>
    2009-10-15 15:12:07.698934 INFO - aria2 1.6.2 x86_64-unknown-linux-gnu
    2009-10-15 15:12:07.698944 INFO - Logging started.
    2009-10-15 15:12:07.699568 INFO - Metalink: Queueing gzip-1.3.13-1-x86_64.pkg.tar.gz for download.
    2009-10-15 15:12:07.699628 INFO - Metalink: Queueing ghostscript-8.70-2-x86_64.pkg.tar.gz for download.
    2009-10-15 15:12:07.699662 INFO - Metalink: Queueing libcups-1.4.1-1-x86_64.pkg.tar.gz for download.
    2009-10-15 15:12:07.699696 INFO - Metalink: Queueing imagemagick-6.5.6.10-1-x86_64.pkg.tar.gz for download.
    2009-10-15 15:12:07.699728 INFO - Metalink: Queueing mlocate-0.22.2-1-x86_64.pkg.tar.gz for download.
    2009-10-15 15:12:07.699759 INFO - Metalink: Queueing cups-1.4.1-1-x86_64.pkg.tar.gz for download.
    2009-10-15 15:12:07.699792 INFO - Metalink: Queueing conky-1.7.2-4-x86_64.pkg.tar.gz for download.
    2009-10-15 15:12:07.791050 INFO - 142 certificate(s) were imported.
    2009-10-15 15:12:07.802027 INFO - The segment file /var/cache/pacman/pkg/gzip-1.3.13-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802062 DEBUG - Instantiating DirectDiskAdaptor
    2009-10-15 15:12:07.802086 INFO - The segment file /var/cache/pacman/pkg/gzip-1.3.13-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802099 INFO - The segment file /var/cache/pacman/pkg/gzip-1.3.13-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802111 INFO - The segment file /var/cache/pacman/pkg/gzip-1.3.13-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802294 INFO - The segment file /var/cache/pacman/pkg/ghostscript-8.70-2-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802315 DEBUG - Instantiating DirectDiskAdaptor
    2009-10-15 15:12:07.802331 INFO - The segment file /var/cache/pacman/pkg/ghostscript-8.70-2-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802344 INFO - The segment file /var/cache/pacman/pkg/ghostscript-8.70-2-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802356 INFO - The segment file /var/cache/pacman/pkg/ghostscript-8.70-2-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802434 INFO - The segment file /var/cache/pacman/pkg/libcups-1.4.1-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802451 DEBUG - Instantiating DirectDiskAdaptor
    2009-10-15 15:12:07.802467 INFO - The segment file /var/cache/pacman/pkg/libcups-1.4.1-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802479 INFO - The segment file /var/cache/pacman/pkg/libcups-1.4.1-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802490 INFO - The segment file /var/cache/pacman/pkg/libcups-1.4.1-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802560 INFO - The segment file /var/cache/pacman/pkg/imagemagick-6.5.6.10-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802577 DEBUG - Instantiating DirectDiskAdaptor
    2009-10-15 15:12:07.802593 INFO - The segment file /var/cache/pacman/pkg/imagemagick-6.5.6.10-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802605 INFO - The segment file /var/cache/pacman/pkg/imagemagick-6.5.6.10-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802617 INFO - The segment file /var/cache/pacman/pkg/imagemagick-6.5.6.10-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802771 INFO - The segment file /var/cache/pacman/pkg/mlocate-0.22.2-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802788 DEBUG - Instantiating DirectDiskAdaptor
    2009-10-15 15:12:07.802803 INFO - The segment file /var/cache/pacman/pkg/mlocate-0.22.2-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802815 INFO - The segment file /var/cache/pacman/pkg/mlocate-0.22.2-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.802827 INFO - The segment file /var/cache/pacman/pkg/mlocate-0.22.2-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.803075 INFO - The segment file /var/cache/pacman/pkg/cups-1.4.1-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.803100 DEBUG - Instantiating DirectDiskAdaptor
    2009-10-15 15:12:07.803115 INFO - The segment file /var/cache/pacman/pkg/cups-1.4.1-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.803127 INFO - The segment file /var/cache/pacman/pkg/cups-1.4.1-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.803139 INFO - The segment file /var/cache/pacman/pkg/cups-1.4.1-1-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.803208 INFO - The segment file /var/cache/pacman/pkg/conky-1.7.2-4-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.803225 DEBUG - Instantiating DirectDiskAdaptor
    2009-10-15 15:12:07.803240 INFO - The segment file /var/cache/pacman/pkg/conky-1.7.2-4-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.803252 INFO - The segment file /var/cache/pacman/pkg/conky-1.7.2-4-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.803264 INFO - The segment file /var/cache/pacman/pkg/conky-1.7.2-4-x86_64.pkg.tar.gz.aria2 does not exist.
    2009-10-15 15:12:07.803325 DEBUG - CUID#6 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.803346 DEBUG - usedPieces.size()=1
    2009-10-15 15:12:07.803354 DEBUG - Attach segment#0 to CUID#6.
    2009-10-15 15:12:07.803362 DEBUG - index=0, length=81683, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.803452 DEBUG - CUID#7 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.803463 DEBUG - usedPieces.size()=1
    2009-10-15 15:12:07.803471 DEBUG - Attach segment#0 to CUID#7.
    2009-10-15 15:12:07.803479 DEBUG - index=0, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.803548 DEBUG - CUID#8 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.803559 DEBUG - usedPieces.size()=2
    2009-10-15 15:12:07.803567 DEBUG - Attach segment#8 to CUID#8.
    2009-10-15 15:12:07.803575 DEBUG - index=8, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.803643 DEBUG - CUID#9 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.803655 DEBUG - usedPieces.size()=3
    2009-10-15 15:12:07.803663 DEBUG - Attach segment#4 to CUID#9.
    2009-10-15 15:12:07.803671 DEBUG - index=4, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.803736 DEBUG - CUID#10 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.803747 DEBUG - usedPieces.size()=4
    2009-10-15 15:12:07.803755 DEBUG - Attach segment#12 to CUID#10.
    2009-10-15 15:12:07.803763 DEBUG - index=12, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.803829 DEBUG - CUID#11 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.803841 DEBUG - usedPieces.size()=5
    2009-10-15 15:12:07.803849 DEBUG - Attach segment#2 to CUID#11.
    2009-10-15 15:12:07.803857 DEBUG - index=2, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.803922 DEBUG - CUID#12 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.803933 DEBUG - usedPieces.size()=6
    2009-10-15 15:12:07.803940 DEBUG - Attach segment#6 to CUID#12.
    2009-10-15 15:12:07.803948 DEBUG - index=6, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.804015 DEBUG - CUID#13 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.804026 DEBUG - usedPieces.size()=7
    2009-10-15 15:12:07.804033 DEBUG - Attach segment#10 to CUID#13.
    2009-10-15 15:12:07.804041 DEBUG - index=10, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.804107 DEBUG - CUID#14 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.804117 DEBUG - usedPieces.size()=8
    2009-10-15 15:12:07.804125 DEBUG - Attach segment#14 to CUID#14.
    2009-10-15 15:12:07.804132 DEBUG - index=14, length=232977, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.804194 DEBUG - CUID#15 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.804205 DEBUG - usedPieces.size()=9
    2009-10-15 15:12:07.804213 DEBUG - Attach segment#1 to CUID#15.
    2009-10-15 15:12:07.804221 DEBUG - index=1, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.804278 DEBUG - CUID#16 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.804294 DEBUG - usedPieces.size()=10
    2009-10-15 15:12:07.804302 DEBUG - Attach segment#3 to CUID#16.
    2009-10-15 15:12:07.804309 DEBUG - index=3, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.804363 DEBUG - CUID#17 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.804374 DEBUG - usedPieces.size()=11
    2009-10-15 15:12:07.804381 DEBUG - Attach segment#5 to CUID#17.
    2009-10-15 15:12:07.804389 DEBUG - index=5, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.804438 DEBUG - CUID#18 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.804449 DEBUG - usedPieces.size()=12
    2009-10-15 15:12:07.804456 DEBUG - Attach segment#7 to CUID#18.
    2009-10-15 15:12:07.804464 DEBUG - index=7, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.804508 DEBUG - CUID#19 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.804518 DEBUG - usedPieces.size()=13
    2009-10-15 15:12:07.804526 DEBUG - Attach segment#9 to CUID#19.
    2009-10-15 15:12:07.804534 DEBUG - index=9, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.804574 DEBUG - CUID#20 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.804585 DEBUG - usedPieces.size()=14
    2009-10-15 15:12:07.804593 DEBUG - Attach segment#11 to CUID#20.
    2009-10-15 15:12:07.804600 DEBUG - index=11, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.804636 DEBUG - CUID#21 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.804647 DEBUG - usedPieces.size()=15
    2009-10-15 15:12:07.804654 DEBUG - Attach segment#13 to CUID#21.
    2009-10-15 15:12:07.804662 DEBUG - index=13, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.804694 DEBUG - CUID#22 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.804704 DEBUG - usedPieces.size()=1
    2009-10-15 15:12:07.804712 DEBUG - Attach segment#0 to CUID#22.
    2009-10-15 15:12:07.804719 DEBUG - index=0, length=340204, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.804810 DEBUG - CUID#23 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.804822 DEBUG - usedPieces.size()=1
    2009-10-15 15:12:07.804830 DEBUG - Attach segment#0 to CUID#23.
    2009-10-15 15:12:07.804838 DEBUG - index=0, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.804909 DEBUG - CUID#24 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.804920 DEBUG - usedPieces.size()=1
    2009-10-15 15:12:07.804928 DEBUG - Attach segment#0 to CUID#24.
    2009-10-15 15:12:07.804935 DEBUG - index=0, length=78621, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.805008 DEBUG - CUID#25 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.805019 DEBUG - usedPieces.size()=1
    2009-10-15 15:12:07.805026 DEBUG - Attach segment#0 to CUID#25.
    2009-10-15 15:12:07.805034 DEBUG - index=0, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.805099 DEBUG - CUID#26 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.805109 DEBUG - usedPieces.size()=1
    2009-10-15 15:12:07.805117 DEBUG - Attach segment#0 to CUID#26.
    2009-10-15 15:12:07.805125 DEBUG - index=0, length=158585, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:07.805205 DEBUG - CUID#6 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.805932 INFO - CUID#6 - Resolving hostname mirrors.portafixe.com
    2009-10-15 15:12:07.814465 DEBUG - CUID#7 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.815151 INFO - CUID#7 - Resolving hostname mirror.csclub.uwaterloo.ca
    2009-10-15 15:12:07.823586 DEBUG - CUID#8 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.824281 INFO - CUID#8 - Resolving hostname distro.ibiblio.org
    2009-10-15 15:12:07.832669 DEBUG - CUID#9 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.833365 INFO - CUID#9 - Resolving hostname archlinux.unixheads.org
    2009-10-15 15:12:07.841856 DEBUG - CUID#10 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.842556 INFO - CUID#10 - Resolving hostname mirror.cs.vt.edu
    2009-10-15 15:12:07.850975 DEBUG - CUID#11 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.851673 INFO - CUID#11 - Resolving hostname schlunix.org
    2009-10-15 15:12:07.860109 DEBUG - CUID#12 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.860813 INFO - CUID#12 - Resolving hostname www.gtlib.gatech.edu
    2009-10-15 15:12:07.869447 DEBUG - CUID#13 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.870148 INFO - CUID#13 - Resolving hostname mirrors.hosef.org
    2009-10-15 15:12:07.878574 DEBUG - CUID#14 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.879279 INFO - CUID#14 - Resolving hostname mirrors.gigenet.com
    2009-10-15 15:12:07.887705 DEBUG - CUID#15 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.888406 INFO - CUID#15 - Resolving hostname mirror.archlinux.com.ve
    2009-10-15 15:12:07.897705 DEBUG - CUID#16 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.898410 INFO - CUID#16 - Resolving hostname archlinux.umflint.edu
    2009-10-15 15:12:07.906871 DEBUG - CUID#17 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.907577 INFO - CUID#17 - Resolving hostname mirror.rit.edu
    2009-10-15 15:12:07.916038 DEBUG - CUID#18 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.916740 INFO - CUID#18 - Resolving hostname locke.suu.edu
    2009-10-15 15:12:07.925167 DEBUG - CUID#19 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.925875 INFO - CUID#19 - Resolving hostname mirrors.easynews.com
    2009-10-15 15:12:07.934449 DEBUG - CUID#20 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.935197 INFO - CUID#20 - Resolving hostname mirror.umoss.org
    2009-10-15 15:12:07.943769 DEBUG - CUID#21 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.944474 INFO - CUID#21 - Resolving hostname mirrors.portafixe.com
    2009-10-15 15:12:07.952926 DEBUG - CUID#22 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.953632 INFO - CUID#22 - Resolving hostname mirrors.hosef.org
    2009-10-15 15:12:07.962115 DEBUG - CUID#23 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.962822 INFO - CUID#23 - Resolving hostname mirrors.hosef.org
    2009-10-15 15:12:07.971531 DEBUG - CUID#24 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.972244 INFO - CUID#24 - Resolving hostname mirror.csclub.uwaterloo.ca
    2009-10-15 15:12:07.980682 DEBUG - CUID#25 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.981389 INFO - CUID#25 - Resolving hostname mirror.csclub.uwaterloo.ca
    2009-10-15 15:12:07.989859 DEBUG - CUID#26 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.990561 INFO - CUID#26 - Resolving hostname archlinux.unixheads.org
    2009-10-15 15:12:07.999372 DEBUG - CUID#6 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.999385 DEBUG - CUID#7 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.999393 DEBUG - CUID#8 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.999401 DEBUG - CUID#9 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.999408 DEBUG - CUID#10 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.999416 DEBUG - CUID#11 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.999424 DEBUG - CUID#12 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.999431 DEBUG - CUID#13 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:07.999439 DEBUG - CUID#14 - socket: read:0, write:0, hup:0, err:0
    CUT
    2009-10-15 15:12:38.998886 DEBUG - ServerStat: set status ERROR for mirrors.portafixe.com (http)
    2009-10-15 15:12:38.998973 INFO - CUID#6 - Restarting the download. URI=http://mirrors.portafixe.com/archlinux/core/os/x86_64/gzip-1.3.13-1-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirrors.portafixe.com/archlinux/core/os/x86_64/gzip-1.3.13-1-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:38.998994 DEBUG - Memorized segment index=0, writtenLength=0
    2009-10-15 15:12:38.999004 DEBUG - CUID#6 - Pooling request URI=http://mirrors.portafixe.com/archlinux/core/os/x86_64/gzip-1.3.13-1-x86_64.pkg.tar.gz
    2009-10-15 15:12:38.999060 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:38.999103 DEBUG - CUID#7 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:38.999114 DEBUG - ServerStat: set status ERROR for mirror.csclub.uwaterloo.ca (http)
    2009-10-15 15:12:38.999134 INFO - CUID#7 - Restarting the download. URI=http://mirror.csclub.uwaterloo.ca/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirror.csclub.uwaterloo.ca/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:38.999155 DEBUG - Memorized segment index=0, writtenLength=0
    2009-10-15 15:12:38.999164 DEBUG - CUID#7 - Pooling request URI=http://mirror.csclub.uwaterloo.ca/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:38.999179 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:38.999212 DEBUG - CUID#8 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:38.999222 DEBUG - ServerStat: set status ERROR for distro.ibiblio.org (http)
    2009-10-15 15:12:38.999241 INFO - CUID#8 - Restarting the download. URI=http://distro.ibiblio.org/pub/linux/distributions/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://distro.ibiblio.org/pub/linux/distributions/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:38.999255 DEBUG - Memorized segment index=8, writtenLength=0
    2009-10-15 15:12:38.999264 DEBUG - CUID#8 - Pooling request URI=http://distro.ibiblio.org/pub/linux/distributions/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:38.999278 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:38.999311 DEBUG - CUID#9 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:38.999321 DEBUG - ServerStat: set status ERROR for archlinux.unixheads.org (http)
    2009-10-15 15:12:38.999340 INFO - CUID#9 - Restarting the download. URI=http://archlinux.unixheads.org/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://archlinux.unixheads.org/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:38.999354 DEBUG - Memorized segment index=4, writtenLength=0
    2009-10-15 15:12:38.999363 DEBUG - CUID#9 - Pooling request URI=http://archlinux.unixheads.org/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:38.999377 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:38.999409 DEBUG - CUID#10 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:38.999422 DEBUG - ServerStat: set status ERROR for mirror.cs.vt.edu (http)
    2009-10-15 15:12:38.999441 INFO - CUID#10 - Restarting the download. URI=http://mirror.cs.vt.edu/pub/ArchLinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirror.cs.vt.edu/pub/ArchLinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:38.999455 DEBUG - Memorized segment index=12, writtenLength=0
    2009-10-15 15:12:38.999464 DEBUG - CUID#10 - Pooling request URI=http://mirror.cs.vt.edu/pub/ArchLinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:38.999478 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:38.999510 DEBUG - CUID#11 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:38.999521 DEBUG - ServerStat: set status ERROR for schlunix.org (http)
    2009-10-15 15:12:38.999539 INFO - CUID#11 - Restarting the download. URI=http://schlunix.org/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://schlunix.org/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:38.999553 DEBUG - Memorized segment index=2, writtenLength=0
    2009-10-15 15:12:38.999562 DEBUG - CUID#11 - Pooling request URI=http://schlunix.org/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:38.999576 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:38.999608 DEBUG - CUID#12 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:38.999619 DEBUG - ServerStat: set status ERROR for www.gtlib.gatech.edu (http)
    2009-10-15 15:12:38.999637 INFO - CUID#12 - Restarting the download. URI=http://www.gtlib.gatech.edu/pub/linux/distributions/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://www.gtlib.gatech.edu/pub/linux/distributions/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:38.999656 DEBUG - Memorized segment index=6, writtenLength=0
    2009-10-15 15:12:38.999665 DEBUG - CUID#12 - Pooling request URI=http://www.gtlib.gatech.edu/pub/linux/distributions/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:38.999679 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:38.999711 DEBUG - CUID#13 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:38.999722 DEBUG - ServerStat: set status ERROR for mirrors.hosef.org (http)
    2009-10-15 15:12:38.999740 INFO - CUID#13 - Restarting the download. URI=http://mirrors.hosef.org/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirrors.hosef.org/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:38.999755 DEBUG - Memorized segment index=10, writtenLength=0
    2009-10-15 15:12:38.999763 DEBUG - CUID#13 - Pooling request URI=http://mirrors.hosef.org/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:38.999777 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:38.999809 DEBUG - CUID#14 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:38.999820 DEBUG - ServerStat: set status ERROR for mirrors.gigenet.com (http)
    2009-10-15 15:12:38.999839 INFO - CUID#14 - Restarting the download. URI=http://mirrors.gigenet.com/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirrors.gigenet.com/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:38.999853 DEBUG - Memorized segment index=14, writtenLength=0
    2009-10-15 15:12:38.999861 DEBUG - CUID#14 - Pooling request URI=http://mirrors.gigenet.com/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:38.999875 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:38.999907 DEBUG - CUID#15 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:38.999918 DEBUG - ServerStat: set status ERROR for mirror.archlinux.com.ve (http)
    2009-10-15 15:12:38.999936 INFO - CUID#15 - Restarting the download. URI=http://mirror.archlinux.com.ve/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirror.archlinux.com.ve/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:38.999951 DEBUG - Memorized segment index=1, writtenLength=0
    2009-10-15 15:12:38.999959 DEBUG - CUID#15 - Pooling request URI=http://mirror.archlinux.com.ve/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:38.999974 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:39.000006 DEBUG - CUID#16 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.000017 DEBUG - ServerStat: set status ERROR for archlinux.umflint.edu (http)
    2009-10-15 15:12:39.000036 INFO - CUID#16 - Restarting the download. URI=http://archlinux.umflint.edu/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://archlinux.umflint.edu/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:39.000050 DEBUG - Memorized segment index=3, writtenLength=0
    2009-10-15 15:12:39.000058 DEBUG - CUID#16 - Pooling request URI=http://archlinux.umflint.edu/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:39.000072 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:39.000104 DEBUG - CUID#17 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.000115 DEBUG - ServerStat: set status ERROR for mirror.rit.edu (http)
    2009-10-15 15:12:39.000138 INFO - CUID#17 - Restarting the download. URI=http://mirror.rit.edu/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirror.rit.edu/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:39.000153 DEBUG - Memorized segment index=5, writtenLength=0
    2009-10-15 15:12:39.000161 DEBUG - CUID#17 - Pooling request URI=http://mirror.rit.edu/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:39.000176 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:39.000208 DEBUG - CUID#18 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.000219 DEBUG - ServerStat: set status ERROR for locke.suu.edu (ftp)
    2009-10-15 15:12:39.000238 INFO - CUID#18 - Restarting the download. URI=ftp://locke.suu.edu/linux/dist/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=ftp://locke.suu.edu/linux/dist/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:39.000252 DEBUG - Memorized segment index=7, writtenLength=0
    2009-10-15 15:12:39.000260 DEBUG - CUID#18 - Pooling request URI=ftp://locke.suu.edu/linux/dist/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:39.000275 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:39.000307 DEBUG - CUID#19 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.000318 DEBUG - ServerStat: set status ERROR for mirrors.easynews.com (http)
    2009-10-15 15:12:39.000336 INFO - CUID#19 - Restarting the download. URI=http://mirrors.easynews.com/linux/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirrors.easynews.com/linux/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:39.000350 DEBUG - Memorized segment index=9, writtenLength=0
    2009-10-15 15:12:39.000359 DEBUG - CUID#19 - Pooling request URI=http://mirrors.easynews.com/linux/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:39.000373 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:39.000406 DEBUG - CUID#20 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.000417 DEBUG - ServerStat: set status ERROR for mirror.umoss.org (http)
    2009-10-15 15:12:39.000435 INFO - CUID#20 - Restarting the download. URI=http://mirror.umoss.org/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirror.umoss.org/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:39.000449 DEBUG - Memorized segment index=11, writtenLength=0
    2009-10-15 15:12:39.000458 DEBUG - CUID#20 - Pooling request URI=http://mirror.umoss.org/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:39.000472 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:39.000504 DEBUG - CUID#21 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.000514 DEBUG - ServerStat: set status ERROR for mirrors.portafixe.com (http)
    2009-10-15 15:12:39.000533 INFO - CUID#21 - Restarting the download. URI=http://mirrors.portafixe.com/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirrors.portafixe.com/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:39.000546 DEBUG - Memorized segment index=13, writtenLength=0
    2009-10-15 15:12:39.000555 DEBUG - CUID#21 - Pooling request URI=http://mirrors.portafixe.com/archlinux/extra/os/x86_64/ghostscript-8.70-2-x86_64.pkg.tar.gz
    2009-10-15 15:12:39.000569 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:39.000601 DEBUG - CUID#22 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.000616 DEBUG - ServerStat: set status ERROR for mirrors.hosef.org (http)
    2009-10-15 15:12:39.000635 INFO - CUID#22 - Restarting the download. URI=http://mirrors.hosef.org/archlinux/extra/os/x86_64/libcups-1.4.1-1-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirrors.hosef.org/archlinux/extra/os/x86_64/libcups-1.4.1-1-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:39.000650 DEBUG - Memorized segment index=0, writtenLength=0
    2009-10-15 15:12:39.000658 DEBUG - CUID#22 - Pooling request URI=http://mirrors.hosef.org/archlinux/extra/os/x86_64/libcups-1.4.1-1-x86_64.pkg.tar.gz
    2009-10-15 15:12:39.000672 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:39.000705 DEBUG - CUID#23 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.000715 DEBUG - ServerStat: set status ERROR for mirrors.hosef.org (http)
    2009-10-15 15:12:39.000733 INFO - CUID#23 - Restarting the download. URI=http://mirrors.hosef.org/archlinux/extra/os/x86_64/imagemagick-6.5.6.10-1-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirrors.hosef.org/archlinux/extra/os/x86_64/imagemagick-6.5.6.10-1-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:39.000748 DEBUG - Memorized segment index=0, writtenLength=0
    2009-10-15 15:12:39.000757 DEBUG - CUID#23 - Pooling request URI=http://mirrors.hosef.org/archlinux/extra/os/x86_64/imagemagick-6.5.6.10-1-x86_64.pkg.tar.gz
    2009-10-15 15:12:39.000771 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:39.000804 DEBUG - CUID#24 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.000814 DEBUG - ServerStat: set status ERROR for mirror.csclub.uwaterloo.ca (http)
    2009-10-15 15:12:39.000832 INFO - CUID#24 - Restarting the download. URI=http://mirror.csclub.uwaterloo.ca/archlinux/core/os/x86_64/mlocate-0.22.2-1-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://mirror.csclub.uwaterloo.ca/archlinux/core/os/x86_64/mlocate-0.22.2-1-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:39.000847 DEBUG - Memorized segment index=0, writtenLength=0
    2009-10-15 15:12:39.000856 DEBUG - CUID#24 - Pooling request URI=http://mirror.csclub.uwaterloo.ca/archlinux/core/os/x86_64/mlocate-0.22.2-1-x86_64.pkg.tar.gz
    2009-10-15 15:12:39.000870 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:39.000902 DEBUG - CUID#25 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.000913 DEBUG - ServerStat: set status ERROR for mirror.csclub.uwaterloo.ca (ftp)
    2009-10-15 15:12:39.000932 INFO - CUID#25 - Restarting the download. URI=ftp://mirror.csclub.uwaterloo.ca/archlinux/extra/os/x86_64/cups-1.4.1-1-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=ftp://mirror.csclub.uwaterloo.ca/archlinux/extra/os/x86_64/cups-1.4.1-1-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:39.000947 DEBUG - Memorized segment index=0, writtenLength=0
    2009-10-15 15:12:39.000955 DEBUG - CUID#25 - Pooling request URI=ftp://mirror.csclub.uwaterloo.ca/archlinux/extra/os/x86_64/cups-1.4.1-1-x86_64.pkg.tar.gz
    2009-10-15 15:12:39.000970 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:39.001002 DEBUG - CUID#26 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001013 DEBUG - ServerStat: set status ERROR for archlinux.unixheads.org (http)
    2009-10-15 15:12:39.001031 INFO - CUID#26 - Restarting the download. URI=http://archlinux.unixheads.org/extra/os/x86_64/conky-1.7.2-4-x86_64.pkg.tar.gz
    Exception: [AbstractCommand.cc:207] URI=http://archlinux.unixheads.org/extra/os/x86_64/conky-1.7.2-4-x86_64.pkg.tar.gz
    -> [AbstractCommand.cc:184] Timeout.
    2009-10-15 15:12:39.001045 DEBUG - Memorized segment index=0, writtenLength=0
    2009-10-15 15:12:39.001054 DEBUG - CUID#26 - Pooling request URI=http://archlinux.unixheads.org/extra/os/x86_64/conky-1.7.2-4-x86_64.pkg.tar.gz
    2009-10-15 15:12:39.001068 DEBUG - Failed to delete socket event:No such file or directory
    2009-10-15 15:12:39.001113 DEBUG - CUID#6 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001124 DEBUG - Attach segment#0 to CUID#6.
    2009-10-15 15:12:39.001132 DEBUG - index=0, length=81683, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001140 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001156 DEBUG - CUID#7 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001165 DEBUG - Attach segment#0 to CUID#7.
    2009-10-15 15:12:39.001173 DEBUG - index=0, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001181 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001194 DEBUG - CUID#8 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001203 DEBUG - Attach segment#8 to CUID#8.
    2009-10-15 15:12:39.001210 DEBUG - index=8, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001218 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001230 DEBUG - CUID#9 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001239 DEBUG - Attach segment#4 to CUID#9.
    2009-10-15 15:12:39.001248 DEBUG - index=4, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001256 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001268 DEBUG - CUID#10 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001277 DEBUG - Attach segment#12 to CUID#10.
    2009-10-15 15:12:39.001285 DEBUG - index=12, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001292 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001304 DEBUG - CUID#11 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001313 DEBUG - Attach segment#2 to CUID#11.
    2009-10-15 15:12:39.001321 DEBUG - index=2, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001328 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001340 DEBUG - CUID#12 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001349 DEBUG - Attach segment#6 to CUID#12.
    2009-10-15 15:12:39.001357 DEBUG - index=6, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001364 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001376 DEBUG - CUID#13 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001385 DEBUG - Attach segment#10 to CUID#13.
    2009-10-15 15:12:39.001393 DEBUG - index=10, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001401 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001413 DEBUG - CUID#14 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001422 DEBUG - Attach segment#14 to CUID#14.
    2009-10-15 15:12:39.001430 DEBUG - index=14, length=232977, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001437 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001449 DEBUG - CUID#15 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001458 DEBUG - Attach segment#1 to CUID#15.
    2009-10-15 15:12:39.001466 DEBUG - index=1, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001474 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001485 DEBUG - CUID#16 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001495 DEBUG - Attach segment#3 to CUID#16.
    2009-10-15 15:12:39.001503 DEBUG - index=3, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001510 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001522 DEBUG - CUID#17 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001531 DEBUG - Attach segment#5 to CUID#17.
    2009-10-15 15:12:39.001539 DEBUG - index=5, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001547 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001558 DEBUG - CUID#18 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001568 DEBUG - Attach segment#7 to CUID#18.
    2009-10-15 15:12:39.001575 DEBUG - index=7, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001587 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001600 DEBUG - CUID#19 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001609 DEBUG - Attach segment#9 to CUID#19.
    2009-10-15 15:12:39.001617 DEBUG - index=9, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001624 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001636 DEBUG - CUID#20 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001646 DEBUG - Attach segment#11 to CUID#20.
    2009-10-15 15:12:39.001653 DEBUG - index=11, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001661 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001673 DEBUG - CUID#21 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001682 DEBUG - Attach segment#13 to CUID#21.
    2009-10-15 15:12:39.001690 DEBUG - index=13, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001697 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001709 DEBUG - CUID#22 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001718 DEBUG - Attach segment#0 to CUID#22.
    2009-10-15 15:12:39.001726 DEBUG - index=0, length=340204, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001734 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001747 DEBUG - CUID#23 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001757 DEBUG - Attach segment#0 to CUID#23.
    2009-10-15 15:12:39.001765 DEBUG - index=0, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001772 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001785 DEBUG - CUID#24 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001794 DEBUG - Attach segment#0 to CUID#24.
    2009-10-15 15:12:39.001802 DEBUG - index=0, length=78621, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001810 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001822 DEBUG - CUID#25 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001832 DEBUG - Attach segment#0 to CUID#25.
    2009-10-15 15:12:39.001840 DEBUG - index=0, length=1048576, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001847 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001859 DEBUG - CUID#26 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.001868 DEBUG - Attach segment#0 to CUID#26.
    2009-10-15 15:12:39.001876 DEBUG - index=0, length=158585, segmentLength=1048576, writtenLength=0
    2009-10-15 15:12:39.001884 DEBUG - writtenLength(in memo)=0, writtenLength=0
    2009-10-15 15:12:39.001899 DEBUG - CUID#6 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.002604 INFO - CUID#6 - Resolving hostname mirrors.portafixe.com
    2009-10-15 15:12:39.011495 DEBUG - CUID#7 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.012232 INFO - CUID#7 - Resolving hostname mirrors.portafixe.com
    2009-10-15 15:12:39.020712 DEBUG - CUID#8 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.021389 INFO - CUID#8 - Resolving hostname mirror.umoss.org
    2009-10-15 15:12:39.029941 DEBUG - CUID#9 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.030619 INFO - CUID#9 - Resolving hostname mirrors.easynews.com
    2009-10-15 15:12:39.039040 DEBUG - CUID#10 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.039740 INFO - CUID#10 - Resolving hostname locke.suu.edu
    2009-10-15 15:12:39.048147 DEBUG - CUID#11 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.048828 INFO - CUID#11 - Resolving hostname mirror.rit.edu
    2009-10-15 15:12:39.057230 DEBUG - CUID#12 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.057905 INFO - CUID#12 - Resolving hostname archlinux.umflint.edu
    2009-10-15 15:12:39.067026 DEBUG - CUID#13 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.067705 INFO - CUID#13 - Resolving hostname mirror.archlinux.com.ve
    2009-10-15 15:12:39.076226 DEBUG - CUID#14 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.076906 INFO - CUID#14 - Resolving hostname mirrors.gigenet.com
    2009-10-15 15:12:39.085296 DEBUG - CUID#15 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.085976 INFO - CUID#15 - Resolving hostname mirrors.hosef.org
    2009-10-15 15:12:39.094375 DEBUG - CUID#16 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.095050 INFO - CUID#16 - Resolving hostname www.gtlib.gatech.edu
    2009-10-15 15:12:39.103682 DEBUG - CUID#17 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.104356 INFO - CUID#17 - Resolving hostname schlunix.org
    2009-10-15 15:12:39.112824 DEBUG - CUID#18 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.113499 INFO - CUID#18 - Resolving hostname mirror.cs.vt.edu
    2009-10-15 15:12:39.121924 DEBUG - CUID#19 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.122605 INFO - CUID#19 - Resolving hostname archlinux.unixheads.org
    2009-10-15 15:12:39.131145 DEBUG - CUID#20 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.131819 INFO - CUID#20 - Resolving hostname distro.ibiblio.org
    2009-10-15 15:12:39.140220 DEBUG - CUID#21 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.140896 INFO - CUID#21 - Resolving hostname mirror.csclub.uwaterloo.ca
    2009-10-15 15:12:39.149422 DEBUG - CUID#22 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.150100 INFO - CUID#22 - Resolving hostname mirrors.hosef.org
    2009-10-15 15:12:39.158489 DEBUG - CUID#23 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.159171 INFO - CUID#23 - Resolving hostname mirrors.hosef.org
    2009-10-15 15:12:39.167543 DEBUG - CUID#24 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.168220 INFO - CUID#24 - Resolving hostname mirror.csclub.uwaterloo.ca
    2009-10-15 15:12:39.176608 DEBUG - CUID#25 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.177284 INFO - CUID#25 - Resolving hostname mirror.csclub.uwaterloo.ca
    2009-10-15 15:12:39.185681 DEBUG - CUID#26 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.186379 INFO - CUID#26 - Resolving hostname archlinux.unixheads.org
    2009-10-15 15:12:39.195091 DEBUG - CUID#6 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195104 DEBUG - CUID#7 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195112 DEBUG - CUID#8 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195120 DEBUG - CUID#9 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195127 DEBUG - CUID#10 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195135 DEBUG - CUID#11 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195142 DEBUG - CUID#12 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195150 DEBUG - CUID#13 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195157 DEBUG - CUID#14 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195165 DEBUG - CUID#15 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195173 DEBUG - CUID#16 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195180 DEBUG - CUID#17 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195188 DEBUG - CUID#18 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195196 DEBUG - CUID#19 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195204 DEBUG - CUID#20 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195211 DEBUG - CUID#21 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195219 DEBUG - CUID#22 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195226 DEBUG - CUID#23 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195234 DEBUG - CUID#24 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195242 DEBUG - CUID#25 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:39.195249 DEBUG - CUID#26 - socket: read:0, write:0, hup:0, err:0
    2009-10-15 15:12:40.192182 DEBUG - CUID#6 - socket: read:0, write:0, hup:0, err:0

  • Hello,this error comes up all the time:Could not read chrome manifest file 'C:\Program Files\Mozilla Firefox\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}\chrome.manifest'. What does it mean? and how can I fix it?

    Could not read chrome manifest file 'C:\Program Files\Mozilla Firefox\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}\chrome.manifest'.
    This is pretty much it, It was in my error console and its there
    every time I check on my errors

    I used the 64bit win7,when I start firefox it will be no response just in one
    minute ,the console show me this error :Could not read chrome manifest file &#39;C:\Program Files\Mozilla Firefox\extensions\{972ce4c6-7e08-4474-a285-3208198ce6fd}\chrome.manifest!

  • Mails crashes all the time...

    This is the error:
    Mail crashes all the time, i use disk utility to repair permisssions, but the error not solved.
    PLEASE HELP!!!!
    Process:    
    Mail [1285]
    Path:       
    /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: 
    com.apple.mail
    Version:    
    7.3 (1878.6)
    Build Info: 
    Mail-1878006000000000~1
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [261]
    Responsible:
    Mail [1285]
    User ID:    
    501
    PlugIn Path:  
    /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    PlugIn Identifier: com.apple.WebKit
    PlugIn Version:
    9537 (9537.78.2)
    Date/Time:  
    2014-10-07 12:04:47.873 -0500
    OS Version: 
    Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  6EEE47B0-0708-5E3B-1B93-DF65465E8ABC
    Sleep/Wake UUID: 2F103181-E6F5-433A-A76A-760331F0AB43
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (Code Signature Invalid)
    Exception Codes: 0x0000000000000032, 0x00007fff78e8b058
    kernel messages:
    -2 sec     
    CODE SIGNING: cs_invalid_page(0x7fff78e8b000): p=1285[Mail] final status 0x1000a00, denying page sending SIGKILL
    -2 sec     
    CODE SIGNING: process 1285[Mail]: rejecting invalid page at address 0x7fff78e8b000 from offset 0xdde8000 in file "/private/var/db/dyld/dyld_shared_cache_x86_64" (cs_mtime:1411800332.0 == mtime:1411800332.0) (signed:1 validated:1 tainted:1 wpmapped:0 slid:1)
    VM Regions Near 0x7fff78e8b058:
    __DATA            
    00007fff78e86000-00007fff78e89000 [   12K] rw-/rwx SM=COW  /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    --> __DATA            
    00007fff78e89000-00007fff78ebf000 [  216K] rw-/rwx SM=COW  /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    __DATA            
    00007fff78ebf000-00007fff78ec1000 [
    8K] rw-/rwx SM=COW  /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.apple.WebKit        
    0x00007fff89b89584 DYLD-STUB$$WebCore::RunLoop::initializeMainRunLoop() + 0
    1   libobjc.A.dylib         
    0x00007fff8d29d371 _class_initialize + 645
    2   libobjc.A.dylib         
    0x00007fff8d2a9254 lookUpImpOrForward + 170
    3   libobjc.A.dylib         
    0x00007fff8d29c169 objc_msgSend + 233
    4   com.apple.mail          
    0x0000000101cb31a5 0x101cab000 + 33189
    5   com.apple.mail          
    0x0000000101caee6c 0x101cab000 + 15980
    6   com.apple.CoreFoundation
    0x00007fff8feade0c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
    7   com.apple.CoreFoundation
    0x00007fff8fda182d _CFXNotificationPost + 2893
    8   com.apple.Foundation    
    0x00007fff958d6e4a -[NSNotificationCenter postNotificationName:object:userInfo:] + 68
    9   com.apple.AppKit        
    0x00007fff95f97b69 -[NSApplication _postDidFinishNotification] + 289
    10  com.apple.AppKit        
    0x00007fff95f9789c -[NSApplication _sendFinishLaunchingNotification] + 195
    11  com.apple.AppKit        
    0x00007fff95f94786 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 570
    12  com.apple.AppKit        
    0x00007fff95f941db -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
    13  com.apple.Foundation    
    0x00007fff958f559a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
    14  com.apple.Foundation    
    0x00007fff958f540d _NSAppleEventManagerGenericHandler + 106
    15  com.apple.AE            
    0x00007fff8a943e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
    16  com.apple.AE            
    0x00007fff8a943c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
    17  com.apple.AE            
    0x00007fff8a943b36 aeProcessAppleEvent + 315
    18  com.apple.HIToolbox     
    0x00007fff8b7ed161 AEProcessAppleEvent + 56
    19  com.apple.AppKit        
    0x00007fff95f900b6 _DPSNextEvent + 1026
    20  com.apple.AppKit        
    0x00007fff95f8f89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    21  com.apple.AppKit        
    0x00007fff95f8399c -[NSApplication run] + 553
    22  com.apple.AppKit        
    0x00007fff95f6e783 NSApplicationMain + 940
    23  libdyld.dylib           
    0x00007fff916fc5fd start + 1
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x00007fff94edb662 kevent64 + 10
    1   libdispatch.dylib       
    0x00007fff8dce3421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib       
    0x00007fff8dce3136 _dispatch_mgr_thread + 52
    Thread 2:: Dispatch queue: NSOperationQueue 0x60800023ab00
    0   libsystem_kernel.dylib  
    0x00007fff94ed6a56 semaphore_wait_trap + 10
    1   libdispatch.dylib       
    0x00007fff8dce59f9 _dispatch_semaphore_wait_slow + 206
    2   com.apple.Foundation    
    0x00007fff958fcd21 -[NSFileManager URLForUbiquityContainerIdentifier:] + 334
    3   com.apple.Mail.framework
    0x00007fff8f8abfef -[MFSyncedFile _setCloudURL] + 113
    4   com.apple.Mail.framework
    0x00007fff8f8ac833 __38-[MFSyncedFile _handleIdentityChange:]_block_invoke + 176
    5   com.apple.Foundation    
    0x00007fff958fc745 -[NSBlockOperation main] + 75
    6   com.apple.Foundation    
    0x00007fff958dbf31 -[__NSOperationInternal _start:] + 631
    7   com.apple.Foundation    
    0x00007fff958dbbdb __NSOQSchedule_f + 64
    8   libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    9   libdispatch.dylib       
    0x00007fff8dce57e3 _dispatch_async_redirect_invoke + 154
    10  libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    11  libdispatch.dylib       
    0x00007fff8dce3082 _dispatch_root_queue_drain + 326
    12  libdispatch.dylib       
    0x00007fff8dce4177 _dispatch_worker_thread2 + 40
    13  libsystem_pthread.dylib 
    0x00007fff8add9ef8 _pthread_wqthread + 314
    14  libsystem_pthread.dylib 
    0x00007fff8addcfb9 start_wqthread + 13
    Thread 3:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib  
    0x00007fff94ed6a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff94ed5d18 mach_msg + 64
    2   libdispatch.dylib       
    0x00007fff8dce5015 _dispatch_mach_msg_send + 332
    3   libdispatch.dylib       
    0x00007fff8dce4e7d dispatch_mach_send + 136
    4   libxpc.dylib            
    0x00007fff8b6a6920 _xpc_connection_send_message_with_reply_f + 125
    5   libxpc.dylib            
    0x00007fff8b6a67e0 xpc_connection_send_message_with_reply_sync + 180
    6   com.apple.CoreFoundation
    0x00007fff8fdd2d93 -[CFPrefsPlistSource copyReplyForDaemonMessage:toConnection:error:] + 243
    7   com.apple.CoreFoundation
    0x00007fff8ff2d7e0 __47-[CFPrefsPlistSource alreadylocked_synchronize]_block_invoke_2 + 352
    8   com.apple.CoreFoundation
    0x00007fff8fdd265b withDaemonConnection + 299
    9   com.apple.CoreFoundation
    0x00007fff8fdd20bb -[CFPrefsPlistSource alreadylocked_synchronize] + 587
    10  com.apple.CoreFoundation
    0x00007fff8fdd1db3 _copyValueForKey + 131
    11  com.apple.CoreFoundation
    0x00007fff8fdd1d07 -[CFPrefsPlistSource copyValueForKey:] + 71
    12  com.apple.CoreFoundation
    0x00007fff8fdd1b65 -[CFPrefsSearchListSource alreadylocked_copyValueForKey:] + 149
    13  com.apple.CoreFoundation
    0x00007fff8fdd1a9f -[CFPrefsSource copyValueForKey:] + 79
    14  com.apple.CoreFoundation
    0x00007fff8fdd1a30 __CFPreferencesCopyAppValue_block_invoke + 32
    15  com.apple.CoreFoundation
    0x00007fff8fdcbc0e +[CFPrefsSearchListSource withSearchListForIdentifier:perform:] + 846
    16  com.apple.CoreFoundation
    0x00007fff8fdcb878 CFPreferencesCopyAppValue + 168
    17  com.apple.CoreFoundation
    0x00007fff8fded052 CFPreferencesGetAppIntegerValue + 34
    18  com.apple.AddressBook.framework    0x00007fff8ec79770 -[ABUserDefaults integerForKey:] + 37
    19  com.apple.AddressBook.framework    0x00007fff8ec796df -[ABPreferencesMigrator migrateDefaults] + 32
    20  com.apple.AddressBook.framework    0x00007fff8ec793ac __40+[ABUserDefaults addressBookPreferences]_block_invoke + 86
    21  com.apple.AddressBook.ContactsData    0x00007fff91a3f957 __ab_once_block_invoke + 20
    22  libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    23  libdispatch.dylib       
    0x00007fff8dce11fc dispatch_once_f + 79
    24  com.apple.AddressBook.ContactsData    0x00007fff91a3f8d7 ab_once + 206
    25  com.apple.AddressBook.framework    0x00007fff8ec79350 +[ABUserDefaults addressBookPreferences] + 80
    26  com.apple.AddressBook.framework    0x00007fff8ec7a1ca -[ABDefaultAccountPreference initWithAccountRepository:] + 42
    27  com.apple.AddressBook.framework    0x00007fff8ec7a144 -[ABAccountRepository initWithFactory:] + 216
    28  com.apple.AddressBook.framework    0x00007fff8ec79d1f +[ABAccountRepository initialize] + 81
    29  libobjc.A.dylib         
    0x00007fff8d29d371 _class_initialize + 645
    30  libobjc.A.dylib         
    0x00007fff8d2a9254 lookUpImpOrForward + 170
    31  libobjc.A.dylib         
    0x00007fff8d29c169 objc_msgSend + 233
    32  com.apple.AddressBook.framework    0x00007fff8ec893ac __51+[ABPersistentStoreCoordinatorCache sharedInstance]_block_invoke + 51
    33  libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    34  libdispatch.dylib       
    0x00007fff8dce11fc dispatch_once_f + 79
    35  com.apple.AddressBook.framework    0x00007fff8ec89377 +[ABPersistentStoreCoordinatorCache sharedInstance] + 103
    36  com.apple.AddressBook.framework    0x00007fff8ec88da9 -[ABAddressBook nts_InitAddressBookWithDatabaseDirectory:options:] + 950
    37  com.apple.AddressBook.framework    0x00007fff8ec88978 -[ABAddressBook nts_InitDefaultContactManager] + 110
    38  com.apple.AddressBook.framework    0x00007fff8ec888bc +[ABAddressBook nts_SharedAddressBook] + 73
    39  com.apple.AddressBook.framework    0x00007fff8ec887ce +[ABAddressBook nts_CreateSharedAddressBook] + 49
    40  com.apple.AddressBook.framework    0x00007fff8ec88641 +[ABAddressBook sharedAddressBook] + 69
    41  com.apple.AddressBook.framework    0x00007fff8ec88557 +[ABAddressBook addressBookWithDatabaseDirectory:options:] + 56
    42  com.apple.Mail.framework
    0x00007fff8f8b4e7a -[MFVIPSendersController _updateLocalWithCloud:refresh:] + 415
    43  com.apple.Foundation    
    0x00007fff958fc745 -[NSBlockOperation main] + 75
    44  com.apple.Foundation    
    0x00007fff958dbf31 -[__NSOperationInternal _start:] + 631
    45  com.apple.Foundation    
    0x00007fff958dbbdb __NSOQSchedule_f + 64
    46  libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    47  libdispatch.dylib       
    0x00007fff8dce3673 _dispatch_queue_drain + 451
    48  libdispatch.dylib       
    0x00007fff8dce49c1 _dispatch_queue_invoke + 110
    49  libdispatch.dylib       
    0x00007fff8dce2f87 _dispatch_root_queue_drain + 75
    50  libdispatch.dylib       
    0x00007fff8dce4177 _dispatch_worker_thread2 + 40
    51  libsystem_pthread.dylib 
    0x00007fff8add9ef8 _pthread_wqthread + 314
    52  libsystem_pthread.dylib 
    0x00007fff8addcfb9 start_wqthread + 13
    Thread 4:: Dispatch queue: NSOperationQueue 0x60000023ae40
    0   com.apple.Foundation    
    0x00007fff958e248d NSAllocateCollectable + 1
    1   com.apple.Foundation    
    0x00007fff958f7d18 -[NSFileManager fileSystemRepresentationWithPath:] + 147
    2   com.apple.Mail.framework
    0x00007fff8f86ebb5 -[NSString(MailFrameworkAdditions) fileSystemString] + 51
    3   com.apple.Mail.framework
    0x00007fff8f817537 __64-[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:]_block_invoke + 132
    4   com.apple.CoreFoundation
    0x00007fff8fe132f9 __53-[__NSArrayM enumerateObjectsWithOptions:usingBlock:]_block_invoke + 137
    5   com.apple.CoreFoundation
    0x00007fff8fe12a9f -[__NSArrayM enumerateObjectsWithOptions:usingBlock:] + 319
    6   com.apple.Mail.framework
    0x00007fff8f817329 -[MFMailAccount mailboxForRelativePath:isFilesystemPath:create:] + 944
    7   com.apple.Mail.framework
    0x00007fff8f81e51f -[MFMailAccount(Internal) _specialMailboxWithType:create:] + 111
    8   com.apple.Mail.framework
    0x00007fff8f80fccf +[MFMailAccount _specialMailboxesUsingSelector:] + 248
    9   com.apple.Mail.framework
    0x00007fff8f7cbd91 MFExcludedMailboxes + 88
    10  com.apple.Mail.framework
    0x00007fff8f7cbec5 +[MFLibrary createAllMailboxesSpotlightQueryWithQueryString:attributes:forUnreadCount:withM ailboxExclusions:includeWhereFromsCriterion:] + 72
    11  com.apple.Mail.framework
    0x00007fff8f89304c -[MFSmartMailboxUnreadCountManager _updateSmartMailboxUnreadCountUsingSpotlight:useTotalCount:] + 501
    12  com.apple.Mail.framework
    0x00007fff8f893eea __91-[MFSmartMailboxUnreadCountManager updateMailboxesUnreadCountUsingSpotlight:useTotalCount:]_block_invoke + 158
    13  com.apple.Foundation    
    0x00007fff958fc745 -[NSBlockOperation main] + 75
    14  com.apple.Foundation    
    0x00007fff958dbf31 -[__NSOperationInternal _start:] + 631
    15  com.apple.Foundation    
    0x00007fff958dbbdb __NSOQSchedule_f + 64
    16  libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    17  libdispatch.dylib       
    0x00007fff8dce57e3 _dispatch_async_redirect_invoke + 154
    18  libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    19  libdispatch.dylib       
    0x00007fff8dce3082 _dispatch_root_queue_drain + 326
    20  libdispatch.dylib       
    0x00007fff8dce4177 _dispatch_worker_thread2 + 40
    21  libsystem_pthread.dylib 
    0x00007fff8add9ef8 _pthread_wqthread + 314
    22  libsystem_pthread.dylib 
    0x00007fff8addcfb9 start_wqthread + 13
    Thread 5:: Dispatch queue: NSOperationQueue 0x60800023ab00
    0   libsystem_kernel.dylib  
    0x00007fff94ed6a56 semaphore_wait_trap + 10
    1   libdispatch.dylib       
    0x00007fff8dce59f9 _dispatch_semaphore_wait_slow + 206
    2   com.apple.Foundation    
    0x00007fff958fcd21 -[NSFileManager URLForUbiquityContainerIdentifier:] + 334
    3   com.apple.Mail.framework
    0x00007fff8f8abfef -[MFSyncedFile _setCloudURL] + 113
    4   com.apple.Mail.framework
    0x00007fff8f8ac833 __38-[MFSyncedFile _handleIdentityChange:]_block_invoke + 176
    5   com.apple.Foundation    
    0x00007fff958fc745 -[NSBlockOperation main] + 75
    6   com.apple.Foundation    
    0x00007fff958dbf31 -[__NSOperationInternal _start:] + 631
    7   com.apple.Foundation    
    0x00007fff958dbbdb __NSOQSchedule_f + 64
    8   libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    9   libdispatch.dylib       
    0x00007fff8dce57e3 _dispatch_async_redirect_invoke + 154
    10  libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    11  libdispatch.dylib       
    0x00007fff8dce3082 _dispatch_root_queue_drain + 326
    12  libdispatch.dylib       
    0x00007fff8dce4177 _dispatch_worker_thread2 + 40
    13  libsystem_pthread.dylib 
    0x00007fff8add9ef8 _pthread_wqthread + 314
    14  libsystem_pthread.dylib 
    0x00007fff8addcfb9 start_wqthread + 13
    Thread 6:: Dispatch queue: NSOperationQueue 0x60800023ab00
    0   libsystem_kernel.dylib  
    0x00007fff94ed6a56 semaphore_wait_trap + 10
    1   libdispatch.dylib       
    0x00007fff8dce59f9 _dispatch_semaphore_wait_slow + 206
    2   com.apple.Foundation    
    0x00007fff958fcd21 -[NSFileManager URLForUbiquityContainerIdentifier:] + 334
    3   com.apple.Mail.framework
    0x00007fff8f8abfef -[MFSyncedFile _setCloudURL] + 113
    4   com.apple.Mail.framework
    0x00007fff8f8ac833 __38-[MFSyncedFile _handleIdentityChange:]_block_invoke + 176
    5   com.apple.Foundation    
    0x00007fff958fc745 -[NSBlockOperation main] + 75
    6   com.apple.Foundation    
    0x00007fff958dbf31 -[__NSOperationInternal _start:] + 631
    7   com.apple.Foundation    
    0x00007fff958dbbdb __NSOQSchedule_f + 64
    8   libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    9   libdispatch.dylib       
    0x00007fff8dce57e3 _dispatch_async_redirect_invoke + 154
    10  libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    11  libdispatch.dylib       
    0x00007fff8dce3082 _dispatch_root_queue_drain + 326
    12  libdispatch.dylib       
    0x00007fff8dce4177 _dispatch_worker_thread2 + 40
    13  libsystem_pthread.dylib 
    0x00007fff8add9ef8 _pthread_wqthread + 314
    14  libsystem_pthread.dylib 
    0x00007fff8addcfb9 start_wqthread + 13
    Thread 7:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib  
    0x00007fff94edaa3a __semwait_signal + 10
    1   libsystem_c.dylib       
    0x00007fff9308edc0 nanosleep + 200
    2   libsystem_c.dylib       
    0x00007fff9308ecb2 usleep + 54
    3   com.apple.AppKit        
    0x00007fff961f417d -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation    
    0x00007fff9593adfb __NSThread__main__ + 1318
    5   libsystem_pthread.dylib 
    0x00007fff8add8899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8add872a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8addcfc9 thread_start + 13
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib  
    0x00007fff94ed6a1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff94ed5d18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff8fe01f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff8fe01539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff8fe00e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation    
    0x00007fff9593aff7 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation    
    0x00007fff9593adfb __NSThread__main__ + 1318
    7   libsystem_pthread.dylib 
    0x00007fff8add8899 _pthread_body + 138
    8   libsystem_pthread.dylib 
    0x00007fff8add872a _pthread_start + 137
    9   libsystem_pthread.dylib 
    0x00007fff8addcfc9 thread_start + 13
    Thread 9:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib  
    0x00007fff94eda9aa __select + 10
    1   com.apple.CoreFoundation
    0x00007fff8fe4da03 __CFSocketManager + 867
    2   libsystem_pthread.dylib 
    0x00007fff8add8899 _pthread_body + 138
    3   libsystem_pthread.dylib 
    0x00007fff8add872a _pthread_start + 137
    4   libsystem_pthread.dylib 
    0x00007fff8addcfc9 thread_start + 13
    Thread 10:: Dispatch queue: NSOperationQueue 0x60800023ab00
    0   libsystem_kernel.dylib  
    0x00007fff94ed6a56 semaphore_wait_trap + 10
    1   libdispatch.dylib       
    0x00007fff8dce59f9 _dispatch_semaphore_wait_slow + 206
    2   com.apple.Foundation    
    0x00007fff958fcd21 -[NSFileManager URLForUbiquityContainerIdentifier:] + 334
    3   com.apple.Mail.framework
    0x00007fff8f8abfef -[MFSyncedFile _setCloudURL] + 113
    4   com.apple.Mail.framework
    0x00007fff8f8ac833 __38-[MFSyncedFile _handleIdentityChange:]_block_invoke + 176
    5   com.apple.Foundation    
    0x00007fff958fc745 -[NSBlockOperation main] + 75
    6   com.apple.Foundation    
    0x00007fff958dbf31 -[__NSOperationInternal _start:] + 631
    7   com.apple.Foundation    
    0x00007fff958dbbdb __NSOQSchedule_f + 64
    8   libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    9   libdispatch.dylib       
    0x00007fff8dce57e3 _dispatch_async_redirect_invoke + 154
    10  libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    11  libdispatch.dylib       
    0x00007fff8dce3082 _dispatch_root_queue_drain + 326
    12  libdispatch.dylib       
    0x00007fff8dce4177 _dispatch_worker_thread2 + 40
    13  libsystem_pthread.dylib 
    0x00007fff8add9ef8 _pthread_wqthread + 314
    14  libsystem_pthread.dylib 
    0x00007fff8addcfb9 start_wqthread + 13
    Thread 11:: Dispatch queue: NSOperationQueue 0x60800023ab00
    0   libsystem_kernel.dylib  
    0x00007fff94ed6a56 semaphore_wait_trap + 10
    1   libdispatch.dylib       
    0x00007fff8dce59f9 _dispatch_semaphore_wait_slow + 206
    2   com.apple.Foundation    
    0x00007fff958fcd21 -[NSFileManager URLForUbiquityContainerIdentifier:] + 334
    3   com.apple.Mail.framework
    0x00007fff8f8abfef -[MFSyncedFile _setCloudURL] + 113
    4   com.apple.Mail.framework
    0x00007fff8f8ac833 __38-[MFSyncedFile _handleIdentityChange:]_block_invoke + 176
    5   com.apple.Foundation    
    0x00007fff958fc745 -[NSBlockOperation main] + 75
    6   com.apple.Foundation    
    0x00007fff958dbf31 -[__NSOperationInternal _start:] + 631
    7   com.apple.Foundation    
    0x00007fff958dbbdb __NSOQSchedule_f + 64
    8   libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    9   libdispatch.dylib       
    0x00007fff8dce57e3 _dispatch_async_redirect_invoke + 154
    10  libdispatch.dylib       
    0x00007fff8dce128d _dispatch_client_callout + 8
    11  libdispatch.dylib       
    0x00007fff8dce3082 _dispatch_root_queue_drain + 326
    12  libdispatch.dylib       
    0x00007fff8dce4177 _dispatch_worker_thread2 + 40
    13  libsystem_pthread.dylib 
    0x00007fff8add9ef8 _pthread_wqthread + 314
    14  libsystem_pthread.dylib 
    0x00007fff8addcfb9 start_wqthread + 13
    Thread 12:
    0   libsystem_kernel.dylib  
    0x00007fff94edae6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8add9f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8addcfb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x00007fff796f18e2  rcx: 0x000000006c65746e  rdx: 0x0000000049656e69
      rdi: 0x00007fff7910dbf0  rsi: 0x00007fff8b19dcd0  rbp: 0x00007fff5df53a20  rsp: 0x00007fff5df53a18
       r8: 0x00007fff8b1c79b2   r9: 0x00007fff8b1c6326  r10: 0x0000000000000000  r11: 0x00007fff8d2b44bc
      r12: 0x00007fff78eb4000  r13: 0x0000608000015790  r14: 0x00007fff796ec810  r15: 0x00007fff78eb4028
      rip: 0x00007fff89b89584  rfl: 0x0000000000010206  cr2: 0x00007fff78e8b058
    Logical CPU:
    0
    Error Code: 
    0x00000004
    Trap Number:
    14
    Binary Images:
    0x101cab000 -   
    0x101f9dfff  com.apple.mail (7.3 - 1878.6) <84C51E40-00C5-3710-8A99-04A0F6D078F5> /Applications/Mail.app/Contents/MacOS/Mail
    0x1022f2000 -   
    0x1022f4fff  apop.so (170.1) <97DD24EE-D5F4-34EB-B521-D7BA883D2606> /usr/lib/sasl2/apop.so
    0x1022f9000 -   
    0x102309ff7  dhx.so (170.1) <E4299F4A-F42C-397A-A306-58161EFD7686> /usr/lib/sasl2/dhx.so
    0x102316000 -   
    0x10231efff  digestmd5WebDAV.so (170.1) <B11199EC-EF62-3592-AE51-38EBD1B6282F> /usr/lib/sasl2/digestmd5WebDAV.so
    0x102323000 -   
    0x102325fff  libanonymous.2.so (170) <D1297C21-A57B-311E-9006-C3FB8689849A> /usr/lib/sasl2/libanonymous.2.so
    0x102329000 -   
    0x10232bfff  login.so (170) <7D801D4E-A1A4-32FC-BF2E-9F25DB902523> /usr/lib/sasl2/login.so
    0x102330000 -   
    0x102332fff  libcrammd5.2.so (170) <940A42FC-C634-354E-AD74-691CD90A1427> /usr/lib/sasl2/libcrammd5.2.so
    0x102337000 -   
    0x10233fff7  libdigestmd5.2.so (170) <122C0383-F9B2-34D1-89AF-D317BC4D5164> /usr/lib/sasl2/libdigestmd5.2.so
    0x102344000 -   
    0x102348fff  libgssapiv2.2.so (170) <AA58D85E-916C-3B0B-959A-DCC58497D0F2> /usr/lib/sasl2/libgssapiv2.2.so
    0x10234d000 -   
    0x102352fff  libntlm.so (170) <18693B29-154F-339C-A329-4C42A43F6428> /usr/lib/sasl2/libntlm.so
    0x102357000 -   
    0x10235efff  libotp.2.so (170) <D1C70F92-1C75-340B-AD53-0C2CD79144FF> /usr/lib/sasl2/libotp.2.so
    0x10236d000 -   
    0x10236ffff  libplain.2.so (170) <E9C3B22A-5958-3869-B778-55948D1EC2B7> /usr/lib/sasl2/libplain.2.so
    0x102373000 -   
    0x102377ffd  libpps.so (170.1) <C7604F07-E966-33F7-8727-93F000CBA92F> /usr/lib/sasl2/libpps.so
    0x10237c000 -   
    0x10237ffff  mschapv2.so (170.1) <C79F63BB-E66D-3552-9C4C-2D3EB14CEE01> /usr/lib/sasl2/mschapv2.so
    0x102384000 -   
    0x1023acff6  com.apple.DirectoryService.PasswordServerFramework (10.9 - 36) <C36B818F-C1FE-3F3F-A01C-F4613F570D4D> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x1023c2000 -   
    0x1023c4fff  pwauxprop.so (400.1) <B95FA3F5-0EE9-335E-BBC7-FDEDEB7F18F0> /usr/lib/sasl2/pwauxprop.so
    0x103a3c000 -   
    0x103a3efff  shadow_auxprop.so (170.1) <E02127CB-F9C0-3E3B-ABBB-473EC0CB6DE7> /usr/lib/sasl2/shadow_auxprop.so
    0x103a43000 -   
    0x103a45fff  smb_nt.so (170.1) <B508FD03-CE31-3B93-91D7-440BEDAD9581> /usr/lib/sasl2/smb_nt.so
    0x103a4a000 -   
    0x103a4cfff  smb_ntlmv2.so (170.1) <938D40AF-BEB3-3F55-B409-C84E3C2886FD> /usr/lib/sasl2/smb_ntlmv2.so
    0x103d63000 -   
    0x103d78ff7 +com.marketcircle.opensource.GCDAsyncSocket (1.0 - 1) <B134A948-97A7-3A72-BAD8-6B42F46EE4B0> /Library/Mail/*/GCDAsyncSocket.framework/Versions/A/GCDAsyncSocket
    0x103d87000 -   
    0x103d90ff7 +com.marketcircle.MCSQLite (1.0) <2D84171D-4CE0-3C4D-9C0C-391542305146> /Library/Mail/*/MCSQLite.framework/Versions/A/MCSQLite
    0x103d99000 -   
    0x103d9dfff +com.marketcircle.MCMailer (1.0) <78B29062-087B-3988-91CB-97718D66A4D4> /Library/Mail/*/MCMailer.framework/Versions/A/MCMailer
    0x106a49000 -   
    0x106aabff7 +com.marketcircle.DMI4 (5.0.5 - 1576) <06D42143-896A-3504-9353-C3A72293E45B> /Library/Mail/*/DayliteMailAssistant
    0x106b0f000 -   
    0x106b4bfff +com.marketcircle.DAVServer (1.0 - 1) <9956E5F3-4CD5-3AD8-BEBF-4704E6E3B81C> /Library/Mail/*/MCDAVServer.framework/Versions/A/MCDAVServer
    0x106b74000 -   
    0x106c24ff7 +com.marketcircle.MCFoundation (MCFoundation version 0.0.1d1 - 0.0.1d1) <1D8344CE-5639-34E8-8262-0A47A400FC8F> /Library/Mail/*/MCFoundation.framework/Versions/A/MCFoundation
    0x106c83000 -   
    0x106e3dfff +com.marketcircle.MCPersistence (1.0 - 1) <5B5C7F53-74FF-3B4B-8E4F-B48D158035CA> /Library/Mail/*/MCPersistence.framework/Versions/A/MCPersistence
    0x106ebe000 -   
    0x106f23ff7 +MCVRecognition (MCVRecognition version 0.0.1d1 - 0.0.1d1) <176B3E11-7AC4-3605-96E6-E24310092E3B> /Library/Mail/*/MCVRecognition.framework/Versions/A/MCVRecognition
    0x106f58000 -   
    0x1071f2ff7 +com.marketcircle.DLSubstrate (1.0 - 1) <A50CBEED-34CC-368B-B33F-028E95416C71> /Library/Mail/*/DLSubstrate.framework/Versions/A/DLSubstrate
    0x10734c000 -   
    0x10745efff +com.marketcircle.MCAppKit (1.0 - 1) <6D63AC07-686D-3B0E-83C9-3274514E3B6E> /Library/Mail/*/MCAppKit.framework/Versions/A/MCAppKit
    0x107500000 -   
    0x107534fff +com.marketcircle.MCNetComm (1.0) <9B982E65-322E-3B30-9982-B0ABCA7A5D69> /Library/Mail/*/MCNetComm.framework/Versions/A/MCNetComm
    0x107558000 -   
    0x107597fff +com.marketcircle.MCCalendar (1.0 - 1) <4704E1FF-35D6-38E8-8382-AA06CC6A84B5> /Library/Mail/*/MCCalendar.framework/Versions/A/MCCalendar
    0x1075cd000 -   
    0x1075e5fff +com.marketcircle.MCServerSupport (1.0) <4EFF314E-E073-3897-BF32-80209FB349BF> /Library/Mail/*/MCServerSupport.framework/Versions/A/MCServerSupport
    0x1075f5000 -   
    0x107683fff +com.marketcircle.DLAdmin (1.0) <5DD7C8DD-0944-35A2-84BF-E9BF247DED8E> /Library/Mail/*/DLAdmin.framework/Versions/A/DLAdmin
    0x1076bd000 -   
    0x10770fff7 +com.ronge.MailCore (1.0) <5EDE5AC6-AC80-3437-9F3E-76BAEBDB03B5> /Library/Mail/*/MailCore.framework/Versions/A/MailCore
    0x107732000 -   
    0x107800fff +com.marketcircle.MCReporting (1.0) <EE857F21-397A-30A1-A321-E5B3E9477E34> /Library/Mail/*/MCReporting.framework/Versions/A/MCReporting
    0x10788f000 -   
    0x10789efff +com.marketcircle.DLReports (1.0 - 1) <30642771-637E-3EEA-A022-6074E5DF288F> /Library/Mail/*/DLReports.framework/Versions/A/DLReports
    0x1078a8000 -   
    0x1078cdff7 +com.marketcircle.MCDatabaseServer (1.0 - 1) <3B94C5B9-33A1-3441-92CD-9E0090F7D489> /Library/Mail/*/MCDatabaseServer.framework/Versions/A/MCDatabaseServer
    0x1078e5000 -   
    0x1079e3fff +org.fscript.fscriptframework (Version 2.0 - 2.1) <73197F34-07C4-30EC-AAD6-9E20D5DCF180> /Library/Mail/*/FScript.framework/Versions/A/FScript
    0x107a4c000 -   
    0x107a62ff7 +com.marketcircle.MCMerge (MCMerge version 0.0.1d1 - 0.0.1d1) <ED0BC8F4-4979-3D60-A59D-400290F5A588> /Library/Mail/*/MCMerge.framework/Versions/A/MCMerge
    0x107a76000 -   
    0x107b12ff7 +com.marketcircle.MCClientServer (1.0 - 1) <17A7597C-8026-3879-A826-7CA4A79E6607> /Library/Mail/*/MCClientServer.framework/Versions/A/MCClientServer
    0x107b5d000 -   
    0x107b6efff +com.marketcircle.MCCloud (1.0 - 1) <893E6963-F3E1-3CA3-AAE9-39FE0349CC74> /Library/Mail/*/MCCloud.framework/Versions/A/MCCloud
    0x107b7e000 -   
    0x107b8bfff +com.marketcircle.mchosting (1.0 - 1) <CE13E795-3765-3F9C-B2EC-13CBFEA828D9> /Library/Mail/*/MCHosting.framework/Versions/A/MCHosting
    0x107b96000 -   
    0x107f6efff +com.marketcircle.DLViews (1.0 - 1) <9F3FF176-03EA-3B41-8C8B-04A1281AC04E> /Library/Mail/*/DLViews.framework/Versions/A/DLViews
    0x108175000 -   
    0x1081edfff +com.marketcircle.ASIHTTP (1.0 - 1) <F4CD81C6-D1B5-38A7-979A-F2C88C2D9322> /Library/Mail/*/ASIHTTP.framework/Versions/A/ASIHTTP
    0x108229000 -   
    0x108245fff +me.rel.GHUnit (1.0 - 0.4.32) <160792C4-034D-3229-9A82-23021E09E349> /Library/Mail/*/GHUnit.framework/Versions/A/GHUnit
    0x10825d000 -   
    0x108279ff7 +com.marketcircle.MCDAV (1.0 - 1) <59DC0F1F-147B-39A7-ACEC-0F28FA2B666E> /Library/Mail/*/MCDAV.framework/Versions/A/MCDAV
    0x10828c000 -   
    0x1082fffff +org.coreplot.CorePlot (1.0) <67268AC7-872E-3680-870B-A20731B3E994> /Library/Mail/*/CorePlot.framework/Versions/A/CorePlot
    0x10834b000 -   
    0x10836bfff +MCTextEditor (MCTextEditor version 0.0.1d1 - 0.0.1d1) <320FFD07-414B-3E85-8D65-5E5D9CB3883C> /Library/Mail/*/MCTextEditor.framework/Versions/A/MCTextEditor
    0x10837b000 -   
    0x108397ff7 +libpq.dylib (5.4) <964D5B48-19FF-3184-A23E-BB676C59F032> /Library/Mail/*/MCPersistence.framework/Versions/A/Libraries/libpq.dylib
    0x1083a1000 -   
    0x1083acff7 +libpgtypes.dylib (3.2) <4594CF65-2421-3CA0-B0A8-3B56131C2A01> /Library/Mail/*/MCPersistence.framework/Versions/A/Libraries/libpgtypes.dylib
    0x1083b1000 -   
    0x1083cafff +Sparkle (1.5) <DFF6BB1E-1E9F-3D86-837C-AD7E9E834DA3> /Library/Mail/*/Sparkle.framework/Versions/A/Sparkle
    0x1085de000 -   
    0x1085e5fff  com.apple.SyncedDefaults (1.3 - 91.30.1) <26F0AD10-86CC-31A4-899C-097269680E05> /System/Library/PrivateFrameworks/SyncedDefaults.framework/SyncedDefaults
    0x108641000 -   
    0x108657fff +com.marketcircle.DLAttachmentSchemes (1.0) <3D5CC2C0-070C-39B2-B308-43B67A0A5F1C> /Library/Mail/*/DLAttachmentSchemes.bundle/Contents/MacOS/DLAttachmentSchemes
    0x7fff63c94000 -
    0x7fff63cc7817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
    0x7fff88dd0000 -
    0x7fff88dd0ff7  com.apple.frameworks.SleepServices (1.1 - 1.1) <4D9C44FF-5403-3372-A90E-CBF2A34D7CE7> /System/Library/PrivateFrameworks/SleepServices.framework/Versions/A/SleepServi ces
    0x7fff88dd1000 -
    0x7fff88df5fff  com.apple.quartzfilters (1.8.0 - 1.7.0) <39C08086-9866-372F-9420-81F5689149DF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff88df6000 -
    0x7fff88e5afff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff88e62000 -
    0x7fff88eeeff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff88eef000 -
    0x7fff89180ff7  com.apple.AOSKit (1.06 - 176) <35525B2F-B02F-31FD-A3B2-FD6AE6D32C11> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x7fff89a45000 -
    0x7fff89a51fff  com.apple.CalendarAgentLink (7.0 - 138.2) <D56910F9-5CC0-32D8-BA85-0631240F9B71> /System/Library/PrivateFrameworks/CalendarAgentLink.framework/Versions/A/Calend arAgentLink
    0x7fff89a55000 -
    0x7fff89a84fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff89a85000 -
    0x7fff89abaffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff89abb000 -
    0x7fff89bf1ff5  com.apple.WebKit (9537 - 9537.78.2) <EB8D3D78-92E7-3B67-8AAF-B51A181461E0> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff89bf2000 -
    0x7fff89c0dff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff89c0e000 -
    0x7fff89c17ffb  libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
    0x7fff89c18000 -
    0x7fff89c21fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff89c22000 -
    0x7fff89c25ffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff89c26000 -
    0x7fff89c52ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/Sys temAdministration
    0x7fff89c53000 -
    0x7fff89e11fff  com.apple.GeoServices (1.0 - 702.15.12) <5A4D463F-689F-3822-BF26-A19D51503019> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff89e19000 -
    0x7fff89ea9ff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff89eb5000 -
    0x7fff89eb5ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8a606000 -
    0x7fff8a608ff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff8a65a000 -
    0x7fff8a662fff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8a663000 -
    0x7fff8a72dff7  com.apple.LaunchServices (572.28 - 572.28) <FC72C089-A069-3374-B80A-E041AF149F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff8a72e000 -
    0x7fff8a780ff7  com.apple.Suggestions (3.0 - 137.1) <B7E5B685-C6A4-35DB-BA0A-8DBA2BF4ADF6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff8a812000 -
    0x7fff8a934fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8a935000 -
    0x7fff8a935fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff8a936000 -
    0x7fff8a991ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff8a992000 -
    0x7fff8a9c1fff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff8a9c2000 -
    0x7fff8aaf2ff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8adb1000 -
    0x7fff8adc9ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff8adca000 -
    0x7fff8add6ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <F08601E8-F7E8-3222-AD05-6A26003779CF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8add7000 -
    0x7fff8addeff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8ade1000 -
    0x7fff8ade3ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8ade4000 -
    0x7fff8adf6fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff8adf7000 -
    0x7fff8ae21ff7  libsandbox.1.dylib (278.11.1) <D98EE9E5-BEB9-3396-924B-9CD100E81C41> /usr/lib/libsandbox.1.dylib
    0x7fff8ae22000 -
    0x7fff8ae5eff7  com.apple.ids (10.0 - 1000) <632F7192-0399-34C8-B6BB-463D2F4370E0> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff8ae5f000 -
    0x7fff8aebffff  com.apple.ISSupport (1.9.9 - 57) <E1E343D7-222C-3458-9D1F-FC600B7F1C50> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff8aec0000 -
    0x7fff8aed4fff  com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
    0x7fff8aed5000 -
    0x7fff8b24cff6  com.apple.JavaScriptCore (9537 - 9537.78.1) <8623A109-9E9D-3E3B-A8E1-6EE447C0110C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8b24d000 -
    0x7fff8b27aff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <43A137C4-3E72-37DC-945F-92569C12AAD4> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8b27b000 -
    0x7fff8b285ff7  com.apple.ProtocolBuffer (1 - 182.1.3) <82E68598-A8AA-3AF1-843E-2A64F19472D4> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolB uffer
    0x7fff8b286000 -
    0x7fff8b362fff  libcrypto.0.9.8.dylib (52) <ED7F3865-10D4-346B-8C9C-D968EB3B5D35> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8b363000 -
    0x7fff8b370ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff8b371000 -
    0x7fff8b3a9ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/Remot eViewServices
    0x7fff8b3e9000 -
    0x7fff8b3f7fff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x7fff8b3f8000 -
    0x7fff8b429ff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
    0x7fff8b42a000 -
    0x7fff8b42cff7  com.apple.diagnosticlogcollection (10.0 - 1000) <5CA6D8A2-DEA6-33C3-91BC-F3B076C0500B> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/ DiagnosticLogCollection
    0x7fff8b42d000 -
    0x7fff8b430fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff8b431000 -
    0x7fff8b43eff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff8b43f000 -
    0x7fff8b487ff7  com.apple.ExchangeWebServices (4.0 - 193) <867EDAF0-5863-397E-BA75-855878D68949> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x7fff8b488000 -
    0x7fff8b4c8ff7  com.apple.CalDAV (7.0 - 155.2) <B96DAB4A-7431-3FD2-971B-726A67F6E004> /System/Library/PrivateFrameworks/CalDAV.framework/Versions/A/CalDAV
    0x7fff8b4c9000 -
    0x7fff8b58dff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8b58e000 -
    0x7fff8b58eff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff8b58f000 -
    0x7fff8b673ff7  com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8b69c000 -
    0x7fff8b6c0fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff8b6fc000 -
    0x7fff8b702ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff8b79a000 -

    Do a backup.
    Quit Mail.
    Go to Finder and select your user/home folder. With that Finder window as the front window, either select Finder/View/Show View options or go command - J.  When the View options opens, check ’Show Library Folder’. That should make your user library folder visible in your user/home folder. Go to Library/Containers/com.apple.mail.  Move the folder com.apple.mail to your desktop. You must move the entire folder, not just the contents.
    Restart, re-launch Mail and test. If the problem is solved, recreate any required Mail settings and import any emails you want to save from the folder on the desktop. You can then put the folder in the Trash. If the problem remains, return the folder to where you got it replacing the one that is there. 
    Information learned from Linc Davis. Thanks to leonie for some information contained in this.

  • Contacts app stops all the time i open it.

    Every time i try to connect to my Xperia Z2 Contacts app or Phone, it automatically bugs it and i have 2 errors messages, depending on the time :
    - the Contacts application has unfortunatly stopped
    or
    - the com.andriod.phone processing has unfortunatly stopped
    And when i finally manage to call someone, it cuts the call within the next 60sec....
    Any guess how to stop that happening ? Where the pb is coming from ? It is really becoming an hassle not to be able to telephone on a telephone.
    Thank you all, 
    Jet K
    Solved!
    Go to Solution.

    JetKraze wrote:
    Hi Hussain,
    Thanks for the reply
    What do you mean by clear data ? Reinitiate the phone = erase everything ? 
    If I do so, how can i keep all my data and reinstal them later one ?
    Thanks 
    No. I mean if you go into settings, then Apps, then go in the All tab then look for Contacts, click on it, then scroll down and click the clear data.
    Do the same for Phone.
     Before you do this try backing up your contacts. But you have to do this through the Contacts app itself so I think it's going to be hard.
    If you can access contacts, then go into it, click the three dots at the bottom and select 'Export Conatacts'.
    Hope this helps.

  • Validation Error Message in OBPM 10GR3 Presentations

    Hi all,
    I have a presentation which has some fields as REQUIRED Fields... For e.g. the From Date field is required...
    I select "YES" for the Required option in the properties tab for that field in the presentation and also put a Validation Error Message which says " From Date Required".
    I thought that the Validation Error Message would show up when the date is no selected or filled..
    But instead the name of the variable used showed up.. i.e. TestObjectFromDate..
    Why is that so?
    How can I make the Validation Error Message show up instead?

    No this sounds odd, but you might find it's easier not to use the "Required" property for BPM Object presentation text fields.
    Try making the Submit button on the form invoke a method (instead of the default "submit" action). In the method, try this:
    if someField = null || someField = "" then
        // set the background of the field to red
        setBackgroundColor this
                  using componentId = "someFieldName",
                             color = "Red"
        focus("someFieldName")
        setVisible this
          using componentId = "errorTextField",
              visible = true,
              collapsed = false
        someErrorText = "Please enter a value in the field highlighted below"
    else
        submit("Submit")
    endThis would put your cursor in the offending field and make its background red. It also would make a text field visible on the presentation and set its value.
    This assumes that "someErrorText" is a String attribute of your BPM Object that is placed somewhere on the UI.
    Dan

  • Cannot install OSX 10.4 (no valid error message) - why?

    Hi everybody. I've been trying to install Mac OS X 10.4 on this G4 Quicksilver, but it seems that it's impossible. When I boot from the CD, it tells me "Mac OS X 10.4 cannot be installed on this computer" and promptly tells me to restart. It doesn't really give a valid error message, not even in the install logs.
    I've currently got Mac OS X 10.2.8 installed. Another issue may be the fact it's fitted with 1 GB RAM that runs on a different speed than the other 1 GB, but I doubt it. I really wonder why I can't seem to install the new system, since I seem to meet the requirements pretty easily.
    Thanks for your help.

    Hi gja,
    first of all: WELCOME TO THE DISCUSSIONS!
    Most disk sets sold on eBay or similar sites are hardware specific software install disks. You CANNOT use hardware specific software install&restore disks that shipped with another computer. These simply do not contain the hardware drivers for any other computer model but the one they originally shipped with. You have to buy the retail full install DVD.
    Besides this technical limitation it would also be ILLEGAL (unless you can guarantee and prove that the original owener completely erased it from his computer). Apple's Software License Agreement states in point 2:
    2. Permitted License Uses and Restrictions. A. This License allows you to install and use one copy of the Apple Software on a single Apple-labeled computer at a time. This License does not allow the Apple Software to exist on more than one computer at a time,...

  • Interactive Report validation error messages...

    Hi guys!
    I was looking for answer to this question for a long time now...is it possible to change the validation error messages in interactive report?
    With regards,
    PsmakR

    Hi,
    there are more validations than you think. Anthony Rayner has prepared a nice summary in a [url http://anthonyrayner.blogspot.com/2010/08/apex-40-enhancements-validating-form.html]blog post.
    You see in that post where and how to disable validations, but also, that you may not disable all of them. The only way to avoid all validations would be to implement the report yourself completely.
    The good news is, you can overwrite those messages. The following documentation tells you how to:
    http://download.oracle.com/docs/cd/E17556_01/doc/user.40/e15517/global.htm#CHDEDHBJ
    -Udo

  • "Multiple Validation errors" message when creating new project in   FCPX

    As a test I have now managed to change the file format from older quicktime file to .m4v and  import into FCPX.  I had to use Handbrake to change the file format to .m4v. If a free software can do this then why can't the $300 FCPX - and allow me to import directly?  This would save me MANY hours of extra work!
    But then, when I try and edit this - first trying to create a new project  I get the message "Multiple validation errors occurred"  The same message even if I try and custon settings rather than use the default
    Does this mean that after all the work and hours it took me to tarnscode the file format, import and then render etc - I will be unable to use FCPX - to edit this footage?

    Update on trying to create a new project - and getting "Multiple Validation errors" message
    I quit FCPX and tried to use iMovie to make a clip to send to you.  Decided against this - and so I opened FCPX again
    To my surprise there were now over ten projects - as every attempy had appeared!  This is bizarre - why did they not show up when I tried to create them first? 
    So, I had to delet most and just use one.  This appears to be working as a project and is allowing me to edit clips into it.
    It will be a reall bummer though if I have to do this every time I need to create a new project!

  • Localising  Validation Error Messages

    Apex 3.1
    I'm trying to localise all my validation error messages.
    I've created an error message Datevalidation as type pl/sql expression.
    When I test the error message I just get DateValidation rather than my translated error message.
    How do I specify how to return an error message name which is translatable

    Hello Keith,
    I’m glad things are working for you, however …
    >> I realised that I had to change the validation error message type to function returning error text
    That’s a bit puzzling to me as this type of validation – function returning error message – is the least supported option in the APEX translation mechanism. Can you please describe how you translate the error message inside the PL/SQL code?
    Thanks,
    Arie.
    Please remember to mark appropriate posts as correct/helpful. For the long run, it will benefit us all.

Maybe you are looking for

  • HP Pavilion TS 14-n020se Notebook PC

    I bought a hp laptop Product number: F0F94EA#ABV from Dubai. The laptop crashed after updating to windows 8.1 along with updates provided by hp. On visiting the HP service center at Gutahalli,Bangalore , India as per the information at HP web site, I

  • Is it possible to get a video to play behind an object?

    Hi all, What I really want to do is have a video look like it's playing from an eliptical frame rather than a rectangular one. Is there a way I can place the video as normal in InDesign and place an object over it with an elipse cut out of it, the sa

  • Since the 3.6.23 update, I can't open new Tabs manually, but apps can. What happened?

    If I click on the new-Tab "+" nothing happens. If I select New Tab from the File menu or type Ctrl-T, nothing happens. But apps opening new windows (in prefs, I ask they open new windows as Tabs), new Tabs appear as usual. I've checked my Options, no

  • Cannot see music in programs besides iTunes

    I changed from an XP computer to a Windows 7 and copied all of my songs from the My Music folder from the old hard drive. My iPod plays fine, iTunes recognizes the songs and playlists, but when I use WMP 12, the device is not recognized at all, and i

  • Problem in F4 help

    Hi All, I attached search Help for the field in the Database table.i used that field in ALV.In the output of the ALV In EN(Logon Language) it shows F4 help for that field and in DE(Logon language German),it is not showing F4 help . Can you help me to