[SOLVED] Cron Job that starts every 30 minutes from boot

I wish to have a cron job that runs a script every 30 minutes from boot, without any users logging in.
I know about crontab -e, but I think that would I only run once i'm logged in. I've also heard about @reboot, but that would only run the script once.
RabbidRabbit
Last edited by rabbidrabbit (2012-01-31 20:14:13)

Cron jobs will run whenever the system is up, regardless of whether or not anyone is logged in.
I don't remember the syntax, but I know that at least some cron implementations have a way to run a job every 30 minutes, starting for the first time 30 minutes after reboot.
EDIT: I just checked the syntax for fcron, which is what I use, and it seems like doing @ 30 your/command/here will make it run every 30 minutes of uptime.
Last edited by kyla (2012-01-31 00:17:30)

Similar Messages

  • Cron Job to start SunOne WebServer

    Hello,
    I installed the SunOne Webserver in Linux AS 4 as OS level. I try to create a cron job to stop and start the WebSever every night. The stop is quite simple to create a cron job. However, the start script is a bit tricky since I will have to key in the Token (password) as I manual start the script. How do I create a cron job to start the Web Server like this?
    I used the Web server to do datatel's webadvisor. I just don't know how to configure the SunOne Web Server 6.1 (SP5) to the best interface with webadvisor. Does any one have this kind of experience please share with me?
    Your thought would be greatly appreciated!!!!

    mle wrote:
    Hello,
    I installed the SunOne Webserver in Linux AS 4 as OS level. I try to create a cron job to stop and start the WebSever every night. Why on earth would you want to do that? This is Linux, not Windows.
    My guess is that you have memory leaks that benefit from a bounce to set the clock back to zero on a daily basis.
    My advice would be to fix the leaks and don't bounce the server that way.
    If the leaks originate with the app server, get one that doesn't leak.
    Does any one have this kind of experience please share with me?Sounds like a very bad idea. I'd fix the root problem first.
    %

  • How can I create a cron schedule that repeats every 2 weeks on Mondays?

    I need to create a cron schedule that repeats every 2 weeks on Mondays. Cronmaker.com doesn't have the cron expression for this. Please advice.
    Using calendarSchedule I can do this,
    var trigger = TriggerBuilder.Create()
    .StartAt(new DateTime(2012, 11, 19, 12, 0, 0).ToUniversalTime())
    .WithCalendarIntervalSchedule(x => x.WithIntervalInWeeks(2))
    .Build();
    But where do  I specify it should be the 2nd monday?
    mayooran99

    Cron expressions available in Quartz.net library, which is used to schedule jobs through .Net code
    mayooran99
    Hi mayooran99,
    Welcome to MSDN forums.
    Since this is a 3rd-party library, we recommend that you directly contact the provider for help, or post your question in their own forums.
    Thanks for your understanding.
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Query runs every minute from B1 client - read B1 log file

    Hi all,
    We found this query has been run every minute from B1 client. It slows down the system, as we have over 100,000 records in table OCLG - activities. How do we stop this query to be run from B1 client. Also, anyone know what is the number for Duration in B1 log file, does the number mean CPU time? We got Duration=3581 for this query. but it takes about 10-15 seconds to run the same query from SQL 2005 management studio. Any idea?
    Thanks,
    David
    ============================================================================================
    16/02/2010  12:10:42:295830    SQLMessage    Note           ExecDirectInt     C:\Program Files\SAP\SAP Business One\SAP Business One.exe            PID=1972             TID=1920             Duration=3581  Fetched=0
                                                                                    Query     
    SELECT T0.[ClgCode], T0.[Action], T0.[Details], T1.[Name], T0.[Recontact], T0.[BeginTime], T0.[AttendUser] FROM  [dbo].[OCLG] T0   LEFT OUTER  JOIN [dbo].[OCLO] T1  ON  T1.[Code] = T0.[Location]   WHERE T0.[Reminder] = (N'Y' )  AND  T0.[RemSented] = (N'N' )  AND  (T0.[RemDate] < (CONVERT(DATETIME, '20100216', 112) )  OR  (T0.[RemDate] = (CONVERT(DATETIME, '20100216', 112) )  AND  T0.[RemTime] <= (1210 ) ))

    Thanks Paulo,
    I found another two queries that also run every minute on each B1 workstation. What is the measurement for the duration number in the log file, like  Duration=1391?
    David
    ============================================================================================
    17/02/2010  11:32:46:620527    SQLMessage    Note           ExecDirectInt     C:\Program Files\SAP\SAP Business One\SAP Business One.exe     PID=1868     TID=3236     Duration=1391     Fetched=21
                                  Query      SELECT T0.[ClgCode], T0.[AttendUser], T0.[Closed], T0.[Recontact], T0.[endDate], T0.[Action], T0.[BeginTime], T0.[ENDTime], T0.[Duration], T0.[DurType], T0.[Details], T0.[Notes], T0.[personal] FROM [dbo].[OCLG] T0 WHERE (T0.[Recontact] >= CONVERT(DATETIME, '20100215', 112)  AND T0.[Recontact] <= CONVERT(DATETIME, '20100221', 112)  )  AND  T0.[endDate] = T0.[Recontact]  AND  T0.[inactive] = (N'N' )  AND  T0.[BeginTime] IS NOT NULL   AND  T0.[ENDTime] IS NOT NULL   AND  (T0.[Action] = (N'C' )  OR  T0.[Action] = (N'M' )  OR  T0.[Action] = (N'N' ) ) AND  (T0.[AttendUser] = (612 ) )  ORDER BY T0.[Recontact],T0.[BeginTime]
    17/02/2010  11:32:54:917455    SQLMessage    Note           ExecDirectInt     C:\Program Files\SAP\SAP Business One\SAP Business One.exe     PID=1868     TID=3236     Duration=487     Fetched=0
                                  Query      SELECT T0.[ClgCode], T0.[AttendUser], T0.[Closed], T0.[Recontact], T0.[endDate], T0.[Action], T0.[BeginTime], T0.[ENDTime], T0.[Duration], T0.[DurType], T0.[Details], T0.[Notes], T0.[personal] FROM [dbo].[OCLG] T0 WHERE (((T0.[Recontact] >= CONVERT(DATETIME, '20100215', 112)  AND T0.[Recontact] <= CONVERT(DATETIME, '20100221', 112)  )  OR  (T0.[endDate] >= CONVERT(DATETIME, '20100215', 112)  AND T0.[endDate] <= CONVERT(DATETIME, '20100221', 112)  ) ) OR  (T0.[Recontact] < (CONVERT(DATETIME, '20100215', 112) )  AND  T0.[endDate] > (CONVERT(DATETIME, '20100221', 112) ) )) AND  T0.[endDate] <> T0.[Recontact]  AND  T0.[inactive] = (N'N' )  AND  T0.[BeginTime] IS NOT NULL   AND  T0.[ENDTime] IS NOT NULL   AND  (T0.[Action] = (N'C' )  OR  T0.[Action] = (N'M' )  OR  T0.[Action] = (N'N' ) ) AND  (T0.[AttendUser] = (612 ) )  ORDER BY T0.[Recontact],T0.[BeginTime]

  • Cron job to start machine.

    Is there a way to get the machine to start, open iTunes and start playing a song at a specified time using a cron job?
    MacBook Pro 15.4" - Intel Core Duo 2.0   Mac OS X (10.4.6)   2GB RAM

    I have my computer do exactly what you want yours to do, except I don't use a cron job. In case you don't actually need to use cron, I'll tell how I get it to happen.
    As mentioned by Federico_82, I use the Energy Saver preferences in System Preferences. There is an "Schedule..." button in the lower right corner that will allow you set the startup and/or shutdown times for the computer. It's not very detailed, but it suits my purposes for waking up Monday through Friday.
    I also have the computer automatically log me in using the Login Options in Accounts preferences in System Preferences.
    Finally, I've set alarms in iCal and chose "Open file" in the alarm section of the Info drawer. You can select a song file (or anything really) to be opened and the song will be played with iTunes since songs should automatically open with iTunes.
    I've also set the final option in the alarm section to perform this 5 minutes before the time I set for the event, with the event time being the same time as the computer startup. This is okay because it will perform an alarm that was suppose to happen even if it couldn't do it earlier, for example because the computer was off. So you don't have to worry about timing it perfectly. Just set the alarm time to the same as the startup time for the computer or earlier if you want it to happen immediately upon startup, then the alarm will go off immediately after computer turns on and logs you in.
    Also keep in mind you can set the event to repeat at various intervals in iCal, such as Monday through Friday or various discontinuous days of the week every week, and so on. Very customizable.
    Personally, I use an Automator app to start playing a playlist in iTunes, and to set the iTunes volume to an appropriate level to wake up with just in case I've change the volume the last time I used iTunes. In this way, I can simply change the song in the playlist in iTunes without having change the alarm event in iCal. This helps because then I can copy/paste the alarm anywhere I want and don't have to worry about finding another song file if I want to change the song. Instead, I simply find the song I want in iTunes and put it in the playlist, along with any other songs I want have played.
    If you do it with an Automator workflow, simply save the workflow as an iCal Alarm with "Save As Plug-in...". It'll automatically save in your ~/Library/Workflows/Applications/iCal folder, without you having to figure that out. Oh, and it doesn't hurt to test the workflow to make sure it plays your playlist (or whatever you have it do) before saving it as an iCal Alarm. Though, you can re-edit later if you want.
    Once you've saved your workflow as an iCal Alarm, it'll show up in list of files to open in the alarm section for the event. So, after you've chosen "Open file" in that section, the default for the file will be "iCal", but you'll also be able to choose any iCal alarms you've saved in Automator or any other file (such as a document or a song).
    Just as a bit of trivia, a plug-in you save in Automator is actually the same thing as saving your workflow as an application. The only difference is that the app is saved to a specific location so the Finder, or iCal, or Image Capture, etc., can find it. So, you don't have to know where to save it, Automator does that for you, but I told you where it is anyways (though you could use Spotlight) so you can get to it to edit it again if you want. Just drag and drop the app onto Automator or open it from within Automator to edit it again.
    I hope that helps. Though it might sound kind of complicated at first, I think this way is much easier than dealing with a crontab and trying to synchronize it with startup and so on. You'll also find this way very customizable with the various options for iCal alarms and the many possibilities with Automator (if you choose to use a workflow instead of simply a song file).

  • Small program that checks every minute if a file exists...

    Hi,
    I am an experienced JSP programmer and now I have to do something different and I have no clue how to do it and even what keywords to search for.
    I need to make a small Java program that checks from time to time (every minute) if a file exists and if so performs some tasks.
    I would appreciate most of all some keywords to search for. I don't what this kind of program is called. I have no problem with the code that checks the existence of the file etc. Some code would be also appreciated.
    I just don't know how to check that every minute.
    Thank you very much!

    For the once-per-minute part, you'll want java.util.Timer and java.util.TimerTask, or else just a loop with a Thread.sleep call in it.
    For the file, assuming it's on the local file system where the program will run, you'll want the java.io.File class.
    If you're not familiar with Java, you'll definitely need a tutorial. There are links to some under Resources for Beginners at http://www.thejword.com/3.html#beginner_resources

  • IPhoto starts every time we boot our MBP

    iPhoto starts up every time we boot our MBP from a full shutdown. How do we make it stop?
    Thanks!

    Since you are learning, when you right-click or ctrl-click on a dock icon, you will get a contextual menu. One of the Items is to have the program start at login. You may have accidentally done this with iPhoto which may explain how it got into the login items.

  • Leopard mail crashes every minute it boots

    My leopard mail crashes every time it boots
    Nothings seems to work
    In fact Leopard is far more unstable than Tiger
    Message below
    Process: Mail [674]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 3.0 (912.1)
    Build Info: Mail-9120100~1
    Code Type: X86 (Native)
    Parent Process: launchd [72]
    Date/Time: 2007-11-16 02:02:47.219 +0000
    OS Version: Mac OS X 10.5 (9A581)
    Report Version: 6
    Exception Type: EXC_BREAKPOINT (SIGTRAP)
    Exception Codes: 0x0000000000000002, 0x0000000000000000
    Crashed Thread: 19
    Application Specific Information:
    -[iToolsAccount fetchSynchronously]
    -[IMAPGateway _allowClientOperationThrough:]
    -[MessageContentController _fetchContentsForMessage:fromStore:withViewingState:]
    -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:]
    -[IMAPGateway _allowClientOperationThrough:]
    -[MailApp _synchronouslyTellSyncServicesToRegisterAndSync]
    -[IMAPMailboxSyncEngine runInCurrentThread]
    -[LibraryThread _runThread]
    -[IMAPGateway _allowClientOperationThrough:]
    -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:]
    -[MetadataManager getAllCalendarStoreData]
    -[iToolsAccount _synchronizeAccountWithServerWithUserInput:]
    * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'trying to set a non-ToDo MailboxUid for a ToDo. The MailboxUid for a ToDo must be a ToDosMailboxUid'
    Thread 0:
    0 com.apple.mail 0x000512e8 0x1000 + 328424
    1 com.apple.Foundation 0x932ee67a nsnotecallback + 106
    2 com.apple.CoreFoundation 0x9226fa4a __CFXNotificationPost + 362
    3 com.apple.CoreFoundation 0x9226fd23 _CFXNotificationPostNotification + 179
    4 com.apple.Foundation 0x9331bb9c -[NSNotificationCenter postNotification:] + 124
    5 com.apple.mail 0x000059f6 0x1000 + 18934
    6 com.apple.mail 0x00005a7d 0x1000 + 19069
    7 com.apple.Foundation 0x9334e581 postQueueNotifications + 705
    8 com.apple.CoreFoundation 0x9228c9e2 __CFRunLoopDoObservers + 466
    9 com.apple.CoreFoundation 0x9228dc80 CFRunLoopRunSpecific + 656
    10 com.apple.CoreFoundation 0x9228ed38 CFRunLoopRunInMode + 88
    11 com.apple.HIToolbox 0x965508a4 RunCurrentEventLoopInMode + 283
    12 com.apple.HIToolbox 0x965505f6 ReceiveNextEventCommon + 175
    13 com.apple.HIToolbox 0x96550531 BlockUntilNextEventMatchingListInMode + 106
    14 com.apple.AppKit 0x95a00d5b _DPSNextEvent + 657
    15 com.apple.AppKit 0x95a006a0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    16 com.apple.AppKit 0x959f96d1 -[NSApplication run] + 795
    17 com.apple.AppKit 0x959c69ba NSApplicationMain + 574
    18 com.apple.mail 0x000fa08e 0x1000 + 1020046
    Thread 1:
    0 libSystem.B.dylib 0x943c08e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x943c80dc mach_msg + 72
    2 com.apple.CoreFoundation 0x9228e0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x9228ed38 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x933235b5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x9332f6d4 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x003cd754 -[RSSInterchange _runManager] + 2140
    7 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    8 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    10 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x943c7ace _semwaitsignal + 10
    1 libSystem.B.dylib 0x943f1ced pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x9276b285 fefragmentthread + 54
    3 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    4 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 3:
    0 liblangid.dylib 0x15773e30 langid_identify + 432
    1 com.apple.CoreFoundation 0x922c3602 __CFSTUnitWordSentenceLineSetString + 498
    2 com.apple.datadetectorscore 0x90166113 DDLookupTrieInsertKey + 272
    3 com.apple.datadetectorscore 0x9016b242 DDLookupTableAddTokenForRequest + 63
    4 com.apple.datadetectorscore 0x9016ccf4 DDABAddContact + 972
    5 com.apple.datadetectorscore 0x9016d0c9 DDABSourceLoadTable + 879
    6 com.apple.datadetectorscore 0x9016b0d5 DDLookupTableLoadContactTableWithName + 175
    7 com.apple.datadetectorscore 0x9016b42e DDLookupTableCreateFromCacheData + 401
    8 com.apple.datadetectorscore 0x9016ed68 DDScannerCreateWithFileName + 1009
    9 com.apple.datadetectors 0x911a3244 -[DDScannerComputationOperation main] + 317
    10 com.apple.Foundation 0x9337f534 -[NSOperation start] + 772
    11 com.apple.Foundation 0x9337f222 __runop + 34
    12 libSystem.B.dylib 0x94429ad7 pthreadwqthread + 331
    13 libSystem.B.dylib 0x9442998a start_wqthread + 30
    Thread 4:
    Thread 5:
    0 libSystem.B.dylib 0x943c08e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x943c80dc mach_msg + 72
    2 com.apple.CoreFoundation 0x9228e0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x9228ed38 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x933235b5 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.Foundation 0x9332f6d4 -[NSRunLoop(NSRunLoop) run] + 84
    6 com.apple.MessageFramework 0x002f340d +[_NSSocket _runIOThread] + 98
    7 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    8 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    10 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x9440ff5a select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    2 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x943c0946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943f21cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x943f3a53 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x93334f9c -[NSCondition waitUntilDate:] + 236
    4 com.apple.MessageFramework 0x00318c7b -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 470
    5 com.apple.MessageFramework 0x00318a5b -[IMAPGateway waitUntilClientOperationIsFinished:] + 500
    6 com.apple.MessageFramework 0x00313fcd -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 268
    7 com.apple.MessageFramework 0x0034f15f -[IMAPCommandPipeline failureResponsesFromSendingCommandsWithGateway:responseHandler:highPriority:] + 1084
    8 com.apple.MessageFramework 0x003376e2 -[IMAPMailboxSyncEngine _unlockIfDidCacheMessagesWithMonitor:] + 2688
    9 com.apple.MessageFramework 0x00320b01 -[IMAPMailboxSyncEngine _goWithMessages:] + 608
    10 com.apple.MessageFramework 0x002eaa26 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 227
    11 com.apple.MessageFramework 0x002ea93d -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 50
    12 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    13 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    14 com.apple.MessageFramework 0x003cfded -[MonitoredInvocation invoke] + 409
    15 com.apple.MessageFramework 0x003cf9cf -[InvocationQueue _drainQueue] + 772
    16 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    17 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    18 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    19 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x943c0946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943f21cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x943f3a53 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x93334f9c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x93334db0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003cf808 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    7 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    9 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x943c0946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943f21cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x943f3a53 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x93334f9c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x93334db0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003cf808 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    7 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    9 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x943c0946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943f21cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x943f3a53 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x93334f9c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x93334db0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003cf808 -[InvocationQueue _drainQueue] + 317
    6 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    7 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    9 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x943c0946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943f21cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x943f3a53 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x93334f9c -[NSCondition waitUntilDate:] + 236
    4 com.apple.MessageFramework 0x00318c7b -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 470
    5 com.apple.MessageFramework 0x00318a5b -[IMAPGateway waitUntilClientOperationIsFinished:] + 500
    6 com.apple.MessageFramework 0x00313fcd -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 268
    7 com.apple.MessageFramework 0x003253d5 -[IMAPMailboxSyncEngine _unlockIfFetchedUidsAndFlagsWithMonitor:] + 716
    8 com.apple.MessageFramework 0x00320ac6 -[IMAPMailboxSyncEngine _goWithMessages:] + 549
    9 com.apple.MessageFramework 0x002eaa26 -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:withOptions:] + 227
    10 com.apple.MessageFramework 0x002ea93d -[LibraryIMAPStore openSynchronouslyUpdatingMetadata:] + 50
    11 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    12 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    13 com.apple.MessageFramework 0x003cfded -[MonitoredInvocation invoke] + 409
    14 com.apple.MessageFramework 0x003cf9cf -[InvocationQueue _drainQueue] + 772
    15 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    16 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    17 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    18 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x943c092e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x943c8405 pthreadmutexlock + 569
    2 com.apple.Foundation 0x932f48a3 -[NSLock lock] + 67
    3 com.apple.MessageFramework 0x002eedb0 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 111
    4 com.apple.MessageFramework 0x002eec84 -[IMAPAccount gatewayForStore:options:] + 159
    5 com.apple.MessageFramework 0x002eeaba -[LibraryIMAPStore _gatewayCreateIfNeeded:options:] + 159
    6 com.apple.MessageFramework 0x0034d146 -[LibraryIMAPStore _gateway] + 50
    7 com.apple.MessageFramework 0x003096ff -[LibraryIMAPStore _fetchForCheckingNewMail:] + 196
    8 com.apple.MessageFramework 0x00309635 -[LibraryIMAPStore checkNewMail] + 42
    9 com.apple.MessageFramework 0x003094d4 -[IMAPAccount fetchSynchronously] + 129
    10 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    11 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    12 com.apple.MessageFramework 0x003cfded -[MonitoredInvocation invoke] + 409
    13 com.apple.MessageFramework 0x003cf9cf -[InvocationQueue _drainQueue] + 772
    14 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    15 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    16 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    17 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x943c08e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x943c80dc mach_msg + 72
    2 com.apple.CoreFoundation 0x9228e0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x9228ed38 CFRunLoopRunInMode + 88
    4 com.apple.MessageFramework 0x002f65e2 _handleRequestWithTimeout + 2165
    5 com.apple.MessageFramework 0x002faea5 -[_NSSocket readBytes:length:error:] + 154
    6 com.apple.MessageFramework 0x002faa2f -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 89
    7 com.apple.MessageFramework 0x002fa8ea -[Connection _fillBuffer:] + 853
    8 com.apple.MessageFramework 0x002fa4b0 -[Connection _readLineIntoData:error:] + 70
    9 com.apple.MessageFramework 0x002fa426 -[IMAPConnection _readLineIntoData:error:] + 71
    10 com.apple.MessageFramework 0x002fa2ae -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 155
    11 com.apple.MessageFramework 0x002f9dfb -[IMAPResponse initWithConnection:error:] + 370
    12 com.apple.MessageFramework 0x002f9c49 -[IMAPConnection _copyNextServerResponse:] + 79
    13 com.apple.MessageFramework 0x002f99dd -[IMAPConnection _teardownConnectionWithResult:] + 80
    14 com.apple.MessageFramework 0x002f22b6 -[Connection _connectUsingHostname:onPort:securityLayerType:accountClass:] + 1311
    15 com.apple.MessageFramework 0x002f1d7b -[Connection _connectUsingAccount:securityLayerType:] + 488
    16 com.apple.MessageFramework 0x002f17b1 -[Connection connectAndSetSecurityLayerUsingAccount:] + 196
    17 com.apple.MessageFramework 0x003d8450 -[Connection connectUsingAccount:] + 101
    18 com.apple.MessageFramework 0x002f0e40 -[IMAPAccount _connectAndAuthenticate:] + 292
    19 com.apple.MessageFramework 0x0031d2f6 -[IMAPConnectionPool _validateAndCheckOutGateway:forMailbox:allowReconnect:newGateway:] + 409
    20 com.apple.MessageFramework 0x004a0ba1 -[IMAPConnectionPool _checkOutNewGatewayWithConnection:forMailbox:] + 422
    21 com.apple.MessageFramework 0x004a09f5 -[IMAPConnectionPool checkOutNewGatewayWithConnection:] + 49
    22 com.apple.MessageFramework 0x002ef248 -[IMAPAccount _getPotentialGatewayForMailbox:options:createdNewConnection:needsSelect:] + 479
    23 com.apple.MessageFramework 0x002eede1 -[IMAPAccount _gatewayForMailboxUid:name:options:] + 160
    24 com.apple.MessageFramework 0x002eec84 -[IMAPAccount gatewayForStore:options:] + 159
    25 com.apple.MessageFramework 0x0030cd0d -[IMAPAccount _listingForMailboxUid:listAllChildren:onlySubscribed:] + 95
    26 com.apple.MessageFramework 0x0030c84e -[IMAPAccount _listingForMailboxUid:listAllChildren:] + 62
    27 com.apple.MessageFramework 0x0030c0ee -[IMAPAccount _synchronizeAccountWithServerWithUserInput:] + 482
    28 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    29 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    30 com.apple.MessageFramework 0x003cfded -[MonitoredInvocation invoke] + 409
    31 com.apple.MessageFramework 0x003cf9cf -[InvocationQueue _drainQueue] + 772
    32 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    33 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    34 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    35 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x943c08e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x943c80dc mach_msg + 72
    2 com.apple.CoreFoundation 0x9228e0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x9228ed38 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x93325e8d -[NSConnection sendInvocation:internal:] + 3005
    5 com.apple.Foundation 0x93325009 -[NSDistantObject forwardInvocation:] + 329
    6 com.apple.CoreFoundation 0x9230daca __forwarding__ + 986
    7 com.apple.CoreFoundation 0x9230db32 CF_forwarding_prep0 + 50
    8 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    9 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    10 com.apple.syncservices 0x92f32790 -[ISyncConcreteManager _performSelectorOnServer:numberOfArguments:] + 2042
    11 com.apple.syncservices 0x92f36d7b -[ISyncConcreteManager _performSelectorOnServer:withArg:withArg:withArg:withArg:withArg:withArg:withAr g:] + 98
    12 com.apple.syncservices 0x92f36c31 -[ISyncConcreteManager sessionWantsToBegin:beforeDate:pushTruthForEntityNames:quietlyPushTruth:] + 255
    13 com.apple.syncservices 0x92f35103 +[ISyncSession _sessionWithClient:entityNames:beforeDate:clientHasTruthForEntityNames:quietlyP ushTruth:target:selector:anchors:] + 1556
    14 com.apple.syncservices 0x92f34ae6 +[ISyncSession beginSessionWithClient:entityNames:beforeDate:] + 95
    15 com.apple.syncservices 0x92f349b4 -[ISyncConcreteSessionDriver _beginSyncSession:] + 1251
    16 com.apple.syncservices 0x92f318a5 -[ISyncConcreteSessionDriver _preSync] + 95
    17 com.apple.syncservices 0x92fc9b7b -[ISyncConcreteSessionDriver startAsynchronousSync:] + 273
    18 com.apple.Mail.Syncer 0x15f95bc3 0x15f82000 + 80835
    19 com.apple.mail 0x00037e58 0x1000 + 224856
    20 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    21 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    22 com.apple.MessageFramework 0x003cfded -[MonitoredInvocation invoke] + 409
    23 com.apple.MessageFramework 0x003d0caf +[WorkerThread _execute:] + 144
    24 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    25 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    26 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    27 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 15:
    0 dyld 0x8fe16781 ImageLoaderMachO::doRebase(ImageLoader::LinkContext const&) + 257
    1 dyld 0x8fe0d461 ImageLoader::recursiveRebase(ImageLoader::LinkContext const&) + 81
    2 dyld 0x8fe1048c ImageLoader::link(ImageLoader::LinkContext const&, bool, bool, ImageLoader::RPathChain const&) + 188
    3 dyld 0x8fe0516e dyld::link(ImageLoader*, bool, ImageLoader::RPathChain const&) + 158
    4 dyld 0x8fe0ba83 dlopen + 691
    5 libSystem.B.dylib 0x943c9922 dlopen + 66
    6 com.apple.CoreFoundation 0x9223bf63 _CFBundleDlfcnLoadBundle + 307
    7 com.apple.CoreFoundation 0x9223c887 _CFBundleLoadExecutableAndReturnError + 567
    8 com.apple.CoreFoundation 0x9223c961 CFBundleLoadExecutable + 33
    9 ...ple.CoreServices.CarbonCore 0x904cb23f TECLoadPlugin + 122
    10 ...ple.CoreServices.CarbonCore 0x904cb16e Plugin_GetCountAvailableTextEncodingConversions + 237
    11 ...ple.CoreServices.CarbonCore 0x904caf61 FindConversionPlugin + 90
    12 ...ple.CoreServices.CarbonCore 0x904ca7b8 TECCreateConverter + 247
    13 com.apple.MessageFramework 0x002fcf67 _stringGetBytesUsingTEC + 169
    14 com.apple.MessageFramework 0x0038107b MFCreateDataWithString + 179
    15 com.apple.MessageFramework 0x00307652 -[MimePart _archiveForString:URL:needsPlainTextBodyClass:] + 92
    16 com.apple.MessageFramework 0x003054fd -[MimePart webArchive] + 354
    17 com.apple.MessageFramework 0x00305348 -[MimeBody webArchive] + 174
    18 com.apple.MessageFramework 0x00305002 -[WebMessageDocument initWithMimePart:] + 88
    19 com.apple.mail 0x00045c61 0x1000 + 281697
    20 com.apple.mail 0x0004172b 0x1000 + 263979
    21 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    22 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    23 com.apple.MessageFramework 0x003cfded -[MonitoredInvocation invoke] + 409
    24 com.apple.MessageFramework 0x003cf9cf -[InvocationQueue _drainQueue] + 772
    25 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    26 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    27 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    28 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 16:
    0 libSystem.B.dylib 0x943c0946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943f21cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x943f3a53 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x93334f9c -[NSCondition waitUntilDate:] + 236
    4 com.apple.MessageFramework 0x00318c7b -[IMAPClientOperationQueue waitUntilOperationIsFinished:] + 470
    5 com.apple.MessageFramework 0x00318a5b -[IMAPGateway waitUntilClientOperationIsFinished:] + 500
    6 com.apple.MessageFramework 0x00313fcd -[IMAPGateway addClientOperation:toQueueAndWaitUntilFinished:] + 268
    7 com.apple.MessageFramework 0x0034f15f -[IMAPCommandPipeline failureResponsesFromSendingCommandsWithGateway:responseHandler:highPriority:] + 1084
    8 com.apple.MessageFramework 0x003376e2 -[IMAPMailboxSyncEngine _unlockIfDidCacheMessagesWithMonitor:] + 2688
    9 com.apple.MessageFramework 0x00320b01 -[IMAPMailboxSyncEngine _goWithMessages:] + 608
    10 com.apple.MessageFramework 0x0037740d -[IMAPMailboxSyncEngine runInCurrentThread] + 42
    11 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    12 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    13 com.apple.MessageFramework 0x003cfded -[MonitoredInvocation invoke] + 409
    14 com.apple.MessageFramework 0x003cf9cf -[InvocationQueue _drainQueue] + 772
    15 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    16 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    17 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    18 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x943c7ace _semwaitsignal + 10
    1 libSystem.B.dylib 0x943c7896 usleep$UNIX2003 + 61
    2 com.apple.AppKit 0x95a67122 -[NSUIHeartBeat _heartBeatThread:] + 2035
    3 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    4 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    6 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x943c08e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x943c80dc mach_msg + 72
    2 com.apple.CoreFoundation 0x9228e0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x9228ed38 CFRunLoopRunInMode + 88
    4 com.apple.MessageFramework 0x002f65e2 _handleRequestWithTimeout + 2165
    5 com.apple.MessageFramework 0x002faea5 -[_NSSocket readBytes:length:error:] + 154
    6 com.apple.MessageFramework 0x002faa2f -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 89
    7 com.apple.MessageFramework 0x002fa8ea -[Connection _fillBuffer:] + 853
    8 com.apple.MessageFramework 0x002fa4b0 -[Connection _readLineIntoData:error:] + 70
    9 com.apple.MessageFramework 0x002fa426 -[IMAPConnection _readLineIntoData:error:] + 71
    10 com.apple.MessageFramework 0x002fa2ae -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 155
    11 com.apple.MessageFramework 0x002f9dfb -[IMAPResponse initWithConnection:error:] + 370
    12 com.apple.MessageFramework 0x002f9c49 -[IMAPConnection _copyNextServerResponse:] + 79
    13 com.apple.MessageFramework 0x003f2e60 -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 100
    14 com.apple.MessageFramework 0x0031664e -[IMAPConnection(MFPrivate) _responseFromSendingOperation:] + 1126
    15 com.apple.MessageFramework 0x0031dd42 -[IMAPConnection executeClientOperation:] + 49
    16 com.apple.MessageFramework 0x00315466 -[IMAPGateway _allowClientOperationThrough:] + 1209
    17 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    18 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    19 com.apple.MessageFramework 0x003cf9cf -[InvocationQueue _drainQueue] + 772
    20 com.apple.MessageFramework 0x00314edc -[MonitoredInvocationQueue _drainQueue] + 261
    21 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    22 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    23 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    24 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 19 Crashed:
    0 com.apple.CoreFoundation 0x92308114 __TERMINATING_DUE_TO_UNCAUGHT_EXCEPTION__ + 4
    1 libobjc.A.dylib 0x9081809b objcexceptionthrow + 40
    2 com.apple.CoreFoundation 0x9230804b +[NSException raise:format:arguments:] + 155
    3 com.apple.Foundation 0x934010f4 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 116
    4 com.apple.MessageFramework 0x003a5bf4 -[LibraryToDo setMailboxUid:] + 205
    5 com.apple.MessageFramework 0x003a5a8d -[LibraryToDo _initWithAccount:] + 169
    6 com.apple.MessageFramework 0x003a4f22 -[LibraryToDo initWithCalTask:inAccount:] + 88
    7 com.apple.MessageFramework 0x004c97ca -[ToDosCache(Internal) _libraryToDoFromCalTask:addToCache:] + 474
    8 com.apple.MessageFramework 0x004c8aff -[ToDosCache libraryToDoFromNewCalTask:] + 49
    9 com.apple.MessageFramework 0x002e5b4d -[CalendarStoreInterchange _currentToDosState] + 944
    10 com.apple.MessageFramework 0x004c1494 -[CalendarStoreInterchange _retrieveCurrentCalendarStoreState] + 248
    11 com.apple.MessageFramework 0x002e16a1 -[MetadataManager(ToDoManagerInternal) getAllCalendarStoreData] + 115
    12 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    13 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    14 com.apple.MessageFramework 0x003cf9cf -[InvocationQueue _drainQueue] + 772
    15 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    16 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    17 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    18 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x943c092e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x943c8405 pthreadmutexlock + 569
    2 com.apple.Foundation 0x932e7bbc -[NSRecursiveLock lock] + 28
    3 com.apple.MessageFramework 0x002e254d -[MetadataManager(ToDoManager) _loadAllToDosForMailboxUid:] + 48
    4 com.apple.MessageFramework 0x002e248b -[ToDoStore(Internal) loadToDos] + 95
    5 com.apple.MessageFramework 0x002ddf9d +[ToDoStore toDoStoreForMailbox:] + 462
    6 com.apple.MessageFramework 0x002dddc9 -[MailboxUid toDoStore] + 44
    7 com.apple.mail 0x0000a6e1 0x1000 + 38625
    8 com.apple.mail 0x0002c777 0x1000 + 178039
    9 com.apple.Foundation 0x93323a6e __NSFireDelayedPerform + 382
    10 com.apple.CoreFoundation 0x9228eb7e CFRunLoopRunSpecific + 4494
    11 com.apple.CoreFoundation 0x9228ed38 CFRunLoopRunInMode + 88
    12 com.apple.MessageFramework 0x00458656 +[NSRunLoop(MessageExtensions) _flushQueuedEventsAddingSource:] + 211
    13 com.apple.MessageFramework 0x003d0ae5 +[NSRunLoop(MessageExtensions) flushQueuedEvents] + 47
    14 com.apple.MessageFramework 0x003616fa -[LibraryThread _runThread] + 1723
    15 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    16 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    17 com.apple.MessageFramework 0x003cfded -[MonitoredInvocation invoke] + 409
    18 com.apple.MessageFramework 0x003d0caf +[WorkerThread _execute:] + 144
    19 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    20 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    21 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    22 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x943c08e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x943c80dc mach_msg + 72
    2 com.apple.CoreFoundation 0x9228e0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x9228ed38 CFRunLoopRunInMode + 88
    4 com.apple.MessageFramework 0x002f65e2 _handleRequestWithTimeout + 2165
    5 com.apple.MessageFramework 0x002faea5 -[_NSSocket readBytes:length:error:] + 154
    6 com.apple.MessageFramework 0x002faa2f -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 89
    7 com.apple.MessageFramework 0x002fa8ea -[Connection _fillBuffer:] + 853
    8 com.apple.MessageFramework 0x002fa4b0 -[Connection _readLineIntoData:error:] + 70
    9 com.apple.MessageFramework 0x002fa426 -[IMAPConnection _readLineIntoData:error:] + 71
    10 com.apple.MessageFramework 0x002fa2ae -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 155
    11 com.apple.MessageFramework 0x002f9dfb -[IMAPResponse initWithConnection:error:] + 370
    12 com.apple.MessageFramework 0x002f9c49 -[IMAPConnection _copyNextServerResponse:] + 79
    13 com.apple.MessageFramework 0x003f2e60 -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 100
    14 com.apple.MessageFramework 0x0031664e -[IMAPConnection(MFPrivate) _responseFromSendingOperation:] + 1126
    15 com.apple.MessageFramework 0x003258f1 -[IMAPConnection executeFetch:] + 43
    16 com.apple.MessageFramework 0x00315466 -[IMAPGateway _allowClientOperationThrough:] + 1209
    17 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    18 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    19 com.apple.MessageFramework 0x003cf9cf -[InvocationQueue _drainQueue] + 772
    20 com.apple.MessageFramework 0x00314edc -[MonitoredInvocationQueue _drainQueue] + 261
    21 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    22 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    23 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    24 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 22:
    0 libSystem.B.dylib 0x943c0946 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x943f21cf pthread_condwait + 1244
    2 libSystem.B.dylib 0x943f3a53 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x93334f9c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x93334db0 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.MessageFramework 0x003cf808 -[InvocationQueue _drainQueue] + 317
    6 com.apple.MessageFramework 0x00314edc -[MonitoredInvocationQueue _drainQueue] + 261
    7 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    8 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    9 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    10 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 23:
    0 libSystem.B.dylib 0x943c08e6 machmsgtrap + 10
    1 libSystem.B.dylib 0x943c80dc mach_msg + 72
    2 com.apple.CoreFoundation 0x9228e0fe CFRunLoopRunSpecific + 1806
    3 com.apple.CoreFoundation 0x9228ed38 CFRunLoopRunInMode + 88
    4 com.apple.MessageFramework 0x002f65e2 _handleRequestWithTimeout + 2165
    5 com.apple.MessageFramework 0x002faea5 -[_NSSocket readBytes:length:error:] + 154
    6 com.apple.MessageFramework 0x002faa2f -[Connection _readBytesFromSocketIntoBuffer:amount:requireAllBytes:error:] + 89
    7 com.apple.MessageFramework 0x002fa8ea -[Connection _fillBuffer:] + 853
    8 com.apple.MessageFramework 0x002fa4b0 -[Connection _readLineIntoData:error:] + 70
    9 com.apple.MessageFramework 0x002fa426 -[IMAPConnection _readLineIntoData:error:] + 71
    10 com.apple.MessageFramework 0x002fa2ae -[IMAPConnection(MFPrivate) _readDataOfLength:intoData:error:] + 155
    11 com.apple.MessageFramework 0x002f9dfb -[IMAPResponse initWithConnection:error:] + 370
    12 com.apple.MessageFramework 0x002f9c49 -[IMAPConnection _copyNextServerResponse:] + 79
    13 com.apple.MessageFramework 0x003f2e60 -[IMAPConnection _copyNextTaggedOrContinuationResponseForCommand:exists:] + 100
    14 com.apple.MessageFramework 0x0031664e -[IMAPConnection(MFPrivate) _responseFromSendingOperation:] + 1126
    15 com.apple.MessageFramework 0x0031dd42 -[IMAPConnection executeClientOperation:] + 49
    16 com.apple.MessageFramework 0x00315466 -[IMAPGateway _allowClientOperationThrough:] + 1209
    17 com.apple.CoreFoundation 0x9230db9d _invoking__ + 29
    18 com.apple.CoreFoundation 0x9230d588 -[NSInvocation invoke] + 136
    19 com.apple.MessageFramework 0x003cf9cf -[InvocationQueue _drainQueue] + 772
    20 com.apple.MessageFramework 0x00314edc -[MonitoredInvocationQueue _drainQueue] + 261
    21 com.apple.Foundation 0x932ef04d -[NSThread main] + 45
    22 com.apple.Foundation 0x932eebf4 _NSThread__main_ + 308
    23 libSystem.B.dylib 0x943f1075 pthreadstart + 321
    24 libSystem.B.dylib 0x943f0f32 thread_start + 34
    Thread 19 crashed with X86 Thread State (32-bit):
    eax: 0xa024c0f0 ebx: 0x9081807c ecx: 0xa024b1a0 edx: 0x006bb000
    edi: 0x161eec60 esi: 0x005376a0 ebp: 0xb0e01948 esp: 0xb0e01948
    ss: 0x0000001f efl: 0x00000286 eip: 0x92308114 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0xffe1717c
    Binary Images:
    0x1000 - 0x26bfff com.apple.mail 3.0 (912.1) <f98218cbd07259143b3fc58c3dbe9783> /Applications/Mail.app/Contents/MacOS/Mail
    0x2d9000 - 0x526ff3 com.apple.MessageFramework 3.0 (912) <25ab3c59583f8c0e50bb0b409a070a4b> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x678000 - 0x67afff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x681000 - 0x6a5fe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x13952000 - 0x13a38ff7 com.apple.RawCamera.bundle 2.0 (2.0) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x13c92000 - 0x13c97ff3 libCGXCoreImage.A.dylib ??? (???) <978986709159e5fe9e094df5efddac1d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x15712000 - 0x15713fe1 com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x15773000 - 0x15773ffd liblangid.dylib ??? (???) <4310e568d617f1ce7178266630e1b71a> /usr/lib/liblangid.dylib
    0x15f82000 - 0x15fa0fff com.apple.Mail.Syncer 3.0 (912) <2a16011d5220ecfd424f4e736519f03a> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x15fb3000 - 0x15fc6fff com.apple.syncservices.syncservicesui 4.0 (388) <6bf1ae04e217b3b699223e2d55b30a71> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x8fe00000 - 0x8fe2d883 dyld 95.3 (???) <81592e798780564b5d46b988f7ee1a6a> /usr/lib/dyld
    0x90003000 - 0x9000ffff libbz2.1.0.dylib ??? (???) <9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
    0x90010000 - 0x90016fff com.apple.print.framework.Print 218 (220) <c35172175abbe554ddadd9b6401351fa> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x90017000 - 0x9005cfef com.apple.Metadata 10.5.0 (398) <4fd74fba0062c2e08ec4b1c10b40ff63> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9005d000 - 0x9005ffff com.apple.securityhi 3.0 (30817) <2b2854123fed609d1820d2779e2e0963> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x90060000 - 0x90065fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90066000 - 0x900a5fef libTIFF.dylib ??? (???) <6d0f80e9d4d81f3f64c876aca005bd53> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x900a6000 - 0x900dcfef libtidy.A.dylib ??? (???) <e4d3e7399fb83d7f145f9b4ec8196242> /usr/lib/libtidy.A.dylib
    0x900dd000 - 0x90137ff7 com.apple.CoreText 2.0.0 (???) <7fa39cd5bc847615ec02e7c7a37c0508> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90138000 - 0x90185fe3 com.apple.datadetectorscore 1.0 (52.11) <38e91c9b4e4a3cbf84e5f9a3488e69d0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x90186000 - 0x90186ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x90187000 - 0x901c8fe7 libRIP.A.dylib ??? (???) <bdc6d70bf4ed3dace321b4ff76a353b3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x901c9000 - 0x90202ffe com.apple.securityfoundation 3.0 (32585) <cc88aa94d417917bdf35035819ccf4b4> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x90203000 - 0x90253ff7 com.apple.HIServices 1.6.0 (???) <d74aa73e4cfd30a08fb169198a8d2539> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x90254000 - 0x903a9fee com.apple.CalendarStore 3.0 (804) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x903aa000 - 0x903b8ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x903b9000 - 0x90469fff edu.mit.Kerberos 6.0.11 (6.0.11) <33c25789baedcd70a7e24881775dd9ad> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x9046a000 - 0x90482fff com.apple.openscripting 1.2.6 (???) <b8e553df643f2aec68fa968b3b459b2b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90483000 - 0x9075cfe7 com.apple.CoreServices.CarbonCore 783 (783) <8370e664eeb25edc98d5c1f5405b06ae> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9075d000 - 0x9075effc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x9075f000 - 0x90806ff7 com.apple.QD 3.11.49 (???) <ca01e72078d30d6b183aa5224344608b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9080f000 - 0x908eefff libobjc.A.dylib ??? (???) <5eda47fec2d0e7853b3506aa1fd2dafa> /usr/lib/libobjc.A.dylib
    0x908ef000 - 0x90982fff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x90983000 - 0x90988fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90989000 - 0x91020fef com.apple.CoreGraphics 1.351.0 (???) <7a6f399039eed6dbe845c169f7d21a70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x91021000 - 0x91071feb com.apple.framework.familycontrols 1.0 (1.0) <c30d59855f0a2dd9130901543714b7ea> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x91072000 - 0x910fdff7 com.apple.QTKit 7.3 (7.3) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x910fe000 - 0x91111fff com.apple.IMUtils 4.0 (578) <cf6de2e36b4922509a027dcf59951de8> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x91112000 - 0x91119ff7 libCGATS.A.dylib ??? (???) <9b29a5500efe01cc3adea67bbc42568e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9111a000 - 0x91177ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x91178000 - 0x911a0ff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x911a1000 - 0x911b8fff com.apple.datadetectors 1.0 (66.0) <11ba01500295e7f2ce2a99128f768ec4> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x911b9000 - 0x911b9ffd com.apple.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x911ba000 - 0x911c9fff libsasl2.2.dylib ??? (???) <b9e1ca0b6612e280b6cbea6df0eec5f6> /usr/lib/libsasl2.2.dylib
    0x911ca000 - 0x91280fe3 com.apple.CoreServices.OSServices 209 (209) <89296b20d2db6c180eee073b699e3484> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91281000 - 0x9129fff7 com.apple.QuickLookFramework 1.0 (168.0) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x912a0000 - 0x912b6fff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x912ba000 - 0x91438fff com.apple.AddressBook.framework 4.1 (687) <3f005092d08e963eabe8f7f66c09cc1e> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x91439000 - 0x9145cfff com.apple.CoreMediaPrivate 1.2 (1.2) <f2f275de4f50406fbebc42603399f029> /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x9145d000 - 0x914e4ff7 libsqlite3.0.dylib ??? (???) <273efcb717e89c21207c851d7d33fda4> /usr/lib/libsqlite3.0.dylib
    0x914e5000 - 0x914e5ffd com.apple.Accelerate.vecLib 3.4 (vecLib 3.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x914e6000 - 0x91502fff com.apple.IMFramework 4.0 (578) <b8e7d1e85ec753dc0116843125927ae8> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x91503000 - 0x9155cfff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9158d000 - 0x915b4fff libcups.2.dylib ??? (???) <6b61eb99e6f5dd2d66cd224e9f82427d> /usr/lib/libcups.2.dylib
    0x915b5000 - 0x915c4ffe com.apple.DSObjCWrappers.Framework 1.2 (1.2) <f5b58d1d3a855a63d493ccbec417a1e9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x915c5000 - 0x915e3ff3 com.apple.DirectoryService.Framework 3.5 (3.5) <899d8c9ee31b004a6ff73dab88982b1a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x915e4000 - 0x9161afff com.apple.SystemConfiguration 1.9.0 (1.9.0) <7919d9588c3b0d556646e555b7193f1f> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x9161b000 - 0x91689fff com.apple.iLifeMediaBrowser 1.0.3 (194) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x918fd000 - 0x91986fff com.apple.framework.IOKit 1.5.0 (???) <5d9b85c55183f9732eb9efc38d18ba53> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x91a50000 - 0x91a61ffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x91a62000 - 0x91b9aff7 libicucore.A.dylib ??? (???) <afcea652ff2ec36885b2c81c57d06d4c> /usr/lib/libicucore.A.dylib
    0x91b9b000 - 0x920b0fff com.apple.WebCore 5523.10.3 (5523.10.3) <89179acba0e5ae2163d4a75ad460cbdb> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x920b1000 - 0x92192ff7 libxml2.2.dylib ??? (???) <450ec38b57fb46013847cce851001a2f> /usr/lib/libxml2.2.dylib
    0x92193000 - 0x921bdfef libauto.dylib ??? (???) <d468bc4a8a69343f1748c293db1b57fb> /usr/lib/libauto.dylib
    0x921be000 - 0x921c8feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x921c9000 - 0x92206ff7 libGLImage.dylib ??? (???) <2d5ec9fc8b04b7b33f1d40ec83d86bf3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x92207000 - 0x9221bff3 com.apple.ImageCapture 4.0 (5.0.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x9221c000 - 0x9234efe7 com.apple.CoreFoundation 6.5 (476) <8bfebc0dbad6fc33bea0fa00a1b9ec37> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x9234f000 - 0x9250aff3 com.apple.QuartzComposer 2.0 (106) <e31bf3733d0676dd7993afca6ce48c3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x9250b000 - 0x92517ff5 libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92518000 - 0x9251fffe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x92520000 - 0x9257cff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x9257d000 - 0x92585fff com.apple.DiskArbitration 2.2 (2.2) <1551b2af557fdf6f368f93e093933852> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92586000 - 0x925aafff libxslt.1.dylib ??? (???) <4933ddc7f6618743197aadc85b33b5ab> /usr/lib/libxslt.1.dylib
    0x925ab000 - 0x92676fff com.apple.ColorSync 4.5.0 (4.5.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x92677000 - 0x92a0cfef com.apple.QuartzCore 1.5.0 (1.5.0) <363cc63c669523cc3fec577949bb1308> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x92a0d000 - 0x92a1aff7 com.apple.DMNotification 1.1.0 (143) <07530f513cd71e41bccbf19225ac1cb4> /System/Library/PrivateFrameworks/DMNotification.framework/Versions/A/DMNotific ation
    0x92a1b000 - 0x92e2bfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92e31000 - 0x92e9dffb com.apple.WhitePagesFramework 1.0 (112.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x92e9e000 - 0x92f2aff7 com.apple.LaunchServices 283 (283) <30168051779817916e04eb8e85fcc17f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x92f2b000 - 0x9300afff com.apple.syncservices 3.0 (388) <fc1294b5b89dcab17de9e04c282a3cad> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x9300b000 - 0x9300bff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9300c000 - 0x9310dff7 com.apple.PubSub 1.0.0 (59) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x9310e000 - 0x93188ff8 com.apple.print.framework.PrintCore 5.5 (245) <9441d178f4b430cf92b67bf346646693> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93189000 - 0x932bffe3 com.apple.imageKit 1.0 (1.0) <2f2656deebcf595b88f010ba08cef0e4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x932c0000 - 0x932e4feb libssl.0.9.7.dylib ??? (???) <acee7fc534674498dcac211318aa23e8> /usr/lib/libssl.0.9.7.dylib
    0x932e5000 - 0x9355efe7 com.apple.Foundation 6.5 (677) <d182b2cc21817f7e5b6c7a1b3f421a98> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9355f000 - 0x9355fff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93560000 - 0x93729fef com.apple.security 5.0 (31122) <0759867b3944f1e54ce3d9078bbdb867> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9372a000 - 0x93776fff com.apple.QuickLookUIFramework 1.0 (168.0) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x93777000 - 0x93778fef libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x93779000 - 0x937b5ff7 com.apple.CoreMediaIOServicesPrivate 1.2 (1.2) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x937b6000 - 0x93b74fea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x93b75000 - 0x93bdaffb com.apple.ISSupport 1.6 (34) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x93bdb000 - 0x93bddff5 libRadiance.dylib ??? (???) <20eadb285da83df96c795c2c5fa20590> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x93bde000 - 0x93c1bfff com.apple.DAVKit 3.0.0 (641) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x93c1c000 - 0x93c98feb com.apple.audio.CoreAudio 3.1.0 (3.1) <70bb7c657061631491029a61babe0b26> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93c99000 - 0x93d60ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x93d61000 - 0x9422dffe libGLProgrammability.dylib ??? (???) <ebd2e6c99ec2662b4bdaa3212ab94aed> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9422e000 - 0x942e0ffb libcrypto.0.9.7.dylib ??? (???) <330b0e48e67faffc8c22dfc069ca7a47> /usr/lib/libcrypto.0.9.7.dylib
    0x942e1000 - 0x94312ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x94313000 - 0x94313ffd com.apple.Accelerate 1.4 (Accelerate 1.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x94314000 - 0x9431ffe7 libCSync.A.dylib ??? (???) <df82fc093e498a9eb5490761cb292218> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94320000 - 0x94320ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x943c0000 - 0x9451afe3 libSystem.B.dylib ??? (???) <8ecc83dc0399be3946f7a46e88cf4bbb> /usr/lib/libSystem.B.dylib
    0x9451b000 - 0x94539fff libresolv.9.dylib ??? (???) <54e6a08c2f108bdf5916fb483d51961b> /usr/lib/libresolv.9.dylib
    0x9453a000 - 0x9453fffb com.apple.DisplayServicesFW 2.0 (2.0) <8953865f53e940007a4e4ac5390d3c95> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x94635000 - 0x946f0fe3 com.apple.WebKit 5523.10.3 (5523.10.3) <2741777559b3948d520a4d126330dbce> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x946f1000 - 0x947a0fff com.apple.DesktopServices 1.4.2 (1.4.2) <ec69c4072b0df6f52ef3f48fadf4c4b8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x947a1000 - 0x947a5fff libGIF.dylib ??? (???) <d4234e6f5e5f530bdafb969157f1f17b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x947a6000 - 0x947b2fe7 com.apple.opengl 1.5.4 (1.5.4) <98bccaa83ca5e7101e821b4569a6a2ee> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x947b3000 - 0x9482afe3 com.apple.CFNetwork 217 (219) <f3c16ae4b2faeb134957ee96d90dc5ca> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9482b000 - 0x9483bffc com.apple.LangAnalysis 1.6.4 (1.6.4) <cbeb17ab39f28351fe2ab5b82bf465bc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9483c000 - 0x948e5fff com.apple.JavaScriptCore 5523.10.3 (5523.10.3) <9e6719a7a0740f5c224099a7b853e45b> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x948e6000 - 0x94920ff7 com.apple.coreui 0.1 (60) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94921000 - 0x9492afff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9492b000 - 0x949aaff5 com.apple.SearchKit 1.2.0 (1.2.0) <277b460da86bc222785159fe77e2e2ed> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x949ab000 - 0x949abffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x949ac000 - 0x949dcff3 com.apple.DotMacSyncManager 1.2.2 (280) <fa19f847dcb535449201e99f5270065d> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x949dd000 - 0x94a11fef com.apple.bom 9.0 (136) <b72e1fd1d3bfd8c288381adb23775fd4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x94a12000 - 0x94a15fff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x94a16000 - 0x94a8afef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94a8b000 - 0x94a92fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x95914000 - 0x9595efe1 com.apple.securityinterface 3.0 (32532) <f521dae416ce7a3bdd594b0d4e2fb517> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x9595f000 - 0x959a3feb com.apple.DirectoryService.PasswordServerFramework 3.0 (3.0) <2552e290905f80c2c2e66871003446a9> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x959a4000 - 0x959bfffb libPng.dylib ??? (???) <b6abcac36ec7654ff3e1cfa786b0117b> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x959c0000 - 0x961bafef com.apple.AppKit 6.5 (949) <f8d0f6d0bb5ac092f48f42ca684bdb54> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x961bb000 - 0x961daffa libJPEG.dylib ??? (???) <0cfb80109d624beb9ceb3c43b6c5ec10> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x961db000 - 0x9620dfff com.apple.LDAPFramework 1.4.3 (106) <3a5c9df6032143cd6bc2658a9d328d8e> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9620e000 - 0x96520fe2 com.apple.QuickTime 7.3.0 (7.3.0) <adfe6f92ffe38bc57df6b8cb2e6ea9d9> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x96521000 - 0x96827fff com.apple.HIToolbox 1.5.0 (???) <1b872a7151ee3f80c9c736a3e46d00d9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96828000 - 0x96833fff com.apple.dotMacLegacy 3 (242) <d59587ecfd0e0e31ce7d61f544cfa298> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x96834000 - 0x96844fff com.apple.speech.synthesis.framework 3.6.59 (3.6.59) <4ffef145fad3d4d787e0c33eab26b336> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x96845000 - 0x96845fff com.apple.Carbon 136 (136) <98a5e3bc0c4fa44bbb09713bb88707fe> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x96846000 - 0x96873feb libvDSP.dylib ??? (???) <a26683d121ee0f96df9a9d0bfca36049> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x96874000 - 0x9688afe7 com.apple.CoreVideo 1.5.0 (1.5.0) <8947e88900afa1d2ca78b69bff98b0d7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9688b000 - 0x969affe3 com.apple.audio.toolbox.AudioToolbox 1.5 (1.5) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x969b0000 - 0x969b5ffc com.apple.KerberosHelper 1.0 (1.0) <1cb4daff689a346f24e17131d83c0c5b> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x969b6000 - 0x96afbff7 com.apple.ImageIO.framework 2.0.0 (2.0.0) <154d4d8cda2bd99518cbabc9f2d69833> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96afc000 - 0x96be0ffb com.apple.CoreData 100 (185) <a4e63784275e25e62f57e75e0af0b94d> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x96be1000 - 0x96c23fef com.apple.NavigationServices 3.5 (160) <26d03493eac3e290fd1d0fd5ff311863> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x96c24000 - 0x96c53fe3 com.apple.AE 402 (402) <994ba8e884aefe7bf1fc5987df099e7b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x96c54000 - 0x96c54ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x96c55000 - 0x96c60ff9 com.apple.helpdata 1.0 (14) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x96c61000 - 0x96cd0fff com.apple.PDFKit 2.0 (2.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x96cd1000 - 0x96cd5fff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x96cd6000 - 0x96d68ff3 com.apple.ApplicationServices.ATS 3.0 (???) <fb5f572243dbc370a0ea5efc8e81ae11> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x96d69000 - 0x96d69ffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Any help?

    Have you run either Verify Disk from Disk Utility, or Repair Disk from the Utility on the Installer disk? You should do this, and then do the 10.5.1 update. But check for Disk errors first, by all means!
    If no disk errors, then hold down the Shift Key while launching Mail. This only bypasses trying to open any mailbox or message, and does not address disk errors which I suspect you may have.
    More info, please.
    Ernie

  • Schedule a Job that runs every week at 6:00am

    Hi Guys,
    How do I schedule a job to be executed once every week at 6:00am using the DBMS_JOB package.
    Cheers
    Message was edited by:
    s9968021

    Check the documentation for more details.
    http://download-east.oracle.com/docs/cd/B19306_01/appdev.102/b14258/d_job.htm#ARPLS019
    Example:
    DECLARE
      X NUMBER;
    BEGIN
      SYS.DBMS_JOB.SUBMIT
        ( job       => X
         ,what      => 'dbms_output.put_line(''processing a lot of things'');'
         ,next_date => to_date('24/12/2006 06:00:00','dd/mm/yyyy hh24:mi:ss')
         ,interval  => 'TRUNC(SYSDATE+7)'
         ,no_parse  => TRUE
      SYS.DBMS_OUTPUT.PUT_LINE('Job Number is: ' || to_char(x));
    END;
    commit;

  • [solved] Cron Jobs

    I would like to run a simple shell script every hour. I have crond in my /etc/rc.conf. How can I go about configuring it to run the script every hour? And would it be any different to run a PHP script every hour?
    Last edited by tony5429 (2008-06-07 01:17:22)

    Hrm... actually I am running into a problem... In each case below, I am showing the contents of my shell script (/etc/cron.hourly/shcrontest.sh)...
    This works, but sends me an e-mail each time:
    mkdir /home/karam/shcrontestworked
    This fails to ever create the directory:
    echo "mkdir /home/karam/shcrontestworked" > /dev/null
    This also fails to ever create the directory:
    echo "mkdir /home/karam/shcrontestworked" &> /dev/null
    I do have it set to chmod +x (-rwxr-xr-x). I am sure I am missing something very simple here. Can anyone help?

  • [SOLVED] How can I start a daemon at boot as a user?

    Well, the topic title says it all! I want to start the hellanzb daemon as my main user 'hb' on boot. If I just add it to the daemons array in rc.conf, it will be run as root, and all my downloaded files will be owned by root:root. How can I make it so it is run by me, not root?
    Last edited by HyperBaton (2008-01-25 18:44:11)

    HyperBaton wrote:Okay I'll try it with the dash added, didn't notice that in your syntax, sorry. How would I add the echo statement exactly? And can I view it in a log or something after booting the computer?
    the echo statement can be as simple as
    echo "this is a test"
    if you want to log something, you can for example add something like
    | tee -a /var/log/mycustom.log
    this appends the output of the command before | to /var/log/mycustom.log.
    So if you want to log for example the echo statement above, put
    echo "this is a test" | tee -a /var/log/mycustom.log
    but of course you can catch the output of every command in this way

  • How do i limit the apps that start when Xperia Z boots up? phone

    Other than individually....

    Hello Condukta,
    Here is a link to the Sony Mobile Group who could assist with your question about the Z phone.

  • Suppress cron from logging a cron job

    I have a cron job that I'm running once per minute.  I don't want to have the /var/log/crond.log get updated 60 times per hour.  How can I suppress the logging of the job?
    I've tried adding the following to the cron line but they just get logged right along with it!
    */1 * * * * /path/to/script > /dev/null
    */1 * * * * /path/to/script > /dev/null 2>&1

    @st - I can change the /etc/conf.d/crond to a lower level (default is CROND_ARGS="-S -l info") but I'm only interested in stopping the activity for a specific job; changing it from info to notice will be a global setting.
        * debug - Debug level message
        * info - Informational message
        * notice - Normal but significant conditions
        * warning, warn (depreciated) - Warning conditions
        * err, error (depreciated) - Error conditions
        * crit - Critical conditions
        * alert - Action must be taken immediately
        * emerg, panic - System is unusable
    Last edited by graysky (2010-12-24 20:01:59)

  • [Solved] Setting Up A Cron Job

    I want to set up a cron job that will copy (update) my download folder that contains all my linux related stuff to the linux downloads folder contained in my windows downloads folder. I know how to set up crontab but vi(m) confuses me since it opens crontab as a temp file and I dont know what to call it when I try and save it. I tried using EDITOR=nano crontab -e but it still opens vim
    heres the line I want to input into crontab:
    0 3 * * * cp -Ru /home/bran/downloads/* "/media/mybook/Downloads/Linux Downloads/"
    Last edited by brando56894 (2009-05-05 23:12:05)

    I tried adding the job to /etc/cron.daily but that didnt seem to have any effect on anything, ive been learning vim on and off for awhile now but its alot to learn and its completely different than anything else. I know the basic stuff (save, quit, quit!, startinsert) but thats about it. I think the best feature I love about it is the syntax highlighting since i usually use nano and it doesnt seem to work even when i tried to enable it in the config file.
    brisbin33 wrote:
    hey, that was my bad.  i guess it's a preference that i incorrectly characterized as a best practice.  too much bash scripting makes me aware of when things don't _need_ to be double quoted... doesn't mean they _shouldn't_ be double quoted. 
    getting into that habit of the down slash in front of spaces might come in handy though b/c you would know to also put it in front of symbols like $ and ? which wouldn't behave well inside double quotes.  however, in your case, either way works just fine.
    i'll trade that bit of bum advice for some good advice though: look into rsync, it works very similar to cp except it won't spend all that time/energy copying files that are already there.  does my nightly backup (~205 GB) in less than 3 minutes.
    oh, and don't forget to add [solved] if you get this all working.
    haha its cool, i was actually thinking about using rsync originally but then i was looking up a guide for it and it seemed to complex to do something simple like I needed to do. my linux downloads folder is only about 400 or so mb and the u flag updates only changed files so it doesnt take that long anyway.

  • Starting stoping cron job

    How we can tell which cron jobs are running and how to start/stop them, give me example/command plz

    I do not know of any articles off the top of my head, but just remember if you can create a non-interactive script to do the job then you can run it as a cron job.
    Here are several types of cron jobs that we currently use:
    1. Kick off nightly hot and weekly cold backups.
    2. Gather statistics weekly (on just some databases)
    3. Gather performance statistics (perfstat) when wanted.
    4. Perform audit gathering/deletion jobs.
    5. Check for errors in alert logs and trace files and send out emails if needed.
    6. Check status of listeners and database processes to assure they are still running.
    7. Move log files to archiving storage
    We are going to eventually move a lot of these jobs to OEM Grid Control but until then cron is great.
    Regards
    Tim

Maybe you are looking for

  • My Iphone 4 does not come with a SOFTWARE UPDATE option.

    My partner bought my iphone 4 version 4.2 about two years ago from a well known store. He got himself one at the same time but i cannot update mine because it does not come with an option in settings, general that allows me to update it. All of my ap

  • What can I do about a dead IPad?

    I have a dead IPad.  what can I do?

  • Using XSLT to extract value of a XML node with namespace

    I have a XML source code here. <?xml version="1.0" encoding="utf-8" ?> <rss version="2.0" xmlns:job="http://www.pageuppeople.com">   <channel>     <title>SMH Jobs</title>     <link>internalrecruitment.smhgroup.com.au/jobsrss.ashx?stp=di</link>     <d

  • First Mathematical Function

    I'm stumped. I am filtering a query and I need to be able to use a First function in ColdFusion, like in Access. This is what my query is in Access: SELECT First(query2.Latitude) AS Latitude, First(query2.Longitude) AS Longitude FROM query2 This is w

  • 802.11n, How can I do this?

    If the airport exteme base station I have is set to 5Ghz only, my macbook pro can connect, but none of my older computers using 802.11g. I am wondering if I use the 802.11n feature that is also compatible with b/g, will the connection be slower on my