RPUAUDOO IT Log Reoprt

Hi All....
When we run this report for infotype 0759 it will display all the changes made to this infotype in the output.
Here our requirement is when we run this report, I should get only active status of records (PA0759-CSTAT = 5) from that infotype.
What we have done for this is In this report there is an INCLUDE RPUAUDFR.
In this include we have a subroutine  PERFORM add_pcl4 USING '000000' CHANGING dummy.
In this subroutine, before appending the data to LCL4 I have written the following code.
TABLES: p0759.
  DATA: cstat TYPE p0759-cstat,
       l_pernr TYPE prelp-pernr,
       l_subrc TYPE sy-subrc,
        l_flg TYPE c.
  DATA: it_0759 TYPE TABLE OF p0759 WITH HEADER LINE.
IF lcl4-infty EQ '0759'.
    REFRESH  it_0759.
    l_pernr = lcl4-pernr.
    CALL FUNCTION 'HR_READ_INFOTYPE'
      EXPORTING
      TCLAS                 = 'A'
        pernr                 = l_pernr
        infty                 = '0759'
        begda                 = '18000101'
        endda                 = '99991231'
    BYPASS_BUFFER         = ' '
    LEGACY_MODE           = ' '
   IMPORTING
     subrc                  = l_subrc
      TABLES
        infty_tab             = it_0759
     EXCEPTIONS
       infty_not_found       = 1
       OTHERS                = 2.
IF l_subrc EQ 0.
      CLEAR l_flg.
      LOOP AT it_0759 WHERE cstat <> '5'.
        l_flg = abap_true.
        EXIT.
      ENDLOOP.
  ENDIF.
  ENDIF.
  IF l_flg IS INITIAL.
    APPEND lcl4.
  ELSE.
  CLEAR lcl4.
  ENDIF.
But still we are getting all the records in the output.
Please check whether I have added the code in the correct place or not?
Please note that this is an interactive report. Once after getting the output, if we click on any of the pernr, there we can see the CSTAT field.
Thanks in advance

Why don't you simply remove the records that don't have an active status.. ie
delete it_0759 WHERE cstat ne '5'.
~Suresh

