Why does my database server shut down frequently?

My DB Server just has one HardDisk and 1024MB ram,OS is W2K,RDBMS is Oracle 8i.But it is shutted automatically in often.It doesn't work unless you restart the service or restart the computer.My initORCL.ora file configed as following,could you point where the failure is ?
open_cursurs=600
db_buffer=32000
share_pool_size=256M
large_pool_size=100M
java_pool_size=50M
log_buffer=16M
db_block_size=8192
processes=500
Thanks a lot!

Thanks.The following paragraph is in my alert.log,but I can not find the problem yet.And in my trace file ,there is no information for that day.
Sun Apr 06 05:15:53 2003
Thread 1 advanced to log sequence 282
Current log# 3 seq# 282 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO03.LOG
Mon Apr 07 05:15:29 2003
Thread 1 advanced to log sequence 283
Current log# 1 seq# 283 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO01.LOG
Dump file D:\Oracle\admin\mptdata\bdump\mptdataALRT.LOG
Mon Apr 07 19:32:42 2003
ORACLE V8.1.6.0.0 - Production vsnsta=0
vsnsql=e vsnxtr=3
Windows 2000 Version 5.0 , CPU type 586
Starting up ORACLE RDBMS Version: 8.1.6.0.0.
System parameters with non-default values:
processes = 500
shared_pool_size = 134217728
large_pool_size = 1048576
java_pool_size = 20971520
control_files = D:\Oracle\oradata\mptdata\control01.ctl, D:\Oracle\oradata\mptdata\control02.ctl, D:\Oracle\oradata\mptdata\control03.ctl
db_block_buffers = 32000
db_block_size = 8192
compatible = 8.1.0
log_buffer = 16777216
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
db_files = 1024
db_file_multiblock_read_count= 8
max_enabled_roles = 30
remote_login_passwordfile= EXCLUSIVE
global_names = TRUE
distributed_transactions = 10
instance_name = mptdata
service_names = mptdata
mts_dispatchers = (protocol=TCP)
open_links = 4
sort_area_size = 65536
sort_area_retained_size = 65536
db_name = mptdata
open_cursors = 600
os_authent_prefix =
job_queue_processes = 4
job_queue_interval = 60
parallel_max_servers = 2
background_dump_dest = D:\Oracle\admin\mptdata\bdump
user_dump_dest = D:\Oracle\admin\mptdata\udump
max_dump_file_size = 10240
oracle_trace_collection_name=
PMON started with pid=4
DBW0 started with pid=7
LGWR started with pid=13
CKPT started with pid=19
SMON started with pid=24
RECO started with pid=30
SNP0 started with pid=6
SNP1 started with pid=14
SNP2 started with pid=20
SNP3 started with pid=23
Mon Apr 07 19:32:46 2003
starting up 1 shared server(s) ...
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
Mon Apr 07 19:32:47 2003
alter database mount exclusive
Mon Apr 07 19:32:55 2003
Successful mount of redo thread 1, with mount id 1041561895.
Mon Apr 07 19:32:55 2003
Database mounted in Exclusive Mode.
Completed: alter database mount exclusive
Mon Apr 07 19:32:55 2003
alter database open
Beginning crash recovery of 1 threads
Mon Apr 07 19:33:00 2003
Thread recovery: start rolling forward thread 1
Recovery of Online Redo Log: Thread 1 Group 1 Seq 283 Reading mem 0
Mem# 0 errs 0: D:\ORACLE\ORADATA\MPTDATA\REDO01.LOG
Mon Apr 07 19:33:01 2003
Thread recovery: finish rolling forward thread 1
Thread recovery: 0 data blocks read, 0 data blocks written, 0 redo blocks read
Crash recovery completed successfully
Mon Apr 07 19:33:05 2003
Thread 1 advanced to log sequence 284
Thread 1 opened at log sequence 284
Current log# 2 seq# 284 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO02.LOG
Successful open of redo thread 1.
Mon Apr 07 19:33:07 2003
SMON: enabling cache recovery
SMON: enabling tx recovery
Mon Apr 07 19:33:13 2003
Completed: alter database open
Mon Apr 07 19:39:31 2003
Shutting down instance (immediate)
License high water mark = 37
Mon Apr 07 19:40:36 2003
alter database close normal
Mon Apr 07 19:40:36 2003
SMON: disabling tx recovery
SMON: disabling cache recovery
Mon Apr 07 19:40:40 2003
Thread 1 closed at log sequence 284
Mon Apr 07 19:40:40 2003
Completed: alter database close normal
Mon Apr 07 19:40:40 2003
alter database dismount
Completed: alter database dismount
archiving is disabled
Dump file D:\Oracle\admin\mptdata\bdump\mptdataALRT.LOG
Mon Apr 07 19:41:42 2003
ORACLE V8.1.6.0.0 - Production vsnsta=0
vsnsql=e vsnxtr=3
Windows 2000 Version 5.0 , CPU type 586
Starting up ORACLE RDBMS Version: 8.1.6.0.0.
System parameters with non-default values:
processes = 500
shared_pool_size = 268435456
large_pool_size = 943718400
java_pool_size = 20971520
control_files = D:\Oracle\oradata\mptdata\control01.ctl, D:\Oracle\oradata\mptdata\control02.ctl, D:\Oracle\oradata\mptdata\control03.ctl
db_block_buffers = 32000
db_block_size = 8192
compatible = 8.1.0
log_buffer = 16777216
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
db_files = 1024
db_file_multiblock_read_count= 8
max_enabled_roles = 30
remote_login_passwordfile= EXCLUSIVE
global_names = TRUE
distributed_transactions = 10
instance_name = mptdata
service_names = mptdata
mts_dispatchers = (protocol=TCP)
open_links = 4
sort_area_size = 65536
sort_area_retained_size = 65536
db_name = mptdata
open_cursors = 200
os_authent_prefix =
job_queue_processes = 4
job_queue_interval = 60
parallel_max_servers = 2
background_dump_dest = D:\Oracle\admin\mptdata\bdump
user_dump_dest = D:\Oracle\admin\mptdata\udump
max_dump_file_size = 10240
oracle_trace_collection_name=
PMON started with pid=3
DBW0 started with pid=6
LGWR started with pid=11
CKPT started with pid=15
SMON started with pid=19
RECO started with pid=24
SNP0 started with pid=28
SNP1 started with pid=32
SNP2 started with pid=36
SNP3 started with pid=5
Mon Apr 07 19:41:46 2003
starting up 1 shared server(s) ...
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
Mon Apr 07 19:41:47 2003
alter database mount exclusive
Mon Apr 07 19:41:54 2003
Successful mount of redo thread 1, with mount id 1041535042.
Mon Apr 07 19:41:54 2003
Database mounted in Exclusive Mode.
Completed: alter database mount exclusive
Mon Apr 07 19:41:54 2003
alter database open
Mon Apr 07 19:41:57 2003
Thread 1 opened at log sequence 284
Current log# 2 seq# 284 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO02.LOG
Successful open of redo thread 1.
Mon Apr 07 19:41:57 2003
SMON: enabling cache recovery
SMON: enabling tx recovery
Mon Apr 07 19:42:01 2003
Completed: alter database open
Shutting down instance (immediate)
License high water mark = 52
Mon Apr 07 22:28:45 2003
alter database close normal
Mon Apr 07 22:28:45 2003
SMON: disabling tx recovery
SMON: disabling cache recovery
Mon Apr 07 22:28:49 2003
Thread 1 closed at log sequence 284
Mon Apr 07 22:28:50 2003
Completed: alter database close normal
Mon Apr 07 22:28:50 2003
alter database dismount
Completed: alter database dismount
archiving is disabled
Dump file D:\Oracle\admin\mptdata\bdump\mptdataALRT.LOG
Mon Apr 07 22:29:24 2003
ORACLE V8.1.6.0.0 - Production vsnsta=0
vsnsql=e vsnxtr=3
Windows 2000 Version 5.0 , CPU type 586
Starting up ORACLE RDBMS Version: 8.1.6.0.0.
System parameters with non-default values:
processes = 500
shared_pool_size = 268435456
large_pool_size = 943718400
java_pool_size = 20971520
control_files = D:\Oracle\oradata\mptdata\control01.ctl, D:\Oracle\oradata\mptdata\control02.ctl, D:\Oracle\oradata\mptdata\control03.ctl
db_block_buffers = 32000
db_block_size = 8192
compatible = 8.1.0
log_buffer = 16777216
log_checkpoint_interval = 10000
log_checkpoint_timeout = 1800
db_files = 1024
db_file_multiblock_read_count= 8
max_enabled_roles = 30
remote_login_passwordfile= EXCLUSIVE
global_names = TRUE
distributed_transactions = 10
instance_name = mptdata
service_names = mptdata
mts_dispatchers = (protocol=TCP)
open_links = 4
sort_area_size = 65536
sort_area_retained_size = 65536
db_name = mptdata
open_cursors = 600
os_authent_prefix =
job_queue_processes = 4
job_queue_interval = 60
parallel_max_servers = 2
background_dump_dest = D:\Oracle\admin\mptdata\bdump
user_dump_dest = D:\Oracle\admin\mptdata\udump
max_dump_file_size = 10240
oracle_trace_collection_name=
PMON started with pid=4
DBW0 started with pid=8
LGWR started with pid=14
CKPT started with pid=21
SMON started with pid=28
RECO started with pid=35
SNP0 started with pid=42
SNP1 started with pid=49
SNP2 started with pid=56
SNP3 started with pid=63
Mon Apr 07 22:29:28 2003
starting up 1 shared server(s) ...
starting up 1 dispatcher(s) for network address '(ADDRESS=(PARTIAL=YES)(PROTOCOL=TCP))'...
Mon Apr 07 22:29:29 2003
alter database mount exclusive
Mon Apr 07 22:29:36 2003
Successful mount of redo thread 1, with mount id 1041548688.
Mon Apr 07 22:29:36 2003
Database mounted in Exclusive Mode.
Completed: alter database mount exclusive
Mon Apr 07 22:29:36 2003
alter database open
Mon Apr 07 22:29:38 2003
Thread 1 opened at log sequence 284
Current log# 2 seq# 284 mem# 0: D:\ORACLE\ORADATA\MPTDATA\REDO02.LOG
Successful open of redo thread 1.
Mon Apr 07 22:29:39 2003
SMON: enabling cache recovery
SMON: enabling tx recovery
Mon Apr 07 22:29:42 2003
Completed: alter database open

