Is Lightroom expected to take hours to complete "Import from Catalog" or is something wrong?

Im trying to import a catalog with about 2500 images into a "master catalog" with about 1500 images. It has taken hours for it to complete checking duplicate and then do the import after that. I restarted and now it is working "checking for changed duplicate photos".
Is this meant to be atrociously slow or am I missing something?

Evidently this is designed to be attrociously slow...  I can't think of any good reason why we would see this result otherwise.  It's not like this is exactly a new issue with LR5.4...  Realistically, this is probably a fairly low priority item for the development team in comparison, say... to the develop module image processing performance.
On a system that, practially speaking, has no effective resource bottlenecks: 2013 Mac Pro with disk that averages 850+MB/s read and write, 64 GB or RAM, 24 CPU cores, and a whole lot of OpenGL/CL GPU available, This is still going to take HOURS...
LR 5.4 is "checking for changed duplicate photos" between two 137K photo catalogs (~2.8 GB each) where I expect there to be approximately >90% duplicates.
I am seeing negligible disk I/O and it appears that LR is constrained to a single thread on a single CPU core for the entire scan/compare loop across the catalog data.
A short sample of "iostat" results:
$ iostat 1
          disk0                 disk1                 disk3                cpu         load average
    KB/t tps  MB/s  KB/t tps  MB/s  KB/t tps  MB/s  us sy id      1m    5m  15m
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    4   0  95   2.22  1.96  1.86
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    4   0  96   2.22  1.96  1.86
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    4   0  96   2.22  1.96  1.86
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    4   0  96   2.22  1.96  1.86
    4.00  28  0.11     0.00   0  0.00     0.00   0  0.00    4   1  95   3.08  2.15  1.93
  13.51  35  0.46     0.00   0  0.00     0.00   0  0.00    4   0  95   3.08  2.15  1.93
    4.00    1  0.00     0.00   0  0.00     0.00   0  0.00    4   0  95   3.08  2.15  1.93
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    4   0  96   3.08  2.15  1.93
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    4   0  95   3.08  2.15  1.93
  65.07  75  4.76     0.00   0  0.00     0.00   0  0.00    5   1  94   3.00  2.14  1.93
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    4   0  96   3.00  2.14  1.93
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    4   0  95   3.00  2.14  1.93
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    5   1  94   3.00  2.14  1.93
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    4   0  96   3.00  2.14  1.93
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    5   0  94   3.00  2.16  1.93
    4.08  96  0.38     0.00   0  0.00     0.00   0  0.00    4   0  96   3.00  2.16  1.93
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    4   0  96   3.00  2.16  1.93
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    4   0  96   3.00  2.16  1.93
  13.02  51  0.65     0.00   0  0.00     0.00   0  0.00    4   0  95   3.00  2.16  1.93
    0.00    0  0.00     0.00   0  0.00     0.00   0  0.00    4   0  95   2.92  2.15  1.93
