Multiple connections per Folder...

Is there any way to create multiple imap connections per folder. I have written an exchange conversion utility, and I need to get the mime content of every message in a folder, and right now, that is my bottle neck. I want to thread this section of the code so that I can optimize the conversion. I have tried to increase the number of connection in my connection pool to no avail. After reading the api more closely, it seems to me that only one connection is assigned to each folder, so I can only get mime content serially for that folder. Is this true?
Thanks,
Joe Valerio

I already have the message object with minimal metadata from the original folder. I am using Exchange Web Services to create the mail in Exchange, and it needs the entire mime content base64 encoded, so I do the following...
     // Create the Destination Message and set Props before I set the mime-content...
     MessageType destMessage = MessageUtil.createMessageType(user, message);
     // Convert MimeContent to Base64 and add it to the message.
     ByteArrayOutputStream baos = new ByteArrayOutputStream();
     BASE64EncoderStream b64es = new BASE64EncoderStream(baos);
     message.writeTo(b64es);
     b64es.flush();
     MimeContentType mime = new MimeContentType();
     mime.setValue(baos.toString());
     destMessage.setMimeContent(mime);
I would have to open another folder (one imap request per group of messages), getMessageByUID (another imap request per message) and then write the mime content to the encoder stream. I'll give it a shot, but with the extra traffic, i'm not overly optimistic of a performance boost.
Thanks for the reply,
- Joe