Similar Messages

  • IPhoto '09 still crashes despite all efforts - Please help

    Hi,
    my iPhoto '09 keeps on crashing and I reallt don't know what to do:
    I have read through the posts and done the following so far:
    - Repaired permission rights with disk utility
    - Re-build the iPhoto Library (several times)
    - Re-installed iPhoto according to a thread in this forum
    - Deleted the com.apple.iPhoto.plist file, as suggested
    - Downloaded iPhoto Library Manager and used its rebuild function (however, approx. 120 pictures went missing in the process, i.e. could not be imported and the program crased)
    Attached the log reoprt from a recent crash:
    Process: iPhoto [2487]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 8.0 (8.0)
    Build Info: iPhotoProject-3930000~2
    Code Type: X86 (Native)
    Parent Process: launchd [178]
    Date/Time: 2009-04-14 11:35:05.626 +0800
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000014
    Crashed Thread: 16
    Thread 0:
    0 libSystem.B.dylib 0x912ef1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x912f69bc mach_msg + 72
    2 com.apple.CoreFoundation 0x941d80ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x941d8cd8 CFRunLoopRunInMode + 88
    4 com.apple.HIToolbox 0x91c3d2c0 RunCurrentEventLoopInMode + 283
    5 com.apple.HIToolbox 0x91c3d0d9 ReceiveNextEventCommon + 374
    6 com.apple.HIToolbox 0x91c3cf4d BlockUntilNextEventMatchingListInMode + 106
    7 com.apple.AppKit 0x92c6dd7d _DPSNextEvent + 657
    8 com.apple.AppKit 0x92c6d630 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
    9 com.apple.AppKit 0x92c6666b -[NSApplication run] + 795
    10 com.apple.AppKit 0x92c338a4 NSApplicationMain + 574
    11 com.apple.iPhoto 0x00120a43 0x1000 + 1178179
    12 com.apple.iPhoto 0x0000394e 0x1000 + 10574
    Thread 1:
    0 libSystem.B.dylib 0x912ef226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x913211ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x91322a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9697175c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x96971570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x969714d5 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x013d8201 -[XTMsgQueue waitForMessage] + 49
    7 com.apple.proxtcore 0x013c6363 -[XTThread run:] + 387
    8 com.apple.Foundation 0x9692b7ed -[NSThread main] + 45
    9 com.apple.Foundation 0x9692b394 _NSThread__main_ + 308
    10 libSystem.B.dylib 0x91320095 pthreadstart + 321
    11 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x912ef226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x913211ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x91322a73 pthreadcond_timedwait_relativenp + 47
    3 com.apple.Foundation 0x9697175c -[NSCondition waitUntilDate:] + 236
    4 com.apple.Foundation 0x96971570 -[NSConditionLock lockWhenCondition:beforeDate:] + 144
    5 com.apple.Foundation 0x969714d5 -[NSConditionLock lockWhenCondition:] + 69
    6 com.apple.proxtcore 0x013d8201 -[XTMsgQueue waitForMessage] + 49
    7 com.apple.proxtcore 0x013c6363 -[XTThread run:] + 387
    8 com.apple.Foundation 0x9692b7ed -[NSThread main] + 45
    9 com.apple.Foundation 0x9692b394 _NSThread__main_ + 308
    10 libSystem.B.dylib 0x91320095 pthreadstart + 321
    11 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x912ef1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x912f69bc mach_msg + 72
    2 com.apple.CoreFoundation 0x941d80ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x941d8cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9695fd75 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 213
    5 com.apple.proxtcore 0x013c78a5 -[XTRunLoopThread run:] + 421
    6 com.apple.Foundation 0x9692b7ed -[NSThread main] + 45
    7 com.apple.Foundation 0x9692b394 _NSThread__main_ + 308
    8 libSystem.B.dylib 0x91320095 pthreadstart + 321
    9 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x912f63ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x91320d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.iPhoto 0x004f432f 0x1000 + 5190447
    3 com.apple.Foundation 0x9692b7ed -[NSThread main] + 45
    4 com.apple.Foundation 0x9692b394 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x91320095 pthreadstart + 321
    6 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x912ef1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x912f69bc mach_msg + 72
    2 com.apple.CoreFoundation 0x941d80ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x941d8cd8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x90bd7ebe CFURLCacheWorkerThread(void*) + 396
    5 libSystem.B.dylib 0x91320095 pthreadstart + 321
    6 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x912ef1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x912f69bc mach_msg + 72
    2 com.apple.CoreFoundation 0x941d80ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x941d8cd8 CFRunLoopRunInMode + 88
    4 com.apple.Foundation 0x9698ed40 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 320
    5 com.apple.Foundation 0x9692b7ed -[NSThread main] + 45
    6 com.apple.Foundation 0x9692b394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x91320095 pthreadstart + 321
    8 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 7:
    0 libSystem.B.dylib 0x9133e6f2 select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x91320095 pthreadstart + 321
    2 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x912f63ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x91320d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x969732d2 -[NSCondition wait] + 210
    3 com.apple.iPhoto 0x004ff949 0x1000 + 5237065
    4 com.apple.iPhoto 0x004ff142 0x1000 + 5235010
    5 com.apple.Foundation 0x9692b7ed -[NSThread main] + 45
    6 com.apple.Foundation 0x9692b394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x91320095 pthreadstart + 321
    8 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 9:
    0 libSystem.B.dylib 0x912f63ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x91320d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.Foundation 0x969732d2 -[NSCondition wait] + 210
    3 com.apple.iPhoto 0x004ff949 0x1000 + 5237065
    4 com.apple.iPhoto 0x004ff142 0x1000 + 5235010
    5 com.apple.Foundation 0x9692b7ed -[NSThread main] + 45
    6 com.apple.Foundation 0x9692b394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x91320095 pthreadstart + 321
    8 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x912f63ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x912f6176 usleep$UNIX2003 + 61
    2 com.apple.AppKit 0x92cd4299 -[NSUIHeartBeat _heartBeatThread:] + 2042
    3 com.apple.Foundation 0x9692b7ed -[NSThread main] + 45
    4 com.apple.Foundation 0x9692b394 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x91320095 pthreadstart + 321
    6 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x912f63ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x91320d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.QuartzCore 0x96fb3ab9 fefragmentthread + 54
    3 libSystem.B.dylib 0x91320095 pthreadstart + 321
    4 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 12:
    0 libSystem.B.dylib 0x912f63ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x91320d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.iPhoto 0x004f432f 0x1000 + 5190447
    3 com.apple.Foundation 0x9692b7ed -[NSThread main] + 45
    4 com.apple.Foundation 0x9692b394 _NSThread__main_ + 308
    5 libSystem.B.dylib 0x91320095 pthreadstart + 321
    6 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 13:
    0 libSystem.B.dylib 0x912ef1c6 machmsgtrap + 10
    1 libSystem.B.dylib 0x912f69bc mach_msg + 72
    2 com.apple.CoreFoundation 0x941d80ae CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x941d8d34 CFRunLoopRun + 84
    4 com.apple.iLifeMediaBrowser 0x00cc8ae3 -[ILMediaBrowserPathWatcher(FSEvents) iLMBPathWatcherRunLoop] + 897
    5 com.apple.Foundation 0x9692b7ed -[NSThread main] + 45
    6 com.apple.Foundation 0x9692b394 _NSThread__main_ + 308
    7 libSystem.B.dylib 0x91320095 pthreadstart + 321
    8 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 14:
    0 libSystem.B.dylib 0x9131f906 kevent + 10
    1 libSystem.B.dylib 0x91320095 pthreadstart + 321
    2 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 15:
    0 libSystem.B.dylib 0x912f63ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x91320d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.iPhoto 0x005089de 0x1000 + 5274078
    3 com.apple.iPhoto 0x00508f5e 0x1000 + 5275486
    4 com.apple.iPhoto 0x005077a4 0x1000 + 5269412
    5 com.apple.iPhoto 0x005082df 0x1000 + 5272287
    6 libSystem.B.dylib 0x91320095 pthreadstart + 321
    7 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 16 Crashed:
    0 com.apple.iPhoto 0x001b04ba 0x1000 + 1766586
    1 com.apple.iPhoto 0x0019a960 0x1000 + 1677664
    2 com.apple.iPhoto 0x0001ff3b 0x1000 + 126779
    3 com.apple.iPhoto 0x000b027f 0x1000 + 717439
    4 com.apple.iPhoto 0x00507c6c 0x1000 + 5270636
    5 com.apple.iPhoto 0x005082d5 0x1000 + 5272277
    6 libSystem.B.dylib 0x91320095 pthreadstart + 321
    7 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 17:
    0 libSystem.B.dylib 0x912f63ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x91320d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.iPhoto 0x005089de 0x1000 + 5274078
    3 com.apple.iPhoto 0x00508f5e 0x1000 + 5275486
    4 com.apple.iPhoto 0x005077a4 0x1000 + 5269412
    5 com.apple.iPhoto 0x005082df 0x1000 + 5272287
    6 libSystem.B.dylib 0x91320095 pthreadstart + 321
    7 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 18:
    0 libSystem.B.dylib 0x9134ed3e pwrite$UNIX2003 + 10
    1 ...ple.CoreServices.CarbonCore 0x955e0592 PBWriteForkSync + 122
    2 ...ple.CoreServices.CarbonCore 0x955e0503 FSWriteFork + 59
    3 com.apple.iPhoto 0x0036c8d4 0x1000 + 3586260
    4 com.apple.iPhoto 0x0036c98e 0x1000 + 3586446
    5 com.apple.iPhoto 0x000c830b 0x1000 + 815883
    6 com.apple.iPhoto 0x0050b184 0x1000 + 5284228
    7 com.apple.iPhoto 0x00505e05 0x1000 + 5262853
    8 com.apple.iPhoto 0x005077d9 0x1000 + 5269465
    9 com.apple.iPhoto 0x005082df 0x1000 + 5272287
    10 libSystem.B.dylib 0x91320095 pthreadstart + 321
    11 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 19:
    0 libSystem.B.dylib 0x912f63ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x91320d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.iPhoto 0x005089de 0x1000 + 5274078
    3 com.apple.iPhoto 0x00506407 0x1000 + 5264391
    4 com.apple.iPhoto 0x005069be 0x1000 + 5265854
    5 com.apple.iPhoto 0x005082df 0x1000 + 5272287
    6 libSystem.B.dylib 0x91320095 pthreadstart + 321
    7 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 20:
    0 libSystem.B.dylib 0x912fa776 open$UNIX2003 + 10
    1 com.apple.Foundation 0x96980515 _NSWriteBytesToFileWithExtendedAttributes + 357
    2 com.apple.Foundation 0x969803ab _NSWriteBytesToFile + 59
    3 com.apple.Foundation 0x96980305 -[NSData(NSData) writeToFile:atomically:] + 117
    4 com.apple.Foundation 0x969f77a2 -[NSFileManager createFileAtPath:contents:attributes:] + 66
    5 com.apple.iPhoto 0x0050a71a 0x1000 + 5281562
    6 com.apple.iPhoto 0x00501f44 0x1000 + 5246788
    7 com.apple.iPhoto 0x00508fa2 0x1000 + 5275554
    8 com.apple.iPhoto 0x005077a4 0x1000 + 5269412
    9 com.apple.iPhoto 0x005082df 0x1000 + 5272287
    10 libSystem.B.dylib 0x91320095 pthreadstart + 321
    11 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 21:
    0 libSystem.B.dylib 0x912f63ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x91320d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.iPhoto 0x005089de 0x1000 + 5274078
    3 com.apple.iPhoto 0x00508f5e 0x1000 + 5275486
    4 com.apple.iPhoto 0x005077a4 0x1000 + 5269412
    5 com.apple.iPhoto 0x005082df 0x1000 + 5272287
    6 libSystem.B.dylib 0x91320095 pthreadstart + 321
    7 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 22:
    0 libSystem.B.dylib 0x912ef226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x913211ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x91322a73 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x955b6dd2 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x955b6bb2 TSWaitOnSemaphoreCommon + 422
    5 ...ickTimeComponents.component 0x96016bee ReadSchedulerThreadEntryPoint + 4724
    6 libSystem.B.dylib 0x91320095 pthreadstart + 321
    7 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 23:
    0 libSystem.B.dylib 0x912ef226 semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x913211ef pthread_condwait + 1244
    2 libSystem.B.dylib 0x91322a73 pthreadcond_timedwait_relativenp + 47
    3 ...ple.CoreServices.CarbonCore 0x955b6dd2 TSWaitOnConditionTimedRelative + 246
    4 ...ple.CoreServices.CarbonCore 0x955b6bb2 TSWaitOnSemaphoreCommon + 422
    5 ...ple.CoreServices.CarbonCore 0x955df220 AIOFileThread(void*) + 1056
    6 libSystem.B.dylib 0x91320095 pthreadstart + 321
    7 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 24:
    0 libSystem.B.dylib 0x912ef20e semaphorewait_signaltrap + 10
    1 libSystem.B.dylib 0x91321206 pthread_condwait + 1267
    2 libSystem.B.dylib 0x91366539 pthreadcondwait + 48
    3 ...ickTimeComponents.component 0x9618b09f jpegdecompress_MPLoop + 79
    4 libSystem.B.dylib 0x91320095 pthreadstart + 321
    5 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 25:
    0 libSystem.B.dylib 0x912f63ae _semwaitsignal + 10
    1 libSystem.B.dylib 0x91320d0d pthreadcondwait$UNIX2003 + 73
    2 com.apple.ColorSync 0x958ab45c pthreadSemaphoreWait(t_pthreadSemaphore*) + 42
    3 com.apple.ColorSync 0x958bdd8e CMMConvTask(void*) + 54
    4 libSystem.B.dylib 0x91320095 pthreadstart + 321
    5 libSystem.B.dylib 0x9131ff52 thread_start + 34
    Thread 16 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x18694150 ecx: 0x027fbb30 edx: 0x00000006
    edi: 0x1c05b510 esi: 0x00000000 ebp: 0xb0899dd8 esp: 0xb0899dc0
    ss: 0x0000001f efl: 0x00010202 eip: 0x001b04ba cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000014
    Binary Images:
    0x1000 - 0x9bfffe com.apple.iPhoto 8.0 (8.0) /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0xaf4000 - 0xbbdff5 com.apple.DiscRecording 4.0.3 (4030.4.3) <f985693413a9d58893068d35568de054> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0xc28000 - 0xc53ff7 com.apple.DiscRecordingUI 4.0.3 (4030.4.3) <928f6b8b22105e8303206e98fd3b4ad6> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0xc71000 - 0xc73fff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0xc7a000 - 0xc84fff com.apple.UpgradeChecker 1.0 (1.1) /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0xc8d000 - 0xcfdff7 com.apple.iLifeMediaBrowser 2.0.2 (321) <096200840dfe3556d984bed9e9e1e4bc> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0xd48000 - 0xde2ff4 com.apple.MobileMe 5 (1.0) <82df2d62c8d9ef0cdf0e0c1092faffe4> /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0xe40000 - 0x1097ffb com.apple.MessageFramework 3.5 (930.3) <548c39b875ebdc054eed49e9dd5238f3> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x11ed000 - 0x11edfff +eOkaoCom.dylib ??? (???) <17adb0f4bf830b0b5293f843f1724644> /Applications/iPhoto.app/Contents/MacOS/eOkaoCom.dylib
    0x11f1000 - 0x1224fe7 +eOkaoDt.dylib ??? (???) <673bd0c5fac4abb7b55efd8a75e4759d> /Applications/iPhoto.app/Contents/MacOS/eOkaoDt.dylib
    0x122a000 - 0x1390fff +eOkaoFr.dylib ??? (???) <684982fe55e4174d9cf3da4319bd57f9> /Applications/iPhoto.app/Contents/MacOS/eOkaoFr.dylib
    0x1394000 - 0x13b8ff2 +eOkaoPt.dylib ??? (???) <e2ed8de87a2d83093cb52e87f135a8a8> /Applications/iPhoto.app/Contents/MacOS/eOkaoPt.dylib
    0x13bf000 - 0x1406ff7 com.apple.proxtcore 1.0.0 (1.0.0) /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x1448000 - 0x1448ff8 com.apple.iLifeSlideshow 1.0.2 (236) <2e76d2596811fba7bef81dd85514b3e0> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/iLifeSlid eshow
    0x144c000 - 0x144cffd com.apple.AppleAppSupport 1.5 (1.5) /System/Library/PrivateFrameworks/AppleAppSupport.framework/Versions/A/AppleApp Support
    0x1450000 - 0x1474fe7 com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <1591e65449707141112554274c637e5a> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x1489000 - 0x14a9fff com.apple.iLifeSlideshowCore 1.0 (55) <03d238005bc9786882ee1d26aa0c434c> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Framework s/iLifeSlideshowCore.framework/Versions/A/iLifeSlideshowCore
    0x14bd000 - 0x1577ff1 com.apple.iLifeSlideshowProducer 1.0.1 (192) <6337b6845ed8288be27286e79a7421f8> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Framework s/iLifeSlideshowProducer.framework/Versions/A/iLifeSlideshowProducer
    0x15c8000 - 0x1677fff com.apple.iLifeSlideshowRenderer 1.0.1 (175) <f5d1306ef15767020e13e70d86125ba3> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Framework s/iLifeSlideshowRenderer.framework/Versions/A/iLifeSlideshowRenderer
    0x16c3000 - 0x16c8fff com.apple.iLifeSlideshowExporter 1.0 (49) <556d5d073b064e28e59be71f7761b241> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Framework s/iLifeSlideshowExporter.framework/Versions/A/iLifeSlideshowExporter
    0x16d0000 - 0x16effed com.apple.audio.CoreAudioKit 1.5 (1.5) <82f2e52c502db7f3b32349a54209a0fe> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x1926000 - 0x1929fff com.apple.NetServices.BDRuleEngine 1.0.2 (1.0.2) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDRuleEngine.framework /Versions/A/BDRuleEngine
    0x1684b000 - 0x16a43fff com.apple.RawCamera.bundle 2.0.13 (435) <083354ccec68bf7c9fc99523a5838f92> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x16e0e000 - 0x16e20fff com.apple.iPhoto.FacebookPublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/FacebookPublisher.publisher/Contents/ MacOS/FacebookPublisher
    0x16e2d000 - 0x16e3cff7 com.apple.iPhoto.FlickrPublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/FlickrPublisher.publisher/Contents/Ma cOS/FlickrPublisher
    0x16e47000 - 0x16e73ff7 com.apple.iPhoto.MobileMePublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/MobileMePublisher.publisher/Contents/ MacOS/MobileMePublisher
    0x16e89000 - 0x16e8dfff com.apple.iPhoto.RSSPublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/RSSPublisher.publisher/Contents/MacOS /RSSPublisher
    0x16ef2000 - 0x16ef3ff3 ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x177fc000 - 0x17801ff3 libCGXCoreImage.A.dylib ??? (???) <375e0cdb64b043378dbf637992bbfeb0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x1906d000 - 0x1906efe1 com.apple.textencoding.unicode 2.2 (2.2) <542f2b8930d6bdf16c318ffea541acab> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x19099000 - 0x190a4fff com.apple.BookService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Co ntents/MacOS/BookService
    0x190c6000 - 0x190cefe7 com.apple.NetServices.BDControl 1.0.5 (1.0.5) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDControl.framework/Ve rsions/A/BDControl
    0x19680000 - 0x19701fef com.apple.NetServices.NetServices 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/ Versions/A/NetServices
    0x19760000 - 0x1976afff com.apple.CalendarsService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CalendarsService.NetServi ce/Contents/MacOS/CalendarsService
    0x19774000 - 0x1977efff com.apple.CardsService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CardsService.NetService/C ontents/MacOS/CardsService
    0x19788000 - 0x19793fff com.apple.PrintsService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/ Contents/MacOS/PrintsService
    0x197b2000 - 0x197b3fff com.apple.iLMBAppDefPlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x197d4000 - 0x197d4ffe com.apple.JavaPluginCocoa 12.2.0 (12.2.0) <b08d1285182ffcbaedd747d17fdaeefd> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x19978000 - 0x199e5fff +com.DivXInc.DivXDecoder 6.6.0 (6.6.0) /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x199f4000 - 0x19be4fee +com.elgato.mpegsupport EyeTV MPEG Support 1.0.7 (build 43) (1.0.7) /Library/QuickTime/EyeTV MPEG Support.component/Contents/MacOS/EyeTV MPEG Support
    0x19dc0000 - 0x19dc1fff com.apple.iLMBFolderPlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x19de8000 - 0x19deefff com.apple.iLMBAperturePlugin 2.0.2 (94) <ef8ad0737e0bfe0212bf481687932efd> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x19df6000 - 0x19df8fff com.apple.iLMBMoviesFolderPlugin 2.0.2 (94) <cbfc693badcbc6b464766a8363dd8f57> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x19f88000 - 0x19f8afff com.apple.iLMBPhotoBoothPlugin 2.0.2 (94) <a6dbe217570d12c173ee7cf5134d0c8b> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x1a022000 - 0x1a026fff com.apple.iLMBGarageBandPlugin 2.0.2 (94.1) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x1a02d000 - 0x1a038fff com.apple.iLMBiMoviePlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x1a070000 - 0x1a070ffd libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x1a1b2000 - 0x1a1c3fff com.apple.iLMBiPhoto8Plugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x1a1cc000 - 0x1a1d4fff com.apple.iLMBiPhotoPlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x1a1dc000 - 0x1a1e4fff com.apple.iLMBiTunesPlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x1d101000 - 0x1d1bbfff com.apple.iTunesAccess 8.1.1 (8.1.1) <67baa90c9d0757862448edb02fefe7fe> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0x1d20d000 - 0x1d230fe7 com.apple.AppleProResDecoder 1.0.1 (53) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x1d262000 - 0x1d267ff7 com.apple.AppleMPEG2Codec 1.0.1 (220) <6fdff3c87ececb7413749c0230c54f78> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0x1e73f000 - 0x1e745ffd com.apple.JavaVM 12.2.2 (12.2.2) <9ad39149cc7ecc91da3e93df7f61d315> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x1f4db000 - 0x1f4f5fc3 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x1fc1c000 - 0x1fc57fff com.apple.QuickTimeFireWireDV.component 7.6 (1290) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1fc64000 - 0x1fcb0fe3 com.apple.AppleVAFramework 4.1.14 (4.1.14) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x1fcb9000 - 0x1fcd2ff3 com.apple.applepixletvideo 1.2.18 (1.2d18) <b0e7bf7f2d8c5ffc4e57dd7137192299> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x207e3000 - 0x20848fef com.apple.AppleVAH264HW.component 1.0 (1.0) <49e6103f4d0f364517a5c37bd29b08d7> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <100d362e03410f181a34e04e94189ae5> /usr/lib/dyld
    0x90003000 - 0x900aafeb com.apple.QD 3.11.54 (???) <b743398c24c38e581a86e91744a2ba6e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x900ab000 - 0x900b6fe7 libCSync.A.dylib ??? (???) <e6aceed359bd228f42bc1246af5919c9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x900b7000 - 0x90236fff com.apple.AddressBook.framework 4.1.1 (699) <60ddae72a1df8ddbc5c53df92f372b76> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90237000 - 0x908d7fff com.apple.CoreGraphics 1.407.2 (???) <3a91d1037afde01d1d8acdf9cd1caa14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x908d8000 - 0x908d8ff8 com.apple.ApplicationServices 34 (34) <8f910fa65f01d401ad8d04cc933cf887> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x908d9000 - 0x908ddffd com.apple.AOSNotification 1.0.0 (68.10) <38239776860eed3c5265d4ae3c21dd73> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x908de000 - 0x908f6fff com.apple.openscripting 1.2.8 (???) <572c7452d7e740e8948a5ad07a99602b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x908f7000 - 0x9091ffff libcups.2.dylib ??? (???) <16bec7c6a004f744804e2281a1b1c094> /usr/lib/libcups.2.dylib
    0x90920000 - 0x9096ffff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x90970000 - 0x909c9ff7 libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x909ca000 - 0x909cefff com.apple.OpenDirectory 10.5 (10.5) <e7e4507f5ecd8c8cdcdb2fc0675da0b4> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x909cf000 - 0x90ab4ff3 com.apple.CoreData 100.1 (186) <8e28162ef2288692615b52acc01f8b54> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90ab5000 - 0x90ac8fff com.apple.IMUtils 4.0.5 (583) <b54c55fea76255e789f607b78592c468> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x90ac9000 - 0x90af2fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x90af3000 - 0x90af3fff com.apple.Carbon 136 (136) <7f03616ee9261fb42dc6e6dd77a6f01c> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90af4000 - 0x90bd4fff libobjc.A.dylib ??? (???) <7b92613fdf804fd9a0a3733a0674c30b> /usr/lib/libobjc.A.dylib
    0x90bd5000 - 0x90c72fe4 com.apple.CFNetwork 422.15.2 (422.15.2) <80851410a5592b7c3b149b2ff849bcc1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x90c73000 - 0x90c7affe libbsm.dylib ??? (???) <d25c63378a5029648ffd4b4669be31bf> /usr/lib/libbsm.dylib
    0x90c7b000 - 0x90c80ffc com.apple.KerberosHelper 1.1 (1.0) <86b1b4589baa557d067d07efc01890d2> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x90c81000 - 0x90c83ff5 libRadiance.dylib ??? (???) <8a844202fcd65662bb9ab25f08c45a62> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x90c9c000 - 0x912edfff com.apple.WebCore 5525.26 (5525.26.6) <8676962ab93f003cf9b10748725c1bc2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x912ee000 - 0x91455ff3 libSystem.B.dylib ??? (???) <d68880dfb1f8becdbdac6928db1510fb> /usr/lib/libSystem.B.dylib
    0x91456000 - 0x91514fff com.apple.WebKit 5525.27 (5525.27.1) <a15e548666c9a463d61be1f114b2fa27> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x91515000 - 0x91539fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x9153a000 - 0x915f1ff3 com.apple.QTKit 7.6 (1290) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x915f2000 - 0x9160dffb libPng.dylib ??? (???) <4780e979d35aa5ec2cea22678836cea5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9160e000 - 0x9164dfef libTIFF.dylib ??? (???) <3589442575ac77746ae99ecf724f5f87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9164e000 - 0x91655fff com.apple.agl 3.0.9 (AGL-3.0.9) <2f39c480cfcee9358a23d61b20a6aa56> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x91656000 - 0x91674fff libresolv.9.dylib ??? (???) <a8018c42930596593ddf27f7c20fe7af> /usr/lib/libresolv.9.dylib
    0x91675000 - 0x91677ff1 com.apple.QuickTimeH264.component 7.6 (1290) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x91678000 - 0x91b49f3e libGLProgrammability.dylib ??? (???) <5d283543ac844e7c6fa3440ac56cd265> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x91b4a000 - 0x91bddfff com.apple.ink.framework 101.3 (86) <bf3fa8927b4b8baae92381a976fd2079> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91bde000 - 0x91c09fe7 libauto.dylib ??? (???) <42d8422dc23a18071869fdf7b5d8fab5> /usr/lib/libauto.dylib
    0x91c0a000 - 0x91c0cfff com.apple.securityhi 3.0 (30817) <32d1c581312dbe0c408578df99661f96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x91c0d000 - 0x91f15fff com.apple.HIToolbox 1.5.4 (???) <3747086ba21ee419708a5cab946c8ba6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91f16000 - 0x91f2bffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x91f2c000 - 0x91f3cffc com.apple.LangAnalysis 1.6.4 (1.6.4) <8b7831b5f74a950a56cf2d22a2d436f6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x91f3d000 - 0x92004ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92005000 - 0x92014fff libsasl2.2.dylib ??? (???) <bb7971ca2f609c070f87786a93d1041e> /usr/lib/libsasl2.2.dylib
    0x92084000 - 0x9210bff7 libsqlite3.0.dylib ??? (???) <6978bbcca4277d6ae9f042beff643f7d> /usr/lib/libsqlite3.0.dylib
    0x9210c000 - 0x92111fff com.apple.CommonPanels 1.2.4 (85) <ea0665f57cd267609466ed8b2b20e893> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x92112000 - 0x92178ffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x92179000 - 0x92185ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92186000 - 0x92211fff com.apple.framework.IOKit 1.5.1 (???) <f9f5f0d070e197a832d86751e1d44545> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x92212000 - 0x9226cff7 com.apple.CoreText 2.0.4 (???) <f9a90116ae34a2b0d84e87734766fb3a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x9226d000 - 0x9228bff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <f8931f64103c8a86b82e9714352f4323> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9228c000 - 0x9238dfe7 com.apple.PubSub 1.0.3 (65.1.2) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x9238e000 - 0x923dffeb com.apple.framework.familycontrols 1.0.3 (1.0.3) <52c7ec091f6d3dc99ec42e1e185c38a7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x923e0000 - 0x923efffe com.apple.DSObjCWrappers.Framework 1.2.1 (1.2.1) <eac1c7b7c07ed3148c85934b6f656308> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x923f0000 - 0x925acff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x925ad000 - 0x925adff8 com.apple.Cocoa 6.5 (???) <e064f94d969ce25cb7de3cfb980c3249> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x925ae000 - 0x926e6fe7 com.apple.imageKit 1.0.2 (1.0) <2e354566521df8b1e3a78e9aeab5e6b4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x926e7000 - 0x9278aff3 com.apple.QuickTimeImporters.component 7.6 (1290) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x9278b000 - 0x92793fff com.apple.DiskArbitration 2.2.1 (2.2.1) <75b0c8d8940a8a27816961dddcac8e0f> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x92794000 - 0x9279bff7 libCGATS.A.dylib ??? (???) <386dce4b28448fb86e33e06ac466f4d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9279c000 - 0x9279ffff com.apple.help 1.1 (36) <b507b08e484cb89033e9cf23062d77de> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x927a0000 - 0x927acff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x927ad000 - 0x92bbdfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92bbe000 - 0x92c2bffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x92c2c000 - 0x92c2cffa com.apple.CoreServices 32 (32) <2fcc8f3bd5bbfc000b476cad8e6a3dd2> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x92c2d000 - 0x9342bfef com.apple.AppKit 6.5.6 (949.43) <a3a300499bbe4f1dfebf71d752d01916> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9342c000 - 0x934a6ff8 com.apple.print.framework.PrintCore 5.5.3 (245.3) <222dade7b33b99708b8c09d1303f93fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x934a7000 - 0x934bdfff com.apple.DictionaryServices 1.0.0 (1.0.0) <ad0aa0252e3323d182e17f50defe56fc> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x934be000 - 0x934f0ff7 com.apple.DotMacSyncManager 1.2.3 (305) <76f2a03fbb91d701cd8c1d1dde21b531> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x934f1000 - 0x93525fef com.apple.bom 9.0.1 (136.1.1) <e1f64b0dae30d560a1204c69c14751a0> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x93526000 - 0x935b0fe3 com.apple.DesktopServices 1.4.7 (1.4.7) <d16642ba22c32f67be793ebfbe67ca3a> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x935b1000 - 0x935e2ffb com.apple.quartzfilters 1.5.0 (1.5.0) <22581f8fe9dd2cb261f97a897407ec3e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x935e3000 - 0x93610feb libvDSP.dylib ??? (???) <b232c018ddd040ec4e2c2af632dd497f> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x93611000 - 0x93643fff com.apple.LDAPFramework 1.4.5 (110) <cc04500cf7b6edccc75bb3fe2973f72c> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93644000 - 0x936b6fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x936b7000 - 0x93701fe1 com.apple.securityinterface 3.0.1 (35183) <f855cb06d2541ce544d9bcdf998b991c> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x93702000 - 0x938d0ff3 com.apple.security 5.0.4 (34102) <55dda7486df4e8e1d61505be16f83a1c> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x938d4000 - 0x938f8feb libssl.0.9.7.dylib ??? (???) <c7359b7ab32b5f8574520746e10a41cc> /usr/lib/libssl.0.9.7.dylib
    0x938f9000 - 0x93930fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <8b26ebf26a009a098484f1ed01ec499c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93931000 - 0x939c4ff3 com.apple.ApplicationServices.ATS 3.4 (???) <8c51de0ec3deaef416578cd59df38754> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x939c5000 - 0x939f4fe3 com.apple.AE 402.3 (402.3) <4cb9ef65cf116d6dd424f0ce98c2d015> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x939f5000 - 0x939fafff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x939fb000 - 0x93a06fff com.apple.dotMacLegacy 3.1 (246) <d335114af509bf38a7ead5274a93dfb1> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x93a07000 - 0x93a07ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x93a08000 - 0x93d2dfe2 com.apple.QuickTime 7.6.0 (1290) <bc0920abbbaad03f5513ac7ffbd30633> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x93d2e000 - 0x93d46ff7 com.apple.CoreVideo 1.6.0 (20.0) <c0d869876af51283a160cd2224a23abf> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93d47000 - 0x93dc4feb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f35477a5e23db0fa43233c37da01ae1c> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x93dc5000 - 0x93dc9fff libGIF.dylib ??? (???) <572a32e46e33be1ec041c5ef5b0341ae> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x93dca000 - 0x93e04ffe com.apple.securityfoundation 3.0.1 (35844) <2fbb6a1177ef98350b8aefc60737ba0e> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x93e05000 - 0x93ee6ff7 libxml2.2.dylib ??? (???) <d69560099d9eb32ba7f8a17baa65a28d> /usr/lib/libxml2.2.dylib
    0x93ee7000 - 0x93fb5ff3 com.apple.JavaScriptCore 5525.26 (5525.26.2) <69e219e81bc886a94c4d4b310d393ab9> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x93fb6000 - 0x94070fe3 com.apple.CoreServices.OSServices 226.5 (226.5) <2a135d4fb16f4954290f7b72b4111aa3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x94071000 - 0x94076fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <97878a73074e7da4fe31ea010a5d5ae1> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x94077000 - 0x94077ffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x94078000 - 0x940bcfeb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <29109fed9f54cbe3d3faea0603362719> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x940bd000 - 0x94106fef com.apple.Metadata 10.5.2 (398.25) <e0572f20350523116f23000676122a8d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x94107000 - 0x94164ffb libstdc++.6.dylib ??? (???) <04b812dcec670daa8b7d2852ab14be60> /usr/lib/libstdc++.6.dylib
    0x94165000 - 0x94298fff com.apple.CoreFoundation 6.5.5 (476.17) <4a70c8dbb582118e31412c53dc1f407f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94299000 - 0x94318ff5 com.apple.SearchKit 1.2.1 (1.2.1) <3140a605db2abf56b237fa156a08b28b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94319000 - 0x9431dfff com.apple.CoreMediaAuthoringPrivate 1.6 (1.6) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x9431e000 - 0x943aaff7 com.apple.LaunchServices 290.3 (290.3) <6f9629f4ed1ba3bb313548e6838b2888> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x94614000 - 0x94622ffd libz.1.dylib ??? (???) <5ddd8539ae2ebfd8e7cc1c57525385c7> /usr/lib/libz.1.dylib
    0x94623000 - 0x94623ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <a2b462be6c51187eddf7d097ef0e0a04> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x94624000 - 0x94640fff com.apple.IMFramework 4.0.5 (583) <a1890d82d681840490025bb50bf97cf8> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x94641000 - 0x94722fff com.apple.syncservices 3.1 (389.12) <e0c2241379300f52b12b479e53797016> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x94723000 - 0x9477fff7 com.apple.htmlrendering 68 (1.1.3) <fe87a9dede38db00e6c8949942c6bd4f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x94780000 - 0x94832ffb libcrypto.0.9.7.dylib ??? (???) <69bc2457aa23f12fa7d052601d48fa29> /usr/lib/libcrypto.0.9.7.dylib
    0x94833000 - 0x9486ffff com.apple.DAVKit 3.0.6 (653) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x94965000 - 0x949a3ff7 libGLImage.dylib ??? (???) <1123b8a48bcbe9cc7aa8dd8e1a214a66> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x949a4000 - 0x949b1fe7 com.apple.opengl 1.5.9 (1.5.9) <7e5048a2677b41098c84045305f42f7f> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x949b2000 - 0x94a2ffef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x94a30000 - 0x94b91ff2 com.apple.CalendarStore 3.0.6 (847) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x94b92000 - 0x94bafff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94bb0000 - 0x94c79fef com.apple.QuickTimeMPEG4.component 7.6 (1290) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x94c7a000 - 0x94d2afff edu.mit.Kerberos 6.0.12 (6.0.12) <685cc018c133668d0d3ac6a1cb63cff9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x94d2b000 - 0x94d65fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x94d66000 - 0x94e9eff7 libicucore.A.dylib ??? (???) <18098dcf431603fe47ee027a60006c85> /usr/lib/libicucore.A.dylib
    0x94e9f000 - 0x94ee0fe7 libRIP.A.dylib ??? (???) <5d0b5af7992e14de017f9a9c7cb05960> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94ee1000 - 0x94f32ff7 com.apple.HIServices 1.7.0 (???) <01b690d1f376e400ac873105533e39eb> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x94f33000 - 0x94f43fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <06d8fc0307314f8ffc16f206ad3dbf44> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94f44000 - 0x94f4efeb com.apple.audio.SoundManager 3.9.2 (3.9.2) <0f2ba6e891d3761212cf5a5e6134d683> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x94f7f000 - 0x94f8bfff libbz2.1.0.dylib ??? (???) <9ea4fe135c9e52bd0590eec12c738e82> /usr/lib/libbz2.1.0.dylib
    0x94f8c000 - 0x94fabffa libJPEG.dylib ??? (???) <e7eb56555109e23144924cd64aa8daec> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94fb6000 - 0x94fb6ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x94fb7000 - 0x94fbdfff com.apple.print.framework.Print 218.0.2 (220.1) <8bf7ef71216376d12fcd5ec17e43742c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94fbe000 - 0x9513efef com.apple.CoreAUC 3.02.0 (3.02.0) <e9c0220542fac5c62ef3b79aa791252f> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9513f000 - 0x9517efff com.apple.CoreMediaIOServicesPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x951ce000 - 0x9558cfea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9558d000 - 0x95867ff3 com.apple.CoreServices.CarbonCore 786.11 (786.11) <f06fe5d92d56ac5aa52d1ba182745924> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x95868000 - 0x9586cfff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x9586d000 - 0x95876fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <d3180f9edbd9a5e6f283d6156aa3c602> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95877000 - 0x95877ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x95878000 - 0x95943fff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x95944000 - 0x9691fff6 com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x96920000 - 0x96920ffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x96921000 - 0x96b9cfe7 com.apple.Foundation 6.5.7 (677.22) <8fe77b5d15ecdae1240b4cb604fc6d0b> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x96b9d000 - 0x96ba4fe9 libgcc_s.1.dylib ??? (???) <f53c808e87d1184c0f9df63aef53ce0b> /usr/lib/libgcc_s.1.dylib
    0x96ba5000 - 0x96cf7ff3 com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x96cf8000 - 0x96e3eff7 com.apple.ImageIO.framework 2.0.4 (2.0.4) <6a6623d3d1a7292b5c3763dcd108b55f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x96e3f000 - 0x96e81fef com.apple.NavigationServices 3.5.2 (163) <91844980804067b07a0b6124310d3f31> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x96e82000 - 0x96e83ffc libffi.dylib ??? (???) <a3b573eb950ca583290f7b2b4c486d09> /usr/lib/libffi.dylib
    0x96e84000 - 0x96eacff7 com.apple.shortcut 1 (1.0) <057783867138902b52bc0941fedb74d1> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x96ead000 - 0x96ebeffe com.apple.CFOpenDirectory 10.5 (10.5) <6a7f55108d77db7384d0e2219d07e9f8> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x96ebf000 - 0x9725cfef com.apple.QuartzCore 1.5.7 (1.5.7) <2fed2dd7565c84a0f0c608d41d4d172c> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9725d000 - 0x97293fef libtidy.A.dylib ??? (???) <5351215b54226cc47eb1cd4b011cc2f3> /usr/lib/libtidy.A.dylib
    0x97294000 - 0x97294ffe com.apple.quartzframework 1.5 (1.5) <4b8f505e32e4f2d67967a276401f9aaf> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0xba900000 - 0xba916fff libJapaneseConverter.dylib ??? (???) <b9dd2655f8262b5b870cab51b23ad18e> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
    Thanky you very much for your help!

    I am having a similar problem with Iphoto 8. I have trashed and reinstalled the application and also rebuilt the photo file more times than I can count. The program will start but when I attempt to import a photo either from a file for a camera, the pictures with show up and then the ball with start spinning and the program will crash. Here is my crash log.
    Process: iPhoto [457]
    Path: /Applications/iPhoto.app/Contents/MacOS/iPhoto
    Identifier: com.apple.iPhoto
    Version: 8.0.2 (8.0.2)
    Build Info: iPhotoProject-4020000~2
    Code Type: PPC (Native)
    Parent Process: launchd [131]
    Date/Time: 2009-04-17 16:46:14.775 -0700
    OS Version: Mac OS X 10.5.6 (9G55)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 12
    Thread 0:
    0 com.apple.iPhoto 0x00189f94 0x1000 + 1609620
    1 com.apple.iPhoto 0x001a6cc0 0x1000 + 1727680
    2 com.apple.iPhoto 0x0005e1a8 0x1000 + 381352
    3 com.apple.Foundation 0x9521947c __NSFireTimer + 144
    4 com.apple.CoreFoundation 0x95b0f9d8 CFRunLoopRunSpecific + 2968
    5 com.apple.HIToolbox 0x919dfbc4 RunCurrentEventLoopInMode + 264
    6 com.apple.HIToolbox 0x919df9e8 ReceiveNextEventCommon + 412
    7 com.apple.HIToolbox 0x919df828 BlockUntilNextEventMatchingListInMode + 84
    8 com.apple.AppKit 0x93913724 _DPSNextEvent + 596
    9 com.apple.AppKit 0x939130dc -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 112
    10 com.apple.AppKit 0x9390cd98 -[NSApplication run] + 736
    11 com.apple.AppKit 0x938dd79c NSApplicationMain + 440
    12 com.apple.iPhoto 0x0011e54c 0x1000 + 1168716
    13 com.apple.iPhoto 0x00002c40 0x1000 + 7232
    Thread 1:
    0 libSystem.B.dylib 0x964141d8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x964572c8 pthread_condwait + 1320
    2 com.apple.Foundation 0x95228b24 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x95228950 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x012bba9c -[XTMsgQueue waitForMessage] + 40
    5 com.apple.proxtcore 0x012ac1c4 -[XTThread run:] + 300
    6 com.apple.Foundation 0x951eb764 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 2:
    0 libSystem.B.dylib 0x964141d8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x964572c8 pthread_condwait + 1320
    2 com.apple.Foundation 0x95228b24 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x95228950 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.proxtcore 0x012bba9c -[XTMsgQueue waitForMessage] + 40
    5 com.apple.proxtcore 0x012ac1c4 -[XTThread run:] + 300
    6 com.apple.Foundation 0x951eb764 _NSThread__main_ + 1004
    7 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 3:
    0 libSystem.B.dylib 0x96414158 machmsgtrap + 8
    1 libSystem.B.dylib 0x9641b07c mach_msg + 56
    2 com.apple.CoreFoundation 0x95b0f554 CFRunLoopRunSpecific + 1812
    3 com.apple.Foundation 0x952193bc -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 168
    4 com.apple.proxtcore 0x012ad318 -[XTRunLoopThread run:] + 360
    5 com.apple.Foundation 0x951eb764 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 4:
    0 libSystem.B.dylib 0x9641ab6c _semwaitsignal + 12
    1 libSystem.B.dylib 0x964573cc pthread_condwait + 1580
    2 com.apple.iPhoto 0x004c8970 0x1000 + 5011824
    3 com.apple.Foundation 0x951eb764 _NSThread__main_ + 1004
    4 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 5:
    0 libSystem.B.dylib 0x964141d8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x964572c8 pthread_condwait + 1320
    2 com.apple.Foundation 0x95228b24 -[NSCondition waitUntilDate:] + 384
    3 com.apple.Foundation 0x95228950 -[NSConditionLock lockWhenCondition:beforeDate:] + 268
    4 com.apple.AppKit 0x9396eeac -[NSUIHeartBeat _heartBeatThread:] + 664
    5 com.apple.Foundation 0x951eb764 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 6:
    0 libSystem.B.dylib 0x964141d8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x964572c8 pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x954a0ad4 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x954a08a8 TSWaitOnSemaphoreCommon + 428
    4 ...ickTimeComponents.component 0x9051bbb0 ReadSchedulerThreadEntryPoint + 5312
    5 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 7:
    0 libSystem.B.dylib 0x96414158 machmsgtrap + 8
    1 libSystem.B.dylib 0x9641b07c mach_msg + 56
    2 com.apple.CoreFoundation 0x95b0f554 CFRunLoopRunSpecific + 1812
    3 com.apple.audio.CoreAudio 0x946dcf84 HALRunLoop::OwnThread(void*) + 212
    4 com.apple.audio.CoreAudio 0x946dcdc0 CAPThread::Entry(CAPThread*) + 104
    5 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 8:
    0 libSystem.B.dylib 0x96414158 machmsgtrap + 8
    1 libSystem.B.dylib 0x9641b07c mach_msg + 56
    2 com.apple.CoreFoundation 0x95b0f554 CFRunLoopRunSpecific + 1812
    3 com.apple.CFNetwork 0x9591f72c CFURLCacheWorkerThread(void*) + 292
    4 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 9:
    0 libSystem.B.dylib 0x96477d20 select$DARWIN_EXTSN + 12
    1 com.apple.CoreFoundation 0x95b1a9c8 __CFSocketManager + 764
    Thread 10:
    0 libSystem.B.dylib 0x96414158 machmsgtrap + 8
    1 libSystem.B.dylib 0x9641b07c mach_msg + 56
    2 com.apple.CoreFoundation 0x95b0f554 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x95b0fddc CFRunLoopRun + 60
    4 com.apple.iLifeMediaBrowser 0x950f3b88 -[ILMediaBrowserPathWatcher(FSEvents) iLMBPathWatcherRunLoop] + 740
    5 com.apple.Foundation 0x951eb764 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 11:
    0 libSystem.B.dylib 0x96414158 machmsgtrap + 8
    1 libSystem.B.dylib 0x9641b07c mach_msg + 56
    2 com.apple.CoreFoundation 0x95b0f554 CFRunLoopRunSpecific + 1812
    3 com.apple.Foundation 0x952425f8 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 280
    4 com.apple.Foundation 0x951eb764 _NSThread__main_ + 1004
    5 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 12 Crashed:
    0 libsqlite3.0.dylib 0x92505b34 sqlite3VdbeExec + 24372
    1 libsqlite3.0.dylib 0x9250abe4 sqlite3Step + 1604
    2 libsqlite3.0.dylib 0x9250ae54 sqlite3_step + 148
    3 com.apple.iPhoto 0x00665ce4 0x1000 + 6704356
    4 com.apple.iPhoto 0x00661a18 0x1000 + 6687256
    5 com.apple.iPhoto 0x0066fec4 0x1000 + 6745796
    6 com.apple.iPhoto 0x006482c8 0x1000 + 6582984
    7 com.apple.iPhoto 0x006483dc 0x1000 + 6583260
    8 com.apple.iPhoto 0x0066b934 0x1000 + 6727988
    9 com.apple.CoreFoundation 0x95b82a78 _invoking__ + 168
    10 com.apple.CoreFoundation 0x95b82300 -[NSInvocation invoke] + 128
    11 com.apple.iPhoto 0x004d3500 0x1000 + 5055744
    12 com.apple.iPhoto 0x004d2e6c 0x1000 + 5054060
    13 com.apple.Foundation 0x951eb764 _NSThread__main_ + 1004
    14 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 13:
    0 libSystem.B.dylib 0x9641ab6c _semwaitsignal + 12
    1 libSystem.B.dylib 0x964573cc pthread_condwait + 1580
    2 com.apple.Foundation 0x9522a268 -[NSCondition wait] + 268
    3 com.apple.iPhoto 0x004d3710 0x1000 + 5056272
    4 com.apple.iPhoto 0x004d2e6c 0x1000 + 5054060
    5 com.apple.Foundation 0x951eb764 _NSThread__main_ + 1004
    6 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 14:
    0 libSystem.B.dylib 0x9641ab6c _semwaitsignal + 12
    1 libSystem.B.dylib 0x964573cc pthread_condwait + 1580
    2 com.apple.iPhoto 0x004c8970 0x1000 + 5011824
    3 com.apple.Foundation 0x951eb764 _NSThread__main_ + 1004
    4 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 15:
    0 libSystem.B.dylib 0x96455864 kevent + 12
    1 com.apple.CoreFoundation 0x95ae6dd8 _monitor_file_descriptor_ + 240
    Thread 16:
    0 libSystem.B.dylib 0x96414158 machmsgtrap + 8
    1 libSystem.B.dylib 0x9641b07c mach_msg + 56
    2 com.apple.CoreFoundation 0x95b0f554 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x95b0fddc CFRunLoopRun + 60
    4 com.apple.DesktopServices 0x9257259c TSystemNotificationTask::SystemNotificationTaskProc(void*) + 104
    5 ...ple.CoreServices.CarbonCore 0x954c0458 PrivateMPEntryPoint + 76
    6 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 17:
    0 libSystem.B.dylib 0x96414158 machmsgtrap + 8
    1 libSystem.B.dylib 0x9641b07c mach_msg + 56
    2 com.apple.CoreFoundation 0x95b0f554 CFRunLoopRunSpecific + 1812
    3 com.apple.CoreFoundation 0x95b0fddc CFRunLoopRun + 60
    4 com.apple.DesktopServices 0x92572718 TFSEventsNotificationTask::FSEventsNotificationTaskProc(void*) + 176
    5 ...ple.CoreServices.CarbonCore 0x954c0458 PrivateMPEntryPoint + 76
    6 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 18:
    0 libSystem.B.dylib 0x9641ab6c _semwaitsignal + 12
    1 libSystem.B.dylib 0x964573cc pthread_condwait + 1580
    2 ...ple.CoreServices.CarbonCore 0x954c2674 TSWaitOnCondition + 132
    3 ...ple.CoreServices.CarbonCore 0x954a0ab0 TSWaitOnConditionTimedRelative + 204
    4 ...ple.CoreServices.CarbonCore 0x954c2230 MPWaitOnQueue + 272
    5 com.apple.DesktopServices 0x9257dc58 TNodeSyncTask::SyncTaskProc(void*) + 88
    6 ...ple.CoreServices.CarbonCore 0x954c0458 PrivateMPEntryPoint + 76
    7 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 19:
    0 libSystem.B.dylib 0x96455864 kevent + 12
    1 com.apple.CoreFoundation 0x95ae6d40 _monitor_file_descriptor_ + 88
    Thread 20:
    0 libSystem.B.dylib 0x964141d8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x964572c8 pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x954a0ad4 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x954c2230 MPWaitOnQueue + 272
    4 com.apple.DesktopServices 0x9257f918 TFolderSizeTask::FolderSizeTaskProc(void*) + 88
    5 ...ple.CoreServices.CarbonCore 0x954c0458 PrivateMPEntryPoint + 76
    6 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 21:
    0 libSystem.B.dylib 0x964141d8 semaphoretimedwait_signaltrap + 8
    1 libSystem.B.dylib 0x964572c8 pthread_condwait + 1320
    2 ...ple.CoreServices.CarbonCore 0x954a0ad4 TSWaitOnConditionTimedRelative + 240
    3 ...ple.CoreServices.CarbonCore 0x954a08a8 TSWaitOnSemaphoreCommon + 428
    4 ...ple.CoreServices.CarbonCore 0x954c9cb4 AIOFileThread(void*) + 1068
    5 libSystem.B.dylib 0x96456024 pthreadstart + 316
    Thread 12 crashed with PPC Thread State 32:
    srr0: 0x92505b34 srr1: 0x0200f030 dar: 0x00000000 dsisr: 0x40000000
    r0: 0x92505b20 r1: 0xf05228e0 r2: 0x00000000 r3: 0xa028fc38
    r4: 0x08e78830 r5: 0x0ce0bc10 r6: 0x00000002 r7: 0x0000049e
    r8: 0x00000000 r9: 0x090afa80 r10: 0x00000000 r11: 0x00000000
    r12: 0x00000185 r13: 0x00000000 r14: 0x00000000 r15: 0x00000b27
    r16: 0x00a0e960 r17: 0x00000000 r18: 0x00000000 r19: 0x00000312
    r20: 0x0000000f r21: 0x11862a00 r22: 0x090af5c0 r23: 0x068afd90
    r24: 0x01a58d2c r25: 0x00000000 r26: 0x00000004 r27: 0x00000000
    r28: 0x00000038 r29: 0x00000000 r30: 0x090afa80 r31: 0x924ffc38
    cr: 0x24222488 xer: 0x20000002 lr: 0x92505b58 ctr: 0x92505b20
    vrsave: 0x80000000
    Binary Images:
    0x1000 - 0x9a1ff4 com.apple.iPhoto 8.0.2 (8.0.2) /Applications/iPhoto.app/Contents/MacOS/iPhoto
    0xacc000 - 0xb9aff5 com.apple.DiscRecording 4.0.3 (4030.4.3) <f11866245eaf217396740b401ddc2861> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0xc01000 - 0xc2bffb com.apple.DiscRecordingUI 4.0.3 (4030.4.3) <e01b4075cb3b893bf38516b92e088537> /System/Library/Frameworks/DiscRecordingUI.framework/Versions/A/DiscRecordingUI
    0xc48000 - 0xc4afff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0xc50000 - 0xc5affb com.apple.UpgradeChecker 1.0 (1.1) /Applications/iPhoto.app/Contents/Frameworks/UpgradeChecker.framework/Versions/ A/UpgradeChecker
    0xc63000 - 0xcfeff8 com.apple.MobileMe 5 (1.0) /Applications/iPhoto.app/Contents/Frameworks/MobileMe.framework/Versions/A/Mobi leMe
    0xd5e000 - 0xf94ffb com.apple.MessageFramework 3.5 (930.3) <e1949c1331d1e308c8dd4b0dcd3a777b> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x10d5000 - 0x10d6fff +eOkaoCom.dylib ??? (???) <6477d87cb90cfdd5b8af138703e9e4d8> /Applications/iPhoto.app/Contents/MacOS/eOkaoCom.dylib
    0x10d9000 - 0x110cfff +eOkaoDt.dylib ??? (???) <85295eb2447d0592b77cdbbb1f8f1540> /Applications/iPhoto.app/Contents/MacOS/eOkaoDt.dylib
    0x1111000 - 0x1278fff +eOkaoFr.dylib ??? (???) <46eb333b5f06e7037116961b94066842> /Applications/iPhoto.app/Contents/MacOS/eOkaoFr.dylib
    0x127b000 - 0x129ffff +eOkaoPt.dylib ??? (???) <d2fab236f146b73913d998ff0019d39b> /Applications/iPhoto.app/Contents/MacOS/eOkaoPt.dylib
    0x12a5000 - 0x12e5ff7 com.apple.proxtcore 1.0.0 (1.0.0) /Applications/iPhoto.app/Contents/Frameworks/ProXTCore.framework/Versions/A/Pro XTCore
    0x1324000 - 0x1324ff8 com.apple.iLifeSlideshow 1.0.2 (236) <08f9625561ec9ccfdbdd2e39fee2d1cb> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/iLifeSlid eshow
    0x1328000 - 0x1328fff com.apple.AppleAppSupport 1.5 (1.5) /System/Library/PrivateFrameworks/AppleAppSupport.framework/Versions/A/AppleApp Support
    0x132c000 - 0x134dff1 libmx.A.dylib ??? (???) /usr/lib/libmx.A.dylib
    0x1355000 - 0x137bfff com.apple.speech.LatentSemanticMappingFramework 2.6.4 (2.6.4) <3abfafbb3982f8c148b49a9c3b35b1f9> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x1390000 - 0x13b9ffb com.apple.iLifeSlideshowCore 1.0 (55) <184cdab39ee45f0e83c5996b2aa83618> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Framework s/iLifeSlideshowCore.framework/Versions/A/iLifeSlideshowCore
    0x13cb000 - 0x14b4ffa com.apple.iLifeSlideshowProducer 1.0.1 (192) <e5ecd602bd945df089b1ddd24c7b3afc> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Framework s/iLifeSlideshowProducer.framework/Versions/A/iLifeSlideshowProducer
    0x1502000 - 0x15d7ffb com.apple.iLifeSlideshowRenderer 1.0.1 (175) <4a2bff6a92f9286d797d54cf3fd4986b> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Framework s/iLifeSlideshowRenderer.framework/Versions/A/iLifeSlideshowRenderer
    0x161f000 - 0x1626fff com.apple.iLifeSlideshowExporter 1.0 (49) <3a4ccb7d08b02c3262bc719eddf80c5e> /System/Library/PrivateFrameworks/iLifeSlideshow.framework/Versions/A/Framework s/iLifeSlideshowExporter.framework/Versions/A/iLifeSlideshowExporter
    0x162d000 - 0x1648ff9 com.apple.audio.CoreAudioKit 1.5 (1.5) <b7e5287b5d5cdda58e147a6ffa19667e> /System/Library/Frameworks/CoreAudioKit.framework/Versions/A/CoreAudioKit
    0x169a000 - 0x169dff3 com.apple.PDFImporter 1.7 (???) <abeeabfed90f3dc92ab635bf87e8d2ee> /System/Library/Components/PDFImporter.component/Contents/MacOS/PDFImporter
    0x16bb000 - 0x16bdffb +com.unsanity.menuextraenabler 1.0.3 (1.0.3) /Library/InputManagers/Menu Extra Enabler/Menu Extra Enabler.bundle/Contents/MacOS/Menu Extra Enabler
    0x16d9000 - 0x16daffd com.apple.aoa.halplugin 2.5.7 (2.5.7f1) <7f1a60978b668db2fc7b7ee642120335> /System/Library/Extensions/IOAudioFamily.kext/Contents/PlugIns/AOAHALPlugin.bun dle/Contents/MacOS/AOAHALPlugin
    0x16fa000 - 0x16fbffb ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x5964000 - 0x5968fff com.apple.audio.AudioIPCPlugIn 1.0.5 (1.0.5) <6d30b26789325677bbd205ccdbe755e7> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x5977000 - 0x5979ffd com.apple.textencoding.unicode 2.2 (2.2) <483d06bdf16bdbbad53efcea4fcfb688> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x599a000 - 0x59a0fff com.apple.iLMBAperturePlugin 2.0.2 (94) <62e0a4f703760c496ae1b41e077059ad> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAperturePlugin.ilmbplugin/Contents/MacOS /iLMBAperturePlugin
    0x59a7000 - 0x59a8fff com.apple.iLMBAppDefPlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBAppDefPlugin.ilmbplugin/Contents/MacOS/i LMBAppDefPlugin
    0x59ad000 - 0x59aefff com.apple.iLMBFolderPlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBFolderPlugin.ilmbplugin/Contents/MacOS/i LMBFolderPlugin
    0x59b3000 - 0x59b7fff com.apple.iLMBGarageBandPlugin 2.0.2 (94.1) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBGarageBandPlugin.ilmbplugin/Contents/Mac OS/iLMBGarageBandPlugin
    0x59bd000 - 0x59c7fff com.apple.iLMBiMoviePlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiMoviePlugin.ilmbplugin/Contents/MacOS/i LMBiMoviePlugin
    0x59db000 - 0x59ebfff com.apple.iLMBiPhoto8Plugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhoto8Plugin.ilmbplugin/Contents/MacOS/ iLMBiPhoto8Plugin
    0x59f3000 - 0x59fbfff com.apple.iLMBiPhotoPlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiPhotoPlugin.ilmbplugin/Contents/MacOS/i LMBiPhotoPlugin
    0x5a02000 - 0x5a09fff com.apple.iLMBiTunesPlugin 2.0.2 (94) /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBiTunesPlugin.ilmbplugin/Contents/MacOS/i LMBiTunesPlugin
    0x5a10000 - 0x5a12fff com.apple.iLMBMoviesFolderPlugin 2.0.2 (94) <a3956c35eeb9c6635a183c61e63619b9> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBMoviesFolderPlugin.ilmbplugin/Contents/M acOS/iLMBMoviesFolderPlugin
    0x5a17000 - 0x5a19fff com.apple.iLMBPhotoBoothPlugin 2.0.2 (94) <5f84de8972ca3a888069881cb6d7c25a> /Library/Application Support/iLifeMediaBrowser/Plug-Ins/iLMBPhotoBoothPlugin.ilmbplugin/Contents/Mac OS/iLMBPhotoBoothPlugin
    0x604a000 - 0x6056ffe com.apple.URLMount 3.1.1 (3.1.1) <a375dc81b92b6356ac29ba9128e5c3f8> /System/Library/PrivateFrameworks/URLMount.framework/URLMount
    0x62bf000 - 0x62d0fff com.apple.iPhoto.FacebookPublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/FacebookPublisher.publisher/Contents/ MacOS/FacebookPublisher
    0x62dc000 - 0x62ebfff com.apple.iPhoto.FlickrPublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/FlickrPublisher.publisher/Contents/Ma cOS/FlickrPublisher
    0x62f5000 - 0x62f9fff com.apple.iPhoto.RSSPublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/RSSPublisher.publisher/Contents/MacOS /RSSPublisher
    0x6315000 - 0x64eeff7 com.apple.RawCamera.bundle 2.0.13 (435) <d978d604ec61876ef471d74dd4ea7417> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x677f000 - 0x67a9ffb com.apple.iPhoto.MobileMePublisher 1.0 (1.0) /Applications/iPhoto.app/Contents/PlugIns/MobileMePublisher.publisher/Contents/ MacOS/MobileMePublisher
    0x67ee000 - 0x67f4fff libCGXCoreImage.A.dylib ??? (???) <c48065859a043fc77855aff2b43bc157> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x69f9000 - 0x69f9ffc com.apple.JavaPluginCocoa 12.2.0 (12.2.0) <4d7c87368522f447883c0dc395d6a2b4> /Library/Internet Plug-Ins/JavaPluginCocoa.bundle/Contents/MacOS/JavaPluginCocoa
    0x6ec0000 - 0x6ec7fff com.apple.JavaVM 12.2.2 (12.2.2) <66f0b4a638cd0a2c2ab76c8b13382b51> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x83b1000 - 0x83bbfff com.apple.BookService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/BookService.NetService/Co ntents/MacOS/BookService
    0x8500000 - 0x853efaf com.apple.AppleProResDecoder 1.0.1 (53) /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProR esDecoder
    0x8543000 - 0x8581ff7 com.apple.QuickTimeFireWireDV.component 7.6 (1290) /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x858d000 - 0x85aaff7 com.apple.AppleIntermediateCodec 1.2 (145) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x8700000 - 0x8740ff7 com.apple.applepixletvideo 1.2.18 (1.2d18) <d3a8a5fe13a423c20311a63fccb05bbd> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0xa500000 - 0xa73bfcf +net.telestream.wmv.import 2.2.1.11 (2.2.1.11) /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0xa773000 - 0xa928ffb +net.telestream.wmv.advanced 2.2.1.11 (2.2.1.11) /Library/QuickTime/Flip4Mac WMV Advanced.component/Contents/MacOS/Flip4Mac WMV Advanced
    0xaaa1000 - 0xaafcffb com.apple.QuickTimeMPEG.component 7.6 (1290) /System/Library/QuickTime/QuickTimeMPEG.component/Contents/MacOS/QuickTimeMPEG
    0xac15000 - 0xac40ffb com.apple.audio.SoundManager.Components 3.9.3 (3.9.3) /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0xac46000 - 0xad00ffb com.apple.iTunesAccess 8.1.1 (8.1.1) <17b4eb34c961ccce4bb77f006e6edcb5> /System/Library/PrivateFrameworks/iTunesAccess.framework/iTunesAccess
    0xadf4000 - 0xadf7fff com.apple.NetServices.BDRuleEngine 1.0.2 (1.0.2) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDRuleEngine.framework /Versions/A/BDRuleEngine
    0xafe5000 - 0xafedfff com.apple.NetServices.BDControl 1.0.5 (1.0.5) /Applications/iPhoto.app/Contents/NetServices/Frameworks/BDControl.framework/Ve rsions/A/BDControl
    0xb900000 - 0xb977fff com.apple.NetServices.NetServices 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Frameworks/NetServices.framework/ Versions/A/NetServices
    0xbb58000 - 0xbb61fff com.apple.CalendarsService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CalendarsService.NetServi ce/Contents/MacOS/CalendarsService
    0xbb6a000 - 0xbb73fff com.apple.CardsService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/CardsService.NetService/C ontents/MacOS/CardsService
    0xbb7c000 - 0xbb86ffb com.apple.PrintsService 8.0 (8.0) /Applications/iPhoto.app/Contents/NetServices/Bundles/PrintsService.NetService/ Contents/MacOS/PrintsService
    0x70000000 - 0x700cdff3 com.apple.audio.units.Components 1.5.2 (1.5.2) /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe30c23 dyld 97.1 (???) <8dc1fc6c74fe1f055be16980dd45001e> /usr/lib/dyld
    0x90003000 - 0x9000bffb libCGATS.A.dylib ??? (???) <0c83819d2d428a8df27c8cc0f13ba1dc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x90017000 - 0x90cc6fef com.apple.QuickTimeComponents.component 7.6 (1290) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x90cc7000 - 0x90cc7fff com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x90cc8000 - 0x90d09ffb libTIFF.dylib ??? (???) <4c1422124af245485d6ceee207f4d735> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x90d0a000 - 0x90d0dff3 com.apple.QuickTimeH264.component 7.6 (1290) /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x90d0e000 - 0x90d34fff libcups.2.dylib ??? (???) <109498e92341ab4899ffd3d5acaddac3> /usr/lib/libcups.2.dylib
    0x90d35000 - 0x91417ff3 com.apple.WebCore 5525.26 (5525.26.6) <77f5e6579cb4a8496df8d644ca7fa12d> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x91418000 - 0x91434ffb com.apple.openscripting 1.2.8 (???) <eb961ce3c1b1e564c2eefe3682ee0555> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x91435000 - 0x91863ffa libGLProgrammability.dylib ??? (???) <2c52a11697da6ede976b56d54e3815ef> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x91864000 - 0x919aeffb com.apple.ImageIO.framework 2.0.4 (2.0.4) <cbe744146e1f0e77cca0edce92bea0f7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x919af000 - 0x91ce8ffb com.apple.HIToolbox 1.5.4 (???) <9624d2ffaf16019b6301517339df88c9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x91ce9000 - 0x91d12fff com.apple.CoreMediaPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/CoreMed iaPrivate
    0x91d13000 - 0x91d5afff com.apple.NavigationServices 3.5.2 (163) <d28660870dff1cd46d7ea7d40271340f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x91d5b000 - 0x91d5bff8 com.apple.Cocoa 6.5 (???) <e9a4f1c636d00893db0494c4040176ba> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x91d5c000 - 0x91dbeffb com.apple.htmlrendering 68 (1.1.3) <e852db1c007de975fae2f0c2769c88ef> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x91dbf000 - 0x91ea7fff com.apple.JavaScriptCore 5525.26 (5525.26.2) <3a03d36ac807322bc73ed78c515e32be> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91ea8000 - 0x92462fff libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92463000 - 0x9248cffb com.apple.shortcut 1 (1.0) <032016a45147a2f3f191ce70187587c9> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x9248d000 - 0x92512fff libsqlite3.0.dylib ??? (???) <f2a33fe2663eab9c7f4806d2cf05b4ee> /usr/lib/libsqlite3.0.dylib
    0x92513000 - 0x92550ffe com.apple.securityfoundation 3.0.1 (35844) <af75556fb218b967aef4f0f60cb4bf6a> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x92551000 - 0x92570fff com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x92571000 - 0x92600ffb com.apple.DesktopServices 1.4.7 (1.4.7) <61a5a252cdedffd471e4ea91ed357afe> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92601000 - 0x92609fff libbsm.dylib ??? (???) <c1fca3cbe3b1c21e9b31bc89b920f34c> /usr/lib/libbsm.dylib
    0x92620000 - 0x9263ffff com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x92640000 - 0x926fafff libcrypto.0.9.7.dylib ??? (???) <335916b82e302fec637432caf7c9e8e5> /usr/lib/libcrypto.0.9.7.dylib
    0x926fb000 - 0x927c0ffb com.apple.CoreData 100.1 (186) <9cf54cb19b18e53ee22edb7ababa6e6c> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x927c1000 - 0x92826ffb com.apple.WhitePagesFramework 1.2 (122.0) /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x92827000 - 0x92835ff3 com.apple.opengl 1.5.9 (1.5.9) <c3d74d9bd2fa60d9c346db5658e52815> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x92836000 - 0x9286bffb com.apple.LDAPFramework 1.4.5 (110) <24eb76a3438e9aed39ea9a8677702bc0> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x9286c000 - 0x92884ffb com.apple.DictionaryServices 1.0.0 (1.0.0) <fe37191e732eeb66189185cd000a210b> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x92885000 - 0x929ccffb com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x929cd000 - 0x929f5fff libxslt.1.dylib ??? (???) <a628a1484428ce3c87c56cf663faeb54> /usr/lib/libxslt.1.dylib
    0x929f6000 - 0x92b0affa com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x92d88000 - 0x93304ff7 com.apple.CoreGraphics 1.407.2 (???) <6a101d8218dc8d12ca0b901c57aa44b7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x93305000 - 0x9362efe7 libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9362f000 - 0x93718fff libxml2.2.dylib ??? (???) <dedfda117e78db04f0b86c59923b3794> /usr/lib/libxml2.2.dylib
    0x93719000 - 0x93783fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x93784000 - 0x93789fff com.apple.KerberosHelper 1.1 (1.0) <8610b6abd16047a472b37d18111eef13> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x9378a000 - 0x938d2ffb libicucore.A.dylib ??? (???) <f49319412f5ee8b5f06fef2baa72916b> /usr/lib/libicucore.A.dylib
    0x938d3000 - 0x938d7ffe libGIF.dylib ??? (???) <491b205a6b8bb0c0c6ee6aaeea19a671> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x938d8000 - 0x9404dfff com.apple.AppKit 6.5.6 (949.43) <3afcaa243535d0817efeb978448ef3dc> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9404e000 - 0x94055ffb com.apple.print.framework.Print 218.0.2 (220.1) <c7e0e618d5867ae227403ae385aacd82> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x94056000 - 0x94164fff com.apple.PubSub 1.0.3 (65.1.2) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x94165000 - 0x94233ff3 com.apple.QuickTimeMPEG4.component 7.6 (1290) /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x94234000 - 0x942e4fff com.apple.QD 3.11.54 (???) <cd7bef6f156b82851cfb164ccd9f3986> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x942e5000 - 0x942f2fff libCSync.A.dylib ??? (???) <bc19f19cfa6c23f9ca4e4419ea18f43e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x942f3000 - 0x94394ff7 com.apple.QuickTimeImporters.component 7.6 (1290) /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x94395000 - 0x9442fff7 com.apple.ApplicationServices.ATS 3.4 (???) <06af1441f632e171a7f61dca809462ba> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x94430000 - 0x9444cfff com.apple.IMFramework 4.0.5 (583) <9052cf2147767e8c7f9e35d4bbdd962f> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x9444d000 - 0x94464ffb com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94465000 - 0x94527fff com.apple.WebKit 5525.27 (5525.27.1) <7de8ed23795391f9d81127e9b639a3c3> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x94528000 - 0x94537fff com.apple.DSObjCWrappers.Framework 1.3 (1.3) <fa21a845d30d5f2af7ec6011e4045827> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94538000 - 0x94577fff com.apple.DAVKit 3.0.6 (653) /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x94578000 - 0x94578ffa com.apple.CoreServices 32 (32) <42b6dda539f7411606187335d9eae0c5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x94579000 - 0x94587fff libz.1.dylib ??? (???) <1a70dd3594a8c5ad39d785af5da23237> /usr/lib/libz.1.dylib
    0x94588000 - 0x94603fff com.apple.SearchKit 1.2.1 (1.2.1) <23c2c93a7ec832505d5c7b67fee89a6d> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x94604000 - 0x94611fff libbz2.1.0.dylib ??? (???) <ff3050272228dbda09852641458eaaa4> /usr/lib/libbz2.1.0.dylib
    0x94612000 - 0x9464ffff libRIP.A.dylib ??? (???) <662becbd3173fd67eec7ad523d2d9c56> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94650000 - 0x94652ffd libRadiance.dylib ??? (???) <34cc3c24f4be3a4372275400b6e05b85> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x94653000 - 0x9465efff com.apple.dotMacLegacy 3.1 (246) <13a77adb56e609d4f5e0aafc457af8b2> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x9465f000 - 0x9468ffff com.apple.DotMacSyncManager 1.2.3 (305) <106208be10cf9ad4471c53909b3a23a0> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x94690000 - 0x946baff7 libssl.0.9.7.dylib ??? (???) <1c571a24294df1af3428e31d464029fc> /usr/lib/libssl.0.9.7.dylib
    0x946bb000 - 0x94743ffb com.apple.audio.CoreAudio 3.1.1 (3.1.1) <f88caa828a4b54ed1932e1578bf9236a> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x94744000 - 0x94749ffe com.apple.AOSNotification 1.0.0 (68.10) <a078a6264d56352cbe34f79f8b0279f5> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x9474a000 - 0x94764ffb com.apple.CoreVideo 1.6.0 (20.0) <578a8abd9e0f7b3a9c36ae9bc5fd753a> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x94765000 - 0x94775fff libsasl2.2.dylib ??? (???) <b83efbe4f0008d4632efc47e1f87dde6> /usr/lib/libsasl2.2.dylib
    0x94776000 - 0x947a8fff com.apple.bom 9.0.1 (136.1.1) <baadd442078846eb8d064212074c7eb8> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x947a9000 - 0x947a9fff com.apple.Carbon 136 (136) <6a6a209ec9179368db7ead8382b8ee63> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x947aa000 - 0x94990ffb com.apple.security 5.0.4 (34102) <93e74504c60b38418e708caf47342cf5> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x94991000 - 0x949a4ffe com.apple.CFOpenDirectory 10.5 (10.5) <41ed29dcd683657b10994df7d7349e0a> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/Frameworks /CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x949a5000 - 0x949b1ff3 com.apple.audio.SoundManager 3.9.2 (3.9.2) <79588842bcaf6c747a95b2120304397a> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x949b2000 - 0x94a00fff com.apple.framework.familycontrols 1.0.3 (1.0.3) <56837c7e97331b7a68460fe7d0a11d17> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x94a01000 - 0x94a0afff com.apple.DiskArbitration 2.2.1 (2.2.1) <a389b4c2badce39540f24402f7df35e7> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94a0b000 - 0x94a6cfff com.apple.CoreText 2.0.4 (???) <1985172321f7b3ee34d5bbc848079af0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x94a6d000 - 0x94ab7fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x94ab8000 - 0x94acbffb com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <5b27baaca82de45b30cab68779279d8c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x94acc000 - 0x94b1bfff libGLImage.dylib ??? (???) <1df480344fb6e09ff32ac97bfdda7e50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x94b1c000 - 0x94c41ffb com.apple.imageKit 1.0.2 (1.0) <139eccda7bd9529a258fdb6f092b11b0> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x94c42000 - 0x94d38ffc libiconv.2.dylib ??? (???) <05ae1fcc97404173b2f9caef8f8be797> /usr/lib/libiconv.2.dylib
    0x94d39000 - 0x94e0cfff com.apple.CoreServices.OSServices 226.5 (226.5) <359b9ab7957b9c92362006344b8e0e13> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x94e0d000 - 0x94e12fff com.apple.OpenDirectory 10.5 (10.5) <6dca8a620bb66310737d421624ebbfcd> /System/Library/PrivateFrameworks/OpenDirectory.framework/Versions/A/OpenDirect ory
    0x94e13000 - 0x94e40fff libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x94e41000 - 0x94e5ffff com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x94e60000 - 0x95000ff7 com.apple.QuartzComposer 2.1 (106.13) <729b5ad0c523a74307cd23a7c3282e0d> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x95001000 - 0x95097fff com.apple.LaunchServices 290.3 (290.3) <a8a738aede278909ff721ce9a754142f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x95098000 - 0x9509effb com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x9509f000 - 0x950aaffb libgcc_s.1.dylib ??? (???) <ea47fd375407f162c76d14d64ba246cd> /usr/lib/libgcc_s.1.dylib
    0x950ab000 - 0x950befff com.apple.LangAnalysis 1.6.4 (1.6.4) <f12db38b92cbf96b024206698434d14d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x950bf000 - 0x95127ffb com.apple.iLifeMediaBrowser 2.0.2 (321) <b46a553bedc90f03dea178e87baaa95c> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x95128000 - 0x95147fff libresolv.9.dylib ??? (???) <8c370b0ab8184a37e84131a444a0f696> /usr/lib/libresolv.9.dylib
    0x9517a000 - 0x951beffb com.apple.DirectoryService.PasswordServerFramework 3.0.3 (3.0.3) <c0bc9908adebec477e9e7b04336bc74c> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x951bf000 - 0x951c0fff libffi.dylib ??? (???) <11b77dbce4aa0f0b66d40014230abd1d> /usr/lib/libffi.dylib
    0x951c1000 - 0x951e1ff7 libJPEG.dylib ??? (???) <f92878fdf02ffb1474b8bc60c47bb72d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x951e2000 - 0x95427ffb com.apple.Foundation 6.5.7 (677.22) <dab423bf20d5c2d78c4536e4e3da9300> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x95428000 - 0x95433fff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <ae3dc890a43a9269388301f6b59d3091> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x95434000 - 0x95476fff com.apple.quartzfilters 1.5.0 (1.5.0) <3f2dc01a646cd5b5ea55d510583ba4d5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x95477000 - 0x95779ffb com.apple.CoreServices.CarbonCore 786.11 (786.11) <9efd94b7dd1700ade0246885ca2218d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x9577a000 - 0x957fbfff com.apple.print.framework.PrintCore 5.5.3 (245.3) <032f772f8169945c1d1b524d96edcef6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x957fc000 - 0x95886fff libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x95887000 - 0x9591bff7 com.apple.framework.IOKit 1.5.1 (???) <498f2ba1b47432ee4deebca2655ff932> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x9591c000 - 0x959c5ffc com.apple.CFNetwork 422.15.2 (422.15.2) <8e0eb315fa1c47227c42410ee695390e> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x959c6000 - 0x959c6ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x959c7000 - 0x959f2ff7 libauto.dylib ??? (???) <b3a3a4b0f09653bd6d58f1847922b533> /usr/lib/libauto.dylib
    0x959f3000 - 0x95a2cfff com.apple.SystemConfiguration 1.9.2 (1.9.2) <22e7a58ae6fe75d9dfd8e2e66d7dfb78> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x95a2d000 - 0x95a3dffb com.apple.agl 3.0.9 (AGL-3.0.9) <056d952943aac260426645ce6a24eb9e> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x95a3e000 - 0x95aa5ffb libstdc++.6.dylib ??? (???) <a4e9b10268b3ffac26d0296499b24e8e> /usr/lib/libstdc++.6.dylib
    0x95aa6000 - 0x95bcbffb com.apple.CoreFoundation 6.5.5 (476.17) <d13dc71c870a82b7d2f721731e584287> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x95bcc000 - 0x95c0ffff com.apple.CoreMediaIOServicesPrivate 15.0 (15.0) /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Versions /A/CoreMediaIOServicesPrivate
    0x95c10000 - 0x95cdffff com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x95ce0000 - 0x95cf5fff com.apple.IMUtils 4.0.5 (583) <31031dc2d1ed2697471cdab29ac75fbb> /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMUtils.framewor k/Versions/A/IMUtils
    0x95cf6000 - 0x95cfbfff com.apple.CoreMediaAuthoringPrivate 1.6 (1.6) /System/Library/PrivateFrameworks/CoreMediaAuthoringPrivate.framework/Versions/ A/CoreMediaAuthoringPrivate
    0x95cfc000 - 0x95dcbffb com.apple.syncservices 3.1 (389.12) <6fa8d98524d97718e093b8f57d539883> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x95dcc000 - 0x95dcffff com.apple.help 1.1 (36) <7106d6e074a3b9835ebf1e6cc6c822ce> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x95dd0000 - 0x95e05fff com.apple.AE 402.3 (402.3) <4d318022a7d964436d62c2b9c82a40b0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95e06000 - 0x95e4cff9 com.apple.securityinterface 3.0.1 (35183) <de69e77f3c73d31603ea3cdb20329f81> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x95e4d000 - 0x95fffff4 com.apple.CoreAUC 3.02.0 (3.02.0) <805ca5d2a7bdf7f5450778560f0c711d> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x96000000 - 0x96088fff com.apple.ink.framework 101.3 (86) <66a99ad6bc695390a66dd24789e23dcc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x96089000 - 0x963baffb com.apple.QuickTime 7.6.0 (1290) <664814f4b8b62408c24a74b8a7a51297> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x963bb000 - 0x963c1fff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <8b5a3065a2f06a46b4dde23faff6a20e> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x963c2000 - 0x963c2ffc com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <91aadd6dccda219dd50a6ce06aad5b54> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x96413000 - 0x965b3fe3 libSystem.B.dylib ??? (???) <3260ab8c558e938c8180b3ba1036aec1> /usr/lib/libSystem.B.dylib
    0x965b4000 - 0x96664fff edu.mit.Kerberos 6.0.12 (6.0.12) <17b514ffed29c890fc8ba8eac9dce56e> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96665000 - 0x966caffb com.apple.ISSupport 1.7 (38.2) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x966cb000 - 0x96782fff com.apple.QTKit 7.6 (1290) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x96783000 - 0x96ae8ffe com.apple.QuartzCore 1.5.7 (1.5.7) <75a8ef92c54d1ce016dfe662a6626f04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x96ae9000 - 0x96aecffb com.apple.securityhi 3.0 (30817) <e50c0cac9048f8923b95797753d50b5c> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x96aed000 - 0x96af8ff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x96af9000 - 0x96b2afff com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96b2b000 - 0x96b81fff libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x96b82000 - 0x96b82ffe com.apple.quartzframework 1.5 (1.5) <1477ba992c53f43087c7527c4782fd54> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x96b83000 - 0x96b9eff3 com.apple.DirectoryService.Framework 3.5.5 (3.5.5) <afaae07f311885fb3d88c1d4e723d3d6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x96b9f000 - 0x96c38fc3 libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x96c39000 - 0x96c39fff com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96c3a000 - 0x96c55ffb libPng.dylib ??? (???) <248297ff5b022c274d5dcfa0de3b37b2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x96c56000 - 0x96d39fff libobjc.A.dylib ??? (???) <39035ba996e55c617e20595dcd89c063> /usr/lib/libobjc.A.dylib
    0x96d3a000 - 0x96d3fff6 libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x96d40000 - 0x96d9dffb com.apple.HIServices 1.7.0 (???) <5f468086ca01158e12cd07f829132edf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x96d9e000 - 0x96d9fff8 com.apple.ApplicationServices 34 (34) <6aa5ee485bb2e656531b3505932b845f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x96da0000 - 0x96da7fff com.apple.CommonPanels 1.2.4 (85) <0d1256175c5512c911ede094d767acfe> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x96da8000 - 0x96df7fff com.apple.Metadata 10.5.2 (398.25) <fdad4bda89efd0e2e9ca37493e10ca4c> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x96df8000 - 0x96f64ff9 com.apple.AddressBook.framework 4.1.1 (699) <3334680563e5e0238454a586032b401b> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x96f65000 - 0x96fa3ff7 libtidy.A.dylib ??? (???) <77600466d8077c0c79faf091995c0610> /usr/lib/libtidy.A.dylib
    0x96fa7000 - 0x970f3ffb com.apple.CalendarStore 3.0.6 (847) /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0xba900000 - 0xba917ffe libJapaneseConverter.dylib ??? (???) <dc8f48ea3439e971b6ec6b51c5b7160a> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xfffec000 - 0xfffeffff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff8000 - 0xffff9703 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

  • SAP message Log

    Does SAP maintain log of all the messages displayed on screen using MESSAGE statement?
    We are investigating a problem and want to see the messages displayed by SAP during the time when problem occured.

    We have custom development for picking and confirmation. Last week we found that in some deliveries there is difference in delivered quantity and packed quantity.
    Custom development is calling sap-standard FMs. Problem occurs randomly, roughly 10 deliveries in a week has this problem.
    We are still trying to investigate the reason that is causing the problem.
    Custom program does display the message to user if FM raise any message. We asked user of they are getting any message while picking, and if they are ignoring it.
    They just confirmed that they are getting message 'Packing Not Possible Since there is no Quantity to be Packed' and they did ignored this.

  • Botão de 'exibir logs' não aparece - NF 3.10

    Pessoal, boa tarde!
    Preciso de uma ajuda de vocês...
    Estamos na fase de validação de um projeto de NFe 3.10, e o abap já realizou toda a aplicação de notas necessárias.
    O problema é que o cliente percebeu que uma funcionalidade de "exibir logs" foi desativada logo após a aplicação dessas notas!
    Antes quando ele fazia a J1B1N por exemplo, aparecia conforme as imagens abaixo:
    E pelo que eles perceberam, agora esse botão e esses logs não aparecem mais.
    Alguém sabe dizer porque ? Alguém já passou por isso ?
    Muito obrigado,
    Luis.

    Boa Tarde Luis
    Já tentou verificar se o controle de tela não foi alterado?
    Pois houveram alterações nos controles de tela da 2.00 para a 3.10.
    Verifique se os campos continuam como obrigatórios nos controles de tela.
    Abraço
    Giovani

  • Error Log during logon of RAR 5.3 Portal - please help

    Hi Experts,
    We are unable to login into the CC portal [GRC RAR 5.3]. The login screen is appearing again and again without logging into the CC portal
    Below is the log file which we are getting and we understand that the product is not responding properly to the application
    Can somebody please help us in resolving this at the earliest
    Thanks in Advance
    Best Regagards,
    Srihari.K
    Date : 12/05/2008
    Time : 2:38:16:008
    Message : Exception of type com.sap.sql.log.OpenSQLException caught: Cannot assign NULL to host variable 1. setNull() can only be used in INSERT and UPDATE statements. The statement is "SELECT MIN("YEARMONTH") "YEARMONTH",MIN("VIOLTYPE") "VIOLTYPE",MIN("VSYSKEY") "VSYSKEY",MIN("ANLTYPE") "ANLTYPE",MIN("USERGROUP") "USERGROUP",SUM("TOTCOUNT") "TOTCOUNT",SUM("RISKLOW") "RISKLOW",SUM("RISKMED") "RISKMED",SUM("RISKHIGH") "RISKHIGH",SUM("RISKCRT") "RISKCRT",SUM("URNONE") "URNONE",SUM("URLOW") "URLOW",SUM("URMED") "URMED",SUM("URHIGH") "URHIGH",SUM("URCRT") "URCRT",SUM("URMIT") "URMIT",MAX("TOTCRTCD") "TOTCRTCD",SUM("CRTCD") "CRTCD",MAX("TOTCRROLE") "TOTCRROLE",SUM("CRROLE") "CRROLE",SUM("TOTUSER") "TOTUSER",MIN("RUNDATE") "RUNDATE" FROM "VIRSA_CC_MGMTTOT" WHERE "YEARMONTH" = ? AND "VIOLTYPE" = ? AND "VSYSKEY" LIKE ? AND "ANLTYPE" = ? AND "USERGROUP" LIKE ?"..
    [EXCEPTION]
    com.sap.sql.log.OpenSQLException: Cannot assign NULL to host variable 1. setNull() can only be used in INSERT and UPDATE statements. The statement is "SELECT MIN("YEARMONTH") "YEARMONTH",MIN("VIOLTYPE") "VIOLTYPE",MIN("VSYSKEY") "VSYSKEY",MIN("ANLTYPE") "ANLTYPE",MIN("USERGROUP") "USERGROUP",SUM("TOTCOUNT") "TOTCOUNT",SUM("RISKLOW") "RISKLOW",SUM("RISKMED") "RISKMED",SUM("RISKHIGH") "RISKHIGH",SUM("RISKCRT") "RISKCRT",SUM("URNONE") "URNONE",SUM("URLOW") "URLOW",SUM("URMED") "URMED",SUM("URHIGH") "URHIGH",SUM("URCRT") "URCRT",SUM("URMIT") "URMIT",MAX("TOTCRTCD") "TOTCRTCD",SUM("CRTCD") "CRTCD",MAX("TOTCRROLE") "TOTCRROLE",SUM("CRROLE") "CRROLE",SUM("TOTUSER") "TOTUSER",MIN("RUNDATE") "RUNDATE" FROM "VIRSA_CC_MGMTTOT" WHERE "YEARMONTH" = ? AND "VIOLTYPE" = ? AND "VSYSKEY" LIKE ? AND "ANLTYPE" = ? AND "USERGROUP" LIKE ?".
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setNull(CommonPreparedStatement.java:303)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:509)
         at com.sap.sql.sqlj.runtime.profile.ref.RTStatementJDBCPrepared.setString(RTStatementJDBCPrepared.java:359)
         at com.virsa.cc.xsys.mgmreport.dao.sqlj.MGMTotalDAO.getResult(MGMTotalDAO.sqlj:63)
         at com.virsa.cc.ui.RARiskVGraph.refreshData(RARiskVGraph.java:476)
         at com.virsa.cc.ui.RARiskVGraph.wdDoInit(RARiskVGraph.java:130)
         at com.virsa.cc.ui.wdp.InternalRARiskVGraph.wdDoInit(InternalRARiskVGraph.java:191)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:183)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:178)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:754)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:289)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Severity : Error
    Category : /System/Database/sql/jdbc/common
    Location : com.sap.sql.jdbc.common.CommonPreparedStatement
    Application : sap.com/tcwddispwda
    Thread : SAPEngine_Application_Thread[impl:3]_32
    Datasource : 1666450:/apps/usr/sap/HLG/JC00/j2ee/cluster/server0/log/defaultTrace.trc
    Message ID : 0003BAF96A51006E0000001F0000265200045D4A46588084
    Source Name : com.sap.sql.jdbc.common.CommonPreparedStatement
    Argument Objs : com.sap.sql.log.OpenSQLException,Cannot assign NULL to host variable 1. setNull() can only be used in INSERT and UPDATE statements. The statement is "SELECT MIN("YEARMONTH") "YEARMONTH",MIN("VIOLTYPE") "VIOLTYPE",MIN("VSYSKEY") "VSYSKEY",MIN("ANLTYPE") "ANLTYPE",MIN("USERGROUP") "USERGROUP",SUM("TOTCOUNT") "TOTCOUNT",SUM("RISKLOW") "RISKLOW",SUM("RISKMED") "RISKMED",SUM("RISKHIGH") "RISKHIGH",SUM("RISKCRT") "RISKCRT",SUM("URNONE") "URNONE",SUM("URLOW") "URLOW",SUM("URMED") "URMED",SUM("URHIGH") "URHIGH",SUM("URCRT") "URCRT",SUM("URMIT") "URMIT",MAX("TOTCRTCD") "TOTCRTCD",SUM("CRTCD") "CRTCD",MAX("TOTCRROLE") "TOTCRROLE",SUM("CRROLE") "CRROLE",SUM("TOTUSER") "TOTUSER",MIN("RUNDATE") "RUNDATE" FROM "VIRSA_CC_MGMTTOT" WHERE "YEARMONTH" = ? AND "VIOLTYPE" = ? AND "VSYSKEY" LIKE ? AND "ANLTYPE" = ? AND "USERGROUP" LIKE ?".,com.sap.sql.log.OpenSQLException: Cannot assign NULL to host variable 1. setNull() can only be used in INSERT and UPDATE statements. The statement is "SELECT MIN("YEARMONTH") "YEARMONTH",MIN("VIOLTYPE") "VIOLTYPE",MIN("VSYSKEY") "VSYSKEY",MIN("ANLTYPE") "ANLTYPE",MIN("USERGROUP") "USERGROUP",SUM("TOTCOUNT") "TOTCOUNT",SUM("RISKLOW") "RISKLOW",SUM("RISKMED") "RISKMED",SUM("RISKHIGH") "RISKHIGH",SUM("RISKCRT") "RISKCRT",SUM("URNONE") "URNONE",SUM("URLOW") "URLOW",SUM("URMED") "URMED",SUM("URHIGH") "URHIGH",SUM("URCRT") "URCRT",SUM("URMIT") "URMIT",MAX("TOTCRTCD") "TOTCRTCD",SUM("CRTCD") "CRTCD",MAX("TOTCRROLE") "TOTCRROLE",SUM("CRROLE") "CRROLE",SUM("TOTUSER") "TOTUSER",MIN("RUNDATE") "RUNDATE" FROM "VIRSA_CC_MGMTTOT" WHERE "YEARMONTH" = ? AND "VIOLTYPE" = ? AND "VSYSKEY" LIKE ? AND "ANLTYPE" = ? AND "USERGROUP" LIKE ?".
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setNull(CommonPreparedStatement.java:303)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:509)
         at com.sap.sql.sqlj.runtime.profile.ref.RTStatementJDBCPrepared.setString(RTStatementJDBCPrepared.java:359)
         at com.virsa.cc.xsys.mgmreport.dao.sqlj.MGMTotalDAO.getResult(MGMTotalDAO.sqlj:63)
         at com.virsa.cc.ui.RARiskVGraph.refreshData(RARiskVGraph.java:476)
         at com.virsa.cc.ui.RARiskVGraph.wdDoInit(RARiskVGraph.java:130)
         at com.virsa.cc.ui.wdp.InternalRARiskVGraph.wdDoInit(InternalRARiskVGraph.java:191)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:183)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:178)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:754)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:289)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Arguments : com.sap.sql.log.OpenSQLException,Cannot assign NULL to host variable 1. setNull() can only be used in INSERT and UPDATE statements. The statement is "SELECT MIN("YEARMONTH") "YEARMONTH",MIN("VIOLTYPE") "VIOLTYPE",MIN("VSYSKEY") "VSYSKEY",MIN("ANLTYPE") "ANLTYPE",MIN("USERGROUP") "USERGROUP",SUM("TOTCOUNT") "TOTCOUNT",SUM("RISKLOW") "RISKLOW",SUM("RISKMED") "RISKMED",SUM("RISKHIGH") "RISKHIGH",SUM("RISKCRT") "RISKCRT",SUM("URNONE") "URNONE",SUM("URLOW") "URLOW",SUM("URMED") "URMED",SUM("URHIGH") "URHIGH",SUM("URCRT") "URCRT",SUM("URMIT") "URMIT",MAX("TOTCRTCD") "TOTCRTCD",SUM("CRTCD") "CRTCD",MAX("TOTCRROLE") "TOTCRROLE",SUM("CRROLE") "CRROLE",SUM("TOTUSER") "TOTUSER",MIN("RUNDATE") "RUNDATE" FROM "VIRSA_CC_MGMTTOT" WHERE "YEARMONTH" = ? AND "VIOLTYPE" = ? AND "VSYSKEY" LIKE ? AND "ANLTYPE" = ? AND "USERGROUP" LIKE ?".,com.sap.sql.log.OpenSQLException: Cannot assign NULL to host variable 1. setNull() can only be used in INSERT and UPDATE statements. The statement is "SELECT MIN("YEARMONTH") "YEARMONTH",MIN("VIOLTYPE") "VIOLTYPE",MIN("VSYSKEY") "VSYSKEY",MIN("ANLTYPE") "ANLTYPE",MIN("USERGROUP") "USERGROUP",SUM("TOTCOUNT") "TOTCOUNT",SUM("RISKLOW") "RISKLOW",SUM("RISKMED") "RISKMED",SUM("RISKHIGH") "RISKHIGH",SUM("RISKCRT") "RISKCRT",SUM("URNONE") "URNONE",SUM("URLOW") "URLOW",SUM("URMED") "URMED",SUM("URHIGH") "URHIGH",SUM("URCRT") "URCRT",SUM("URMIT") "URMIT",MAX("TOTCRTCD") "TOTCRTCD",SUM("CRTCD") "CRTCD",MAX("TOTCRROLE") "TOTCRROLE",SUM("CRROLE") "CRROLE",SUM("TOTUSER") "TOTUSER",MIN("RUNDATE") "RUNDATE" FROM "VIRSA_CC_MGMTTOT" WHERE "YEARMONTH" = ? AND "VIOLTYPE" = ? AND "VSYSKEY" LIKE ? AND "ANLTYPE" = ? AND "USERGROUP" LIKE ?".
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:85)
         at com.sap.sql.log.Syslog.createAndLogOpenSQLException(Syslog.java:124)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setNull(CommonPreparedStatement.java:303)
         at com.sap.sql.jdbc.common.CommonPreparedStatement.setString(CommonPreparedStatement.java:509)
         at com.sap.sql.sqlj.runtime.profile.ref.RTStatementJDBCPrepared.setString(RTStatementJDBCPrepared.java:359)
         at com.virsa.cc.xsys.mgmreport.dao.sqlj.MGMTotalDAO.getResult(MGMTotalDAO.sqlj:63)
         at com.virsa.cc.ui.RARiskVGraph.refreshData(RARiskVGraph.java:476)
         at com.virsa.cc.ui.RARiskVGraph.wdDoInit(RARiskVGraph.java:130)
         at com.virsa.cc.ui.wdp.InternalRARiskVGraph.wdDoInit(InternalRARiskVGraph.java:191)
         at com.sap.tc.webdynpro.progmodel.generation.DelegatingView.doInit(DelegatingView.java:61)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.initController(Controller.java:215)
         at com.sap.tc.webdynpro.progmodel.view.View.initController(View.java:445)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.progmodel.view.InterfaceView.initController(InterfaceView.java:43)
         at com.sap.tc.webdynpro.progmodel.controller.Controller.init(Controller.java:200)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:709)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bind(ViewManager.java:555)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.getView(ViewManager.java:724)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.bindRoot(ViewManager.java:579)
         at com.sap.tc.webdynpro.progmodel.view.ViewManager.init(ViewManager.java:155)
         at com.sap.tc.webdynpro.clientserver.window.WebDynproWindow.doOpen(WebDynproWindow.java:295)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.show(ApplicationWindow.java:183)
         at com.sap.tc.webdynpro.clientserver.window.ApplicationWindow.open(ApplicationWindow.java:178)
         at com.sap.tc.webdynpro.clientserver.cal.ClientApplication.init(ClientApplication.java:364)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.initApplication(ApplicationSession.java:754)
         at com.sap.tc.webdynpro.clientserver.session.ApplicationSession.doProcessing(ApplicationSession.java:289)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessingStandalone(ClientSession.java:713)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doApplicationProcessing(ClientSession.java:666)
         at com.sap.tc.webdynpro.clientserver.session.ClientSession.doProcessing(ClientSession.java:250)
         at com.sap.tc.webdynpro.clientserver.session.RequestManager.doProcessing(RequestManager.java:149)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doContent(DispatcherServlet.java:62)
         at com.sap.tc.webdynpro.serverimpl.defaultimpl.DispatcherServlet.doGet(DispatcherServlet.java:46)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
         at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.runServlet(HttpHandlerImpl.java:401)
         at com.sap.engine.services.servlets_jsp.server.HttpHandlerImpl.handleRequest(HttpHandlerImpl.java:266)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:386)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.startServlet(RequestAnalizer.java:364)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.invokeWebContainer(RequestAnalizer.java:1039)
         at com.sap.engine.services.httpserver.server.RequestAnalizer.handle(RequestAnalizer.java:265)
         at com.sap.engine.services.httpserver.server.Client.handle(Client.java:95)
         at com.sap.engine.services.httpserver.server.Processor.request(Processor.java:175)
         at com.sap.engine.core.service630.context.cluster.session.ApplicationSessionMessageListener.process(ApplicationSessionMessageListener.java:33)
         at com.sap.engine.core.cluster.impl6.session.MessageRunner.run(MessageRunner.java:41)
         at com.sap.engine.core.thread.impl3.ActionObject.run(ActionObject.java:37)
         at java.security.AccessController.doPrivileged(Native Method)
         at com.sap.engine.core.thread.impl3.SingleThread.execute(SingleThread.java:102)
         at com.sap.engine.core.thread.impl3.SingleThread.run(SingleThread.java:172)
    Dsr Component : n/a
    Dsr Transaction : d2d9c100c2b811dd9eb60003baf96a51
    Dsr User :
    Indent : 0
    Level : 0
    Message Code : com.sap.sql_0019
    Message Type : 1
    Relatives : /System/Database/sql/jdbc/common
    Resource Bundlename :
    Session : 92
    Source : com.sap.sql.jdbc.common.CommonPreparedStatement
    ThreadObject : SAPEngine_Application_Thread[impl:3]_32
    Transaction :
    User : ac_admin

    Hi,
    The shear length  of your post is frightening - this would keep many potential replies away !!
    What i woudl recommend is --> Open an OSS messgae ! This would resolve your problem !!
    Thanks

  • NoClassDefFoundError: com/sap/sql/log/OpenSQLException

    I have developed a Java project. It consists of 2 SQLJ files and then a Java class. When I try to execute the Java program, I get a Java error:
    java.lang.NoClassDefFoundError: com/sap/sql/log/OpenSQLException
         at com.mbb.crrs.business.report.dao.ReportDAO.<init>(ReportDAO.sqlj:23)
         at com.mbb.crrs.business.report.dao.Test.main(Test.java:24)
    Exception in thread "main"
    I notice a similar problem on message: Re: Which jar to include com.sap.sql.log.OpenSQLException
    Is that something that I need to maintain for it to work? Thank you.

    Hi,
    the problem one year ago was that the SQLException class was not available through remote access. I don't know if that might have been changed meanwhile in the latest release.
    I implemented a simple work around: I caught every SQL-exception in the method where it was thrown, wrapped the exception message and any nested exception in a self written exception and threw this new exception. That worked fine.
    Regards, Astrid

  • SPAU error reading log file

    Hi All,
    We have an R/3 4.0B landscape and are working on some changes.  I want to see if any SAP delivered objects have been modified in the past, but whenever I run SPAU or SPDD, I get an error message
    "Error Reading File D:\usr\sap\put\log\umodstat.log"  "Message Number 0U 503".
    I can read a text file in the same directory through AL11, so I'm reasonably sure it's not an OS permission problem.
    Any ideas?
    Thanks,
    Alan

    Hi All,
    I had same issue trying to edit sat.trc file, I fixed this problem by manual editing sat.trc file and modified the following line:
    <!FORMATTER[com.sap.tc.logging.perf.PerfFormatter]/>
    change to:
    <!FORMATTER[com.sap.tc.logging.ListFormatter]/>
    after changes you will able to open file with Visaul Admin Log Viewer or standalone logviewer.
    Hope it helps.
    Regards

  • BRF+ Message Log & "Rule as Expression"

    Hi colleagues,
    I am quite new to BRFplus and have two questions:
    1) I would like to use a message log action in order to indicate errors. I tried to follow https://wiki.wdf.sap.corp/wiki/display/FDT/Message+Log   with method SET_APPLICATION_LOG_OBJECT, but I can't find the class this method belogns to. I also tried modelling a rule & action message log with help of the UI. My question is how can I log messages and where can I find them after the function is beeing processed?
    2) In every guide I can read something about rule expressions and even how to create them (e.g. http://help.sap.com/saphelp_nw70ehp1/helpdata/en/cc/85414842c8470bb19b53038c4b5259/frameset.htm), but in the workbench there is no possibilty of creating rules as expressions but only rules and rulesets (the rule is not part of the "Expression" node).
    I hope somebody knows what I mean
    Thanks a lot & kind regards,
    Ilijana

    Thanks a lot for your response!
    Could you tell me why using rules and rulesets is not recommended for 7.01 ? This could be interesting for my bachelor thesis.
    Thanks & Kind Regards,
    Ilijana

  • CK40N : no message log update after =cksu

    Hi costing experts,
    In the costing run statistics there are errors for the marking step, which I correct by entering =cksu according to SAP note 542790.
    However, the message log for the marking step is not updated. It is hard to find which are the remaining messages in the overall message log, because there are some 400 messages in total and only 50 are still relevant according to the refreshed statistics.
    Does anyone have any idea's about what can be done to update the message log?
    Thanks,
    Caroline.

    I got below error in the ST22 dump....
    "Database error text........: "ORA-00060: deadlock detected while waiting for
    resource"
    Internal call code.........: "[RSQL/INSR//BIC/FZXX_C02 ]"
    I was searching for OSS notes associated with following keywords and note able to find any notes related my support pack level we are in SP13 (SAPKW70013)
    "DBIF_RSQL_SQL_ERROR" "CX_SY_OPEN_SQL_DB" "WRITE_ICFACT"
    Any help will be greatly appreciated...
    Thanks,
    Raman

  • How to pop up a system message for a specific user when She/He log on SAP

    Hi Friends,
    As we know SM02 setting will pop up a system message to all users in specific client in a specific period when the user log on SAP system; and we can do the same thing via using function module SM02_ADD_MESSAGE.
    But now we want to pop up a message to a specific user ID when somebody log on SAP via this ID, instead of all user IDs in the client. Please do we have any similar traction / function module / class method to to do this job??
    Thanks in advance.
    Joe

    Below code can be used to send a pop up message to all users who are logged on to the
    system.
    DATA: MESSAGE(128) VALUE 'Test message'.
    DATA: OPCODE TYPE X VALUE 2.
    DATA: BEGIN OF USR_TABL OCCURS 10.
    INCLUDE STRUCTURE UINFO.
    DATA: END OF USR_TABL.
    CALL 'ThUsrInfo' ID 'OPCODE' FIELD OPCODE
    ID 'TAB' FIELD USR_TABL-SYS.
    LOOP AT USR_TABL.
    CALL FUNCTION 'TH_POPUP'
    EXPORTING
    CLIENT = SY-MANDT
    USER = USR_TABL-BNAME
    MESSAGE = MESSAGE
    EXCEPTIONS
    USER_NOT_FOUND = 1.
    ENDLOOP.
    In the above code just pass the desired user ID instead of All user ID's
    Edited by: harsh bhalla on Mar 26, 2009 2:14 PM

  • How to log in to Service Desk to create sample message to SAP?

    Dear all,
    How to log in to Service Desk under my Solution Manager server to create sample message to SAP under Component: SV-SMG-SUP?
    Regards
    GN

    Hi GN,
    You have different options to create messages in test component SV-SMG-SUP-TST:
    1. if you are on 7.1 you can create message using CRM_UI
    2. If you are using lower vrsion then either you can create message using Workcenter or using transaction NOTIF_CREATE or using menu --> Help --> Create support message.
    Thanks
    Regards,
    Vikram

  • Custom message required on log on pop-up in SAP CRM WEB UI

    We required custom message to the log- on popup, right now the message is coming after we give the user ID and password "starting SAP CRM" instead of that
    user required welcome message.., how can achieve this ?
    Please reply as soon as possible.

    Hi Pankaj,
    did you already check the guide in the CRM Wiki:
    https://wiki.sdn.sap.com/wiki/display/CRM/WelcomeUserMessageinWeb+UI
    Hope this answers your question.
    Best Regards,
    Michael

  • Populating our log message along with standard sap log in ck11n.

    Hi all,
    I have developed a user exit which is used in costing of material using ck11n.
    Here i have to show our custom log message along with the standard log shown by standard sap system after costing run is complete.
    I got one FM-- CM_F_MESSAGE  which is used by SAP. But i want the message along with SAP messages and not separately.
    Can u help me out for this. its very urgent.
    Thanks in advance.

    Hi
    I'm not sure because I don't know that trx, but I seem the function group of that function manages a log, so you can try.
    This is an extract of abap code of SAPLCKDI where that fm is used:
    CALL FUNCTION 'CM_F_MESSAGE'
       EXPORTING
         ARBGB = Y_CMF-CK
         MSGNR = '327'
         MSGTY = Y_CMF-W
         MSGV1 = SICHT
         MSGV2 = KLVAR.
    So I suppose you should call it by this way:
    CALL FUNCTION 'CM_F_MESSAGE'
       EXPORTING
         ARBGB = <your message class>
         MSGNR = <message number>
         MSGTY = <message type>
         MSGV1 = <text 1>
         MSGV2 = <text 2>
         MSGV3 = <text 3>
    I think MSGV* is optional parameter.
    Max

  • Error message 'Please log on to the SAP system' when selecting 'shop'

    In SRM when we click on 'shop' or 'Goods Receipt' we get the error 'ITS System Information 'Please log on to the SAP System' where it prompts user to log on again. However when user logs on it opens up the same screen again saying please log on to the sap system.
    This only happens when we shop using the External ITS (wgate), EBP works fine using the Internal ITS.
    Please can someone help.
    Kindest Regards
    Paul

    Hi
    <b>Please try this -></b>
    <b>Look using SRM transaction SITSPMON and RZ20, RZ21.</b>
    Also Please check <u>SAP OSS Note 517860</u>
    <b>-> For ITS,  You need to maintain the RFC connection in the connection type "T" i.e TCP/IP. Maintain in the Table - TWPURLSVR.
    Ensure that you have maintained correct entries in the TWPURLSVR table using SM30 transaction for the ITS Web path (http or https address path). Note you are passing port - 8001 in the address here. Incase you face problems, Please ask you BASIS person to help you out.
    -> Please ask you BASIS person to help you out for maintaining ITS settings. (Ensure IACOR service is running properly - ITS server is running), through the transaction SMICM
    -> What all logs appear in SLG1 and SM21 transactions after publishing all the Internet services.
    -> If you are using ITS 6.2,you need to do the IACOR settings for SRM on the ITS server.Also in SE80 mainatin the Site for SRM system.After this ,you can publish all the ITS services usig the report,W3_PUBLISH SERVICES.</b>
    <u>Related links -></u>
    Integrated ITS :Login Problem
    Re: ITS_CANT_LOAD_INCLUDE in BBPstart service
    Re: ITS_DEST_NOT_FOUND
    Re: ITS Configuration
    Re: ITS Template not found
    Do let me know.
    Regards
    - Atul

  • Couldn't log into SAP System (message 00264) after SAP_BASIS update

    Hello,
    we performed SAP_BASIS update to SAPKB70023 and get a problem with logon into a SAP system with message 00264 (Status &2 of the user interface &1 missing).
    We have a 64-bit non-Unicode system on Solaris/SPARC/Oracle and Kernel level 333.
    We tried to import MENUSYST program from note 1285869, but nothing happened at all. The parameter abap/unicode_check we set to "on" but this didn't help us.
    So after selecting system record in SAP Logon now we get the initial logon screen with no "new password" button and error 00264 (Status 0020 of the user interface SAPMSYST missing.) and couldn't log into the system.
    We have no idea why correct and existing statuses are not working.
    Please suggest us what to do to fix this problem.
    Thanks in advance!

    Check this,
    http://forums.sdn.sap.com/thread.jspa?threadID=835278
    it may be useful.
    Regards,
    Ravi

Maybe you are looking for