^C
Process Statistics:
Processes: 185 total, 3 running, 7 stuck, 175 sleeping, 980 threads                                                                                                                                                                                                  
Load Avg: 2.04, 2.13, 2.03 
CPU usage: 4.46% user, 0.78% sys, 94.74% idle 
SharedLibs: 352K resident, 0B data, 0B linkedit.
MemRegions: 143241 total, 8812M resident, 10M private, 1000M shared.
PhysMem: 15G used (3124M wired), 49G unused.
VM: 536G vsize, 1025M framework vsize, 0(0) swapins, 0(0) swapouts.
Networks: packets: 411925/102M in, 684453/694M out.
Disks: 494070/13G read, 341651/8620M written.
PID       COMMAND              %CPU     TIME        #TH       #WQ     #PORTS   #MREGS    MEM       RPRVT     PURG      CMPRS   VPRVT     VSIZE     PGRP    PPID    STATE       UID    
1363     Adobe Photoshop     100.5    91:02.75    37/1      1            368          11075         4191M+  4146M+    3356K     0B            18G+       20G       1363       282     running      501   
FAULTS       COW         MSGSENT      MSGRECV      SYSBSD      SYSMACH      CSW          PAGEINS   KPRVT     KSHRD     IDLEW       POWER
2271477+    428258+    406730+         29053+           3416239+    584050+         753600+     3110         38M          223M+      5883          100.5
Sampling the process via Mac OS Activity Monitor, the call graph shows that the "AsyncDataServer" thread is processing the majority of the workload during the "cheking for changed duplicate photos" phase of the catalog import.
Considering this appears to be a single thread attempting to process all of the catalog data iteratively, it would be my primary suspect to consider for more love and attention towards parallelization of this code, perhaps via OpenCL on the GPU if each comparison is discrete and meets the various criteria for efficient GPU processing, otherwise, at least refactor for multi-threaded execeution on the CPU(s)...
1947 Thread_305689: AsyncDataServer
    + 1945 thread_start  (in libsystem_pthread.dylib) + 13  [0x106101fc9]
    + ! 1945 _pthread_start  (in libsystem_pthread.dylib) + 137  [0x1060fd72a]
    + !   1945 _pthread_body  (in libsystem_pthread.dylib) + 138  [0x1060fd899]
    + !     1945 __NSThread__main__  (in Foundation) + 1318  [0x10309a76b]
    + !       1945 ???  (in AgSubstrate)  load address 0x1049e5000 + 0x1261b  [0x1049f761b]
    + !         1945 lua_pcall  (in AgKernel) + 101  [0x104876feb]
    + !           1945 ???  (in AgKernel)  load address 0x104875000 + 0xa16a  [0x10487f16a]
    + !             1945 ???  (in AgKernel)  load address 0x104875000 + 0x959d  [0x10487e59d]
    + !               1945 ???  (in AgKernel)  load address 0x104875000 + 0x9f12  [0x10487ef12]
    + !                 1945 ???  (in AgKernel)  load address 0x104875000 + 0x1814f  [0x10488d14f]
    + !                   1945 ???  (in AgKernel)  load address 0x104875000 + 0x9c3f  [0x10487ec3f]
    + !                     1945 AgLua_callWithAutoReleasePool  (in AgSubstrate) + 84  [0x104a03610]
    + !                       1945 lua_call  (in AgKernel) + 36  [0x104876f69]
    + !                         1945 ???  (in AgKernel)  load address 0x104875000 + 0x9f12  [0x10487ef12]
    + !                           1945 ???  (in AgKernel)  load address 0x104875000 + 0x1814f  [0x10488d14f]
    + !                             1945 ???  (in AgKernel)  load address 0x104875000 + 0x9c3f  [0x10487ec3f]
    + !                               1945 ???  (in AgKernel)  load address 0x104875000 + 0x4149  [0x104879149]
    + !                                 1945 lua_pcall  (in AgKernel) + 101  [0x104876feb]
    + !                                   1945 ???  (in AgKernel)  load address 0x104875000 + 0xa16a  [0x10487f16a]
    + !                                     1945 ???  (in AgKernel)  load address 0x104875000 + 0x959d  [0x10487e59d]
    + !                                       1945 ???  (in AgKernel)  load address 0x104875000 + 0x9f12  [0x10487ef12]
    + !                                         1945 ???  (in AgKernel)  load address 0x104875000 + 0x1814f  [0x10488d14f]
    + !                                           1945 ???  (in AgKernel)  load address 0x104875000 + 0x9c3f  [0x10487ec3f]
    + !                                             1945 ???  (in AgKernel)  load address 0x104875000 + 0x4149  [0x104879149]
    + !                                               1945 lua_pcall  (in AgKernel) + 101  [0x104876feb]
    + !                                                 1945 ???  (in AgKernel)  load address 0x104875000 + 0xa16a  [0x10487f16a]
    + !                                                   1945 ???  (in AgKernel)  load address 0x104875000 + 0x959d  [0x10487e59d]
    + !                                                     1945 ???  (in AgKernel)  load address 0x104875000 + 0x9f12  [0x10487ef12]
    + !                                                       1945 ???  (in AgKernel)  load address 0x104875000 + 0x1814f  [0x10488d14f]
    + !                                                         1945 ???  (in AgKernel)  load address 0x104875000 + 0x9c3f  [0x10487ec3f]
    + !                                                           1945 ???  (in AgKernel)  load address 0x104875000 + 0x4149  [0x104879149]
    + !                                                             1945 lua_pcall  (in AgKernel) + 101  [0x104876feb]
    + !                                                               1945 ???  (in AgKernel)  load address 0x104875000 + 0xa16a  [0x10487f16a]
    + !                                                                 1945 ???  (in AgKernel)  load address 0x104875000 + 0x959d  [0x10487e59d]
    + !                                                                   1945 ???  (in AgKernel)  load address 0x104875000 + 0x9f12  [0x10487ef12]
    + !                                                                     1945 ???  (in AgKernel)  load address 0x104875000 + 0x1814f  [0x10488d14f]
    + !                                                                       1945 ???  (in AgKernel)  load address 0x104875000 + 0x9c3f  [0x10487ec3f]
    + !                                                                         1945 AgLua_callWithAutoReleasePool  (in AgSubstrate) + 84  [0x104a03610]
    + !                                                                           1945 lua_call  (in AgKernel) + 36  [0x104876f69]
    + !                                                                             1945 ???  (in AgKernel)  load address 0x104875000 + 0x9f12  [0x10487ef12]
    + !                                                                               1945 ???  (in AgKernel)  load address 0x104875000 + 0x1814f  [0x10488d14f]
    + !                                                                                 1945 ???  (in AgKernel)  load address 0x104875000 + 0x9c3f  [0x10487ec3f]
    + !                                                                                   1945 ???  (in AgKernel)  load address 0x104875000 + 0x4149  [0x104879149]
    + !                                                                                     1945 lua_pcall  (in AgKernel) + 101  [0x104876feb]
    + !                                                                                       1945 ???  (in AgKernel)  load address 0x104875000 + 0xa16a  [0x10487f16a]
    + !                                                                                         1945 ???  (in AgKernel)  load address 0x104875000 + 0x959d  [0x10487e59d]
    + !                                                                                            1945 ???  (in AgKernel)  load address 0x104875000 + 0x9f12  [0x10487ef12]
    + !                                                                                              876 ???  (in AgKernel)  load address 0x104875000 + 0x185c2  [0x10488d5c2]
    + !                                                                                              : 785 ???  (in AgKernel)  load address 0x104875000 + 0x172c8  [0x10488c2c8]
    + !                                                                                              : | 773 ???  (in AgKernel)  load address 0x104875000 + 0x9f12  [0x10487ef12]
    + !                                                                                              : | + 283 ???  (in AgKernel)  load address 0x104875000 + 0x185c2  [0x10488d5c2]
    + !                                                                                              : | + ! 123 ???  (in AgKernel)  load address 0x104875000 + 0x17164  [0x10488c164]
    + !                                                                                              : | + ! : 61 ???  (in AgKernel)  load address 0x104875000 + 0x15e36  [0x10488ae36]
    + !                                                                                              : | + ! : 12 ???  (in AgKernel)  load address 0x104875000 + 0x15e10  [0x10488ae10]
    + !                                                                                              : | + ! : 6 ???  (in AgKernel)  load address 0x104875000 + 0x15e42  [0x10488ae42]
    + !                                                                                              : | + ! : 6 ???  (in AgKernel)  load address 0x104875000 + 0x15e4a  [0x10488ae4a]
    + !                                                                                              : | + ! : 6 ???  (in AgKernel)  load address 0x104875000 + 0x15e5d  [0x10488ae5d]
    + !                                                                                              : | + ! : 5 ???  (in AgKernel)  load address 0x104875000 + 0x15e38  [0x10488ae38]
    + !                                                                                              : | + ! : 4 ???  (in AgKernel)  load address 0x104875000 + 0x15e3e  [0x10488ae3e]
    + !                                                                                              : | + ! : 3 ???  (in AgKernel)  load address 0x104875000 + 0x15e1c  [0x10488ae1c]
    + !                                                                                              : | + ! : 2 ???  (in AgKernel)  load address 0x104875000 + 0x15d95  [0x10488ad95]
    + !                                                                                              : | + ! : | 2 ???  (in AgKernel)  load address 0x104875000 + 0x15dfb  [0x10488adfb]
    + !                                                                                              : | + ! : 2 ???  (in AgKernel)  load address 0x104875000 + 0x15da0  [0x10488ada0]
    + !                                                                                              : | + ! : 2 ???  (in AgKernel)  load address 0x104875000 + 0x15e0d  [0x10488ae0d]
    + !                                                                                              : | + ! : 2 ???  (in AgKernel)  load address 0x104875000 + 0x15ea2  [0x10488aea2]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x15ebf  [0x10488aebf]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0xf8b9  [0x1048848b9]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e17  [0x10488ae17]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e19  [0x10488ae19]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e1f  [0x10488ae1f]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e27  [0x10488ae27]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e2b  [0x10488ae2b]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e32  [0x10488ae32]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e47  [0x10488ae47]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e55  [0x10488ae55]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e56  [0x10488ae56]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e9d  [0x10488ae9d]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x15ea0  [0x10488aea0]
    + !                                                                                              : | + ! 119 ???  (in AgKernel)  load address 0x104875000 + 0x172c8  [0x10488c2c8]
    + !                                                                                              : | + ! : 112 ???  (in AgKernel)  load address 0x104875000 + 0x9f12  [0x10487ef12]
    + !                                                                                              : | + ! : | 62 ???  (in AgKernel)  load address 0x104875000 + 0x185c2  [0x10488d5c2]
    + !                                                                                              : | + ! : | + 40 ???  (in AgKernel)  load address 0x104875000 + 0x17164  [0x10488c164]
    + !                                                                                              : | + ! : | + ! 22 ???  (in AgKernel)  load address 0x104875000 + 0x15e36  [0x10488ae36]
    + !                                                                                              : | + ! : | + ! 7 ???  (in AgKernel)  load address 0x104875000 + 0x15e10  [0x10488ae10]
    + !                                                                                              : | + ! : | + ! 2 ???  (in AgKernel)  load address 0x104875000 + 0x15e15  [0x10488ae15]
    + !                                                                                              : | + ! : | + ! 2 ???  (in AgKernel)  load address 0x104875000 + 0x15e38  [0x10488ae38]
    + !                                                                                              : | + ! : | + ! 2 ???  (in AgKernel)  load address 0x104875000 + 0x15e3e  [0x10488ae3e]
    + !                                                                                              : | + ! : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x15da0  [0x10488ada0]
    + !                                                                                              : | + ! : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e0a  [0x10488ae0a]
    + !                                                                                              : | + ! : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e42  [0x10488ae42]
    + !                                                                                              : | + ! : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e4a  [0x10488ae4a]
    + !                                                                                              : | + ! : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e99  [0x10488ae99]
    + !                                                                                              : | + ! : | + 13 ???  (in AgKernel)  load address 0x104875000 + 0x172c8  [0x10488c2c8]
    + !                                                                                              : | + ! : | + ! 12 ???  (in AgKernel)  load address 0x104875000 + 0x9f12  [0x10487ef12]
    + !                                                                                              : | + ! : | + ! : 7 ???  (in AgKernel)  load address 0x104875000 + 0x185c2  [0x10488d5c2]
    + !                                                                                              : | + ! : | + ! : | 6 ???  (in AgKernel)  load address 0x104875000 + 0x17164  [0x10488c164]
    + !                                                                                              : | + ! : | + ! : | + 2 ???  (in AgKernel)  load address 0x104875000 + 0x15e27  [0x10488ae27]
    + !                                                                                              : | + ! : | + ! : | + 2 ???  (in AgKernel)  load address 0x104875000 + 0x15e36  [0x10488ae36]
    + !                                                                                              : | + ! : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e3e  [0x10488ae3e]
    + !                                                                                              : | + ! : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x15e4b  [0x10488ae4b]
    + !                                                                                              : | + ! : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x17217  [0x10488c217]
    + !                                                                                              : | + ! : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x181a9  [0x10488d1a9]
    + !                                                                                              : | + ! : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x98bf  [0x10487e8bf]
    + !                                                                                              : | + ! : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x17b45  [0x10488cb45]
    + !                                                                                              : | + ! : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x185b7  [0x10488d5b7]
    + !                                                                                              : | + ! : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x18dbe  [0x10488ddbe]
    + !                                                                                              : | + ! : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x18e13  [0x10488de13]
    + !                                                                                              : | + ! : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x9f01  [0x10487ef01]
    + !                                                                                              : | + ! : | + !   1 ???  (in AgKernel)  load address 0x104875000 + 0x98bf  [0x10487e8bf]
    + !                                                                                              : | + ! : | + 2 ???  (in AgKernel)  load address 0x104875000 + 0x1713a  [0x10488c13a]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x17116  [0x10488c116]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x1711e  [0x10488c11e]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x17158  [0x10488c158]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x1715f  [0x10488c15f]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x17164  [0x10488c164]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x17217  [0x10488c217]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x172e0  [0x10488c2e0]
    + !                                                                                              : | + ! : | 4 ???  (in AgKernel)  load address 0x104875000 + 0x181a9  [0x10488d1a9]
    + !                                                                                              : | + ! : | + 2 ???  (in AgKernel)  load address 0x104875000 + 0x99e0  [0x10487e9e0]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x9c98  [0x10487ec98]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x9d32  [0x10487ed32]
    + !                                                                                              : | + ! : | 3 ???  (in AgKernel)  load address 0x104875000 + 0x1814f  [0x10488d14f]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x9c3f  [0x10487ec3f]
    + !                                                                                              : | + ! : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x3d38  [0x104878d38]
    + !                                                                                              : | + ! : | + !   1 lua_pushvalue  (in AgKernel) + 14  [0x104876318]
    + !                                                                                              : | + ! : | + !     1 ???  (in AgKernel)  load address 0x104875000 + 0x11e2  [0x1048761e2]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x9993  [0x10487e993]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x9cf1  [0x10487ecf1]
    + !                                                                                              : | + ! : | 3 ???  (in AgKernel)  load address 0x104875000 + 0x17c66  [0x10488cc66]
    + !                                                                                              : | + ! : | 2 ???  (in AgKernel)  load address 0x104875000 + 0x18de2  [0x10488dde2]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x9e15  [0x10487ee15]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0x9e5e  [0x10487ee5e]
    + !                                                                                              : | + ! : | 2 ???  (in AgKernel)  load address 0x104875000 + 0x17a6e  [0x10488ca6e]
    + !                                                                                              : | + ! : | 2 ???  (in AgKernel)  load address 0x104875000 + 0x17b33  [0x10488cb33]
    + !                                                                                              : | + ! : | 2 ???  (in AgKernel)  load address 0x104875000 + 0x17b3e  [0x10488cb3e]
    + !                                                                                              : | + ! : | 2 ???  (in AgKernel)  load address 0x104875000 + 0x17b45  [0x10488cb45]
    + !                                                                                              : | + ! : | 2 ???  (in AgKernel)  load address 0x104875000 + 0x17c52  [0x10488cc52]
    + !                                                                                              : | + ! : | 2 ???  (in AgKernel)  load address 0x104875000 + 0x17c6d  [0x10488cc6d]
    + !                                                                                              : | + ! : | 2 ???  (in AgKernel)  load address 0x104875000 + 0x17c72  [0x10488cc72]
    + !                                                                                              : | + ! : | 2 ???  (in AgKernel)  load address 0x104875000 + 0x18d99  [0x10488dd99]
    + !                                                                                              : | + ! : | 2 ???  (in AgKernel)  load address 0x104875000 + 0x18d9d  [0x10488dd9d]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x18dd2  [0x10488ddd2]
    + !                                                                                              : | + ! : | + 1 ???  (in AgKernel)  load address 0x104875000 + 0xabe8  [0x10487fbe8]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x17a63  [0x10488ca63]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x17aeb  [0x10488caeb]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x17b27  [0x10488cb27]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x17b2b  [0x10488cb2b]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x17b2f  [0x10488cb2f]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x17c63  [0x10488cc63]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x17c6a  [0x10488cc6a]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x17cb1  [0x10488ccb1]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x17df2  [0x10488cdf2]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x17df6  [0x10488cdf6]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x17dfb  [0x10488cdfb]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x18176  [0x10488d176]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x1817a  [0x10488d17a]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x18852  [0x10488d852]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x18d10  [0x10488dd10]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x18d53  [0x10488dd53]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x18d74  [0x10488dd74]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x18d7d  [0x10488dd7d]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x18dc7  [0x10488ddc7]
    + !                                                                                              : | + ! : 6 ???  (in AgKernel)  load address 0x104875000 + 0x9f01  [0x10487ef01]
    + !                                                                                              : | + ! : | 3 ???  (in AgKernel)  load address 0x104875000 + 0x9cea  [0x10487ecea]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x98d3  [0x10487e8d3]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x997d  [0x10487e97d]
    + !                                                                                              : | + ! : | 1 ???  (in AgKernel)  load address 0x104875000 + 0x99d1  [0x10487e9d1]
    + !                                                                                              : | + ! : 1 ???  (in AgKernel)  load address 0x104875000 + 0x9f1e  [0x10487ef1e]
    + !                                                                                              : | + ! 5 ???  (in AgKernel)  load address 0x104875000 + 0x17217  [0x10488c217]
    + !                                                                                              : | + ! 4 ???  (in AgKernel)  load address 0x104875000 + 0x1720c  [0x10488c20c]
    + !                                                                                              : | + ! 3 ???  (in AgKernel)  load address 0x104875000 + 0x1711c  [0x10488c11c]
    + !                                                                                              : | + ! 3 ???  (in AgKernel)  load address 0x104875000 + 0x1711e  [0x10488c11e]
    + !                                                                                              : | + ! 3 ???  (in AgKernel)  load address 0x104875000 + 0x17164  [0x10488c164]
    + !                                                                                              : | + ! 2 ???  (in AgKernel)  load address 0x104875000 + 0x1719c  [0x10488c19c]
    + !                                                                                              : | + ! : 2 ???  (in AgKernel)  load address 0x104875000 + 0x16fca  [0x10488bfca]
    + !                                                                                              : | + ! :   1 ???  (in AgKernel)  load address 0x104875000 + 0x15e0a  [0x10488ae0a]
    + !                                                                                              : | + ! :   1 ???  (in AgKernel)  load address 0x104875000 + 0x15e36  [0x10488ae36]
    + !                                                                                              : | + ! 2 ???  (in AgKernel)  load address 0x104875000 + 0x17122  [0x10488c122]
    + !                                                                                              : | + ! 2 ???  (in AgKernel)  load address 0x104875000 + 0x1716d  [0x10488c16d]
    + !                                                                                              : | + ! 2 ???  (in AgKernel)  load address 0x104875000 + 0x1721c  [0x10488c21c]
    + !                                                                                              : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x15ea3  [0x10488aea3]
    + !                                                                                              : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x1711a  [0x10488c11a]
    + !                                                                                              : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x17127  [0x10488c127]
    + !                                                                                              : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x17132  [0x10488c132]
    + !                                                                                              : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x1713a  [0x10488c13a]
    + !                                                                                              : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x1713f  [0x10488c13f]
    + !                                                                                              : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x17148  [0x10488c148]
    + !                                                                                              : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x17152  [0x10488c152]
    + !                                                                                              : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x17195  [0x10488c195]
    + !                                                                                              : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x17210  [0x10488c210]
    + !                                                                                              : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x1721f  [0x10488c21f]
    + !                                                                                              : | + ! 1 ???  (in AgKernel)  load address 0x104875000 + 0x1722a  [0x10488c22a]
    + !                                                                                              : | + ! 1 ???

