Problem in displaying second page in smartform

hi,
I m trying to display two pages (page 1 and page 2) in the smartform.
I m using command (of flow logic) in the main window of first page to achieve this.
While i m able to see the output by running the Smartform FM stand-alone, i cant see the same while i run it through driver program.
Does it require any special conditions ? any config issues??
Pl help...

On the first page have you given the next page in "General Attributes" Tab and in the command also.,
Check there must be the probelm wiht either of these two.
assign points if it helps.
-Gaurang

Similar Messages

  • Problems in displaying second page

    Hi Experts,
    In my smartform the second page is being displayed in the output but nothing is being displayed on it. Can any body please suggest what the problem might be.
    Regards,
    Abdullah

    hi
    as u r posts the second Page is not getting triggered.. because when you put abreak point in the PAGE2 it shoud stop there.
    Now i have created 2 PAGEs for the PAGE1 next page is PAGE1 only , and  iam printing some data in PAGE1, in the PAGE2 i have created a window to print some static text.
    now i have created a COMMAND node in PAGE1 to call the PAGE2 explicitily(by chcking the GOTo NEW PAGE option -->PAGE2.
    it is working fine.
    u r also doing in this same way or someother?...
    where exactly u r using the COMMAND NODE... i thiknk it is not triggering.
    wht is next page for u r PAGE1,
    in ur command node have u given goto newpage-->PAGE2 ..
    chck onca again.

  • Problem while displaying 2 page in Smartforms

    I'm working on Smartforms.
    My problem is, i have 2 different pages with 2 diiferent main windows.
    The First Page lasts after 7 pages of Data Printing.
    It is coming corrctly.
    I've assign the Next Page as Second Page in the First Page and i'm maintaining a condition in the First Page to go to the Second page.
    Everything is working fine, but in the second page i'm not getting the Main Window.
    What could be the Problem??? Why the control is not going to main window of second page???
    Thanks in advance.
    Regards,

    Well , If you are getting an error as A page cannot point to itself better do this way..
    Let your main window sit in page 1. and create a page 2 and create a secondary window as suggested.
    Now in general attributes of page 1 set the next page : page1 (itself) .
    Create a command in your page1 and set goto next page: page2.
    In your page 2 general attributes leave blank in the next page option.
    This will work.!
    Regards,
    Swetha

  • Second page in smartforms

    hi,
    i want to display second page in smartforms with different condent in that, i called second page in main window of 1st page using command,the problem is i want to display total window of 1st page after the end of main window,but now the second page was displayed because of the newly inserted command but the total window is not getting printed.
    how can i solve this problem can u please help me
    Sugumar G

    HI,
    If your total window is in a secondary window then. Give the command window after the secondary window. So only after the total window is printed your second page will be triggered.
    Or
    If you want to get the second page in the same place and want to print the total window after the end of main window then get the total window to the second page. Take a variable and do the total in the first page main window and display it in the second page only after everything is done in the first page main window.
    Regards
    Sarves

  • How to Display 10 columns in first page,next columns in second page in smartforms in sap.

    In internal table having 30 columns of data.
    i have to display like
    first 10 columns in first page with page no :1
    second 10 columns in second page with page no :2
    third 10 columns in second page with page no :3
    how to develop this.
    please how develop this in smartforms .
    please help .

    Hi,
    You dont have to divide the data.
    You must be using TABLE node in your smartform to display the table.
    Copy the node 2 times more so that the total table nodes become 3.
    Now, change the headings in each table according to the column you want to display.
    Change the fields of the workarea in the ITEM lines accordingly.
    Add a COMMAND node after each table and set it to go to next page.
    E.G :
    Suppose I have a table with 6 columns and I need to display 2 columns in a table then page break.
    Work area name is WA.
    Then first table will have headings : FIELD1 FIELD2
    Items will have field     :     WA-FIELD1 WA_FIELD2
    COMMAND NODE : Go to Next Page
    Second table will have heading : FIELD3 FIELD4
    Items will have field     :     WA-FIELD3 WA_FIELD4
    COMMAND NODE : Go to Next Page
    Third table will have heading : FIELD5 FIELD6
    Items will have field     :     WA-FIELD5 WA_FIELD6
    So, same table with same work area will be used 3 times, displaying different set of columns in each TABLE node.
    Regards,
    Ashish

  • Data not coming on second page of smartform

    Dear All,
    I am having a smartform . The smartform displays 7 items on first page 7 on next and so on. The problem is if there are total 10 items , the smartform is showing 7 items correctly on first page but showing only one item i.e 8th item on the second page. But it is showing the total in the footer correctly i.e total of all the  10 items .
    Please suggest wht can be the problem.
    I tried everything from my side but all in vain.
    Plz Suggest.
    Manik L Dhakate

    Hi,
    In the default setting, the next page is the page itself.
    If a page is processed (filled) and processing of the form is not finished yet (if not all texts or data
    are displayed), the system processes another page. The page used as next page can be
    determined statically during the form definition (Next page) or dynamically at runtime (manual
    page break).
    The new page is the static next page. If a new page is called by a manual page break with
    page specification within the main window (dynamic next page), the system processes this
    page.
    This page does not contain a main window and no static next page exists
    In a main window you display text and data, which can cover several pages (flow text). As soon
    as a main window is completely filled with text and data, the system continues displaying the text
    in the main window of the next page. It automatically triggers the page break

  • Getting Runtime error while adding Second page in Smartform.

    I added 2 pages in smartform. When I worked with single page. smartform working properly. Now I added one more page(i.e Second page) I am getting runtime error.  ("The current ABAP/4 program encountered an unexpected
    situation".   A RAISE statement in the program "SAPLSTXBC" raised the exception
    condition "ERROR".)   When I debug this standard program Something width problem getting on line number 110. Both width not matched so program raising exception. Can you please tell me to solve this problem what changes will I do in my smartform?

    Please let me know the details of each page.
    Error can occur in these cases.
    1) You copied the first page to second. and later you change the width of second page
    2) You created the second page and there is template in second page. each column width is not matching with the total width of the template.
    3) windows width is greater than the page width
    Please have a look.
    Regards,
    Nikhil
    Edited by: Nikhil V Kumar on Jul 27, 2010 12:16 PM

  • Not printing the Second Page in SMARTFORM

    Hi,
    I am working on Purchasing Smartform... I have created a layout with 2 Pages.. In 1st page I have the Data and in 2nd PAge i am having Terms & Conditions.. But in the output 2ndpage is not printing.. Please help me regarding this issue...
    Thanks in Advance
    Muralikrishna

    >
    muralipsharma wrote:
    > Hi Arul,
    >
    > I did what ever you said in previous message, but still i am not printing the Page2... you said that go to COMMAND node, for which window I have to create COMMAND node.. I have created a COMMAND node for MAIN window in FIRST page.. but still its not displaying...
    > Actually in my First page I am having the data and in second page I am having Terms and Conditions in MAIN window..
    > Thanks in Advance,
    >
    > Regards,
    > Muralikrishna
    >
    > Edited by: muralipsharma on Jul 30, 2010 3:05 PM
    is the first page completely filled with data or do you always want to print the second page no matter if there is an overflow or not ?
    so you have defined a new page like 'NEXT' .
    then in the 'FIRST' page create an event and a command and check next page.

  • Problem with display of pages in IE

    I'll keep this short and simple, I'm not after criticism of my work but if it is a mess then I understand, I've re-coded a website designed by a friend who has joined the army & is currently serving so I cannot get in touch with him for help, I'm a novice website designer but I'm stumped as to why my pages are behaving the way they are
    I've made a website for a friend's pub and it all looked brilliant in DreamWeaver CS5's Design View so I went ahead and used ftp program FileZilla to send it live on my domain and basically it shifted my pictures and it displays differently in IE to what it does in Chrome e.g. My "Find Us" page has a large white bar at the bottom in IE which shouldn't be there and I can't get rid of it, but it doesn't show in chrome?
    Any help or code I may be able to implement would be greatly appreciated, thanks Freecey.
    Edit: Forgot to add the link to my site - www.thelightdragoon.co.uk
    Also I am aware of the problems with the Home Page & the Menu Page but I am yet to attempt to fix those yet.

    You still have a problem on that page.
    <head>
    <meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" /><object type="{0C55C096-0F1D-4F28-AAA2-85EF591126E7}" id="cosymantecbfw" class="c1"></object>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    Note that you STILL have an <object> tag within the head region.  That's invalid.
    Also, you are using absolute positioning to place elements within your header region - that's definitely suboptimal and unnecessary since it precludes centering the page in various width viewports.  However, if you make the following changes you can muddle by -
    1.  Change the CSS for #outerShadow to set the left/right margins to "auto".  Make it position:relative.
    2.  Change the left values for the absolutely positioned elements to whatever you need for them to be correctly located within #outerShadow.
    3.  Twiddle the remaining out of place element margins to locate them correctly within #outerShadow.
    That should do it.  But the real way to build this page is without using absolute positioning at all.  It's not necessary and will always make your maintenance more complicated as long as you have it.

  • Problem in displaying selected page items in the title in Graph

    Hi There;
    I have a problem in displaying selected value of named page item in the graphs.
    Eg. I have in my worksheet a page item named "Location"; when I use "&WorksheetName &Location" in the title of worksheet it is displaying both the worksheet title and value of selected page item "Location" in my example.
    But when I use the same (&WorksheetName &Location) in the title of graph or Axis of the graph, it would show up only the name of the worksheet but not the value of page item "Location", instead it would print "&Location"
    Any idea why it is not able to reference the select page item in Discoverer graph? I am using Oracle BI Discoverer 10.1.2.1.
    Thanks in Advance,
    Regards,
    Nidhi Jethoo

    Hi Michael;
    Thanks a lot. It might not have been considered necessary but you do require, e.g in my case I am plotting Average value of a Parameter and it does make sense in including the name/value of Parameter(surface water temp/bottom watter temp) as an Axis instead of just a constant Parameter or say Average Parameter. So that user can plot the variation of different parameters by changing the page items and when user changes the value of parameter and export the graph he/she has the parameter name(actual value) in the graph.
    But I can include all the parameters (&Parameters) or all the page items(using &PageItems) in graph then why not individual page-item and individual parameter.
    I would log a SR and see what they say.
    Thanks again,
    Nidhi

  • Cannot get long table on second page of Smartform

    I want to create a Smartform with 2+ pages. The first page is a letter, and the second and subsequent pages contain a table which could be one or more pages long.
    If I put the letter in the main window of the first page, and the table in the main window of the second page, I do not get a table.
    If I put the letter in the main window of the first page, and the table in a secondary window of the second page, then I get the table. But it truncates at the end of the page. It does not go on to multiple pages.
    If I put the table on the first page in the main window, then I get the entire table for as many pages as it takes to contain it.
    I want the letter on the first page, and the entire table on as many subsequent pages as it takes to contain it. What am I doing wrong?

    Hi ,
    Define the letter in the first page....if you think that the data is constant for the letter then define it in the secondary window itself and if you think its not then go for main window and in that table...
    Now coming to the second page define the data in the main window and also apart from that define the third page also which should be same as second page....
    in the second page set go to as third page and in the third page set go to as third page...
    Hope this will help.
    Regards,
    Rohan.

  • How to call second page in Smartform without calling first page

    Hi Gurus,
    I have two pages in one smartform. I am using this for PWB purpose. PLease tell me how I first or second page will be triggered depending on the conditional flag that has been defined in global variables.
    For first page it is working...but I don't know how to call the second page bypassing the first page on condition basis.
    Thanks in Advance
    Gautam

    Hi,
    The smartform will always start with the first page in the structure by default.  However when you call the smartform you can specify which page to start with in the structure CONTROL_PARAMETERS field STARTPAGE, this does mean you have to change you print program to include the logic, not the form.
    Regards,
    Nick

  • Problems scanning a second page

    Can anyone help?  I can scan one page at a time using an epson RX85 all in one on a mac running OS 10.9.2 and Acrobat Pro 10.  I have tried to scan more than one page either as a continous scan or as separate docs and I come up against an error message, Adobe closes down.  Error shown below.  I've asked Apple to look at issue and they say it is problem with Adobe software.
    Process:         AdobeAcrobat [13618]
    Path:            /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier:      com.adobe.Acrobat.Pro
    Version:         10.1.9 (10.1.9)
    Code Type:       X86 (Native)
    Parent Process:  launchd [162]
    Responsible:     AdobeAcrobat [13618]
    User ID:         501
    Date/Time:       2014-04-28 10:23:26.854 +0100
    OS Version:      Mac OS X 10.9.2 (13C64)
    Report Version:  11
    Anonymous UUID:  BF9EFD7F-20E5-81BF-78A2-4B2C09F85D88
    Sleep/Wake UUID: F5618CC7-2D5A-4541-A6B4-C8DCD74A4E4B
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x00000000000a27e8
    VM Regions Near 0xa27e8:
        __LINKEDIT             0000000000004000-0000000000006000 [    8K] r--/rwx SM=COW  /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    --> __TEXT                 0000000000006000-0000000001d32000 [ 29.2M] r-x/rwx SM=COW  /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
        __DATA                 0000000001d32000-0000000001e3a000 [ 1056K] rw-/rwx SM=COW  /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   ???                                     0x0eee2f83 0 + 250490755
    1   com.apple.CoreServices.CarbonCore          0x926376a9 vCheckLoad + 664
    2   com.apple.CoreServices.CarbonCore          0x925be783 GetResourceCommon + 171
    3   com.apple.CoreServices.CarbonCore          0x9263798b Get1Resource + 41
    4   com.epson.scan.scncl                    0x11d6c60c CESPrefs::Read() + 170
    5   com.epson.scan.scncl                    0x11d6d013 CPrefsBase::CheckPreferenceValid(char**) + 107
    6   com.epson.scan.scncl                    0x11d6c2f8 CESPrefs::GetWorkAreaFSSpec(FSSpec*) + 60
    7   com.epson.scan.scncl                    0x11d30fcd CExtScanner::DeleteTempFolder() + 113
    8   com.epson.scan.scncl                    0x11d1ee68 CScanImg::ISIOpenScanner(HardwareInfo*) + 210
    9   com.epson.scan.twpmg                    0x11cdee5b CTriplet::OpenScanner() + 63
    10  com.epson.scan.twpmg                    0x11cdd216 CCtrlTriplet::OpenDS(TW_IDENTITY*, char*) + 134
    11  com.epson.scan.twpmg                    0x11cd53cd CImgTriplet::OpenDS(TW_IDENTITY*, char*) + 37
    12  com.epson.scan.twpmg                    0x11cd9dba CCtrlTriplet::IdentityMsg(TW_IDENTITY*, unsigned short, char*) + 162
    13  com.epson.scan.twpmg                    0x11cddac3 CCtrlTriplet::EntryPoint(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 267
    14  com.epson.scan.twpmg                    0x11cd58f1 CImgTriplet::EntryPoint(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 81
    15  com.epson.scan.twpmg                    0x11ceae7f CImgTriplet22::EntryPoint(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 87
    16  com.epson.scan.twpmg                    0x11ce0bf6 DS_Entry + 136
    17  com.epson.scan.dscl                     0x0e3ed66a CDSCtl::DoMSGOpenDS(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 524
    18  com.epson.scan.dscl                     0x0e3ed83d CDSCtl::DoDATIdentity(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 153
    19  com.epson.scan.dscl                     0x0e3edcf0 CDSCtl::DoDGControl(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 158
    20  com.epson.scan.dscl                     0x0e3edf2f CDSCtl::DSEntry(TW_IDENTITY*, unsigned long, unsigned short, unsigned short, char*) + 133
    21  com.epson.scan.dscl                     0x0e3ee0e8 DS_Entry + 116
    22  com.epson.scan.rx585_rx595_rx610          0x0e197670 DS_Control(unsigned short, unsigned short, char*) + 552
    23  com.epson.scan.rx585_rx595_rx610          0x0e198bcf DS_Entry + 193
    24  org.twain.dsm                           0x0c86b2f7 -[DS callDS:dataGroup:dataArgumentType:messageID:dataPtr:] + 388
    25  org.twain.dsm                           0x0c86ac4d -[DS openDS:dsIdentity:] + 92
    26  org.twain.dsm                           0x0c86a844 -[DSM openDS] + 687
    27  org.twain.dsm                           0x0c86a16f -[DSM identity] + 183
    28  org.twain.dsm                           0x0c86954a -[DSM entry:destination:dataGroup:dataArgumentType:messageID:dataPtr:] + 150
    29  org.twain.dsm                           0x0c869372 DSM_Entry + 159
    30  com.adobe.AcrobatPlugin.Scan            0x0eb96b0a AcroPluginMain + 268157
    31  com.adobe.AcrobatPlugin.Scan            0x0eb99a4b AcroPluginMain + 280254
    32  com.adobe.AcrobatPlugin.Scan            0x0eb9b551 AcroPluginMain + 287172
    33  com.adobe.AcrobatPlugin.Scan            0x0eb9b686 AcroPluginMain + 287481
    34  com.adobe.AcrobatPlugin.Scan            0x0eb9b763 AcroPluginMain + 287702
    35  com.adobe.AcrobatPlugin.Scan            0x0eba3de6 AcroPluginMain + 322137
    36  com.adobe.AcrobatPlugin.Scan            0x0eba3eb0 AcroPluginMain + 322339
    37  com.adobe.AcrobatPlugin.Scan            0x0eb9d8ad AcroPluginMain + 296224
    38  com.adobe.AcrobatPlugin.Scan            0x0eb783aa AcroPluginMain + 143389
    39  com.adobe.AcrobatPlugin.Scan            0x0eb78d9e AcroPluginMain + 145937
    40  com.adobe.AcrobatPlugin.Scan            0x0eb7d217 AcroPluginMain + 163466
    41  com.adobe.AcrobatPlugin.Scan            0x0eb7d3be AcroPluginMain + 163889
    42  com.adobe.Acrobat.framework             0x00917775 AcroSecurityBailOutImpl + 5433859
    43  com.adobe.Acrobat.framework             0x00659272 AcroSecurityBailOutImpl + 2557184
    44  com.adobe.Acrobat.framework             0x006593b8 AcroSecurityBailOutImpl + 2557510
    45  com.adobe.Acrobat.framework             0x00bb4434 AcroSecurityBailOutImpl + 8173250
    46  com.adobe.Acrobat.framework             0x00bb4159 AcroSecurityBailOutImpl + 8172519
    47  com.adobe.Acrobat.framework             0x0037b686 RunAcrobat + 3590229
    48  libobjc.A.dylib                         0x9ab0a2af -[NSObject performSelector:withObject:] + 70
    49  com.apple.AppKit                        0x9aef28a5 -[NSApplication sendAction:to:from:] + 438
    50  com.apple.AppKit                        0x9af0ec65 -[NSMenuItem _corePerformAction] + 486
    51  com.apple.AppKit                        0x9af0e96a -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:] + 163
    52  com.apple.AppKit                        0x9af0e021 -[NSMenu _performActionWithHighlightingForItemAtIndex:sendAccessibilityNotification:] + 79
    53  com.apple.AppKit                        0x9af61624 -[NSMenu performActionForItemAtIndex:] + 65
    54  com.apple.AppKit                        0x9af615d9 -[NSMenu _internalPerformActionForItemAtIndex:] + 45
    55  com.apple.AppKit                        0x9af615a4 -[NSMenuItem _internalPerformActionThroughMenuIfPossible] + 106
    56  com.apple.AppKit                        0x9af613f4 -[NSCarbonMenuImpl _carbonCommandProcessEvent:handlerCallRef:] + 120
    57  com.apple.AppKit                        0x9af03da6 NSSLMMenuEventHandler + 816
    58  com.apple.HIToolbox                     0x984e3d89 _InvokeEventHandlerUPP(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*, long (*)(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*)) + 36
    59  com.apple.HIToolbox                     0x9833735f DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1452
    60  com.apple.HIToolbox                     0x98336678 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 386
    61  com.apple.HIToolbox                     0x98349821 SendEventToEventTarget + 88
    62  com.apple.HIToolbox                     0x984e3c2e SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, void const*, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 478
    63  com.apple.HIToolbox                     0x983acf17 SendMenuCommandWithContextAndModifiers + 70
    64  com.apple.HIToolbox                     0x983acec4 SendMenuItemSelectedEvent + 199
    65  com.apple.HIToolbox                     0x983acd92 FinishMenuSelection(SelectionData*, MenuResult*, MenuResult*) + 134
    66  com.apple.HIToolbox                     0x9853859d MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 722
    67  com.apple.HIToolbox                     0x983b472e _HandleMenuSelection2 + 488
    68  com.apple.HIToolbox                     0x983b4537 _HandleMenuSelection + 53
    69  com.apple.AppKit                        0x9ae71278 _NSHandleCarbonMenuEvent + 358
    70  com.apple.AppKit                        0x9acc66e2 _DPSNextEvent + 2459
    71  com.apple.AppKit                        0x9acc58b0 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    72  com.apple.AppKit                        0x9acb819c -[NSApplication run] + 727
    73  com.adobe.Acrobat.framework             0x00010913 RunAcrobat + 6882
    74  com.adobe.Acrobat.framework             0x0000ef6d RunAcrobat + 316
    75  com.adobe.Acrobat.Pro                   0x00001e92 main + 94
    76  com.adobe.Acrobat.Pro                   0x00001e16 start + 54
    Thread 1:: Dispatch queue: NSOperationQueue 0x2c9e0e0
    0   libsystem_kernel.dylib                  0x95446b76 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9154ffb7 nanosleep$UNIX2003 + 219
    2   com.apple.Foundation                    0x97e51621 +[NSThread sleepForTimeInterval:] + 170
    3   com.adobe.Acrobat.framework             0x00d14e39 AcroSecurityBailOutImpl + 9617607
    4   com.apple.Foundation                    0x97dbf37f -[__NSOperationInternal _start:] + 753
    5   com.apple.Foundation                    0x97dbf081 -[NSOperation start] + 71
    6   com.apple.Foundation                    0x97dbefa8 __NSOQSchedule_f + 50
    7   libdispatch.dylib                       0x99a09e11 _dispatch_async_redirect_invoke + 158
    8   libdispatch.dylib                       0x99a05396 _dispatch_client_callout + 50
    9   libdispatch.dylib                       0x99a07457 _dispatch_root_queue_drain + 257
    10  libdispatch.dylib                       0x99a08722 _dispatch_worker_thread2 + 39
    11  libsystem_pthread.dylib                 0x98329dab _pthread_wqthread + 336
    12  libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 2:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x95447992 kevent64 + 10
    1   libdispatch.dylib                       0x99a078ad _dispatch_mgr_invoke + 238
    2   libdispatch.dylib                       0x99a07546 _dispatch_mgr_thread + 52
    Thread 3:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 7:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 8:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x92661682 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x926618a6 TSWaitOnConditionTimedRelative + 186
    5   com.apple.CoreServices.CarbonCore          0x9262dcf2 MPWaitOnQueue + 199
    6   AdobeACE                                0x01fc3737 ACEInitialize + 3741
    7   AdobeACE                                0x01fc36ad ACEInitialize + 3603
    8   com.apple.CoreServices.CarbonCore          0x9262e2ce PrivateMPEntryPoint + 68
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 10:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   AdobeAGM                                0x02110dac AGMInitialize + 33770
    4   AdobeAGM                                0x02110ce6 AGMInitialize + 33572
    5   AdobeAGM                                0x02110841 AGMInitialize + 32383
    6   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 11:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   AdobeAGM                                0x02110dac AGMInitialize + 33770
    4   AdobeAGM                                0x02110ce6 AGMInitialize + 33572
    5   AdobeAGM                                0x02110841 AGMInitialize + 32383
    6   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 12:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad1d _pthread_cond_wait + 728
    2   libsystem_pthread.dylib                 0x9832cbd9 pthread_cond_wait$UNIX2003 + 71
    3   AdobeAGM                                0x02110dac AGMInitialize + 33770
    4   AdobeAGM                                0x02110ce6 AGMInitialize + 33572
    5   AdobeAGM                                0x02110841 AGMInitialize + 32383
    6   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 13:
    0   libsystem_kernel.dylib                  0x95441f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9544116c mach_msg + 68
    2   com.apple.CoreFoundation                0x987f9d29 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x987f9301 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x987f8b1a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x987f897b CFRunLoopRunInMode + 123
    6   com.apple.AppKit                        0x9ae6fb68 _NSEventThread + 283
    7   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    8   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    9   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 14:
    0   libsystem_kernel.dylib                  0x95447976 kevent + 10
    1   com.adobe.Acrobat.framework             0x01365dca AcroSecurityBailOutImpl + 16240728
    2   com.adobe.Acrobat.framework             0x012ba3cf AcroSecurityBailOutImpl + 15537757
    3   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    4   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    5   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 15:
    0   libsystem_kernel.dylib                  0x954467ca __psynch_cvwait + 10
    1   libsystem_pthread.dylib                 0x9832ad8a _pthread_cond_wait + 837
    2   libsystem_pthread.dylib                 0x9832cfa3 pthread_cond_wait + 48
    3   com.adobe.amt.services                  0x0e964f2c C_AMTUISwitchSuppressUpdates + 16864
    4   com.adobe.amt.services                  0x0e95de78 C_EULA_SetState + 2166
    5   com.adobe.amt.services                  0x0e964f92 C_AMTUISwitchSuppressUpdates + 16966
    6   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 16:
    0   libsystem_kernel.dylib                  0x95441f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9544116c mach_msg + 68
    2   com.apple.CoreFoundation                0x987f9d29 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x987f9301 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x987f8b1a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x987f897b CFRunLoopRunInMode + 123
    6   com.adobe.AcrobatPlugin.EFS             0x1246998f AcroPluginMain + 22457
    7   com.apple.Foundation                    0x97e23f0e -[NSThread main] + 45
    8   com.apple.Foundation                    0x97e23e66 __NSThread__main__ + 1426
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 17:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x95441f7a mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x9544116c mach_msg + 68
    2   com.apple.CoreFoundation                0x987f9d29 __CFRunLoopServiceMachPort + 169
    3   com.apple.CoreFoundation                0x987f9301 __CFRunLoopRun + 1393
    4   com.apple.CoreFoundation                0x987f8b1a CFRunLoopRunSpecific + 394
    5   com.apple.CoreFoundation                0x987f897b CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x97e24095 +[NSURLConnection(Loader) _resourceLoadLoop:] + 381
    7   com.apple.Foundation                    0x97e23f0e -[NSThread main] + 45
    8   com.apple.Foundation                    0x97e23e66 __NSThread__main__ + 1426
    9   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    10  libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    11  libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 18:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x95446ace __select + 10
    1   com.apple.CoreFoundation                0x98849b86 __CFSocketManager + 1158
    2   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    3   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    4   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 19:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 20:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 21:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 22:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 23:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 24:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 25:
    0   libsystem_kernel.dylib                  0x95447046 __workq_kernreturn + 10
    1   libsystem_pthread.dylib                 0x98329dcf _pthread_wqthread + 372
    2   libsystem_pthread.dylib                 0x9832dcce start_wqthread + 30
    Thread 26:: com.apple.appkit-heartbeat
    0   libsystem_kernel.dylib                  0x95446b76 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9154ffb7 nanosleep$UNIX2003 + 219
    2   libsystem_c.dylib                       0x9154fe62 usleep$UNIX2003 + 60
    3   com.apple.AppKit                        0x9af3aa4c -[NSUIHeartBeat _heartBeatThread:] + 2318
    4   com.apple.Foundation                    0x97e23f0e -[NSThread main] + 45
    5   com.apple.Foundation                    0x97e23e66 __NSThread__main__ + 1426
    6   libsystem_pthread.dylib                 0x983285fb _pthread_body + 144
    7   libsystem_pthread.dylib                 0x98328485 _pthread_start + 130
    8   libsystem_pthread.dylib                 0x9832dcf2 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x000027e8  ebx: 0x72737263  ecx: 0x06222600  edx: 0x00000664
      edi: 0x45535052  esi: 0x00000000  ebp: 0xbfffc818  esp: 0xbfffc7bc
       ss: 0x00000023  efl: 0x00010246  eip: 0x0eee2f83   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x000a27e8
    Logical CPU:     0
    Error Code:      0x00000007
    Trap Number:     14
    Binary Images:
        0x1000 -     0x1fff +com.adobe.Acrobat.Pro (10.1.9 - 10.1.9) <F4B5B9F0-99D4-C8E9-64AB-B388EDBFCE5B> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
        0x6000 -  0x1d31fef +com.adobe.Acrobat.framework (10.1.9 - 10.1.9) <C7E58FAC-8D45-2741-ECAA-9854648A84BE> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
    0x1fc1000 -  0x20e2fff +AdobeACE (1) <B885D217-C2F6-8496-12D0-FCA0E620635B> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x2105000 -  0x26cafeb +AdobeAGM (1) <D32ACDB7-2362-47C0-8D55-DBE2F4D82433> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x277d000 -  0x279aff7 +AdobeBIB (1) <7C894693-F5AC-A9BF-E72A-097BDF33C329> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x27a1000 -  0x2ac6ff7 +com.adobe.CoolType (AdobeCoolType 5.08.124.1 - 5.08.124.1) <6426C28B-EF96-2C42-DCBD-20BA715F04EA> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x5740000 -  0x5765ff9  com.apple.framework.familycontrols (4.1 - 410) <A33A97EE-C735-38BA-9B49-5D78DAA3DEDA> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x577a000 -  0x5785ffa  com.apple.CommerceCore (1.0 - 42) <E59717F2-6770-3DBC-8510-F7AA61E60F57> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0xad29000 -  0xaf21ff7 +com.adobe.Acrobat.adm (10.1.9 - 10.1.9) <E753ECED-3BB9-B731-B7DC-C91EA73A1FE5> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/SPPlugins/AdobeADM.bundle/Contents/MacOS/AdobeADM
    0xc2f1000 -  0xc366ff7 +AcroSQLite (1) <9B46E977-F455-0898-B80D-C41005832930> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AcroSQLite.framework/Versions/A/AcroSQLite
    0xc500000 -  0xc70bfeb +com.adobe.AcrobatPlugin.EScript (10.1.9 - 10.1.9) <B3691CED-70BE-7E17-C167-1C3738F94FDE> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/EScript.acroplugin/Contents/MacOS/EScript
    0xc77b000 -  0xc77bffd +cl_kernels (???) <2C4CC0C2-7D7A-4B01-8531-454ED936FB72> cl_kernels
    0xc79d000 -  0xc7d4ff7 +com.adobe.AcrobatPlugin.PaperCapture (10.1.9 - 10.1.9) <ED56E91B-6DC5-1089-3DF6-5D921782E00E> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/PaperCapture.acroplugin/Contents/MacOS/PaperCapture
    0xc7dc000 -  0xc849ffb +com.adobe.amtlib (amtlib 3.5.0.34 - 3.5.0.34) <8C1EBC9E-DDFF-660B-03FB-196CE8A4CED8> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/amtlib.framework/amtlib
    0xc862000 -  0xc862ffb +cl_kernels (???) <52CDBCB9-6D41-43AD-B080-EA3D3AA36E93> cl_kernels
    0xc866000 -  0xc866ff3 +cl_kernels (???) <45D6068B-9FFC-4A68-BFD9-4D75BB8593B7> cl_kernels
    0xc868000 -  0xc86efff  org.twain.dsm (1.9.5 - 1.9.5) <3CE5B8E4-1F2D-3694-890D-B3965F244443> /System/Library/Frameworks/TWAIN.framework/Versions/A/TWAIN
    0xc876000 -  0xc87efff +com.adobe.asneu.framework (asneu version 1.7.0.1 - 1.7.0.1) <80195B5C-2C67-D841-232C-74FCAB79D304> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/asneu.framework/Versions/A/asneu
    0xc88e000 -  0xc8c7ffb +com.adobe.AcrobatPlugin.Updater (10.1.9 - 10.1.9) <A3E0A9CD-F644-A5EA-ABE0-4B0BA68383B7> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/Updater.acroplugin/Contents/MacOS/Updater
    0xc8d1000 -  0xc92efff +AdobeXMP (0) <E3A59E8C-A514-8A4A-F965-E9C043C7AC96> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0xd731000 -  0xde95fe7 +com.adobe.AcrobatPlugin.Comments (10.1.9 - 10.1.9) <A373B65D-CCB0-44EF-93D0-35F2B6B59601> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/Comments.acroplugin/Contents/MacOS/Comments
    0xe066000 -  0xe08efff +AdobeAXE8SharedExpat (0) <6DE8E2CA-91EC-77D7-E674-D336B7D09AF5> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0xe0b5000 -  0xe0b5fff +cl_kernels (???) <999BAEF2-5079-4021-AE94-38BED5BC1DBF> cl_kernels
    0xe0ba000 -  0xe0bbff1 +cl_kernels (???) <6EBF1E37-FF4C-45C7-8AF0-D2FD3A6456BE> cl_kernels
    0xe196000 -  0xe1a4ff1 +com.epson.scan.rx585_rx595_rx610 (3.2.8 - 3.2.8) /Library/Image Capture/TWAIN Data Sources/*/EPSON RX585_RX595_RX610
    0xe1ac000 -  0xe1b7fff  libGPUSupport.dylib (9.6) <E99B15B5-B173-329B-B8AA-B6BA5EE4D5EE> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport .dylib
    0xe3eb000 -  0xe402fe7 +com.epson.scan.dscl (3.2.1 - 3.2.1) /Library/Image Capture/TWAIN Data Sources/*/DS Control.bundle/Contents/MacOS/DS Control
    0xe424000 -  0xe426fff +com.epson.scan.usb (1.1.6) <69BC3AE6-A7D2-E1AA-6C16-016DDC387B04> /Library/Image Capture/TWAIN Data Sources/*/EPSON USB Scanner.bundle/Contents/MacOS/EPSON USB Scanner
    0xe441000 -  0xe445ff9  libgermantok.dylib (14) <F6DEC1E3-5AAA-3BEB-9EF3-92608F4A094D> /usr/lib/libgermantok.dylib
    0xe45f000 -  0xe460ff5 +cl_kernels (???) <BC6378CA-16EF-4913-B4C6-3CA3D061475A> cl_kernels
    0xe462000 -  0xe46efe7 +com.epson.scan.DDC (1.1.0 - 1.1.0) /Library/Image Capture/TWAIN Data Sources/*/EsDDC.bundle/Contents/MacOS/EsDDC
    0xe474000 -  0xe488fe3 +com.epson.scan.ade (3.0.1 - 3.0.1) /Library/Image Capture/TWAIN Data Sources/*/ADE.bundle/Contents/MacOS/ADE
    0xe50a000 -  0xe57afeb +com.adobe.adobe_caps (adobe_caps 3.5.4.0 - 3.5.4.0) <36D53A2C-0DAB-34C6-48C7-49D2ECF52D0D> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/adobe_caps.framework/Versions/A/adobe_caps
    0xe60e000 -  0xe610ff5 +cl_kernels (???) <0F975414-F745-46C1-9E2C-8F7936504B06> cl_kernels
    0xe652000 -  0xe678ffb +AdobeBIBUtils (1) <B9888BEE-A939-50E3-1CD3-3313AC14A073> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0xe680000 -  0xe684fff  com.apple.AppleMPEG2Codec (1.0.2 - 220.1) <017135BD-3E54-30EC-9489-6ACADA56D51F> /Library/QuickTime/AppleMPEG2Codec.component/Contents/MacOS/AppleMPEG2Codec
    0xe940000 -  0xe9a7fe7 +com.adobe.amt.services (AMTServices 3.5.0.34 [BuildVersion: 3.5; BuildDate: Tue Sep 14 2010 21:49:00] - 3.5.0.34) <F56D7855-B0F7-4E7E-1997-D4FC2F5ACB2D> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/amtservices.framework/Versions/A/amtservices
    0xe9c3000 -  0xe9cdff7  com.apple.iokit.IOUSBLib (656.4.0 - 656.4.0) <37002B7E-8806-39EA-9CBD-F331F6005DF2> /System/Library/Extensions/IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle/Contents/Mac OS/IOUSBLib
    0xea38000 -  0xeb23ff7  unorm8_bgra.dylib (2.3.58) <2DC35A3D-E1D6-3378-953F-D5EADE3400D2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra .dylib
    0xeb4f000 -  0xebc5fef +com.adobe.AcrobatPlugin.Scan (10.1.9 - 10.1.9) <9D4136D1-77BC-B8FB-CD36-ECC4C8E0077E> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/Scan.acroplugin/Contents/MacOS/Scan
    0xed00000 -  0xeda8ff3 +com.adobe.AcrobatPlugin.PDDom (10.1.9 - 10.1.9) <B11DA30C-8D16-107F-5697-1764CBB69518> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/PDDom.acroplugin/Contents/MacOS/PDDom
    0xeff0000 -  0xeff7ff8  com.apple.AppleGVAHW.component (1.2 - 1) <03305334-A3AE-3F51-A076-BBA13E0916F9> /System/Library/QuickTime/AppleGVAHW.component/Contents/MacOS/AppleGVAHW
    0x11b08000 - 0x11b85ff7 +com.irislink.iDRS14_5 (14.5 - 14.5.4.1) <A30459C2-B559-CF82-60DC-19FE9758BECB> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/PaperCapture.acroplugin/Contents/Frameworks/OCRLibrary.framewor k/Versions/A/Frameworks/iDRS14_5.framework/Versions/A/iDRS14_5
    0x11cbc000 - 0x11cf6013 +com.epson.scan.twpmg (3.2.7 - 3.2.7) /Library/Image Capture/TWAIN Data Sources/*/TWAIN Protocol Manager.bundle/Contents/MacOS/TWAIN Protocol Manager
    0x11d1b000 - 0x11dc6fef +com.epson.scan.scncl (3.2.8 - 3.2.8) /Library/Image Capture/TWAIN Data Sources/*/Scan Control.bundle/Contents/MacOS/Scan Control
    0x11e69000 - 0x11ef3fff +com.epson.scan.dtr (4.2.8 - 4.2.8) /Library/Image Capture/TWAIN Data Sources/*/DTR.bundle/Contents/MacOS/DTR
    0x11f1a000 - 0x11f56ff3 +com.epson.scan.fit (3.8.0 - 3.8.0) /Library/Image Capture/TWAIN Data Sources/*/FIT.bundle/Contents/MacOS/FIT
    0x11f7e000 - 0x11fb6ff7  com.apple.QuickTimeFireWireDV.component (7.7.3 - 2826.17) <CEDCAC9B-679F-36E0-BAB9-6A387857710C> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTimeFireWireD V
    0x11fc2000 - 0x11fdbff2  com.apple.applepixletvideo (1.2.31 - 1.2d31) <3691A649-1F8F-3C0A-89F4-5C2DD4E38EEC> /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixletVideo
    0x12004000 - 0x120e0fd7  com.apple.AppleProResDecoder (3.0.4 - 6305.11) <50F80B48-00A2-37F0-BE25-CD0258A474BE> /System/Library/QuickTime/AppleProResDecoder.component/Contents/MacOS/AppleProResDecoder
    0x120eb000 - 0x1212fff7  com.apple.AppleVAH264HW.component (3.0 - 3.0) <593296F6-F8CD-33D4-AE26-88E46A71F14C> /System/Library/QuickTime/AppleVAH264HW.component/Contents/MacOS/AppleVAH264HW
    0x121f2000 - 0x122a7fff  com.apple.AppleGVAFramework (7.1.10 - 7.1.10) <7F8C0D33-0E54-3A6E-B677-A2A10B5E7D86> /System/Library/PrivateFrameworks/AppleGVA.framework/Versions/A/AppleGVA
    0x122b7000 - 0x122e9ff7  com.apple.AppleIntermediateCodec (2.0.2 - 6305.11) <397782CB-2454-37D5-A10C-B992A4E1D439> /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleIntermediateCodec
    0x122f1000 - 0x1232bfe7 +com.epson.scan.devcl (3.2.1 - 3.2.1) /Library/Image Capture/TWAIN Data Sources/*/Device Control.bundle/Contents/MacOS/Device Control
    0x12450000 - 0x1247bfe3 +com.adobe.AcrobatPlugin.EFS (10.1.9 - 10.1.9) <04983FD6-DB4C-FE86-A47D-1B1E781B8ECB> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Built-in/EFS.acroplugin/Contents/MacOS/EFS
    0x12c65000 - 0x12c8ffff  com.apple.datadetectors (5.0 - 246.0) <E78157B5-C380-3C09-8439-54F5E89209C9> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
    0x12ca7000 - 0x12cc9fe7 +com.epson.scan.devif (3.2.4 - 3.2.4) /Library/Image Capture/TWAIN Data Sources/*/Device Interface.bundle/Contents/MacOS/Device Interface
    0x13942000 - 0x13b31ffd  com.apple.WebKit2 (9537 - 9537.74.9) <532DBB1D-9E22-3715-BD0D-8B0EE91C0CE1> /System/Library/PrivateFrameworks/WebKit2.framework/Versions/A/WebKit2
    0x16dae000 - 0x16dc9ff5  com.apple.security.csparser (3.0 - 55471.14) <A93E850A-BE26-38F0-AD60-166A879A314A> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/cspa rser
    0x40000000 - 0x400c9fe3 +AdobeJP2K (0) <6DF60871-843B-061C-EBB0-C819A12055E0> /Applications/Adobe Acrobat X Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeJP2K.framework/Versions/A/AdobeJP2K
    0x50000000 - 0x50294fff  com.apple.ATIRadeonX2000GLDriver (8.24.11 - 8.2.4) <DD844D57-413B-3103-994F-45737D659B74> /System/Library/Extensions/ATIRadeonX2000GLDriver.bundle/Contents/MacOS/ATIRadeonX2000GLD river
    0x8fe36000 - 0x8fe68417  dyld (239.4) <2E655535-479B-3E48-ADD3-6278819CA38A> /usr/lib/dyld
    0x90008000 - 0x9002dff7  com.apple.quartzfilters (1.8.0 - 1.7.0) <FCF52905-85B1-375C-B0AA-B8251B614D2D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework /Versions/A/QuartzFilters
    0x9002e000 - 0x900f5ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <84A7EC09-3BBD-3E04-A88C-6D3B724448FF> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x900f6000 - 0x900f9ffe  com.apple.LoginUICore (3.0 - 3.0) <6FE961A4-3C17-3004-B50B-FD78FDC28350> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore. framework/Versions/A/LoginUICore
    0x900fa000 - 0x90103fff  com.apple.audio.SoundManager (4.1 - 4.1) <68B7CEB7-AF09-3E24-8548-6ABF065B5186> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x90104000 - 0x90157ff3  com.apple.CoreMediaIO (407.0 - 4561) <A756270D-CA9A-36CB-B698-3D9EEAB9C50E> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x90158000 - 0x90158ffd  libOpenScriptingUtil.dylib (157) <4D06E8ED-D312-34EA-A448-DFF45ADC3CE5> /usr/lib/libOpenScriptingUtil.dylib
    0x90159000 - 0x9016cfff  com.apple.ImageCapture (9.0 - 9.0) <63D5C96F-1893-3F35-ADFB-EE451AFD87E6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x9016d000 - 0x90172ff6  libcompiler_rt.dylib (35) <9924DF2E-D80B-3A21-920D-544A4597203F> /usr/lib/system/libcompiler_rt.dylib
    0x90173000 - 0x90176ffa  libCGXType.A.dylib (599.20.11) <8824B66A-D235-3163-808D-8B98F69304CD> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x90177000 - 0x901a6ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <1BD6205B-7C66-3B7B-AC8C-11BE34F7CF6B> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdminis tration
    0x901a7000 - 0x90337ff0  GLEngine (9.6) <6A58B9C0-B67E-3FD1-B707-837744D918C2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x90338000 - 0x90339fff  libDiagnosticMessagesClient.dylib (100) <B936B1D4-90BB-395D-8EA9-E1237608E7D0> /usr/lib/libDiagnosticMessagesClient.dylib
    0x9033a000 - 0x90c94fe3  com.apple.QuickTimeComponents.component (7.7.3 - 2826.17) <AEF44853-2A48-3797-91AA-2510B523E052> /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTimeComponent s
    0x90c95000 - 0x90cb1fff  libCRFSuite.dylib (34) <FFF76EBA-DF35-3A5F-857F-3F4B1C9F4C77> /usr/lib/libCRFSuite.dylib
    0x90cb2000 - 0x90cf4fff  libGLU.dylib (9.6) <6A7E248D-3936-3B0D-9BF2-E4F0D2FE5306> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x90cf5000 - 0x90cfdfff  libsystem_dnssd.dylib (522.90.2) <A73663C9-CE65-3FF3-B41B-686728BBFB00> /usr/lib/system/libsystem_dnssd.dylib
    0x90cfe000 - 0x90e7cff8  libGLProgrammability.dylib (9.6) <95E86FA5-8620-38C5-B3CB-885F32569634> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dyl ib
    0x90e7d000 - 0x90e96fff  com.apple.Kerberos (3.0 - 1) <91F17EB2-C70C-359C-B09D-96B52D2A9C9F> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90e97000 - 0x90ef8ff7  com.apple.Symbolication (1.4 - 129) <E5948C08-6ADF-3D86-9134-6AE49CF1DA0F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x90ef9000 - 0x90f2affa  libsystem_m.dylib (3047.16) <28E614E8-7802-3E84-960A-AD4721EF10F7> /usr/lib/system/libsystem_m.dylib
    0x90f2b000 - 0x90f4fff3  libc++abi.dylib (49.1) <43A04ACF-97A5-35ED-B454-6B5C0CF0F99D> /usr/lib/libc++abi.dylib
    0x90f50000 - 0x911b4ff7  com.apple.CoreData (107 - 481.01) <85EE4DFF-3A61-3D3B-A818-524F0A427A4D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x911b5000 - 0x911bcff7  com.apple.XPCService (2.0 - 1) <94783930-9E46-394F-B1B2-9CA57CBA2D25> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x911bd000 - 0x91203ff7  libFontRegistry.dylib (127) <A0930DB2-A6C6-3C6E-B4A2-119E0D76FD7D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x91204000 - 0x912affff  libcrypto.0.9.7.dylib (106) <DA3D5F8E-5822-3D41-BC1C-FFE1CC9BB42B> /usr/lib/libcrypto.0.9.7.dylib
    0x912b0000 - 0x912c0ff5  com.apple.LangAnalysis (1.7.0 - 1.7.0) <71DE7754-0A47-3F35-B1BF-B1FE7E1311E0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x912c1000 - 0x91487ffb  libicucore.A.dylib (511.31) <9C25D145-E785-357B-9833-1980A1A738C9> /usr/lib/libicucore.A.dylib
    0x91488000 - 0x914a3ff5  com.apple.openscripting (1.4 - 157) <5C161A52-8D2F-3D56-A988-05727BED7A59> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x914a4000 - 0x914d3ff1  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <2215559E-C517-3122-906F-156FD3CC10AD> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x914d4000 - 0x91566ff9  libsystem_c.dylib (997.90.3) <80D21D3D-1031-314C-B1F0-0B35B977CEFB> /usr/lib/system/libsystem_c.dylib
    0x91567000 - 0x91568fff  com.apple.AddressBook.ContactsData (8.0 - 1369) <F973C097-C9A2-3B8D-A33A-A87E4A41E56B> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
    0x91569000 - 0x91569fff  com.apple.Cocoa (6.8 - 20) <407DC9E6-BBCE-3D34-9BBB-00C90584FFDF> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x9156a000 - 0x9157fff3  com.apple.AppContainer (3.0 - 1) <017FED4F-AD6E-3A56-806B-A2D33E69EFF9> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x91580000 - 0x91a27fe7  com.apple.CoreAUC (6.22.08 - 6.22.08) <3F9E2986-8FF9-3339-A0C8-DC1186C4A5EC> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x91a28000 - 0x91a31fff  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <CF8E5706-F744-3139-8A51-D52BF055D19F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x91a32000 - 0x91a6fffb  libGLImage.dylib (9.6) <EAC640A8-CD71-3AB2-9918-21CACCBCCB0D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x91a70000 - 0x91a7eff3  com.apple.opengl (9.6.0 - 9.6.0) <63941A8D-AACC-3C71-BE8C-4DAA913A1439> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x91a7f000 - 0x91b87ff7  com.apple.QuickTimeImporters.component (7.7.3 - 2826.17) <9B883A02-F284-3331-B4C0-CB1EF043BB06> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTimeImporters
    0x91b88000 - 0x91b97fff  libGL.dylib (9.6) <58C42A46-27D0-3228-B3C1-EC3923D49BAD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x91b98000 - 0x91ba1fff  com.apple.DiskArbitration (2.6 - 2.6) <92F7575A-AA20-34D9-BB26-2CC8C3CCAFEB> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x91ba2000 - 0x91c70ff7  com.apple.backup.framework (1.5.2 - 1.5.2) <BE2F37D3-F610-30EE-B106-44B5DAE35603> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x91c71000 - 0x91d1dffb  libvMisc.dylib (423.32) <43873EFF-FB43-3301-BEE8-F2C3A046D7A6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x91d1e000 - 0x91d20ffb  libRadiance.dylib (1042) <22E517A8-4725-3175-B5D1-5573FBE780B3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91d21000 - 0x91d37ff9  com.apple.aps.framework (4.0 - 4.0) <F716BD85-21B6-3D84-BEA2-8BC617E1D08C> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x91d38000 - 0x91e36fff  libJP2.dylib (1042) <795B3209-2382-3F31-AEF7-588E4BCAAF06> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91e37000 - 0x91e61fff  libxslt.1.dylib (13) <249D54AB-1D82-38FE-ABEC-0D575450C73B> /usr/lib/libxslt.1.dylib
    0x91e62000 - 0x91ef3fff  com.apple.ColorSync (4.9.0 - 4.9.0) <8366AE10-0396-3100-B87A-A176E8ECE7B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x91ef4000 - 0x91f26ff7  libTrueTypeScaler.dylib (111.1) <A568EE4C-1588-3F8B-8640-F02CEFC5AF09> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x91f27000 - 0x91f66ff5  com.apple.ids (10.0 - 1000) <D28CFCBA-F7C4-3456-92E4-0B1ABA86BB87> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x91f67000 - 0x921d0fff  com.apple.AddressBook.framework (8.0 - 1369) <B47D95FD-FCD4-3BB3-B688-5597E67B5247> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x921d1000 - 0x921edff9  com.apple.Ubiquity (1.3 - 289) <1CEDC83D-7282-3B4D-8CF7-4FE045012391> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x921ee000 - 0x92206fff  com.apple.CFOpenDirectory (10.9 - 173.90.1) <13B70F7C-9A4D-3CCA-AEB8-3958F5B6167E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x92207000 - 0x92253ff7  libcups.2.dylib (372.2) <ED7CEA7C-9FD7-34E0-B960-268BD6AFA056> /usr/lib/libcups.2.dylib
    0x92277000 - 0x9227aff7  libdyld.dylib (239.4) <F4604F64-945B-3871-8F26-E9C55488BC27> /usr/lib/system/libdyld.dylib
    0x9227b000 - 0x922cefff  com.apple.htmlrendering (77 - 1.1.4) <408FA30F-4FE9-3162-9FFD-677E8569C1EA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x922cf000 - 0x922ffff3  libtidy.A.dylib (15.12) <3DBE95FE-8FA7-3584-9202-E37B54B3B064> /usr/lib/libtidy.A.dylib
    0x92300000 - 0x9235efff  com.apple.ViewBridge (1.0 - 46.2) <64AC1689-5F60-3E16-AE62-A2259E0D57EC> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x9235f000 - 0x9236affb  libcommonCrypto.dylib (60049) <F8E60C43-22EE-3E0B-9546-3365056901F1> /usr/lib/system/libcommonCrypto.dylib
    0x9236b000 - 0x923bcffb  com.apple.CoreMedia (1.0 - 1273.49) <26F891C5-DF9F-3A2C-995A-827595F03CF2> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x923bd000 - 0x92454ff7  com.apple.ink.framework (10.9 - 207) <EF00BCCB-B270-3F3D-9424-EF5F4BC23E25> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x92455000 - 0x924aaff7  com.apple.framework.internetaccounts (2.1 - 210) <3E555C08-C8FA-3175-8C3F-E49F6F5238A6> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
    0x924ab000 - 0x924b7ff7  com.apple.OpenDirectory (10.9 - 173.90.1) <B7440CD7-04F8-3558-B5AA-FD48381B14DE> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x924b8000 - 0x924e3ff7  libsystem_network.dylib (241.3) <71EBA489-386D-3608-ADE6-CB50EBD1AB1B> /usr/lib/system/libsystem_network.dylib
    0x924e4000 - 0x92504fff  com.apple.facetimeservices (10.0 - 1000) <D3A59518-0F74-3B3F-8BFE-447D75E9F3F1> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x92505000 - 0x925a1fff  com.apple.QD (3.50 - 298) <F73FD4D4-17A4-37D6-AC06-7CA5A8BA1212> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x925a2000 - 0x928a3ffb  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <02C72D54-E3D3-32B0-A081-E85A7038489D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x928a4000 - 0x928ccfff  libsystem_info.dylib (449.1.3) <BB68E8CC-422F-3121-8C86-D0F766FB696D> /usr/lib/system/libsystem_info.dylib
    0x928cd000 - 0x929daff7  com.apple.ImageIO.framework (3.3.0 - 1042) <677F8044-E8B4-34A8-B7D9-575D7CEA019E> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x929db000 - 0x92a1bff7  com.apple.bom (14.0 - 193.1) <FFF1C8E5-41FF-357B-8681-69B21DCED2E4> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x92a1c000 - 0x92a1dffd  libunc.dylib (28) <22A126A1-DCFB-3BE5-A66B-C973F0A5D839> /usr/lib/system/libunc.dylib
    0x92a1e000 - 0x92a73ff3  com.apple.ImageCaptureCore (5.0 - 5.0) <69A007AE-4654-3C79-9AF6-5EC8F173F225> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x92a74000 - 0x92a7bff2  com.apple.NetFS (6.0 - 4.0) <915AA303-C02B-3B0C-8208-D8AAA4350DB4> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x92a7c000 - 0x92a7fffb  libutil.dylib (34) <B496031E-E763-3DEB-84D2-85C0F3DF2012> /usr/lib/libutil.dylib
    0x92a80000 - 0x92b2bff5  com.apple.imcore (10.0 - 1000) <000D6E8B-1067-3FE1-8524-18A8710C572E> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x92b2c000 - 0x92f51fe3  com.apple.VideoToolbox (1.0 - 1273.49) <A581EEA0-25DF-386C-904D-26E51C3ED640> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x92f52000 - 0x92f7bff5  com.apple.shortcut (2.6 - 2.6) <F9F32E6F-E641-36D0-B648-058D5E146D38> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x92f7c000 - 0x92f7dfff  libSystem.B.dylib (1197.1.1) <C58F0CC9-C1FD-3024-9358-D3359A6BBCAD> /usr/lib/libSystem.B.dylib
    0x92f7e000 - 0x92f7efff  com.apple.Carbon (154 - 157) <6E680560-FD53-3C00-BDF7-7AFA28747DC8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f7f000 - 0x92fceff1  com.apple.HIServices (1.22 - 467.2) <F47161AA-E19F-3357-862F-5B4C8DA97975> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A

    hi
    as u r posts the second Page is not getting triggered.. because when you put abreak point in the PAGE2 it shoud stop there.
    Now i have created 2 PAGEs for the PAGE1 next page is PAGE1 only , and  iam printing some data in PAGE1, in the PAGE2 i have created a window to print some static text.
    now i have created a COMMAND node in PAGE1 to call the PAGE2 explicitily(by chcking the GOTo NEW PAGE option -->PAGE2.
    it is working fine.
    u r also doing in this same way or someother?...
    where exactly u r using the COMMAND NODE... i thiknk it is not triggering.
    wht is next page for u r PAGE1,
    in ur command node have u given goto newpage-->PAGE2 ..
    chck onca again.

  • Problem in displaying data in the smartform output.

    Dear Freinds,
                    I have a requirement as per my requirement i have to display the employee dependents details in the smartform output.
    I have taken a table in smartform and collected all teh employee dependents details . Each dependents his own  details around 8 fields. so iam displaying in the smartform it is working till now no problem ........iam getting data as below
    Dependentrelation | dependentname|passportno|expirydate|visano|visadate|visa expire date| ResidenceNo|Residence issuedate|
    spouse                 | Raja                   |123456       |10/09/2009|122233|10/01/2009|10/01/2010 | 1001             |10/01/2009
    These are the one of the dependentds details iam having till now , like this i have another dependts details. Now the problem i have
    to add some fields to this list ( to this internal table) ...........if iam adding one more feild data is getting truncated as i dont have any more fields to add to right in the horizontal line........how can i solve this issue and how can i add further fields to this list
    like date of birth of the dependents and gender
    please could any one tell how i can solve this issue.
    regards
    divya.

    If this is a Tablethen only thing you can do is re-size the grid and font size to adjust your data. Like, displaying HEADINGS & DATAs in 2 rows instead of 1, etc.
    Nothing else can be done. Otherwise you have to trim down the data to adjust in one page.

  • Problem in displaying html page in JEditorPane....

    Hi All,
    i was trying to display a html page in a JEditorPane. i was able to do that when i'm displaying a html page from a local machine.. But when i try to get the page from some website, it giving me
    "exception access denied (java.net.SocketPermission www.java.sun.com resolve)"
    exception. But if i run the same code thru JBuilder, its working. But thru appletviewer or thru IE or Netscape its throwing the error.. Any suggestion or help is highly appreciated....
    Thanks
    Ragu

    Java Applets are very secure, what is good. Java applets are extremely secure
    what is bad. So Applet cannot open TCP connection to any host rather than its
    home host. So you cannot get the resources from any other server (what is common to
    HTTP).
    In JBuilder iit works cause JBuilder is used for development and security in deevelopment
    is not an issue. But it confuses then you see.
    vpanasenko_even

Maybe you are looking for

  • R12: How to filter Open Item Revaluation Report based on GL Date

    Hi, Anybody know how to filter Open Item Revaluation Report based on GL Date from and GL Date to in R12? Since we just upgraded from 11.5.10 to 12.1.3 and found we cannot filter those report for specific date. It shown all data included the old data

  • Sdk not working

    Hi! First i want to say that u are doing a nice work here! Ok, i need some help... i'm runing win7, flex 4.1, so my test app from your tutorial isn't showing in browser ... 1. only fp9 swc shows no errors but still there's nothing in browser 2. fp 10

  • How can I get Photo Mail to work to send pictures?

    I have just purchased Photoshop 11 and have been trying to send photos by Photo Mail but it is not working. Any suggestions on how to make it work?

  • OneDrive Folder Invisible in Lightroom 5.5

    I keep a selection of working images in OneDrive (Windows 8.1) to work on in various locations. I can't see the folder in Lightroom 5.5 so can't import into the app. Is there a workaround for this or am I missing something? Cheers, Simon

  • Role of a Support Guy in SAP HR

    Hello, kindly explain, what is the role of a supportGuy in SAP HR.