Similar Messages

  • HT1414 why does my iPhone 5s shut down unpredictably and needs to be reset every time to start back up?

    why does my iPhone 5s shut down unpredictably and needs to be reset every time to start back up?

    Hi Cyprus11,
    Thanks for visiting Apple Support Communities.
    If your iPhone is shutting down unexpectedly, I recommend going through these troubleshooting steps:
    iPhone: Hardware troubleshooting
    http://support.apple.com/kb/TS2802
    Will not turn on, will not turn on unless connected to power, or unexpected power off
    Verify that the Sleep/Wake button functions. If it does not function, inspect it for signs of damage. If the button is damaged or is not functioning when pressed, seek service.
    Check if a Liquid Contact Indicator (LCI) is activated or there are signs of corrosion. Learn about LCIs and corrosion.
    Connect the iPhone to the iPhone's USB power adapter and let it charge for at least ten minutes.
    After at least 30 minutes, if:
    The home screen appears: The iPhone should be working. Update to the latest version of iOS if necessary. Continue charging it until it is completely charged and you see this battery icon in the upper-right corner of the screen . Then unplug the phone from power. If it immediately turns off, seek service.
    The low-battery image appears, even after the phone has charged for at least 20 minutes: See "iPhone displays the low-battery image and is unresponsive" symptom in this article.
    Something other than the Home screen or Low Battery image appears, continue with this article for further troubleshooting steps.
    If the iPhone did not turn on, reset it while connected to the iPhone USB power adapter.
    If the display turns on, go to step 4.
    If the display remains black, go to next step.
    Connect the iPhone to a computer and open iTunes. If iTunes recognizes the iPhone and indicates that it is in recovery mode, attempt to restore the iPhone. If the iPhone doesn't appear in iTunes or if you have difficulties in restoring the iPhone, see this article for further assistance.
    If restoring the iPhone resolved the issue, go to step 4. If restoring the iPhone did not solve the issue, seek service.
    Best,
    Jeremy

  • I installed the new java, so why does my CS5 Photoshop shut down after a while?

    I installed the new java, so why does my CS5 Photoshop shut down after a while? It especially likes to shut down after I try to print.

    This is what I am getting when I get "details." It is not giving me a report. I'm sorry if it is too much. Not sure what to send or tell you.
    Details follow:
    Process:    
    Adobe Photoshop CS5 [652]
    Path:       
    /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    Identifier: 
    com.adobe.Photoshop
    Version:    
    12.0 (12.0x20100407.r.1103] [12.0)
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [150]
    Responsible:
    Adobe Photoshop CS5 [652]
    User ID:    
    502
    Date/Time:  
    2014-04-16 16:35:27.633 -0400
    OS Version: 
    Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  1F2C4F3E-5E6B-3D9B-95BC-93A3BC78FA3D
    Sleep/Wake UUID: F8FE9893-9203-4041-8B08-53D9AF2D833A
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00007fff72717818
    VM Regions Near 0x7fff72717818:
    __DATA            
    00007fff726fe000-00007fff72700000 [
    8K] rw-/rwx SM=COW  /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    --> __DATA            
    00007fff72700000-00007fff72755000 [  340K] rw-/rwx SM=COW  /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    unused shlib __DATA
    00007fff72755000-00007fff7278d000 [  224K] rw-/rwx SM=COW  system shared lib __DATA not used by this process
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                      
    0x00007fff72717818 OBJC_CLASS_$_NSMutableArray + 0
    1   com.apple.print.framework.PrintCore
    0x00007fff8cec56f1 PMRelease + 43
    2   com.adobe.Photoshop      
    0x0000000100c237cf AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9727123
    3   com.adobe.Photoshop      
    0x0000000100c23e7d AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9728833
    4   com.adobe.Photoshop      
    0x0000000100c23eb7 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9728891
    5   com.adobe.Photoshop      
    0x0000000100c23da5 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 9728617
    6   com.adobe.Photoshop      
    0x0000000100aee053 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8459543
    7   com.adobe.Photoshop      
    0x0000000100768c64 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 4768040
    8   com.adobe.Photoshop      
    0x0000000100af067e AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8469314
    9   com.adobe.Photoshop      
    0x0000000100af0be9 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8470701
    10  com.adobe.Photoshop      
    0x0000000100af1295 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 8472409
    11  com.adobe.Photoshop      
    0x000000010007bbdc 0x100000000 + 506844
    12  com.adobe.Photoshop      
    0x00000001000d6a7e 0x100000000 + 879230
    13  com.adobe.Photoshop      
    0x00000001000d6a9e 0x100000000 + 879262
    14  com.adobe.Photoshop      
    0x0000000100066eb1 0x100000000 + 421553
    15  com.adobe.Photoshop      
    0x0000000100071d74 0x100000000 + 466292
    16  com.adobe.Photoshop      
    0x000000010006716f 0x100000000 + 422255
    17  com.adobe.Photoshop      
    0x0000000100067232 0x100000000 + 422450
    18  com.adobe.Photoshop      
    0x00000001012f0007 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16856267
    19  com.apple.AppKit         
    0x00007fff8328db89 -[NSApplication run] + 646
    20  com.adobe.Photoshop      
    0x00000001012ee19c AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16848480
    21  com.adobe.Photoshop      
    0x00000001012ef3c7 AWS_CUI_GetVersionComments(OpaqueWindowPtr*, adobe::q::QDocument&, adobe::q::QString&, adobe::q::QAttributeList&, adobe::q::QDocument*, adobe::q::QProject*, long) + 16853131
    22  com.adobe.Photoshop      
    0x0000000100068e82 0x100000000 + 429698
    23  com.adobe.Photoshop      
    0x0000000100238308 0x100000000 + 2327304
    24  com.adobe.Photoshop      
    0x00000001002383a7 0x100000000 + 2327463
    25  com.adobe.Photoshop      
    0x0000000100002ea4 0x100000000 + 11940
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib   
    0x00007fff874d1662 kevent64 + 10
    1   libdispatch.dylib        
    0x00007fff8712e43d _dispatch_mgr_invoke + 239
    2   libdispatch.dylib        
    0x00007fff8712e152 _dispatch_mgr_thread + 52
    Thread 2:
    0   libsystem_kernel.dylib   
    0x00007fff874d0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cfb9c3b _pthread_cond_wait + 727
    2   com.adobe.amt.services   
    0x0000000109696c53 AMTConditionLock::LockWhenCondition(int) + 37
    3   com.adobe.amt.services   
    0x000000010968fcce _AMTThreadedPCDService::PCDThreadWorker(_AMTThreadedPCDService*) + 92
    4   com.adobe.amt.services   
    0x0000000109696cbe AMTThread::Worker(void*) + 28
    5   libsystem_pthread.dylib  
    0x00007fff8cfb7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8cfb772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8cfbbfc9 thread_start + 13
    Thread 3:
    0   libsystem_kernel.dylib   
    0x00007fff874cca6e semaphore_timedwait_trap + 10
    1   com.apple.CoreServices.CarbonCore
    0x00007fff8ad7f47b MPWaitOnSemaphore + 77
    2   MultiProcessor Support   
    0x000000010c22ebd3 ThreadFunction(void*) + 69
    3   com.apple.CoreServices.CarbonCore
    0x00007fff8ad7f6c3 PrivateMPEntryPoint + 58
    4   libsystem_pthread.dylib  
    0x00007fff8cfb7899 _pthread_body + 138
    5   libsystem_pthread.dylib  
    0x00007fff8cfb772a _pthread_start + 137
    6   libsystem_pthread.dylib  
    0x00007fff8cfbbfc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib   
    0x00007fff874d0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cfb9c3b _pthread_cond_wait + 727
    2   com.apple.CoreServices.CarbonCore
    0x00007fff8adae800 TSWaitOnCondition + 108
    3   com.apple.CoreServices.CarbonCore
    0x00007fff8adae9ff TSWaitOnConditionTimedRelative + 172
    4   com.apple.CoreServices.CarbonCore
    0x00007fff8ad7f145 MPWaitOnQueue + 192
    5   AdobeACE                 
    0x000000010592923d 0x1058ef000 + 238141
    6   AdobeACE                 
    0x0000000105928bea 0x1058ef000 + 236522
    7   com.apple.CoreServices.CarbonCore
    0x00007fff8ad7f6c3 PrivateMPEntryPoint + 58
    8   libsystem_pthread.dylib  
    0x00007fff8cfb7899 _pthread_body + 138
    9   libsystem_pthread.dylib  
    0x00007fff8cfb772a _pthread_start + 137
    10  libsystem_pthread.dylib  
    0x00007fff8cfbbfc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib   
    0x00007fff874d0a3a __semwait_signal + 10
    1   libsystem_c.dylib        
    0x00007fff89a5adc0 nanosleep + 200
    2   com.adobe.PSAutomate     
    0x000000010e5820fb ScObjects::Thread::sleep(unsigned int) + 59
    3   com.adobe.PSAutomate     
    0x000000010e564033 ScObjects::BridgeTalkThread::run() + 163
    4   com.adobe.PSAutomate     
    0x000000010e5821f6 ScObjects::Thread::go(void*) + 166
    5   libsystem_pthread.dylib  
    0x00007fff8cfb7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8cfb772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8cfbbfc9 thread_start + 13
    Thread 6:
    0   libsystem_kernel.dylib   
    0x00007fff874cca1a mach_msg_trap + 10
    1   libsystem_kernel.dylib   
    0x00007fff874cbd18 mach_msg + 64
    2   com.apple.CoreFoundation 
    0x00007fff84657155 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation 
    0x00007fff84656779 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation 
    0x00007fff846560b5 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit         
    0x00007fff8343a16e _NSEventThread + 144
    6   libsystem_pthread.dylib  
    0x00007fff8cfb7899 _pthread_body + 138
    7   libsystem_pthread.dylib  
    0x00007fff8cfb772a _pthread_start + 137
    8   libsystem_pthread.dylib  
    0x00007fff8cfbbfc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib   
    0x00007fff874d0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cfb9c3b _pthread_cond_wait + 727
    2   com.adobe.adobeswfl      
    0x00000001453e404d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl      
    0x00000001451a5a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl      
    0x00000001453e4161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl      
    0x00000001453e42ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl      
    0x00000001453e43b0 APXGetHostAPI + 2431376
    7   libsystem_pthread.dylib  
    0x00007fff8cfb7899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cfb772a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cfbbfc9 thread_start + 13
    Thread 8:
    0   libsystem_kernel.dylib   
    0x00007fff874d0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cfb9c3b _pthread_cond_wait + 727
    2   com.adobe.adobeswfl      
    0x00000001453e404d APXGetHostAPI + 2430509
    3   com.adobe.adobeswfl      
    0x00000001451a5a39 APXGetHostAPI + 77849
    4   com.adobe.adobeswfl      
    0x00000001453e4161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl      
    0x00000001453e42ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl      
    0x00000001453e43b0 APXGetHostAPI + 2431376
    7   libsystem_pthread.dylib  
    0x00007fff8cfb7899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cfb772a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cfbbfc9 thread_start + 13
    Thread 9:
    0   libsystem_kernel.dylib   
    0x00007fff874d0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cfb9c77 _pthread_cond_wait + 787
    2   com.adobe.adobeswfl      
    0x00000001453e4019 APXGetHostAPI + 2430457
    3   com.adobe.adobeswfl      
    0x0000000145579943 APXGetHostAPI + 4091683
    4   com.adobe.adobeswfl      
    0x00000001453e4161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl      
    0x00000001453e42ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl      
    0x00000001453e43b0 APXGetHostAPI + 2431376
    7   libsystem_pthread.dylib  
    0x00007fff8cfb7899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cfb772a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cfbbfc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib   
    0x00007fff874d0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cfb9c77 _pthread_cond_wait + 787
    2   com.adobe.adobeswfl      
    0x00000001453e4019 APXGetHostAPI + 2430457
    3   com.adobe.adobeswfl      
    0x000000014540095c APXGetHostAPI + 2547516
    4   com.adobe.adobeswfl      
    0x00000001453e4161 APXGetHostAPI + 2430785
    5   com.adobe.adobeswfl      
    0x00000001453e42ba APXGetHostAPI + 2431130
    6   com.adobe.adobeswfl      
    0x00000001453e43b0 APXGetHostAPI + 2431376
    7   libsystem_pthread.dylib  
    0x00007fff8cfb7899 _pthread_body + 138
    8   libsystem_pthread.dylib  
    0x00007fff8cfb772a _pthread_start + 137
    9   libsystem_pthread.dylib  
    0x00007fff8cfbbfc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib   
    0x00007fff874d091a __recvfrom + 10
    1   ServiceManager-Launcher.dylib
    0x0000000110312982 Invoke + 54020
    2   ServiceManager-Launcher.dylib
    0x0000000110311adf Invoke + 50273
    3   ServiceManager-Launcher.dylib
    0x0000000110310b26 Invoke + 46248
    4   ServiceManager-Launcher.dylib
    0x0000000110310b81 Invoke + 46339
    5   ServiceManager-Launcher.dylib
    0x0000000110310c02 Invoke + 46468
    6   ServiceManager-Launcher.dylib
    0x000000011030b30d Invoke + 23695
    7   ServiceManager-Launcher.dylib
    0x000000011030b4a6 Invoke + 24104
    8   ServiceManager-Launcher.dylib
    0x000000011030bf2f Invoke + 26801
    9   ServiceManager-Launcher.dylib
    0x000000011030c01d Invoke + 27039
    10  ServiceManager-Launcher.dylib
    0x000000011030f31f Invoke + 40097
    11  ServiceManager-Launcher.dylib
    0x000000011030f5c5 Invoke + 40775
    12  ServiceManager-Launcher.dylib
    0x000000011030fb84 Invoke + 42246
    13  ServiceManager-Launcher.dylib
    0x000000011030fd71 Invoke + 42739
    14  ServiceManager-Launcher.dylib
    0x0000000110301daf Login + 1773
    15  ServiceManager-Launcher.dylib
    0x0000000110303295 Login + 7123
    16  ServiceManager-Launcher.dylib
    0x00000001103102a8 Invoke + 44074
    17  ServiceManager-Launcher.dylib
    0x00000001103126c1 Invoke + 53315
    18  libsystem_pthread.dylib  
    0x00007fff8cfb7899 _pthread_body + 138
    19  libsystem_pthread.dylib  
    0x00007fff8cfb772a _pthread_start + 137
    20  libsystem_pthread.dylib  
    0x00007fff8cfbbfc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib   
    0x00007fff874d0716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cfb9c77 _pthread_cond_wait + 787
    2   com.apple.CoreServices.CarbonCore
    0x00007fff8adae9e7 TSWaitOnConditionTimedRelative + 148
    3   com.apple.CoreServices.CarbonCore
    0x00007fff8adae609 TSWaitOnSemaphoreCommon + 424
    4   com.apple.CoreServices.CarbonCore
    0x00007fff8ad6a1c4 AsyncFileThread(void*) + 257
    5   libsystem_pthread.dylib  
    0x00007fff8cfb7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8cfb772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8cfbbfc9 thread_start + 13
    Thread 13:: Dispatch queue: NSOperationQueue Serial Queue
    0   libsystem_kernel.dylib   
    0x00007fff874d0746 __psynch_mutexwait + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cfba779 _pthread_mutex_lock + 372
    2   com.apple.Foundation     
    0x00007fff8c05022b -[NSLock lock] + 145
    3   com.apple.AppKit         
    0x00007fff834fefc1 __37-[NSUIHeartBeat updateHeartBeatState]_block_invoke135 + 62
    4   com.apple.Foundation     
    0x00007fff8c06d0b5 -[NSBlockOperation main] + 75
    5   com.apple.Foundation     
    0x00007fff8c04c8ac -[__NSOperationInternal _start:] + 642
    6   com.apple.Foundation     
    0x00007fff8c04c54b __NSOQSchedule_f + 64
    7   libdispatch.dylib        
    0x00007fff8712c2ad _dispatch_client_callout + 8
    8   libdispatch.dylib        
    0x00007fff8712e68f _dispatch_queue_drain + 451
    9   libdispatch.dylib        
    0x00007fff8712f9dd _dispatch_queue_invoke + 110
    10  libdispatch.dylib        
    0x00007fff8712dfa3 _dispatch_root_queue_drain + 75
    11  libdispatch.dylib        
    0x00007fff8712f193 _dispatch_worker_thread2 + 40
    12  libsystem_pthread.dylib  
    0x00007fff8cfb8ef8 _pthread_wqthread + 314
    13  libsystem_pthread.dylib  
    0x00007fff8cfbbfb9 start_wqthread + 13
    Thread 14:
    0   libsystem_kernel.dylib   
    0x00007fff874d0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cfb8f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cfbbfb9 start_wqthread + 13
    Thread 15:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib   
    0x00007fff874d0a3a __semwait_signal + 10
    1   libsystem_c.dylib        
    0x00007fff89a5adc0 nanosleep + 200
    2   libsystem_c.dylib        
    0x00007fff89a5acb2 usleep + 54
    3   com.apple.AppKit         
    0x00007fff834fe21d -[NSUIHeartBeat _heartBeatThread:] + 2132
    4   com.apple.Foundation     
    0x00007fff8c0ab76b __NSThread__main__ + 1318
    5   libsystem_pthread.dylib  
    0x00007fff8cfb7899 _pthread_body + 138
    6   libsystem_pthread.dylib  
    0x00007fff8cfb772a _pthread_start + 137
    7   libsystem_pthread.dylib  
    0x00007fff8cfbbfc9 thread_start + 13
    Thread 16:
    0   libsystem_kernel.dylib   
    0x00007fff874d0e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib  
    0x00007fff8cfb8f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib  
    0x00007fff8cfbbfb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x00007fff72717778  rbx: 0x0000600002242af0  rcx: 0x0000000000000001  rdx: 0x0000000000000001
      rdi: 0x0000600002242af0  rsi: 0x00006080004097e8  rbp: 0x00007fff5fbff380  rsp: 0x00007fff5fbff378
       r8: 0x0000000000000001   r9: 0x0000000000000001  r10: 0x00007fff903f14ae  r11: 0x00007fff8cec56c6
      r12: 0x000060800145f350  r13: 0x00006080004097e0  r14: 0x0000000000000001  r15: 0x00007fff5fbff4b0
      rip: 0x00007fff72717818  rfl: 0x0000000000010206  cr2: 0x00007fff72717818
    Logical CPU:
    1
    Error Code: 
    0x00000015
    Trap Number:
    14
    Binary Images:
    0x100000000 -   
    0x1026b5fff +com.adobe.Photoshop (12.0 - 12.0x20100407.r.1103] [12.0) <B69D89E5-01DD-C220-48B1-E129D0574536> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/MacOS/Adobe Photoshop CS5
    0x103295000 -   
    0x10330dfef +com.adobe.adobe_caps (adobe_caps 3.0.116.0 - 3.0.116.0) <4A355686-1451-B19A-0C55-DFE49FD2539E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0x103323000 -   
    0x103329fff  org.twain.dsm (1.9.5 - 1.9.5) <E614CAAE-7B01-348B-90E4-DB3FD3D066A6> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0x103331000 -   
    0x103341ff8 +com.adobe.ahclientframework (1.5.0.30 - 1.5.0.30) <5D6FFC4E-7B81-3E8C-F0D4-66A3FA94A837> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/ahclient.framework/Versions/A/ahclient
    0x10334c000 -   
    0x103350fff  com.apple.agl (3.2.3 - AGL-3.2.3) <5358D6CD-D890-3D83-B0F3-1C96C0128430> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x103357000 -   
    0x10355dfef +com.adobe.linguistic.LinguisticManager (5.0.0 - 11696) <499B4E7A-08BB-80FC-C220-D57D45CA424F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x1035f0000 -   
    0x10379efef +com.adobe.owl (AdobeOwl version 3.0.91 - 3.0.91) <C36CA603-EFFB-2EED-6CEE-0B532CE052D2> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwl.framework/Versions/A/AdobeOwl
    0x103840000 -   
    0x103c70fef +AdobeMPS (1) <FA334142-5343-8808-7760-4318EB62AD51> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeMPS.framework/Versions/A/AdobeMPS
    0x103dca000 -   
    0x1040f5ff7 +AdobeAGM (1) <52E17D56-6E7A-A635-82ED-5DE1F3E5045D> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x1041c2000 -   
    0x1044eafe7 +AdobeCoolType (1) <9E03F47A-06A3-F1F4-AC4C-76F12FACC294> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x104582000 -   
    0x1045a3ff7 +AdobeBIBUtils (1) <F7150688-2C15-0F0C-AF24-93ED82FC321A> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x1045b0000 -   
    0x1045dbff6 +AdobeAXE8SharedExpat (0) <7E809606-BF97-DB3A-E465-156446E56D00> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x1045ed000 -   
    0x104731fef +WRServices (0) <76354373-F0BD-0BAF-6FC0-B96DBB371755> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/WRServices.framework/Versions/A/WRServices
    0x104778000 -   
    0x1047ddfff +aif_core (0) <12FA670E-05A8-1FCB-A7A2-AAE68728EA30> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_core.framework/Versions/A/aif_core
    0x1047f9000 -   
    0x10480ffff +data_flow (0) <9C5D39A6-D2A2-9B6A-8B64-D1B59396C112> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/data_flow.framework/Versions/A/data_flow
    0x104827000 -   
    0x1048bdfff +image_flow (0) <B72AA922-0D68-D57E-96B1-2E009B0AD4AE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_flow.framework/Versions/A/image_flow
    0x104934000 -   
    0x104952fff +image_runtime (0) <32786637-C9BF-4CB6-2DF9-5D99220E00BE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/image_runtime.framework/Versions/A/image_runtime
    0x10496f000 -   
    0x104b9efff +aif_ogl (0) <615E7DF6-09B1-857A-74AC-E224A636BEE1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/aif_ogl.framework/Versions/A/aif_ogl
    0x104c7d000 -   
    0x104d10fff +AdobeOwlCanvas (1) <EC667F6D-0BB6-03EA-41E8-624425B2BF4B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeOwlCanvas.framework/Versions/A/AdobeOwlCanvas
    0x104d30000 -   
    0x105079fef +com.adobe.dvaui.framework (dvaui version 5.0.0 - 5.0.0.0) <023E0760-0223-AB5D-758C-2C5A052F6AF4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaui.framework/Versions/A/dvaui
    0x105209000 -   
    0x10538bfe7 +com.adobe.dvacore.framework (dvacore version 5.0.0 - 5.0.0.0) <42077295-9026-D519-C057-35E07029D97B> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvacore.framework/Versions/A/dvacore
    0x10542d000 -   
    0x1057a5fff +com.adobe.dvaadameve.framework (dvaadameve version 5.0.0 - 5.0.0.0) <0E95A0DF-038A-CFF2-EC7B-BDB905CDF5C5> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/dvaadameve.framework/Versions/A/dvaadameve
    0x1058ef000 -   
    0x105a03fff +AdobeACE (1) <E359887D-1E7F-5E62-CB8D-37CE4DBFB4D8> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x105a28000 -   
    0x105a44fff +AdobeBIB (1) <7A792F27-42CC-2DCA-D5DF-88A2CE6C2626> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x105a4e000 -   
    0x105ab8ff7 +com.adobe.amtlib (amtlib 3.0.0.64 - 3.0.0.64) <6B2F73C2-10AB-08B3-4AB0-A31C83D1E5E0> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtlib.framework/Versions/A/amtlib
    0x105aeb000 -   
    0x105bbeffb +AdobeJP2K (0) <465D1693-BE79-590E-E1AA-BAA8061B4746> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x105bde000 -   
    0x105be2ff8 +com.adobe.ape.shim (adbeape version 3.1.65.7508 - 3.1.65.7508) <0C380604-C686-C2E4-0535-C1FAB230187E> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adbeape.framework/Versions/A/adbeape
    0x105be6000 -   
    0x105c5dfff +FileInfo (0) <6D5235B9-0EB6-17CA-6457-A2507A87EA8F> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/FileInfo.framework/Versions/A/FileInfo
    0x105c7e000 -   
    0x105cdcffd +AdobeXMP (0) <561026BB-C6EA-29CE-4790-CABCB81E8884> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x105cea000 -   
    0x106185fff +com.nvidia.cg (2.2.0006 - 0) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/Cg.framework/Cg
    0x10670b000 -   
    0x106761feb +com.adobe.headlights.LogSessionFramework (2.0.1.011) <03B80698-2C3B-A232-F15F-8F08F8963A19> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/LogSession.framework/Versions/A/LogSession
    0x1067a6000 -   
    0x1067cbffe +adobepdfsettings (1) <56E7F033-6032-2EC2-250E-43F1EBD123B1> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/adobepdfsettings.framework/Versions/A/adobepdfsettings
    0x106805000 -   
    0x10680affd +com.adobe.AdobeCrashReporter (3.0 - 3.0.20100302) <DFFB9A08-8369-D65F-161F-7C61D562E307> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeCrashReporter.framework/Versions/A/AdobeCrashReporter
    0x10680f000 -   
    0x1069aafff +com.adobe.PlugPlug (2.0.0.746 - 2.0.0.746) <CB23C5AA-0E4B-182B-CB88-57DD32893F92> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/PlugPlug.framework/Versions/A/PlugPlug
    0x106a52000 -   
    0x106a6bfeb +libtbb.dylib (0) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbb.dylib
    0x106a7c000 -   
    0x106a82feb +libtbbmalloc.dylib (0) /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/libtbbmalloc.dylib
    0x106a89000 -   
    0x106a91ff3 +com.adobe.boost_threads.framework (boost_threads version 5.0.0 - 5.0.0.0) <6858DF5A-F020-22A7-B945-14EC277724D4> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/boost_threads.framework/Versions/A/boost_threads
    0x106f17000 -   
    0x106f19ff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x106fd9000 -   
    0x106ff5fff  libJapaneseConverter.dylib (61) <94EF6A2F-F596-3638-A3DC-CF03567D9427> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x106ffa000 -   
    0x106ffbfff  libCyrillicConverter.dylib (61) <AA2B224F-1A9F-30B9-BE11-633176790A94> /System/Library/CoreServices/Encodings/libCyrillicConverter.dylib
    0x109673000 -   
    0x1096e3ff6 +com.adobe.amt.services (AMTServices 3.0.0.64 [BuildVersion: 3.0; BuildDate: Mon Jan 26 2010 21:49:00] - 3.0.0.64) <52FF1F9B-9991-ECE2-C7E3-09DA1B368CBE> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/amtservices.framework/Versions/a/amtservices
    0x1098a3000 -   
    0x1098c4ff7  libKoreanConverter.dylib (61) <22EEBBDB-A2F2-3985-B9C7-53BFE2B02D08> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x1098c9000 -   
    0x1098d8fff  libSimplifiedChineseConverter.dylib (61) <F5827491-A4E3-3471-A540-8D1FE241FD99> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x1098dc000 -   
    0x1098eefff  libTraditionalChineseConverter.dylib (61) <A182514D-426F-3D5F-BA69-4C4A4680ECB8> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x109912000 -   
    0x10991afff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <3D59CB21-F5C7-4232-AB00-DFEB04206024> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/asneu.framework/Versions/a/asneu
    0x109968000 -   
    0x10996ffff +Enable Async IO (???) <9C98DC9E-5974-FE5D-75C3-16BC4738DCC8> /Applications/Adobe Photoshop CS5/*/Enable Async IO.plugin/Contents/MacOS/Enable Async IO
    0x10c0fa000 -   
    0x10c103fff +FastCore (???) <F1D1C94D-4FE1-F969-6FC2-8D81837CA5E1> /Applications/Adobe Photoshop CS5/*/FastCore.plugin/Contents/MacOS/FastCore
    0x10c110000 -   
    0x10c173ff3 +MMXCore (???) <2DB6FA8E-4373-9823-C4F5-A9F5F8F80717> /Applications/Adobe Photoshop CS5/*/MMXCore.plugin/Contents/MacOS/MMXCore
    0x10c1f9000 -   
    0x10c264ff0 +MultiProcessor Support (???) <1334B570-C713-3767-225F-3C1CBA1BF37C> /Applications/Adobe Photoshop CS5/*/MultiProcessor Support.plugin/Contents/MacOS/MultiProcessor Support
    0x10cd1a000 -   
    0x10cdbdff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x10e1a0000 -   
    0x10e1bcff7 +MeasurementCore (???) <0E3BE9B3-FF3D-78A6-38EC-5CB0828B80EB> /Applications/Adobe Photoshop CS5/*/MeasurementCore.plugin/Contents/MacOS/MeasurementCore
    0x10e400000 -   
    0x10e65cfef +com.adobe.PSAutomate (12.0 - 12.0) <35AEF3A8-2E64-71D1-39ED-A34760CAAC29> /Applications/Adobe Photoshop CS5/*/ScriptingSupport.plugin/Contents/MacOS/ScriptingSupport
    0x10e872000 -   
    0x10e916ffb +com.adobe.AdobeExtendScript (ExtendScript 4.1.23 - 4.1.23.7573) <332E7D8D-BF42-3177-9BC5-033942DE35E0> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeExtendScript.framework/Versions/a/AdobeExtendScript
    0x10e978000 -   
    0x10ea18fef +com.adobe.AdobeScCore (ScCore 4.1.23 - 4.1.23.7573) <53DD7281-5B59-7FF5-DB57-C9FD60E524C7> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/AdobeScCore.framework/Versions/a/AdobeScCore
    0x10ea9e000 -   
    0x10eabeffb +com.adobe.ape (adbeapecore version 3.1.65.7508 - 3.1.65.7508) <284C86BE-ACD8-31DD-E58D-544F581BC93B> /Library/Application Support/Adobe/*/adbeapecore.framework/adbeapecore
    0x10eacb000 -   
    0x10eaccff0  ATSHI.dylib (363.3) <236B636F-A8E9-37A9-BEF0-7FE68BC58436> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/ATSHI.dylib
    0x10ead1000 -   
    0x10ead5ffd  libFontRegistryUI.dylib (127) <57DE4E73-B65B-3712-9815-81018E72501A> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resourc es/libFontRegistryUI.dylib
    0x10f43e000 -   
    0x10f43effb +cl_kernels (???) <E87DA5FC-4C91-4C5C-9106-7EB7F8BB4CA6> cl_kernels
    0x10f5a4000 -   
    0x10f5a8ff7  libgermantok.dylib (14) <33B11365-E59E-38C1-952E-AFFFEFEE427F> /usr/lib/libgermantok.dylib
    0x1102ff000 -   
    0x110327fef +ServiceManager-Launcher.dylib (1) <4608E5E7-7F22-A4FF-527C-E97EA339FCCC> /Library/Application Support/Adobe/*/ServiceManager-Launcher.dylib
    0x110337000 -   
    0x110342fff  libGPUSupport.dylib (9.6) <039FC0EF-1B2C-3465-907B-A1856DCF5ADF> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
    0x1104e5000 -   
    0x1104e9ffd  com.apple.audio.AppleHDAHALPlugIn (2.6.0 - 2.6.0f1) <82D2F703-F961-3298-B06F-14B772D23C7B> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Conten ts/MacOS/AppleHDAHALPlugIn
    0x110f00000 -   
    0x110fe6fef  unorm8_bgra.dylib (2.3.58) <6E7397EF-CC78-3C15-8B21-05E7FB47F645> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib
    0x113460000 -   
    0x11349dfeb +com.adobe.AAM.AdobeUpdaterNotificationFramework (UpdaterNotifications 1.0.0.64 - 1.0.0.64) <CD8BD7C7-0F66-29B6-C158-A6EF8DF69996> /Applications/Adobe Photoshop CS5/Adobe Photoshop CS5.app/Contents/Frameworks/updaternotifications.framework/Versions/a/UpdaterNotification s
    0x116800000 -   
    0x116f4aff7  libclh.dylib (4.0.3 - 4.0.3) <5FAE3A43-C0DC-340F-B94A-2E3E2A767619> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x145165000 -   
    0x145facfcf +com.adobe.adobeswfl (2.0.0.7489) <DBD38111-48D6-C031-EF50-D034C94ED38B> /Library/Application Support/Adobe/*/adbeapecore.framework/Resources/AdobeSWFL.bundle/Contents/MacOS/AdobeSWFL
    0x123440000000 -
    0x12344086dfff  com.apple.GeForceTeslaGLDriver (8.24.11 - 8.2.4) <AA787258-3655-3558-AC34-C5834A007A39> /System/Library/Extensions/GeForceTeslaGLDriver.bundle/Contents/MacOS/GeForceTeslaGLDrive r
    0x7fff6c486000 -
    0x7fff6c4b9817  dyld (239.4) <2B17750C-ED1B-3060-B64E-21897D08B28B> /usr/lib/dyld
    0x7fff82216000 -
    0x7fff8237cfff  libGLProgrammability.dylib (9.6) <8807FAD2-11E2-3293-89D8-397B87334138> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x7fff8237d000 -
    0x7fff823f0fff  com.apple.securityfoundation (6.0 - 55122.1) <1939DE0B-BC38-3E50-8A8C-3471C8AC4CD6> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff823f1000 -
    0x7fff8257eff7  GLEngine (9.6) <51D58F76-B9B3-3B4F-B65A-F6D213C2EED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff8257f000 -
    0x7fff82588fff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff825d9000 -
    0x7fff82643ff7  com.apple.framework.IOKit (2.0.1 - 907.90.2) <A779DE46-BB7E-36FD-9348-694F9B09718F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff82644000 -
    0x7fff8266dfff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x7fff826a4000 -
    0x7fff826aaff7  com.apple.XPCService (2.0 - 1) <2CE632D7-FE57-36CF-91D4-C57D0F2E0BFE> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff826ab000 -
    0x7fff826b4fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x7fff826bf000 -
    0x7fff826e3fff  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
    0x7fff826e4000 -
    0x7fff8273fffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x7fff828ff000 -
    0x7fff82a40fff  com.apple.QTKit (7.7.3 - 2826.17) <ADA1EF77-57D2-3E7E-8526-8F0B732C1218> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff82a51000 -
    0x7fff82a9dffe  com.apple.CoreMediaIO (407.0 - 4561) <BC8222A6-516C-380C-AB7D-DE78B23574DC> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff82a9e000 -
    0x7fff82ac5ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff82ac6000 -
    0x7fff82af5ff5  com.apple.GSS (4.0 - 2.0) <62046C17-5D09-346C-B08E-A664DBC18411> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff82f45000 -
    0x7fff82f61fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff82f62000 -
    0x7fff82f67fff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff82f68000 -
    0x7fff82f74ff7  com.apple.HelpData (2.1.4 - 90) <BEA1C549-40D3-35BF-9204-CB679FCB0648> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff82f75000 -
    0x7fff82f76ff7  libsystem_sandbox.dylib (278.11) <5E5A6E09-33A9-391A-AB34-E57D93BB1551> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff82f77000 -
    0x7fff82f89fff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x7fff82fb8000 -
    0x7fff830e8ff7  com.apple.desktopservices (1.8.2 - 1.8.2) <76D6ED93-9D5A-3941-8B88-A1773290AE74> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x7fff830e9000 -
    0x7fff830f3ff7  libcsfde.dylib (380) <A3673EC2-5B81-3190-9BA5-F27013118EC6> /usr/lib/libcsfde.dylib
    0x7fff830f4000 -
    0x7fff83174fff  com.apple.CoreSymbolication (3.0 - 141) <DC9F84AA-9BD0-322B-83C3-FDC1FA771F37> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x7fff83194000 -
    0x7fff83194fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff831b4000 -
    0x7fff83202fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff83203000 -
    0x7fff83248fff  libcurl.4.dylib (78.90.1) <818543D6-0CCE-3F18-9BF1-4D18B81018F3> /usr/lib/libcurl.4.dylib
    0x7fff83249000 -
    0x7fff83275ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdminis tration
    0x7fff83276000 -
    0x7fff83decfff  com.apple.AppKit (6.9 - 1265.19) <12647F2F-3FE2-3D77-B3F0-33EFAFF2CEA7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff83e2f000 -
    0x7fff83f1efff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontParser.dylib
    0x7fff83f1f000 -
    0x7fff84010ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff84016000 -
    0x7fff8402fff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff84056000 -
    0x7fff8406eff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x7fff84075000 -
    0x7fff845e5fff  com.apple.CoreAUC (6.22.08 - 6.22.08) <F306D552-2220-3160-88EA-C916193C5EFD> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff845e6000 -
    0x7fff847cbfff  com.apple.CoreFoundation (6.9 - 855.14) <617B8A7B-FAB2-3271-A09B-C542E351C532> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff848f4000 -
    0x7fff848f5ff7  libSystem.B.dylib (1197.1.1) <5292BF21-9406-32D5-8BB3-7DD02C672FA0> /usr/lib/libSystem.B.dylib
    0x7fff848f6000 -
    0x7fff8491afff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff8491b000 -
    0x7fff84a89ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x7fff84a8a000 -
    0x7fff84a9affb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff84a9b000 -
    0x7fff84ee9fff  com.apple.VideoToolbox (1.0 - 1273.49) <27177077-9107-3E06-ADAD-92B80E80CDCD> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff84eea000 -
    0x7fff84ef4ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff84f52000 -
    0x7fff84f6dff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff84f6e000 -
    0x7fff84f70fff  libRadiance.dylib (1042) <B91D4B97-7BF3-3285-BCB7-4948BAAC23EE> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff84f71000 -
    0x7fff84f77fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x7fff854c6000 -
    0x7fff854c7ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
    0x7fff854c8000 -
    0x7fff85664ff3  com.apple.QuartzCore (1.8 - 332.3) <80F1068F-4A34-34FB-9E05-A2DC0700D2F2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff85665000 -
    0x7fff8566fff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff85670000 -
    0x7fff8567dfff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8567e000 -
    0x7fff8574ffff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x7fff85828000 -
    0x7fff85c09ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x7fff85c0a000 -
    0x7fff85c55fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff85c56000 -
    0x7fff85d06ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x7fff85d07000 -
    0x7fff85d07fff  com.apple.quartzframework (1.5 - 1.5) <3B2A72DB-39FC-3C5B-98BE-605F37777F37> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff85d08000 -
    0x7fff85d40ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x7fff85d41000 -
    0x7fff85d71fff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff85d72000 -
    0x7fff85d7bff7  libcldcpuengine.dylib (2.3.58) <C8785704-6195-3129-86CA-20F0F3C20F15> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dyli

  • Why does my iPhone 5 shut down

    why does my iPhone 5 shut down when the battery is below %50?

    The Basic Troubleshooting Steps are:
    Restart... Reset... Restore from Backup...  Restore as New...
    Restart / Reset   >  http://support.apple.com/kb/ht1430
    Restoring  >  http://support.apple.com/kb/HT1414
    If you try all these steps and you still have issues... Then a Visit to an Apple Store or AASP (Authorized Apple Service Provider) is the Next Step...
    Be sure to make an appointment first...
    Note:
    Also consider Deleting any Apps you have Purchased / Downloaded but you now never use..

  • Why does my iphone 3gs shut down when battery gets to 80%?  have installed new battery and nothing changes?

    Why does my iphone 3gs shut down when battery shows 80%.  a couple of months ago is shut down at 60% but has continually gotten worse.  this was before 5.0.  i took it to a repair man and he tried a used battery, a new battery, and the original battery.  nothing helped.  5.01 didnt help either.  What is my problem?

    Fully discharge the battery (till it shuts down and won't turn on) and then fully recharge it (100%).  This will recalibrate the battery meter.  You may need to do this a few times.

  • Why does my iMac not shut down when I try to shut it down?

    Wh does my iMac not shut down, or restart when I try to do either.  It just sits there with the little loading circle continuously moving.  The only way I can shut it down is if I hold down the power button to shut it down.  Can anyone tell me why this is?
    Thanks!

    Open your Activity Monitor and check to see what is running?
    If there is some important Process running, then it is better to wait until it has finished instead of cutting the power and corrupting who knows what?
    If there is nothing important running, then follow the instructions in the link below for resetting the SMC.
    Intel-based Macs: Resetting the System Management Controller (SMC)

  • Why does my macbook pro shut down when I close it?

    For about a week, SOME of the time when I close my lid, my laptop will shut down. It doesn't happen all the time, maybe about 50%, but when it does I have to hold down the power button for about 5 seconds, and then let go, then hold it down again for about 15 seconds to get it to turn back on. Has anyone else had this problem? I've had this laptop for coming up on 2 years.

    Reset your SMC, as described here:
    http://support.apple.com/kb/HT3964

  • Why does clipboard from FF shut down Microsoft Works?

    Any idea why clipboard contents copied from a web page in Firefox, would not paste into Microsoft Works? I can paste to Notepad or Wordpad, but if I try to paste to Microsoft Works, the Microsoft program shuts down every time. I can, however, paste from IE to Microsoft Works, so it seems to be a Firefox setting somewhere, but I can't figure out where.
    == This happened ==
    Every time Firefox opened
    == I first downloaded Firefox

    Use "Edit > Paste Special" in MS Works.

  • Why does mac mini power shut down when trying to use external harddrive as boot drive?

    I connected a OWC Mercy Elite Pro external hard drive that has it's own power source to my mac mini. It's connected by firewire and I'm trying to use it as an external boot drive. The problem is when I have the power turned on the OWC before I turn the power on the mac mini, the mac powers up but then shuts down after about 30 seconds. However, if I wait to turn on the OWC power after the mac boots up there is no issue. Of course this defeats the purpose of using the OWC as a boot drive because it needs to be on before the mac boots up. I don't have any issues using another external hard drive as a boot drive that doesn't have a power source.

    Hmmm, very strange, could there be a ground loop where the OWC drive is plugged in?
    If you hold alt or option key at bootup, without the OWC drive, once the boot manager shows up connect the OWC drive, wait, does the OWC drive show up eventually as a boot choice, or what happens?

  • Why does my iphone 4s shut down by itself even with full charge? It comes back on only when I do a hard reset! Any solutions to this?

    My friend recently gifted me a brand new iPhone 4s bought in the the US. I live in India though. My phone keeps shutting off by itself even when there is full battery. And, it comes back on only with a hard reset. Why does this happen?

    Thank you! I will try restoring it as new. But getting it back to the US for service is going to be a task!

  • Why does most of CS6 shut down with an error message?

    I bought CS6 last week and loaded it on to my computer. When I went to use it yesterday the majority of the programs didnt work. Photoshop is opening but illustrator and indesign dont. When I open indesign it opens, gets to the bit where you choose to open a previous document or start a new one then just shuts down and an error message pops up saying indesign had to close suddenly. Im in so deep over my head with all of this. Also im on a mac computer. if that helps. Does anyone have anything that can help me?

    You need to be much more specific. What Mac? What version of OSX? Where are your files stored? This could be anything from permissions issues to severe configuration issues somewhere....
    Mylenium

  • Why does the iPad randomly shut down?

    Why do both of my iPads shut down randomly?

    I'm not sure. I didn't buy it, I won it in a contest at work and I don't have any of the reciepts or anything for it.

  • Why does my Macbook pro shut down when plugging in thunderbolt?

    Hi!
    I recently updated my macbook pro to mavericks and everything went well.
    But when i connected my computer to the tv-screen using the thunderbolt port the computer suddenly shuts down!
    I have not found anyone with the similair problem and dont know what to do. I tried reinstalling Mavericks but it did not work. 
    Does anyone have an idea of what the problem might be? I would be very greatful for any help!
    Thanks!

    Reset NVRAM/PRAM
    Reset SMC

  • Why does my MacBook Pro shut down when I load YouTube, Minecraft and the like without being plugged in?

    This doesn't happen every time I load YouTube, but is consistent with Minecraft (I expect it is a Java or Flash problem). If I open Minecraft and start playing without being plugged in, my computer will undoubtedly shut down at some point within 30 minutes from that time. It could just be a couple minutes or up to about 30, but it will happen no matter what. You may be thinking: "he just ran his battery down", but most of these occurances have happened while the computer has more than 80 percent battery left. Also possibly worth noting, the computer shuts down, it doesn't hibernate and it doesn't have a kernel panic, it is just as if I held the power button down. Any thoughts?

    Most likely a Flash issue. Try uninstalling then reinstalling your current copy of the Flash plugin.
    Troubleshoot Flash Player | Mac OS
    If that doesn't help, try deleting Flash cookies.
    Flush.app – Flash Cookie Removal Tool For OS X | MacHacks.TV
    And depending on which browser is being used, definitely empty the cache more often.

  • Why does my photoshop cs4 shut down

    My photoshop has worked fine for 2 years now it won't open files.  I get a pop up screen from microsoft to send an error report about cs4 shutting down.  I can not open anything.  I even went to preferences so I could uninstall but it won't let me choose general pref without shutting itself down.  I tried reinstalling anyway and no help.

    Clear your preferences file and try to see if there's any progress. This should help you. http://forums.adobe.com/thread/375776

Maybe you are looking for

  • Music disappeared from my ipod but still in library and on our video ipod

    I turned my ipod on today and music that was on it last night has now disappeared. These are from cd's that we had copied onto the computer and then deleted once we loaded them into itunes and onto the ipod. I didnt do anything different when i plugg

  • Ipod shuffle not playing songs in a playlists order

    I am having a problem with my ipod shuffle after the 7.2 update. when I make a playlist for podcasts to play in a specific order, i copy the podcast to a new playlist and click on the left most column on the numbers. This is supposed to tell the shuf

  • 'prohibited' sign displayed on startup after 10.6.2 update (MacBook 2006)

    Hello all, I just updated my MacBook to 10.6.2 using Software Update. When it restarted, the Apple logo displayed as normal, but after about 10 seconds of the progress indicator being displayed, it showed a 'prohibited' sign -something like this, but

  • Pixelated / Corrupt Quicktime Movie Export

    Final Cut Pro Version 7 Hey guys, So I've finished editing a long film of about 1 hour and 18 minutes. When I use the Export > To Quicktime Movie, my film comes out super pixelated after the first cut in Quicktime X. I suspect the file is corrupt bec

  • Aperture 2 keeps on duplicating files on tethered mode

    Hi all fellow users, I have been using Aperture since the launch with my Nikon D300 setup+mbp and has been very pleased with the workflow. After i upgraded to Aperture v2, everything became a nightmare for me and i'll kick myself for doing the upgrad