Similar Messages

  • Is it odd that the back-up/retreival process takes  hours on my iphone4 or am I doing something wrong?

    I need help understanding how the icloud back-up/retreival process works and how to use it at maximum efficiency

    Welcome to the Apple community.
    You must remember, that whilst you see Internet speeds quoted as say 8, 12, 16, 30 Mb per second etc, this refers to download speed. most service providers will give you around 1 Mb per second as upload speed. At these speeds a gigabyte of information will take around about 2 1/4 hours to upload.
    So in answer to your question, no I don't think you are doing anything wrong.

  • I just updated lightroom 5 and now it is completely gone from my computer!!! What the hell is going on and why can't I speak to someone at adobe.....ever???

    I just updated lightroom 5 and now it is completely gone from my computer!!! What the hell is going on and why can't I speak to someone at adobe.....ever???

    You need to contact Adobe directly using the link below. Use the dropdown menu for boxes (1) & (2) to scroll down the list and choose:
    1. Adobe Photoshop Lightroom
    2. Adobe ID, and signing-in
    3. Click on the blue button: Still need help? Contact us – then click the area marked chat 24/7, then click “start chat ”
    It’s usually possible to start a live chat, if an Adobe agent is free, and often to get the problem fixed right away. Have your serial number available. The agent can directly troubleshoot your system if you agree to activate the Adobe Connect add-on.
    Click here to get help now Contact Customer Care

  • Why does it take hours to download movies from the iTunes store?

    Why does it take hours to download movies from iTunes store to my ipad2?

    It depends on the speed of the Internet connection.

  • Lightroom 5.5 Import from Catalog *very* slow performance.

    Importing from a second catalog from a shoot is *very* slow with the last version or couple of versions of Lightroom.  It's been about 20 minutes and the import is moving glacially slow and is only about 20% done.
    Here are as many stats as I have:
    iMac 27" 3.5Ghz Core i7, 32G of ram, 3T fusion drive (the late 2013 model maxed out)
    Master catalog has 117,000 images in it.
    The catalog I'm importing has 948 images in it.
    CPU use during the import is 100% used by lightroom (note that the multiple CPUs can go to more than 100% so this means I think that one CPU is maxed out, though LR can sometimes take 500% of my CPUs during an export)
    Lightroom is using 4.2G of RAM (10G free in activity monitor)
    Hard drive is fairly full, but still has 366G free on it (so about 10%)
    Lightroom Mobile sync is enabled (not on this folder I don't think) but says "service unavailable" at this point.
    Lightroom is fully up to date (5.5) on both iMac and laptop (also a mac in case that matters).  Both are up to date with the latest OS software.
    How I did it was:
    Export the shoot as a new catalog on my iMac
    Transfer it to my laptop (smart previews only, no masters)
    Edit images, metadata, etc
    Transfer the entire folder back (.lrcat, previews, smart previews) to iMac
    In my master catalog do an import from catalog
    Waited for ages for checking for dupes (which I can understand with such a big catalog)
    Selected to import all, changing metadata and develop edits, and selecting to put new images in the folder (not sure why it asked as there weren't any new images)
    The last time I did an import I started it and then went out somewhere so I didn't notice how long it took, but this seems completely crazy.  In the time it's taken to write this up it's now about 20 minutes later and the progress bar is maybe at the 33% range.  It's still working away, it's just crazy crazy slow.
    Anything to help out or debug would be greatly appreciated.  I suspect it's pure size of the catalog, but 120k isn't outside the realm of what I've heard people say works fine, or maybe the Fusion drive (maybe the OS is trying to move files around behind the scenes)? 
    Either way this didn't seem to be an issue until the last couple of versions (I haven't gone and re-installed 5.4 or 5.3 to check) and it's starting to really frustrate me

    Hi Jim,
    Great suggestion! It opens perfectly fine on its own. I even went as far as re-exporting it once it loaded but am still experiencing the same issue. That same catalog loads perfectly fine on my assistant's iMac.
    I can't really think about anything that changed in my environment with the exception of a new Bootcamp partition to run windows on an external Thunderbolt HD but I doubt this is related.
    I'm open to any suggestions while I am trying this again... 10 minutes of 'Checking for changed and duplicate photos'.

  • Lightroom 5 can't copy files when importing PC catalog

    Attempting to merge my old PC catalog into my newer Mac one.
    I tidied up both catalogs, then consolidated the PC catalog and media onto an external USB 3 drive (NTFS) - Mac catalog is on an external Firewire drive (Mac OS Extended Journaled). Both separate catalogs were extensively tested and were working, with all media accessible.
    I imported as catalog from the Mac catalog, and previews looked fine, and imported catalog looks fine EXCEPT almost none of the media has copied across (about 4500 photos worth!) some did, though, no idea why, or why not, in either case. Got an error message which said Lightroom couldn't copy some files.
    I did so much manual cleanup, which took days, to make this painless, I'm pretty gutted such a simple thing didn't work.
    Any idea what might be wrong and how to clean up this mess without having to go through it all manually AGAIN, please?

    OK, I'll try to give you the info you need. Firstly, I'm not the one doing the copying, I'm asking Lightroom to copy files to a new location while performing an 'import from catalog'. Also, I've just undone the previous import and I was incorrect, Lightroom copied none of the files across at all. This is all being done on the Mac, just so you know.
    Exact steps were as follows -
    1 - File -> Import from another Catalog (choose PC Catalog on NTFS HDD).
    2 - Appropriate files (all of them in fact) selected.
    3 - Settings were- File Handling - copy to: (folder on the Mac external HDD). Replace: Nothing (only new files copied). With preview.
    2 - Exact error message is "Problem importing from catalog 'Lightroom was unable to copy the files for these images to the folder you selected'." The previews appear in the catalog but with the missing file icons.
    I've removed the previous import and tried again, with the same result. In between the tries, I checked read/write permissions on both drives, which have full access, and also tried manually copying one of the folders across between the same two HDDs using the Finder (i.e. outside Lightroom), which worked perfectly, so I can't agree it's not a Lightroom issue at the moment.

  • How to solve the error:  "lightroom could not import this catalog because of an unknown error" when trying to "import from catalog"?

    I have around 400,000 photos of 15 years so given the high number, I organized all my photos into 6 catalogs to avoid potential problems. All the photos and the catalogs are in a 4TB Seagate external hard drive. I use Adobe Lightroom 5 and I use a PC with the latest Windows Office 2013.
    I wanted to have a NEW Catalog of all my rated 1 Star+ photos of all the years in a single Catalog. So I created what I called Star+ Catalog and I was told the best option is to import a Catalog at a time and given that there is no means to filter importing only Stared photos, I would import all the photos and then delete all the UnStared photos. I did that for Catalog Year 2014 but at the end gave me the message: "lightroom could not import this catalog because of an unknown error". It actually had imported around 40k photos from about 50k total. I tried again and again and every time I end up with the same thing. I created another new Catalog and stared from scratch and the same ting happened: the ONLY EXACT 40k or so photos were imported and the rest were not!! When I imported Catalog Year 2013 of around 45k photos, it worked perfectly. But when I imported Catalog Year 2012 of 35k photos, the same thing happened!! 
    Any advice: 1) on how to solve this? and 2) if there is a better and easier way to create this Master Catalog of All Stared Photos of All my Catalogs?

    OK, my starting point is that LR can happily contain 400000+ photos, and it's a mistake to create a 1 star plus catalogue as you suggest. Instead, I'd recommend you create a master catalogue of all your photos, which you can then query however you want - 2 star, or a certain keyword, or with "xyz" in the title etc.
    If you are intent on going that way, you could try a slight change from what you've done so far. Instead of trying to import an entire catalogue and then delete no-star pictures, take the 2014 and 2012 catalogues and select only the 1 star photos. Then do an Export as Catalog for these items, and import the 2014-1star and 2012-1star into your new catalogue. That may get you past the problem images which I suspect are the problem.
    If that doesn't work, or if you follow my initial advice, you're going to need to identify the image where the failure occurs. You may have a corrupt image file, and replacing it from your backup may be sufficient to resolve the problem. Alternatively, it may be a corrupt record in the catalogue, and in this case it may be sufficient to remove the image from the catalogue and import it again. You might try selecting everything in the 2014 catalogue and seeing if you can do an Export as Catalog, creating a clean 2014, and deleting 2014's previews folder might also get rid of a potential problem. Something else is to try the Export as Catalog for images 1-40000, then a second Export as Catalog for images 40002-50k.
    So a few things you'll need to try, rather than a magic bullet, and a recommendation to change the underlying direction.
    John

  • Why does it take so long to upload? Am I doing something wrong?

    At the moment it takes a few hours(!) to upload about ten pages on one site. Just pictures. iPhoto used to publish within five minutes. Why does it take so long? Am I doing something wrong, like having it on a weird setting? It looks beautiful, but not very impressed with iWeb functionality as of yet.

    don't know if i can downgrade the file sizes, am just selecting the photos in iphoto and then clicking iweb so it should do it automatically. it shouldn't take hours though should it? the site address is web.mac.com/adilamin/iWeb but there is no problem with accessing the site and loading the pics, its just the uploading from iWeb.

  • When syncing itunes with new updates I get to step 7 and then it will take hours to complete syn.  when finished it always says there is an item it cannot sync

    Any help  would be appreciated.  Thank you

    This forum is for questions from those managing sites on iTunes U, Apple's service for colleges and universities to post educational material in the iTunes Store. You'll be most likely to get help with this issue if you ask in the general iTunes forums.
    Regards.

  • Why does Lightroom 5.2 & my mac crash on import from a memory card reader?

    I'm running Lightroom 5.2 on my iMac (OS X v 10.7.5).
    When I try to upload raw files from my Compact Flash memory card reader (Lexar USB 3.0) the files begin to download. When it gets part way through download the download stops and I get the spinning wheel of death.
    No matter what I try I cannot get Lightroom to shutdown or even the computer to shut down.
    My only option is to disconnect the computer from the power.
    When I re-start the images are downloaded but I do have to start from where I had left off to complete the download.
    Does anyone have any idea's what I should do?
    This computer has never run Lightroom before so I do not have a previous version of it on the HD.
    Cheers
    mar

    Go to this page: http://www.usa.canon.com/cusa/support/consumer/camcorders/high_definition_camcor ders/vixia_hf_r20_black#DriversAndSoftware
    1. Download the drivers and/or other software required for the OS version you're running.
    2. Install the downloaded software/drivers.
    3. Restart your computer.
    4. Insert the memory card into your card reader.
    5. Copy the entire contents of the card to your media drive - do NOT  alter the folder structure.
    6. Launch FCP and use Log & Transfer on the files on your media drive.
    -DH

  • HT1473 songs take too long to import from cd

    i just got a new laptop and it  is super fast except when I export my cds!  It is taking a half hour for 5 songs!! HELP.  The cd is clean (new) I have never had this issue with abny other computer?? help I need to import 67 cds!! 

    How much free space on your Hard DIsk?
    How much Ram do you have?
    How big is your iPhoto Library?

  • HT1766 My iCloud back up estimates a waiting time of 21 hours, is this accurate or am I doing something wrong?

    I wonder if im doing something wrong. The phone is plugged into the power outlet and occasionally I check to see if it progresses. I am doing it manually thru the icloud section.

    >When you use the includeIn command, by default the object will only be created when it is needed. Hence, you will execute a creationComplete
    >event, and therefore atleast 100 million (sometimes 400 million) loops, when each required Button state is needed. Obviously, once each button
    >state has been created the creationComplete handler (invalidateDisplayList) will not usually be called again.
    So are you saying there is a better way or another way to do that? Or are you just telling me that's how it works? Because I know that the includeIn isn't creating the other buttons untill they are needed. I need them created when the button is created. That is my question, how do I get the other states to be created when the button is created so that I don't see the button flash black?
    >As written, bioStyleChanged will always remain true
    >if(!bioStyleChanged) {
    >       bioStyleChanged = false;
    >}    
    >this code does nothing for you.
    Sorry, I missed that when cleaning up the code to ask for help.
    Thanks,
    cdman52

  • Is it normal for iPhone 5 to take about 4 hours and 15 minutes to completely charge from 0%?

    My iPhone 5 takes just over 4 hours to completely charge from a complete battery drain. I am very curious as to whether or not this is normal or abnormal? My previous device was the Droid Razr Maxx HD which took about 2 hours to completely charge. Am I stressing over nothing?

    From the horse's mouth: http://www.apple.com/batteries/
    "Most lithium-ion polymer batteries use a fast charge to charge your device to 80% battery capacity, then switch to trickle charging. That’s about two hours of charge time to power an iPhone to 80% capacity, then another two hours to fully charge it, if you are not using the iPhone while charging. You can charge all lithium-ion batteries a large but finite number of times, as defined by charge cycle."

  • Why does it take hours to import mp4 files into iMovie

    I have some home movies I imported from VHS-C and compressed to mp4 files and now I want to start going through them in iMovie but it takes hours just to import a single clip (~575 meg).
    What can I do to speed this up? Would getting a Mac Pro with loads of RAM and CPU's help? Would converting to a different video format before I import work?
    Right now I have all this video I converted to digital and thus far spent days just importing and haven't been able to do anything with it yet!
    I'm using an iMac core duo with 2 gig RAM and the upgraded video card (best one they had at the time).
    Any help is appreciated!

    This worked fine for me, was exactly what I wanted.
    1 - Create the project in iMovie HD and then save and close.
    2 - Locate the file on your computer. Ctrl-click on the file and it will say "show package contents". Click on that.
    3 - You will then see some folder items inside that. Open up "Media" and then drag and drop your mpeg file into it.
    4 - When you reopen the project, you will be notified that there are files in your trash. You want to view them to find the file you just moved there.
    5 - Take that file and drag it back onto the project and you're in.
    A major blessing!

  • Lightroom could not import this catalog because of an unknown error.

    OS 10.5.8
    (gb mem
    I have recently exported a catalog from my main database (on a mac) with about 700 photos.  Including negative  files
    We opened the catalog on a PC machine in the same version of lightroom. 3.5 camera raw 6.5.  The images were given new keywords and then exported as a Catalog  including Negative files.
    The original catalog has been deleted from the main database on the Mac.
    The  Catalog with the new keywords  saved across the network to the Mac.
    Permissions are open to everyone on the folder the Catalog is in.
    When I try and import the catalog in lightroom I can see the thumbnails, 
    However get this message. I’ve lost many hours trying to get the catalog bak into the main library.
    I can open the catalog on its own in  Lightroom, just when I try and import the catalog  I get the bellow message.
    I’ve tried importing saving to a new location
    Importing not moving the files
    Lightroom could not import this catalog because of an unknown error.
    I see others have had similar problems however do not see a clear answer.
    Has anybody a solution?
    Thanks Patrick

    I'm having this issue as well, and honestly I've *never* been able to get "import from catalog" to work. In my case I have a catalog created on my Windows 7 laptop in LR3.5. I've copied it to an external drive, plugged it into my PC running Windows 7 with LR3.5. And I get the "could not import this catalog because of an unknown error" message.
    I've confirmed every image in the catalog I am trying to import is accounted for and isn't "missing". There are no duplicate images between the exported catalog and the one I'm trying to import in.
    Thoughts?
    Neil

Maybe you are looking for