Similar Messages

  • Firefox asks me if I "want to connect to:" every website, multiple times per website; to the point now its so annoying, i don't even use firefox. What can I do to correct this? Do I have a virus?

    when i initially open firefox, this is what pops up. This type of thing pops up multiple time per website.
    Firefox
    wants to connect to snippets.mozilla.com on TCP port
    443(https). show details
    its asks me if i want to allow" or Deny"
    Similar pop ups come up continuously during my time on each site.

    Firefox and other browsers would need access to ports 80 and 443 to work. I think you may want to enable port 80 and port 443 (when it asks) and choose '''Forever''' or at least '''Until Quit''' for a smoother experience. If you believe you downloaded Firefox from a safe site like mozilla.org and your PC is safe (like, there is no other rogue app that can hijack Firefox) then there shouldn't be cause for concern to give it '''Forever''' exception on ports 80 and 443.
    edit:
    "however it was working fine, until all of a sudden"
    This may happen if Firefox was updated, because the old signature or hash stored by the security application for Firefox would change. This may also mean that the previous version of Firefox already had unhindered access.

  • Firefox tabs open multiple connections to websites per tab.

    I keep getting blocked from certain websites for attempted DDoSing, I spoke to a webdev of one of the sites and it appears that each firefox tab connection is opening at least 10 connections to the website instead of one, which means I get blocked from the website regularly and can't connect to it.
    I have no plugins ie fasterfox or anything similar, however I do have TuneUp Utilites and I fear that that may have done something to cause my problem, however I am still unsure.
    == URL of affected sites ==
    http://www.MMOwned.com

    Ok, made the reset as told by cor-el, disabled also the Sync plugin thinking that FF may get back data from sync server, bu no joy...
    each time I start FF again, I get same bad ( for sure ) parameters in About:Config panel... is there a way to save them before restarting FF...? I found no info about this...
    My About:Config parameters are :
    network.http.max-connections;48
    network.http.max-connections-per-server;16
    network.http.max-persistent-connections-per-proxy;16
    network.http.max-persistent-connections-per-server;8
    network.http.pipelining;true
    network.http.pipelining.firstrequest;true
    network.http.pipelining.maxrequests;8
    network.http.proxy.pipelining;true
    network.http.request.max-start-delay;0
    I think request.max-start-delay is the one causing the most troubles...

  • Leopard: Multiple IMAP-SSL Connections Per Account

    I run my own mail server that I access through Mac Mail via IMAP-SSL. I haven't had any trouble with it until I installed Leopard last night. The new version of Mail creates 4 connections to the IMAP daemon per account. I can trace each one in the mail server's log files so the count is accurate. Furthermore I know this was not a problem with the previous OS X as I had a max number of daemons per IP address in the mail server set to 14. WIth 4 accounts on my Mac Mail x 4 daemon connections per account = I needed to up the max number of daemons per IP address to 16 to get all my accounts active at once (which worked). While this may be a solution, Mail should only be logging in once per account not four times for each one.
    Has anyone else run into this problem? Is there a bug report that can be submitted?
    Kevin

    This forum is for troubleshooting Mail under Mac OS 10.4 Tiger, not Leopard. You'll probably want to post your question in the Leopard Mail discussions:
    http://discussions.apple.com/forum.jspa?forumID=1223

  • Multiple connections in one project

    Hi,
    Is there perhaps some kind of a document describing a 'best practice' for using multiple connections in a ADF BC application. One connects to an oracle DB another to a SQLServer.
    I suppose I need to create two different services? Anybody having experience with this?
    Regards,
    Koen Verhulst

    Among other things, the BC4J Configuration defines the name of the JDBC connection to use. To solve your problem, you can create two Configurations one for each database. The JDBC connection value will be the only different element between these two Configurations. To create a BC4J Configuration in JDeveloper, right click on the AppModule node and then click Configurations...,
    Use oracle.jbo.client.Configuration class to create AppModules connected to the database you want.,
    import oracle.jbo.*;
    import oracle.jbo.client.Configuration;
    String am = "demo.DemoModule"; // Fully-qualified application module name
    // Configuration name with JDBC connection to source database
    String cf1 = "DemoModuleSourceDb";
    ApplicationModule amSrc = Configuration.createRootApplicationModule(am,cf1);
    // Configuration name with JDBC connection to dest database
    String cf2 = "DemoModuleDestDb";
    ApplicationModule amDest = Configuration.createRootApplicationModule(am,cf2);
    Note that the AM name can also be different if you want.
    Hope this helps,
    Sathish.
    I want to access several Databases from one BC4J-Project.
    For example I want to write an application, which collects data from one database, does some computation and stores the results in a second database.
    I would prefer to use BC4J-Components for both, the source and the target database, but unfortunately I can select only one connection per BC4J-Project.
    Has anyone got an idea, how I can access more than one database-connection from one BC4J-Project without having to write all the JDBC-Stuff on my own? JDev-Team, can you please give a hint?

  • Multiple connection pools in the same DB physical source

    Hi, I have this situation in BI Admin:
    A single DB with 2 physical schema and 2 Connection Pools with OCI 10/11g.
    Clicking on any table I can see the data after selecting the right connection pool for that table.
    I created a Business Model based upon tables from one of the 2 physical schemas and a corresponding presentation layer. It is consistent and I can view the related subject area in Answers, but when I select a Dimension column (CONVERGENZA_NEGOZIO.STATO) and the fact measure ( Convergenza_Fact.INCASSO ) in viewing results I get this error:
    Odbc driver returned an error (SQLExecDirectW).
    Error Details
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 17001] Oracle Error code: 942, message: ORA-00942: table or view does not exist at OCI call OCIStmtExecute. [nQSError: 17010] SQL statement preparation failed. (HY000)
    SQL Issued: SELECT CONVERGENZA_NEGOZIO.STATO saw_0, Convergenza_Fact.INCASSO saw_1 FROM Convergenza ORDER BY saw_0
    Is it caused by the multiple connection pools under the same DB?

    Yes I think that's correct, but only if you're going to use the same user to connect to them.
    If you have a single user you're using to connect to a database to read data which happens to be over more than one schema, you'd use one connection pool.
    However if you have entirely separate schemas (eg. different applications) and need to use a different user for each then you would use one connection pool per schema. Also if you thought you might move one of the schemas to another physical database at some point in the future it might be prudent to use a separate connection pool from the outset.
    If you're still getting the error that the table cannot be found and your users have full permissions then logically the table that's being looked for does not exist, or you have not qualified it. What I mean by that is if you are connecting as USER2 and SELECT * FROM TABLE_A then the database will assume that you mean USER2.TABLE_A. If you mean USER1.TABLE_A then you need to make sure the qualification is in there.
    In the admin tool check your Physical layer is set up correctly with your Physical Tables residing in the correct Physical Schemas.

  • Multiple connections/roles on same machine for same site?

    As a Contribute CS3 Administrator (newbie; just converted a
    Dreamweaver site to work with Contribute), can I set up multiple
    connections to the same site? I want to test the Publisher role and
    Writer role on my development machine before creating connnection
    keys for these roles for the customer who owns the site (and is
    waiting with new Contribute licenses and eager but idle staff)?
    I just want to be able to test my site under these roles
    (using different passwords and username/email addresses), but there
    seems no obvious way to do this as Contribute seems to allow me to
    set up only one connection per URL, and also seems to want to wipe
    out my existing Admin connection if I come on in another role (from
    a connection key generated for a Publisher or Writer role).

    Two problems with that:
    1. Tried it by creating a connection key for a Publisher
    role, but invoking the key zaps the old connection, so I no longer
    have Administrator access without deleting then re-creating the
    connection and setting myself up as Admin again.
    2. When I went into the (new) connection as Publisher, it
    would let me connect and see pages, but would NOT allow editing of
    any pages (even though I had specifically looked when originally
    defining the role to make sure all editing privileges were -- or
    appeared to be -- intact).

  • Is it possible to do multiple prints per page on 4x6, on B110?

    The subject pretty much sums it up... I can do multiple prints per page on other sizes of paper (A4 etc), but there is no option to do so on 4x6.
    This is pretty annoying, because the Epson printer I was replacing can do this. The follow-up question, therefore, is if I can't do it through HP's software, if I re-download Epson Easy Photoprint will I be able to use it for the HP printer?
    Thanks.

    Hi Don,
    Im afraid on the autonmous platform you can not map multiple WLANS to a single vlan.
    "Satisfaction does not come from knowing the solution, it comes from knowing why." - Rosalind Franklin
    ‎"I'm in a serious relationship with my Wi-Fi. You could say we have a connection."

  • Data Merge Multiple Records Per Page Greyed Out

    I am using InDesign cs5.5. I am attempting to create a catalog with the data merge option. I am attempting to do a data merge from the Master Page.
    As you can see in the image, I have inserted my fields from the data source file. All images, original file, and data source file are in the same folder. I am inserting this info on the left sheet of the master file. When I select "Create Merged Document" the "select multiple records per page" is greyed out, however, there is plenty of room on the page for the 8 records I want it to show. See image below.
    After watching tutorials, reading, etc. I made sure that my document does not have facing pages. I deleted my "page 2" to avoid that conflict. I made sure that the placeholder "allows overwrite from the master". I also deleted my "cache"/settings" by doing "ctrl, alt, shift" when reopening the program. I read that it may be because the files need to be on the right hand sheet of the master, however, when I move my info to the right sheet, I get the following message.
    I have watched the tutorial videos, read the entire help section regarding data merge, and have correctly created my data source file. I've tried everything I've seen on the forums, apart from uninstalling and reinstalling. Please tell me that someone can help me figure this out as soon as possible. I'm in crunch time!
    Thanks a lot.

    Thanks Peter. That helped me un-grey the multiple records. I was able to complete a data merge, however, this is what happens.
    As you can see in this image, I have the margins setup the way I prefer, and the data merge previews correctly.
    Once I click to merge, this is the new document I get - it's only putting one record per page (even though the multiple records per page is selected), and it inserts this layout, not onto actual pages in indesign. It looks reall odd.
    And when you scroll down,
    Any suggestions on fixing this?
    Also, my InDesign freezes up when I try and do a merge of my entire sheet (182 items). The images above are when I tested doing just records 1-32.
    Thanks in advance and thanks for being so prompt yesterday. Very helpful.

  • Problems with multiple connections in the same transaction

    Hi all !
              I'm have two questions regarding the way weblogic handles multiple
              connections.
              1) first, I don't understand why weblogic always create a new Managed
              Connection when I'm asking for 2 connection handles on the same connection
              factory and with the same connectionRequestInfo. Isn't it supposed to share
              connections ?
              For instance, the following snippet of code results in the creation of 2
              managed connections:
              ConnHandle conn1 = myCF.getConnection(myRequInfo);
              ConnHandle conn2 = myCF.getConnection(myRequInfo);
              The class corresponding to myRequInfo does implement the equals and hash
              method, so that weblogic's connection manager could use them to check that
              the queried connections are the same, and thus could share a single
              ManagedConnection between multiple connection handles. Apparantly it does
              not do that...
              2) OK, I just let weblogic create the 2 managed connections, but... My use
              of the connections is as part of a transaction. Here is what happens:
              ConnHandle conn1 = myCF.getConnection(myRequInfo);
              // a new managedConn1 is instanciated. the following happens (just a
              description)
              // xar1 = managedConn1.getXAResource()
              // xar1.start(NOFLAGS)
              // I use the conn1 handle
              conn1.close();
              //xar1.end(SUSPEND)
              ConnHandle conn2 = myCF.getConnection(myRequiInfo);
              // a new managed connection managedConn2 is instanciated.
              // xar2 = managedConn2.getXAResource();
              // xar2.start(RESUME)
              // I use conn2 handle
              conn2.close();
              // xar2.end(SUSPEND);
              // my bean returns from the remote invocation
              // the client of the bean asks to commit (using UerTransaction.commit on the
              client side)
              // xar2.end(SUCCESS)
              // xar2.commit(onePhase=true);
              // managedConn2.cleanup();
              And that's all. So, as one can see, managedConn1.cleanup was never called.
              When looking in the weblogic console, I can see that I have one connection
              with 0 handle and one with 1 handle, deemed as still being in a transaction.
              So, the conenction manager apparantly loses a managed connection during the
              transaction. And it's very very bad because after a couple of transactions,
              I'm running out of managed connections (I had set a limit of 10).
              Any one has seen such a weird behavior ? Is this a problem on my side, or
              weblogic's ? Thanks for your help.
              Sylvain
              

              I ran another test. This time I have a bean that makes use of a connector
              once per method invocation. The bean method invoked is "sayHello" and it
              gets a connection to the EIS, perform an operation on it and release it. The
              connector I developed uses XA transactions.
              My test client just calls 3 times myBean.sayHello().
              I can distinguish two cases:
              1) first, the client doesn't do transaction demarcation. In this case, since
              the sayHello method is marked as requiring transaction, the folowing happens
              in the bean:
              // **** first invocation of the bean
              connHandle = myCF.getConnection();
              // managedConn1 is instanciated
              // xar1 = managedConn1.getXAResource()
              // xar1.start(NOFLAGS);
              // managedConn1.getConnection gives a connection handle
              connHandle.doSomeWork();
              connHandle.close()
              // xar1.end(SUCCESS);
              // the bean returns from its invocation
              // xar1.commit(onePhase=true)
              // managedConn1.cleanup()
              // **** second invocation of the bean
              connHandle = myCF.getConnection();
              // managedConnectionFactory.matchManagedConnection is called. It returns the
              managed connection (managedConn1) that is in the passed set
              // xar1 = managedConn1.getXAResource()
              // xar1.start(NOFLAGS);
              // managedConn1.getConnection gives a connection handle
              connHandle.doSomeWork();
              connHandle.close
              // xar1.end(SUCCESS);
              // the bean returns from its invocation
              // xar1.commit(onePhase=true)
              // managedConn1.cleanup()
              // **** third invocation of the bean
              connHandle = myCF.getConnection();
              // managedConnectionFactory.matchManagedConnection is called. It returns the
              managed connection (managedConn1) that is in the passed set
              // xar1 = managedConn1.getXAResource()
              // xar1.start(NOFLAGS);
              // managedConn1.getConnection gives a connection handle
              connHandle.doSomeWork();
              connHandle.close
              // xar1.end(SUCCESS);
              // the bean returns from its invocation
              // xar1.commit(onePhase=true)
              // managedConn1.cleanup()
              2) second case : the client performs transaction demarcation. In that case,
              the connection manager instanciates 3 managed connections, calls start/end
              on each XAResource corresponding to each managed connection, calls commit
              once, but also calls cleanup only once, leaving 2 lost managed connections
              The client looks like this:
              UserTransaction utx = context.lookup("javax/transaction/UserTransaction");
              utx.begin();
              MyBean myBean = ctx.lookup(".......");
              myBean.sayHello();
              myBean.sayHello();
              myBean.sayHello();
              utx.commit();
              on the server the following happens:
              // **** first invocation of the bean
              connHandle = myCF.getConnection();
              // managedConn1 is instanciated
              // xar1 = managedConn1.getXAResource()
              // xar1.start(NOFLAGS);
              // managedConn1.getConnection gives a connection handle
              connHandle.doSomeWork();
              connHandle.close()
              // xar1.end(SUSPEND);
              // the bean returns from its invocation
              // **** second invocation of the bean
              connHandle = myCF.getConnection();
              // managedConn2 is instanciated
              // xar2 = managedConn2.getXAResource()
              // xar1.isSameRM(xar2) is called. returns true
              // xar2.start(RESUME);
              // managedConn2.getConnection gives a connection handle
              connHandle.doSomeWork();
              connHandle.close()
              // xar2.end(SUSPEND);
              // the bean returns from its invocation
              // **** third invocation of the bean
              connHandle = myCF.getConnection();
              // managedConn3 is instanciated
              // xar3 = managedConn3.getXAResource()
              // xar2.isSameRM(xar3) is called. returns true
              // xar3.start(RESUME);
              // managedConn3.getConnection gives a connection handle
              connHandle.doSomeWork();
              connHandle.close()
              // xar3.end(SUSPEND);
              // the bean returns from its invocation
              // the client invokes commit on the UserTransaction
              // xar3.end(SUCCESS);
              // xar3.commit(onephase = true);
              // managedConn3.cleanup();
              And so, managedConn1 and managedConn2 got lost in the way...
              What's more puzzling, it's that when monitoring my connector with the
              console, I can see that there are 3 connections. 2 declared as still having
              one handle used and being in transaction, and one not in transaction and
              with 0 active handle. BUT when monitoring the JTA part of the server, I can
              see that there has been 1 transaction that committed, and no connection is
              "in flight" as the console says. So, on one side the console says 2 managed
              connections are still part of a transaction while on the other it says that
              no transactions are currently in flight.
              Thanks for any kind of help on this very bizarre behavior.
              Sylvain
              

  • ITunes is crashing multiple times per day

    For the past few months iTunes has been crashing multiple times per day. Most of the time I'm not even using it. I'll get up in the morning or come home from work and have the problem report message on the screen. Sometimes it does happen while I am using it. I've reinstalled iTunes multiple times and I've repaired permissions.
    Process:         iTunes [12862]
    Path:            /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier:      com.apple.iTunes
    Version:         11.1.5 (11.1.5)
    Build Info:      iTunes-1115011001005005~2
    Code Type:       X86-64 (Native)
    Parent Process:  launchd [157]
    Responsible:     iTunes [12862]
    User ID:         501
    Date/Time:       2014-03-15 14:01:41.631 -0400
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  E53B8E2D-FAA5-472F-59A0-CFB1D37B192B
    Sleep/Wake UUID: 8A30FCD9-33EA-4A98-B962-6AE8FF9D21BB
    Crashed Thread:  0  iTunes main  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x000000010c0fc000
    VM Regions Near 0x10c0fc000:
        MALLOC_LARGE           000000010bffc000-000000010c0fc000 [ 1024K] rw-/rwx SM=PRV 
    -->
        mapped file            000000010c117000-000000010c644000 [ 5300K] rw-/rwx SM=COW  /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/Resources/Extras2.rsrc
    Thread 0 Crashed:: iTunes main  Dispatch queue: com.apple.main-thread
    0   libsystem_c.dylib                       0x00007fff98f34768 strlen + 72
    1   com.apple.CoreFoundation                0x00007fff8cb56e0e CFStringCreateWithCString + 30
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x00007fff8cb13662 kevent64 + 10
    1   libdispatch.dylib                       0x00007fff95cd843d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib                       0x00007fff95cd8152 _dispatch_mgr_thread + 52
    Thread 2:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8cc77811 CFRunLoopRun + 97
    6   com.apple.mobiledevice                  0x0000000108f48701 __thr_AMRegisterForCallbacks + 217
    7   libdispatch.dylib                       0x00007fff95cd62ad _dispatch_client_callout + 8
    8   libdispatch.dylib                       0x00007fff95cd809e _dispatch_root_queue_drain + 326
    9   libdispatch.dylib                       0x00007fff95cd9193 _dispatch_worker_thread2 + 40
    10  libsystem_pthread.dylib                 0x00007fff9a690ef8 _pthread_wqthread + 314
    11  libsystem_pthread.dylib                 0x00007fff9a693fb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib                  0x00007fff8cb12e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9a690f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9a693fb9 start_wqthread + 13
    Thread 4:
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8cc77811 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000102058403 0x10203d000 + 111619
    7   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    8   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 5:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x00007fff8cb129aa __select + 10
    1   com.apple.CoreFoundation                0x00007fff8cc0eb83 __CFSocketManager + 867
    2   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    3   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    4   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8cc77811 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x00000001025697f0 0x10203d000 + 5425136
    7   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    8   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib                  0x00007fff8cb12716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9a691c3b _pthread_cond_wait + 727
    2   com.apple.iTunes                        0x00000001020413cb 0x10203d000 + 17355
    3   com.apple.iTunes                        0x0000000102041325 0x10203d000 + 17189
    4   com.apple.iTunes                        0x00000001022b12f6 0x10203d000 + 2573046
    5   com.apple.iTunes                        0x00000001022b12cd 0x10203d000 + 2573005
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.iTunes                        0x0000000102041483 0x10203d000 + 17539
    3   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    4   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    5   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib                  0x00007fff8cb12716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9a691c77 _pthread_cond_wait + 787
    2   com.apple.iTunes                        0x0000000102041408 0x10203d000 + 17416
    3   com.apple.iTunes                        0x00000001020c340f 0x10203d000 + 549903
    4   com.apple.iTunes                        0x00000001020c33ad 0x10203d000 + 549805
    5   com.apple.iTunes                        0x00000001020c321a 0x10203d000 + 549402
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib                  0x00007fff8cb11e02 __accept + 10
    1   com.apple.iTunes                        0x0000000102c82fbd 0x10203d000 + 12869565
    2   com.apple.iTunes                        0x0000000102c69fe3 0x10203d000 + 12767203
    3   com.apple.iTunes                        0x0000000102c69f26 0x10203d000 + 12767014
    4   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    5   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib                  0x00007fff8cb11e02 __accept + 10
    1   com.apple.iTunes                        0x0000000102c82fbd 0x10203d000 + 12869565
    2   com.apple.iTunes                        0x0000000102c69fe3 0x10203d000 + 12767203
    3   com.apple.iTunes                        0x0000000102c69f26 0x10203d000 + 12767014
    4   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    5   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    6   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    7   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8cc77811 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000102058403 0x10203d000 + 111619
    7   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    8   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 13:
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8cc77811 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000102058403 0x10203d000 + 111619
    7   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    8   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 14:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation                    0x00007fff92414967 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation                    0x00007fff9241476b __NSThread__main__ + 1318
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit                        0x00007fff8ec4c16e _NSEventThread + 144
    6   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8cc77811 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000102058403 0x10203d000 + 111619
    7   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    8   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 17:
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8cc77811 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000102058403 0x10203d000 + 111619
    7   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    8   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 18:
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8cc77811 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000102058403 0x10203d000 + 111619
    7   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    8   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 19:
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8cc77811 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000102058403 0x10203d000 + 111619
    7   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    8   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 20:
    0   libsystem_kernel.dylib                  0x00007fff8cb129aa __select + 10
    1   com.apple.AirTrafficHost                0x00000001118cc0de _readDictionary + 246
    2   com.apple.AirTrafficHost                0x00000001118cc892 ATProcessLinkCopyMessageFromChild + 182
    3   com.apple.AirTrafficHost                0x00000001118cb63a ATHostConnectionReadMessage + 82
    4   com.apple.iTunes                        0x000000010240f1ba 0x10203d000 + 4006330
    5   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    6   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 21:
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8cc77811 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000102058403 0x10203d000 + 111619
    7   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    8   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 22:
    0   libsystem_kernel.dylib                  0x00007fff8cb12e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9a690f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9a693fb9 start_wqthread + 13
    Thread 23:
    0   libsystem_kernel.dylib                  0x00007fff8cb129aa __select + 10
    1   com.apple.AirTrafficHost                0x00000001118cc0de _readDictionary + 246
    2   com.apple.AirTrafficHost                0x00000001118cc892 ATProcessLinkCopyMessageFromChild + 182
    3   com.apple.AirTrafficHost                0x00000001118cb63a ATHostConnectionReadMessage + 82
    4   com.apple.iTunes                        0x000000010240f1ba 0x10203d000 + 4006330
    5   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    6   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 24:
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.CoreFoundation                0x00007fff8cbc3155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation                0x00007fff8cbc2779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation                0x00007fff8cbc20b5 CFRunLoopRunSpecific + 309
    5   com.apple.CoreFoundation                0x00007fff8cc77811 CFRunLoopRun + 97
    6   com.apple.iTunes                        0x0000000102058403 0x10203d000 + 111619
    7   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    8   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    9   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    10  libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 25:
    0   libsystem_kernel.dylib                  0x00007fff8cb12716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9a691c77 _pthread_cond_wait + 787
    2   com.apple.iTunes                        0x0000000102041408 0x10203d000 + 17416
    3   com.apple.iTunes                        0x00000001024b7d57 0x10203d000 + 4697431
    4   com.apple.iTunes                        0x00000001024b8486 0x10203d000 + 4699270
    5   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    6   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 26:
    0   libsystem_kernel.dylib                  0x00007fff8cb12716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9a691c3b _pthread_cond_wait + 727
    2   com.apple.iTunes                        0x00000001020413cb 0x10203d000 + 17355
    3   com.apple.iTunes                        0x00000001020c340f 0x10203d000 + 549903
    4   com.apple.iTunes                        0x00000001020c33ad 0x10203d000 + 549805
    5   com.apple.iTunes                        0x00000001020c321a 0x10203d000 + 549402
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 27:
    0   libsystem_kernel.dylib                  0x00007fff8cb12a3a __semwait_signal + 10
    1   libsystem_c.dylib                       0x00007fff98faedc0 nanosleep + 200
    2   com.apple.iTunes                        0x0000000102cd67b0 0x10203d000 + 13211568
    3   com.apple.iTunes                        0x00000001024a3e48 0x10203d000 + 4615752
    4   com.apple.iTunes                        0x00000001024a5bb8 0x10203d000 + 4623288
    5   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    6   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 28:
    0   libsystem_kernel.dylib                  0x00007fff8cb129aa __select + 10
    1   com.apple.iTunes                        0x0000000102c43baa 0x10203d000 + 12610474
    2   com.apple.iTunes                        0x0000000102c435b0 0x10203d000 + 12608944
    3   com.apple.iTunes                        0x0000000102c43a9f 0x10203d000 + 12610207
    4   com.apple.iTunes                        0x0000000102c3ed91 0x10203d000 + 12590481
    5   com.apple.iTunes                        0x0000000102c3ee44 0x10203d000 + 12590660
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 29:
    0   libsystem_kernel.dylib                  0x00007fff8cb129aa __select + 10
    1   com.apple.iTunes                        0x0000000102c43baa 0x10203d000 + 12610474
    2   com.apple.iTunes                        0x0000000102c435b0 0x10203d000 + 12608944
    3   com.apple.iTunes                        0x0000000102c43a9f 0x10203d000 + 12610207
    4   com.apple.iTunes                        0x0000000102c3ed91 0x10203d000 + 12590481
    5   com.apple.iTunes                        0x0000000102c3ee44 0x10203d000 + 12590660
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 30:
    0   libsystem_kernel.dylib                  0x00007fff8cb129aa __select + 10
    1   com.apple.iTunes                        0x0000000102c43baa 0x10203d000 + 12610474
    2   com.apple.iTunes                        0x0000000102c435b0 0x10203d000 + 12608944
    3   com.apple.iTunes                        0x0000000102c4460d 0x10203d000 + 12613133
    4   com.apple.iTunes                        0x0000000102c4465e 0x10203d000 + 12613214
    5   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    6   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 31:
    0   libsystem_kernel.dylib                  0x00007fff8cb129aa __select + 10
    1   com.apple.iTunes                        0x0000000102c43baa 0x10203d000 + 12610474
    2   com.apple.iTunes                        0x0000000102c435b0 0x10203d000 + 12608944
    3   com.apple.iTunes                        0x0000000102c44556 0x10203d000 + 12612950
    4   com.apple.iTunes                        0x0000000102c4465e 0x10203d000 + 12613214
    5   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    6   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    7   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    8   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 32:
    0   libsystem_kernel.dylib                  0x00007fff8cb12716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9a691c3b _pthread_cond_wait + 727
    2   com.apple.iTunes                        0x00000001020413cb 0x10203d000 + 17355
    3   com.apple.iTunes                        0x00000001020c340f 0x10203d000 + 549903
    4   com.apple.iTunes                        0x00000001020c33ad 0x10203d000 + 549805
    5   com.apple.iTunes                        0x00000001020c321a 0x10203d000 + 549402
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 33:
    0   libsystem_kernel.dylib                  0x00007fff8cb12716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9a691c3b _pthread_cond_wait + 727
    2   com.apple.iTunes                        0x00000001020413cb 0x10203d000 + 17355
    3   com.apple.iTunes                        0x00000001020c340f 0x10203d000 + 549903
    4   com.apple.iTunes                        0x00000001020c33ad 0x10203d000 + 549805
    5   com.apple.iTunes                        0x00000001020c321a 0x10203d000 + 549402
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 34:
    0   libsystem_kernel.dylib                  0x00007fff8cb12716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9a691c3b _pthread_cond_wait + 727
    2   com.apple.iTunes                        0x00000001020413cb 0x10203d000 + 17355
    3   com.apple.iTunes                        0x00000001020c340f 0x10203d000 + 549903
    4   com.apple.iTunes                        0x00000001020c33ad 0x10203d000 + 549805
    5   com.apple.iTunes                        0x00000001020c321a 0x10203d000 + 549402
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 35:
    0   libsystem_kernel.dylib                  0x00007fff8cb12716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9a691c3b _pthread_cond_wait + 727
    2   com.apple.iTunes                        0x00000001020413cb 0x10203d000 + 17355
    3   com.apple.iTunes                        0x00000001020c340f 0x10203d000 + 549903
    4   com.apple.iTunes                        0x00000001020c33ad 0x10203d000 + 549805
    5   com.apple.iTunes                        0x00000001020c321a 0x10203d000 + 549402
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 36:: com.apple.audio.IOThread.client
    0   libsystem_kernel.dylib                  0x00007fff8cb0ea1a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x00007fff8cb0dd18 mach_msg + 64
    2   com.apple.audio.CoreAudio               0x00007fff9600f918 HALB_MachPort::SendMessageWithReply(unsigned int, unsigned int, unsigned int, unsigned int, mach_msg_header_t*, bool, unsigned int) + 98
    3   com.apple.audio.CoreAudio               0x00007fff9600f8a6 HALB_MachPort::SendSimpleMessageWithSimpleReply(unsigned int, unsigned int, int, int&, bool, unsigned int) + 42
    4   com.apple.audio.CoreAudio               0x00007fff9600e02e HALC_ProxyIOContext::IOWorkLoop() + 950
    5   com.apple.audio.CoreAudio               0x00007fff9600dbcd HALC_ProxyIOContext::IOThreadEntry(void*) + 97
    6   com.apple.audio.CoreAudio               0x00007fff9600da8d HALB_IOThread::Entry(void*) + 75
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 37:
    0   libsystem_kernel.dylib                  0x00007fff8cb12e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9a690f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9a693fb9 start_wqthread + 13
    Thread 38:
    0   libsystem_kernel.dylib                  0x00007fff8cb12e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x00007fff9a690f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib                 0x00007fff9a693fb9 start_wqthread + 13
    Thread 39:
    0   libsystem_kernel.dylib                  0x00007fff8cb12716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9a691c77 _pthread_cond_wait + 787
    2   com.apple.iTunes                        0x0000000102041408 0x10203d000 + 17416
    3   com.apple.iTunes                        0x00000001020c340f 0x10203d000 + 549903
    4   com.apple.iTunes                        0x00000001020c33ad 0x10203d000 + 549805
    5   com.apple.iTunes                        0x00000001020c321a 0x10203d000 + 549402
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 40:
    0   libsystem_kernel.dylib                  0x00007fff8cb12716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9a691c77 _pthread_cond_wait + 787
    2   com.apple.iTunes                        0x0000000102041408 0x10203d000 + 17416
    3   com.apple.iTunes                        0x00000001020c340f 0x10203d000 + 549903
    4   com.apple.iTunes                        0x00000001020c33ad 0x10203d000 + 549805
    5   com.apple.iTunes                        0x00000001020c321a 0x10203d000 + 549402
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 41:
    0   libsystem_kernel.dylib                  0x00007fff8cb12716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9a691c77 _pthread_cond_wait + 787
    2   com.apple.iTunes                        0x0000000102041408 0x10203d000 + 17416
    3   com.apple.iTunes                        0x00000001020c340f 0x10203d000 + 549903
    4   com.apple.iTunes                        0x00000001020c33ad 0x10203d000 + 549805
    5   com.apple.iTunes                        0x00000001020c321a 0x10203d000 + 549402
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 42:
    0   libsystem_kernel.dylib                  0x00007fff8cb12716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x00007fff9a691c77 _pthread_cond_wait + 787
    2   com.apple.iTunes                        0x0000000102041408 0x10203d000 + 17416
    3   com.apple.iTunes                        0x00000001020c340f 0x10203d000 + 549903
    4   com.apple.iTunes                        0x00000001020c33ad 0x10203d000 + 549805
    5   com.apple.iTunes                        0x00000001020c321a 0x10203d000 + 549402
    6   com.apple.iTunes                        0x000000010204208d 0x10203d000 + 20621
    7   libsystem_pthread.dylib                 0x00007fff9a68f899 _pthread_body + 138
    8   libsystem_pthread.dylib                 0x00007fff9a68f72a _pthread_start + 137
    9   libsystem_pthread.dylib                 0x00007fff9a693fc9 thread_start + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0xffffffffffffc000  rbx: 0x000000010bfc40ae  rcx: 0x000000000000000e  rdx: 0x000000010bfc40ae
      rdi: 0x000000010c0fc000  rsi: 0x0000000000000000  rbp: 0x00007fff5dbbdd60  rsp: 0x00007fff5dbbdd60
       r8: 0x00007fff5dbbdf6c   r9: 0x0000000000000000  r10: 0x00000000000001fa  r11: 0x000061000147c3a1
      r12: 0x00007fb455a5b738  r13: 0x0000000000000000  r14: 0x0000000008000100  r15: 0x0000000000000000
      rip: 0x00007fff98f34768  rfl: 0x0000000000010206  cr2: 0x000000010c0fc000
    Logical CPU:     0
    Error Code:      0x00000004
    Trap Number:     14
    Binary Images:
           0x10203d000 -        0x1036e7ff7  com.apple.iTunes (11.1.5 - 11.1.5) <3598851A-8792-30BD-861C-7E5BC8C141B1> /Applications/iTunes.app/Contents/MacOS/iTunes
           0x103ac1000 -        0x103b41ff7  com.apple.iTunes.iPodUpdater (10.7 - 10.7) <2709E6B0-39E2-3D75-92E3-E9F27C307C4A> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
           0x103b82000 -        0x103badff7  com.apple.avfoundationcf (2.0 - 138.1) <AB1DD559-FD70-39FE-8AE1-632CCA8040A2> /System/Library/PrivateFrameworks/AVFoundationCF.framework/Versions/A/AVFoundat ionCF
           0x103be8000 -        0x103f06fe7  com.apple.iad.iAdCore (1.0 - 1) <9E8CC242-A900-3BD1-B044-F07F592B9B3D> /Applications/iTunes.app/Contents/Frameworks/iAdCore.framework/Versions/A/iAdCo re
           0x103fd2000 -        0x103fd6fff  com.apple.agl (3.2.3 - AGL-3.2.3) <1B85306F-D2BF-3FE3-9915-165237B491EB> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
           0x103fdf000 -        0x103fe2fff  com.apple.iPod (1.7 - 20) <9B9FD104-A8EE-3884-8610-B06700AC344E> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
           0x103fec000 -        0x104318ff7 +libgnsdk_dsp.1.9.5.dylib (1.9.5) <14636B08-4D26-54CA-3EE8-247B2B708AF0> /Applications/iTunes.app/Contents/MacOS/libgnsdk_dsp.1.9.5.dylib
           0x104342000 -        0x104379ff7 +libgnsdk_musicid.1.9.5.dylib (1.9.5) <C034C2ED-6A46-315F-89C8-8D54A937B255> /Applications/iTunes.app/Contents/MacOS/libgnsdk_musicid.1.9.5.dylib
           0x10438e000 -        0x104464fe7 +libgnsdk_sdkmanager.1.9.5.dylib (1.9.5) <D144E870-FABC-E19E-452E-A33D19595B19> /Applications/iTunes.app/Contents/MacOS/libgnsdk_sdkmanager.1.9.5.dylib
           0x104486000 -        0x1044c9ff7 +libgnsdk_submit.1.9.5.dylib (1.9.5) <6689251D-098B-0F8D-08CC-785271E98540> /Applications/iTunes.app/Contents/MacOS/libgnsdk_submit.1.9.5.dylib
           0x104786000 -        0x104788ff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
           0x104905000 -        0x104909ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.0 - 2.6.0f1) <82D2F703-F961-3298-B06F-14B772D23C7B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
           0x10494b000 -        0x10494eff7  com.apple.QuartzComposer.iTunesPlugIn (1.4 - 18) <08330444-D369-3B4F-AE16-8E48F771CEEB> /Library/iTunes/iTunes Plug-ins/Quartz Composer Visualizer.bundle/Contents/MacOS/Quartz Composer Visualizer
           0x106348000 -        0x1070bdfff  com.apple.CoreFP (2.5.16 - 2.5.16) <1C390A93-4187-37E7-8A7E-4417876F069B> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
           0x10896e000 -        0x108aa2ff7  com.apple.CoreADI (1.34.0 - 1.34.0) <33B6ECA7-680E-3517-A1C1-9785BA022516> /System/Library/PrivateFrameworks/CoreADI.framework/CoreADI
           0x108aa9000 -        0x108c7afff  com.apple.audio.units.Components (1.10 - 1.10) <7AB53801-51BD-347E-B267-BCF71C15C023> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
           0x108ec3000 -        0x108fb4ff7  com.apple.mobiledevice (710.5 - 710.5) <C250816A-3B97-329D-9F6B-38DACA981CED> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
           0x109019000 -        0x10920ffff  com.apple.audio.codecs.Components (4.0 - 4.0) <604485EE-4446-308F-9460-0A6CE9C2D98C> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
           0x109d2a000 -        0x109d30ff7  com.apple.BookKit (1.0.1 - 158) <34C7F87F-63B6-3E53-A7B1-8A6656405F41> /System/Library/PrivateFrameworks/BookKit.framework/BookKit
           0x1108da000 -        0x110986ff7  com.apple.AppleGVAFramework (7.1.10 - 7.1.10) <3FD3AD06-ADCA-3F90-931C-9B8011328C87> /System/Library/PrivateFrameworks/AppleGVA.framework/AppleGVA
           0x110a37000 -        0x110a4afff  com.apple.MediaLibrary (1.0.1 - 637.4) <BEFCD118-85B1-3BD2-B9E2-47F939E757D5> /System/Library/Frameworks/MediaLibrary.framework/MediaLibrary
           0x1118c9000 -        0x111a4afff  com.apple.AirTrafficHost (351.6 - 351.6) <64B45992-C1BA-35B5-9158-732748DF6B5D> /System/Library/PrivateFrameworks/AirTrafficHost.framework/AirTrafficHost
           0x112624000 -        0x11266bff7  com.apple. AMDRadeonVADriver (1.20.11 - 1.2.0) <D70E0DAA-D4DB-342C-B9EC-B3053F57D6AE> /System/Library/Extensions/AMDRadeonVADriver.bundle/Contents/MacOS/AMDRadeonVAD river
        0x7fff69a86000 -     0x7fff69ab9817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
        0x7fff8c9d4000 -     0x7fff8c9dbff8  liblaunch.dylib (842.90.1) <38D1AB2C-A476-385F-8EA8-7AB604CA1F89> /usr/lib/system/liblaunch.dylib
        0x7fff8ca34000 -     0x7fff8ca79ffe  com.apple.HIServices (1.22 - 467.2) <B7FCF008-C241-3862-BC63-E6EF4006A6E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
        0x7fff8ca7a000 -     0x7fff8cacbfff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
        0x7fff8cacc000 -     0x7fff8cad6ff7  libcsfde.dylib (380) <3A54B430-EC05-3DE9-86C3-00C1BEAC7F9B> /usr/lib/libcsfde.dylib
        0x7fff8cad7000 -     0x7fff8cafcff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/Chunking Library
        0x7fff8cafd000 -     0x7fff8cb19ff7  libsystem_kernel.dylib (2422.90.20) <20E00C54-9222-359F-BD98-CB79ABED769A> /usr/lib/system/libsystem_kernel.dylib
        0x7fff8cb1a000 -     0x7fff8cb1afff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
        0x7fff8cb1b000 -     0x7fff8cb40ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
        0x7fff8cb44000 -     0x7fff8cb51ff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
        0x7fff8cb52000 -     0x7fff8cd37fff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
        0x7fff8cd3d000 -     0x7fff8cd4dffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
        0x7fff8cd4e000 -     0x7fff8cdb2fff  com.apple.datadetectorscore (5.0 - 354.3) <B92E87D1-2045-3AB2-AE3F-8F948B30518A> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
        0x7fff8cdb3000 -     0x7fff8cddcfff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
        0x7fff8cddd000 -     0x7fff8cde1fff  com.apple.IOAccelerator (98.14 - 98.14) <13EE735B-BD43-3E9B-9908-E423A17C4517> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelera tor
        0x7fff8ce05000 -     0x7fff8ce0effb  com.apple.CommonAuth (4.0 - 2.0) <70FDDA03-7B44-37EC-B78E-3EC3C8505C76> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
        0x7fff8ce0f000 -     0x7fff8ce0ffff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
        0x7fff8ce10000 -     0x7fff8ceeffff  libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib
        0x7fff8d182000 -     0x7fff8d190fff  com.apple.opengl (9.6.0 - 9.6.0) <709F4A02-73A0-303C-86B5-85C596C8B707> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
        0x7fff8d191000 -     0x7fff8d198fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
        0x7fff8d199000 -     0x7fff8d229fff  com.apple.Metadata (10.7.0 - 800.23) <BFEE576F-D779-300B-B685-26A3A008710A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
        0x7fff8d22a000 -     0x7fff8d22affd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
        0x7fff8d22b000 -     0x7fff8d233fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
        0x7fff8d234000 -     0x7fff8d258fff  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
        0x7fff8d2ce000 -     0x7fff8d2fdff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
        0x7fff8d33c000 -     0x7fff8d47dfff  com.apple.QTKit (7.7.3 - 2826.17) <ADA1EF77-57D2-3E7E-8526-8F0B732C1218> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
        0x7fff8d47e000 -     0x7fff8d480fff  com.apple.loginsupport (1.0 - 1) <4FBB283B-5BBD-3918-AC89-3A7286CFA145> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsu pport.framework/Versions/A/loginsupport
        0x7fff8d481000 -     0x7fff8d493fff  com.apple.login (3.0 - 3.0) <8342C3B7-8363-36BE-B5B6-CD81166AEC24> /System/Library/PrivateFrameworks/login.framework/Versions/A/login
        0x7fff8d494000 -     0x7fff8d4a3ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
        0x7fff8d880000 -     0x7fff8d880fff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
        0x7fff8daff000 -     0x7fff8dbafff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
        0x7fff8dbba000 -     0x7fff8dc72ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
        0x7fff8dc7a000 -     0x7fff8dcd9fff  com.apple.framework.CoreWLAN (4.3.2 - 432.47) <AE6FAE44-918C-301C-A0AA-C65CAB6B5668> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
        0x7fff8dcda000 -     0x7fff8e010fff  com.apple.MediaToolbox (1.0 - 1273.49) <AB8ED666-6D15-3367-A033-F4A8AD33C4E0> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
        0x7fff8e0dd000 -     0x7fff8e0f8fff  com.apple.DistributionKit (700 - 846) <E4562C9C-9367-3C8E-87C2-80C6C0C7B187> /System/Library/PrivateFrameworks/Install.framework/Frameworks/DistributionKit. framework/Versions/A/DistributionKit
        0x7fff8e0f9000 -     0x7fff8e111ff7  com.apple.GenerationalStorage (2.0 - 160.2) <79629AC7-896F-3302-8AC1-4939020F08C3> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
        0x7fff8e112000 -     0x7fff8e158fff  com.apple.DiskManagement (6.1 - 744.1) <3DD4CD10-4476-334C-8C4B-991A85AAC272> /System/Library/PrivateFrameworks/DiskManagement.framework/Versions/A/DiskManag ement
        0x7fff8e159000 -     0x7fff8e15efff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
        0x7fff8e173000 -     0x7fff8e1e0fff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Vers

    Read this whole message before doing anything.
    Back up all data.
    Quit iTunes if it’s running.
    Step 1
    Hold down the option key and select
    Go ▹ Library
    from the Finder menu bar. Move the following items from the Library folder to the Trash, if they exist:
    Caches/com.apple.iTunes
    Caches/QCCompositionRepository-com.apple.iTunes.cache
    Saved Application State/com.apple.iTunes.savedState
    Leave the Library folder open. Try iTunes again. If it works now, stop here. Close the Library folder.
    Step 2
    If you still have problems, quit iTunes again. Go back to the Finder and move the following item from the open Library folder to the Desktop:
    iTunes
    Note: you are not moving the iTunes application. You’re moving a folder named “iTunes.”
    Test. If iTunes now works, delete the iTunes folder on the Desktop. Otherwise, quit iTunes again. Put back the folder you moved, overwriting the newer one that may have been created in its place, and continue.
    Step 3
    In the Preferences subfolder, there may be several files having names that begin with either of the following strings:
    com.apple.iTunes
    com.apple.mobile.iTunes
    Move them all to the Desktop.
    Also in the Preferences folder, there's a subfolder named "ByHost". Open it and do the same thing.
    Test again. This time iTunes should perform normally, but your settings will be lost. You may be able to put back some of the files you moved to the Desktop in this step. Relaunch and test after each one. Eventually you should find one or more that causes iTunes to malfunction. Delete those files and recreate whatever settings they contained.
    If the issue is still not resolved, quit iTunes again and put all the items you moved to the Desktop back where they were. You don’t need to replace the items you moved to the Trash. Stop here and post again.
    If you later decide that you don’t like the results of steps 2 and 3, you can undo them completely by quitting iTunes and restoring the items you deleted in those steps from your backup.

  • Netctl multiple connections?

    Hello,
    I welcome myself to a new distro & a new forum!
    i just installed and configured my machine, when i saw the news: "users are urged to move to using netctl".
    but, the k.i.s.s. (or is it k.i.s.?) principle makes it easy & transparent...
    so, no problem there.
    i was just wondering if it's possible to have multiple connections with netctl?
    i have mobile broadband plus the option to connect to an open wlan.
    with netctl, i can only connect to either one.
    however i set up ppp0 to connect as per this wiki article.
    so, i connect wlan with netctl, and i connect mobile broadband with pppd.
    a small network monitor panel applet tells me now that both connections are up (although i don't see any movement in the mobile broadband connection).
    can ntctl handle 2 connections simultaneously or is my current setup the best?
    regards,
    o.

    This is not very important since my network connections are both working.
    however, this is something i have been wondering for a long while. and hoping to achieve, since both connections are very poor at times, so some kind of combining of bandwidth is what i'm looking for. if that is even possible.
    i websearched "linux multiple network connections"; the results suggest that this is possible, but it's way beyond my abilities at this moment.
    i'd love to learn more about networking but don't know where to start...
    but maybe suitable utilities already exist?
    trying to provide more info:
    i'm using 2 adapters, mobile broadband/3G:
    $ lsusb | grep Huawei
    Bus 002 Device 004: ID 12d1:1003 Huawei Technologies Co., Ltd. E220 HSDPA Modem / E230/E270/E870 HSDPA/HSUPA Modem
    $ dmesg | grep HUAWEI
    [ 3.921232] scsi 7:0:0:0: CD-ROM HUAWEI Mass Storage 2.31 PQ: 0 ANSI: 2
    [ 3.921973] scsi 8:0:0:0: Direct-Access HUAWEI SD Storage 2.31 PQ: 0 ANSI: 2
    and wlan, hardinfo says:
    Ethernet controller        : Atheros Communications Inc. AR242x / AR542x Wireless Network Adapter
    dmesg | grep Atheros
    [ 7.415481] ath5k: phy0: Atheros AR2425 chip found (MAC: 0xe2, PHY: 0x70)
    i set up my mobile broadband connection as per the link in the first post.
    i set up netctl as per the wiki article for both wlan and mobile broadband.
    all settings are defaults taken straight from arch linux wiki pages, but i can supply more info if needed.
    my archlinux is a very recent install (~2 weeks) with 1 kernel upgrade so far:
    # uname -a
    Linux xxx 3.9.0-2-ARCH #1 SMP PREEMPT Tue Apr 30 09:48:29 CEST 2013 x86_64 GNU/Linux
    so, with or without netctl, is it possible to have multiple network connections up and working together? joining forces, so to speak?

  • Multiple connections to the same port

    Hi,
    I'm trying to develop a server to which multiple user must be able to connect to. I want the server running at one predefined port (1666 for example) and all users should be able to connect to it. Since Sockets can only handle one connection per port, how can I make users redirect to another port after they have connect to 1666, so it's free for another user to connect? Or is there any other solution?
    Many thanks in advance.

    Ain't I doing that right now? Here's the code I use for accepting connections:
                while(true) {
                    try {
                        ServerSocket ss = new ServerSocket(PORT);
                        Socket client = ss.accept();
                        this.state = "client";
                        this.client = client;
                        Thread clientT = new Thread(this);
                        clientT.start();
                        try {
                            Thread.sleep(100);
                        } catch(InterruptedException ie) { }
                        client = new Socket();
                    } catch(IOException io) {
                        System.out.println("[" + new java.util.Date().toString() + "] IOError: " + io);
                }Anyway, thanks for your reply

  • Single  bill for multiple connections

    Dear All,
    Is it possible to print single bill for multiple connections ? This is my requirement Customer X having 2 connections for Water and 2 connections for Electricity.But we need to bill Electricity and water in a different bill ,but 2 connections for water and 2 connections for electricity should be billed in a single bill.We have created a separate contract accounts for 4 connections.
    Pls guide...
    Best Regards
    Jay

    Hi,
    I am not sure, if i completely understand your requirement.
    But as per my understanding, you have 4 installations, ( 2 for Water and 2 for Electricity) and you want to have a single invoice created for Electircity and water.
    So, its better to create a single contract account with multiple contracts.
    If you are creating multiple contract accounts, then it would create multiple invoices (one per contract account - regular scenario). So, please have a multiple contracts with single CA.
    Also, if you want to invoice all the contracts together, please find the option on contract for joint invoicing. (option 1).
    And, in case you want to bill two connections of electricity as one entity and two of water as one, so in this case, have two contract accounts one for Electricity and one as a part of water. And assign all the electricity contract to one CA and rest of water to another CA.
    Invoices are always created at contract account level and the billing documents are created at contract level.
    Hope this helps !!
    Regards,
    Rajesh Popat

  • AFP creating 2 connections per account

    Ok, it's the first time we are having all the kids in our class log in to the server. Once they log in, they are able to do all the normal stuff we allow them to do. Our problem is when I open Server Admin, I'm seeing double the connections in AFP.
    Right now, we have 32 students logged into to the server. AFP shows 64 students, each student is logged in twice in AFP.
    Not sure why this is happening, we have there home folders setup on the server, and we have shares mounted when they log in, but it's currently set to use the same user that is logged in for credentials.
    Last year we never had this issue, and it only seems to be a problem this year.
    Any help would be appreciated!

    Dear JGruber
    I have the same issue and done some research about it. These are my findings.
    I've set up my environment to be fully Kereborised. The issue I've encountered is that neither the "Connect as" (finder side bar) nor the "Connect to Server..." (Go menu) worked properly. Although users were able to access their home folder and group share points, it remained cumbersome to access the different other shares on the server.
    In resolving the issue I've found a way to get things working properly. I've used WGM to set some Preferences in the Computer and User Groups login panes: "Mount share point with user's name and settings". All worked great from now. I could access the shares and the using the commands: "Connect as" and "Connect to Server..."
    But from this point on, I was using two connections per user. It kind of makes sense? One to log in using Kereberos and one other used by the log in of the client system (Preference seting on server level).
    Although it was working, I still was not satisfied. On my 10.3 machine I could access the shares using Kereberos with just 1 user. Since this computer was not bound I always had to create a Kereberos ticket application manually utilizing the Kereberos application whih was populated automatically. So on I've tried to mimic the situation by doing the following:
    + disconnect all shares but the home
    + open manually the Kereberos application
    + kill the currently used ticket (all if needed)
    + create a new ticket for the logged in user
    Eureka, all was working perfectly. 1 user logged in. Access to the correct shares and then mentioned commands working as expected.
    Since I neither have the skills nor the time to learn, I've never scripted the solution as a log in script. So in the end:
    + I know that logging in and Kereberos ... not quite as expecting. It might be a bug?
    + I still have two logged AFP users.
    Oppose Camelot, I disagree that a user per connected share is the way it should be. A limited edition only allows 5 simultaneous AFP connections. So when a user requires access too 6 shares, ...
    Other point, supporting my disagreement. I only require 2 connections for 4 shares per user. So something is definitely not working as intended. And I've done quite some investigation on the topic (both web/manuals study and trial and error)
    Last but not least. I didn't post a solution, but maybe someone picks it up a find a decent solution/workaround.

Maybe you are looking for

  • IPod: Can I designate specific playlists I want to play in order/shuffle?

    With either the newer or older version of the iPod, is there a way I can designate a specific playlist to play in order or shuffle? I know with iTunes you can specify what playlists you can shuffle and ones that you don't. It's the iPod that I'm inte

  • Apps Servers Via SAPMMC

    We centralize our 3 apps servers on the central instance when starting and stopping SAP via sapmmc. Now, all of the sudden, I can only start the central instance and can't start/stop any of the apps server. I am getting "Cannot connect to sapservice

  • Order of execution of named method user properties and server script

    Dear All, If for a Custom method on an applet, we have scripts in WebApplet_preinvokemethod and WebApplet_invokemethod and also for the same Custom method we have applet Named Method user properties and BC Named Method user properties, what will be t

  • Indoc status 64

    i m new to ale idoc n created 2 clients 800(sender system) and 810(reciever system) all connections are well i got status message 03 and 30 and 01 and 12 in 800 . in client 810 i m getting status 64 "immediate processing not possible" status 50 "idoc

  • 4800 Can't find the named object

    Hi people, Does anyone know the cause of this message we're getting during a sync. The messages page says The named object cannot be found in the directory. What does named object and directory mean in this context ie does directory refer to the file