Copy / paste operations crash all SGD windows

Hi
From time to time, users have problems during copy/paste operations between SGD windows.
When users use this function between (for ex.) gterm and x-emacs v2.22 windows, all SGD windows crash.
The support asked them to migrate to the new SGD version (at this time 4.41) but this problem still appears.
We configured the coreadm with all options enable but it seems we don't have any generated core files.
Does anyone already got this problem ?
Thank's for your answers !
Edited by: furtherup on Mar 26, 2009 12:47 AM

I'm having the same problem. I don't use ZoneAlarm or Avira.
I just use the built-in Windows Defender in Windows 8.
My problem started in v22 and I still have it in v23.
I've tried all the suggestions posted at various websites, but I still can't copy and paste in Firefox.
Any ideas?

Similar Messages

  • AbstractTableModel.isCellEditable() vs. copy/paste operations

    Say I have a JTable with 2 columns (strings), the 1st with a default cell renderer, and the 2nd one with a renderer extended from JPasswordField. So far so good. But I don't want the 1st column to be editable. So I modify the model to return false for isCellEditable(r,c) for that column.
    What I am finding is that making a cell non-editable also renders it immune to copy/paste operations. I want to be able to select/copy the non-editable cell and value, and paste it into the 2nd column (via Ctrl-c/Ctrl-v). The copy operation only appears to work if isCellEditable() is true. ..
    I fooled around with a TableCellEditor to try to make an "editable" cell that would allow selection/copy without actually allowing a value change, but couldn't get it to work.
    What am I missing?

    Something like this should work
    Label l = new Label (...);
    l.addKeyListener (new KeyAdapter() {
    public void keyTyped (KeyEvent ke) {
    if (ke.getModifiers()&KeyEvent.CTRL_DOWN_MASK!=0) {
    if (ke.getKeyChar()=='c') ...

  • Computer goes on standby and crashes all open windows.

    When my computer goes on standby, all open windows (word, chrome, excel) crash and reopen. Word appears with a solid orange or dark yellow. How can I stop this from happening?
    It might happen most often when the screen is being projected during the work day.
    This problem has only been occuring since I updated to Mavericks a few weeks ago.

    Please read this whole message before doing anything.
    This procedure is a diagnostic test. It’s unlikely to solve your problem. Don’t be disappointed when you find that nothing has changed after you complete it.
    The purpose of the test is to determine whether the problem is caused by third-party software that loads automatically at startup or login, by a peripheral device, or by corruption of certain system caches. 
    Disconnect all wired peripherals except those needed for the test, and remove all aftermarket expansion cards. Boot in safe mode and log in to the account with the problem. Note: If FileVault is enabled on some models, or if a firmware password is set, or if the boot volume is a software RAID, you can’t do this. Ask for further instructions.
    Safe mode is much slower to boot and run than normal, and some things won’t work at all, including sound output and  Wi-Fi on certain models. The next normal boot may also be somewhat slow.
    The login screen appears even if you usually log in automatically. You must know your login password in order to log in. If you’ve forgotten the password, you will need to reset it before you begin. Test while in safe mode. Same problem? After testing, reboot as usual (i.e., not in safe mode) and verify that you still have the problem. Post the results of the test.

  • Copy/Paste is changing all stiles to one

    If I copy/paste in a Pages dokument, all stiles (font, hight, color etc) are changed in the copy to just one. This is only on one Mac, on the other one it works fine. I trashed the prefs, but this didn't help. Any idea?
    Thanks in advance, Don

    Hello Peter
    you're a genius! First I thought 'no, no such utility' but took a closer look > I *do* have one, namely CopyLess, it has a button 'Plain Text' that was checked .... I use this utility very seldom, so I wasn't aware. Unchecked 'Plain Text' and everything is fine!
    Thank you very much! Don

  • Cut,copy,paste operations in applet in LINUX

    Hai friends,
    I implemented cut copy operations in applet for windows. But it is not operable in Linux.Can any one resolve this problem.
    regards,
    srinivas

    [url http://java.sun.com/docs/books/tutorial/uiswing/misc/keybinding.html#howto]How to Remove Key Bindings

  • Copy / Paste malfunctioning in Cp5 for Windows

    Hi,
    I have a situation of creating eCourses that involve a lot of standardized wording.  I often want to copy and paste text from a previous slide into a later slide (or page - whatever) in the same project.  For example "Click forward to proceed and learn about... etc." It is easiest for me to copy and paste the text since this action retains the same color and styling, rather than retyping the text and reapplying the styling.  However, I often have trouble with this. Here are the variable issues:
    - It will not copy what I wanted and when I go to paste, it pastes whatever was on my clipboard previously.
    - It will copy the entire contents of a textbox instead of just the text I selected to copy from that textbox.
    I have tried selecting Copy / Paste from the Edit menu, and of course I have tried Crtl-C / Ctrl-V.  Both commands function sporadically.
    Is this a known bug, or am I the only one having this issue?  I have confirmed the problem many times by simply trying to do the same action twice, finding that the software repeats the bad behavior.
    Here is an example.  I select the area below to copy (Click forward to proceed), but it will either not copy it at all or copy ALL the text in the textbox, including the portion I selected.
    thanks

    Hi,
    I have found out the cause for the issue: before you install 1.4.1_01.exe you must deinstall all JRE's on your computer (1.3.XX, 1.4.0.XX) than works that well the Copy/Paste.
    that is confusingly because we don't have to make that in JRE 1.4.0.
    Best regards

  • After 10.6.1 update, Firefox, Safari and Opera crash all the time!

    Ok, wasn't this update meant to make things more stable?
    Now firefox (very latest version), Safari 4, and Opera 10 all crash constantly. This is VERY annoying and was not happening before the update today!

    What do the crash logs reveal?
    Dave

  • Error "Compile error: Invalid character" after copy paste operations in VBE 6.5 PowerPoint 2011

    This is a weird problem with the VBE 6.5 in Office 2011, running natively on a Mac.
    Sometimes, yet often, when I select a word by double clicking on it or a line by highlighting that line in the editor and then copy/paste it somewhere else in the code, the compiler throws the error "Compile error: Invalid character"
    The thing is, what I see has been pasted is exactly the same as the source text. However, if I then paste the same clipboard item to a text editor, I can see that there is an 'invisible' character at the end of the string which is counted in the text editor
    where the cursor is shifted past it but does not shown on the screen!!!
    Back in the VBE, if I select a line that is dubious and drag it, the semi transparent dragged text has a '>' character on a new line.
    In some copy/paste cases, the compiler doesn't see an error but the code doesn't work as expected and I have spent hours debugging stuff that has invisible characters in it (the hardest debugging I've ever had to do!).
    I'm not sure if this example will paste correctly into the forum but this looks like 19 characters but is in fact 20 as there is the offending copy/paste invisible character between 'Test' and '.'
    <code>Test.Value = False</code>
    This seems to be a major oversight in the code of the VBE 6.5 so are Microsoft aware of this and when is it due to be fixed?
    Jamie.

    I had this exact issue.  This is a terrible bug.  The code looks perfect, but there are hidden characters that throw compiler errors.  Thanks for the quick fix, Microsoft.

  • RegExp for massive copy/paste operation

    I run a books site with ~3,500 HTML pages on it. At the
    bottom of each page, in the main div, where the text goes, is a
    navigation link, for previous, next, and contents. As it's annoying
    for users to scroll to the bottom of the screen to navigate, I need
    to copy the nav link on each page and paste it up at the top of the
    div as well. There has to be a way to do this, possibly with a Perl
    script, but I have no idea how.
    At the risk of becoming a code mooch, can someone tell me how
    to do this? I figure some sort of RegExp operation might do it. I
    never use the Search and Replace in DW, relying instead on my
    trusty text editor, but I'm guessing that would be involved
    somehow.
    Hope all are well.

    MellowCricket wrote:
    > I run a books site with ~3,500 HTML pages on it. At the
    bottom of each page, in
    > the main div, where the text goes, is a navigation link,
    for previous, next,
    > and contents. As it's annoying for users to scroll to
    the bottom of the screen
    > to navigate, I need to copy the nav link on each page
    and paste it up at the
    > top of the div as well. There has to be a way to do
    this, possibly with a Perl
    > script, but I have no idea how.
    >
    > At the risk of becoming a code mooch, can someone tell
    me how to do this? I
    > figure some sort of RegExp operation might do it. I
    never use the Search and
    > Replace in DW, relying instead on my trusty text editor,
    but I'm guessing that
    > would be involved somehow.
    >
    > Hope all are well.
    >
    We would need an example of the navigation link and which
    parts of it
    change. The task is trivial with F & R.
    Mick.

  • Copy, paste and crash in Keynote. I've seen a lot of postings with the same problem. Is there a solution or fix? I'm using keynote 9 v5.1.1

    I've seen a lot of postings about keynote crashing when doing simple copy and paste. I have the same problem, Keynote 9 v5.1.1 Is there a fix?

    I had the same problem with the LCD after replacing hinges and could not figure this out. 
    To solve the issue, I bought another A1237 of eBay that apparently had no HD/SSD, but it arrived with a swollen battery.  I removed the bad battery and replaced and moved SSD over and "Voila"...it amazingly light up...........

  • SCOM 2012 R2 WebConsole hangs and crashes all IE8 windows

    Hi,
    Running SCOM 2012 R2 WebConsole on a couple of monitoring desktops in as much as no one touches them.  Every now and then the WebConsole just hangs (not responding).  When you close the session it closes all the other open IE8 sessions too.
    Any ideas or where to look to get an idea?
    SCOM 2012 R2 WebConsole
    Windows XP
    IE8 8.0.6001.18702
    Silverlight 5.1.30514.0
    Thanks,
    Sean

    Hi,
    For this issue, we may need to collect crash dump file for IE:
    http://blogs.technet.com/b/perfguru/archive/2007/11/15/how-to-troubleshoot-internet-explorer-crashes-and-hangs.aspx
    http://blogs.technet.com/b/markrussinovich/archive/2010/06/01/3335060.aspx
    In addition, if possible, you can try to re-install the web console and check the result.
    Regards,
    Yan Li
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Subscriber Support, contact [email protected]

  • Copy & paste from photobucket all from the droid x .

    I can copy a video from my photobucket acct ,But cant paste it to a forums i go to from the field of hunting .I take the video send it to my bucket acct .Copy it from photobucket ,but cant paste it to forums .
    How do i attempt this .

    stevenrod wrote:
    I can copy a video from my photobucket acct ,But cant paste it to a forums i go to from the field of hunting .I take the video send it to my bucket acct .Copy it from photobucket ,but cant paste it to forums .
    How do i attempt this .
    Copy the link to the video on Photobucket... you can't just copy a video from one site to other unless you have administrative  rights to the location you want to post the video.

  • Copy & Paste Functioning Incorrectly

    All of sudden, the copy & paste functionality within Dreamweaver has gone crazy. Each time I try to highlight some lines of code to copy to my windows clipboard, the entire file gets selected. Or if I am finally able to get to a couple lines of code selected, once I hit Ctrl + C the entire document gets highlighted and copied to the clipboard.
    How do I fix this issue and revert back to normal copy & paste behavior?
    All other windows apps work fine. This is only happening in dreamweaver.

    Well the only way I have figured to overcome this is to do a "find" on any string immediately after downloading the document. For what ever reason that action relieves my mouse-drag and my directional keys from doing weird things. DW is a really nice tool

  • InDesign CS5 and CS5.5 crashes at EVERY copy/paste

    hi everyone, im new in this forum i hope i took the right section for this thread
    i have this problem and i hope someone can help me because i'm starting to have tics all over my body: my indesign can't hande any type of copy/paste. Every time i try to make a ctrl+c ctrl+v operation (in the same page of the same document, in a different page in the same document, in different document pages) and especially a paste in place operation, it inevitabily crashes. Then i relaunch the program, work for five minutes and then at the next copy paste it crashes again. Then i restart my pc, launch the program, and it works for half hour and then... it starts crashing again with the same method. Just because i had a similar problem with photoshop when i try moving a layer which is not the fisrt (but not as frequently as with indesign) i cleaned all the suite and reinstalled it a couple of times already, but eventually, after a day, it starts again with this problem. It's been a lot fo time since this started... it's not a document problem since every document has this behaviour, new ones, old ones, and even made in other computers ones. If it can help I run a 32bit windows 7, but i really have no clue of what can cause these problems..
    thank you

    yes i think it's the latest but anyway i tried also with the previous cs5 AND now with the cs5.5 and the problem it's the same, i just uninstalled and reinstalled the complete cs this friday, with updates, i also used the adobe cleaner in the process, but it gave me the same result... yes it happens with every kind of objects, images, shapes, text boxes but not with texts.. i will try with replacing my preferences but i thought that uninstalling everything would have removed them in any case... oh and photoshop started giving that problem again too.. thank you anyway

  • Safari 5 Crashes ALL THE TIME!!!

    Safari 4 was a good and stable browser. However, since I installed the update to Safari 5, it is unstable as heck! It crashes all the time whether opening or closing a tab or window, loading a page, after a page loads, selecting a text box, or even just letting the program sit doing nothing! Sometimes not even 5 minutes goes by between crashing, reopening Safari, and then another crash. I even reinstalled Safari 5 to no avail. This computer was my primary internet machine and now I can barely use it. I do not have any plugins besides Adobe Flash Player 10.1 but this shouldn't be an issue.
    Here is one of the crash reports, I have 32 and counting dating back to June 20th, the very day Safari 5 was installed. How can this be fixed? If Apple isn't releasing a software patch for a while, where can I get the previous version, Safari 4, which I was happy with?
    It seems like I'm not the only one with this problem too so I know it isn't my computer. And they all have in common:
    *"EXCBADACCESS (SIGSEGV)*
    *Exception Codes: KERNINVALIDADDRESS"*
    And since there isn't a hardware problem causing this, it indicates poor coding in the program it looks like.
    Here is the report:
    Process: Safari [298]
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0 (6533.16)
    Build Info: WebBrowser-75331600~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [254]
    Date/Time: 2010-07-03 10:12:50.115 -0400
    OS Version: Mac OS X 10.6.4 (10F569)
    Report Version: 6
    Exception Type: EXCBADACCESS (SIGSEGV)
    Exception Codes: KERNINVALIDADDRESS at 0x0000000000000012
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.WebKit 0x00007fff80bb299f kit(WebCore::Page*) + 15
    1 com.apple.WebKit 0x00007fff80bc0b43 WebFrameLoaderClient::userAgent(WebCore::KURL const&) + 35
    2 com.apple.WebCore 0x00007fff8662a132 WebCore::FrameLoader::applyUserAgent(WebCore::ResourceRequest&) + 66
    3 com.apple.WebCore 0x00007fff866221a8 WebCore::FrameLoader::addExtraFieldsToRequest(WebCore::ResourceRequest&, WebCore::FrameLoadType, bool, bool) + 120
    4 com.apple.WebCore 0x00007fff86d8fc10 WebCore::FrameLoader::loadURL(WebCore::KURL const&, WebCore::String const&, WebCore::String const&, bool, WebCore::FrameLoadType, ***::PassRefPtr<WebCore::Event>, ***::PassRefPtr<WebCore::FormState>) + 592
    5 com.apple.WebCore 0x00007fff86d90c84 WebCore::FrameLoader::loadFrameRequest(WebCore::FrameLoadRequest const&, bool, bool, ***::PassRefPtr<WebCore::Event>, ***::PassRefPtr<WebCore::FormState>, WebCore::ReferrerPolicy) + 532
    6 com.apple.WebCore 0x00007fff86d914bf WebCore::FrameLoader::urlSelected(WebCore::ResourceRequest const&, WebCore::String const&, ***::PassRefPtr<WebCore::Event>, bool, bool, bool, WebCore::ReferrerPolicy) + 879
    7 com.apple.WebCore 0x00007fff867a3f07 WebCore::FrameLoader::changeLocation(WebCore::KURL const&, WebCore::String const&, bool, bool, bool, bool) + 839
    8 com.apple.WebCore 0x00007fff867a3b7f WebCore::ScheduledURLNavigation::fire(WebCore::Frame*) + 111
    9 com.apple.WebCore 0x00007fff867a3aeb WebCore::RedirectScheduler::timerFired(WebCore::Timer<WebCore::RedirectSchedule r>*) + 91
    10 com.apple.WebCore 0x00007fff8668d747 WebCore::ThreadTimers::sharedTimerFiredInternal() + 151
    11 com.apple.WebCore 0x00007fff86f2be85 WebCore::timerFired(__CFRunLoopTimer*, void*) + 53
    12 com.apple.CoreFoundation 0x00007fff8145f678 __CFRunLoopRun + 6488
    13 com.apple.CoreFoundation 0x00007fff8145d84f CFRunLoopRunSpecific + 575
    14 com.apple.HIToolbox 0x00007fff819dc91a RunCurrentEventLoopInMode + 333
    15 com.apple.HIToolbox 0x00007fff819dc71f ReceiveNextEventCommon + 310
    16 com.apple.HIToolbox 0x00007fff819dc5d8 BlockUntilNextEventMatchingListInMode + 59
    17 com.apple.AppKit 0x00007fff886bf29e _DPSNextEvent + 708
    18 com.apple.AppKit 0x00007fff886bebed -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    19 com.apple.Safari 0x0000000100015c9a 0x100000000 + 89242
    20 com.apple.AppKit 0x00007fff886848d3 -[NSApplication run] + 395
    21 com.apple.AppKit 0x00007fff8867d5f8 NSApplicationMain + 364
    22 com.apple.Safari 0x0000000100009b1c 0x100000000 + 39708
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff8568e4de select$DARWIN_EXTSN$NOCANCEL + 10
    1 libSystem.B.dylib 0x00007fff85664047 dispatch_mgrinvoke + 388
    2 libSystem.B.dylib 0x00007fff85663c34 dispatch_queueinvoke + 185
    3 libSystem.B.dylib 0x00007fff8566375e dispatch_workerthread2 + 252
    4 libSystem.B.dylib 0x00007fff85663088 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff85662f25 start_wqthread + 13
    Thread 2: WebCore: IconDatabase
    0 libSystem.B.dylib 0x00007fff85683eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff85687cd1 pthread_condwait + 1286
    2 com.apple.WebCore 0x00007fff8659e1d9 WebCore::IconDatabase::syncThreadMainLoop() + 249
    3 com.apple.WebCore 0x00007fff8659a2ec WebCore::IconDatabase::iconDatabaseSyncThread() + 172
    4 libSystem.B.dylib 0x00007fff85682456 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff85682309 thread_start + 13
    Thread 3: Safari: SafeBrowsingManager
    0 libSystem.B.dylib 0x00007fff856492fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8564996d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff8145e3c2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8145d84f CFRunLoopRunSpecific + 575
    4 com.apple.Safari 0x000000010002f0f9 0x100000000 + 192761
    5 com.apple.Safari 0x000000010002f089 0x100000000 + 192649
    6 libSystem.B.dylib 0x00007fff85682456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff85682309 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff856492fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8564996d mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff8145e3c2 __CFRunLoopRun + 1698
    3 com.apple.CoreFoundation 0x00007fff8145d84f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff805b34c3 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
    5 com.apple.Foundation 0x00007fff80533e8d _NSThread__main_ + 1429
    6 libSystem.B.dylib 0x00007fff85682456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff85682309 thread_start + 13
    Thread 5:
    0 libSystem.B.dylib 0x00007fff8568cdce select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff8147fe92 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff85682456 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff85682309 thread_start + 13
    Thread 6: Safari: SnapshotStore
    0 libSystem.B.dylib 0x00007fff85683eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff85687cd1 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff8796a2e0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.Safari 0x00000001001bd45d 0x100000000 + 1823837
    4 com.apple.Safari 0x0000000100046aef 0x100000000 + 289519
    5 com.apple.Safari 0x000000010004696d 0x100000000 + 289133
    6 libSystem.B.dylib 0x00007fff85682456 pthreadstart + 331
    7 libSystem.B.dylib 0x00007fff85682309 thread_start + 13
    Thread 7: WebCore: LocalStorage
    0 libSystem.B.dylib 0x00007fff85683eb6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x00007fff85687cd1 pthread_condwait + 1286
    2 com.apple.JavaScriptCore 0x00007fff8796a2e0 ***::ThreadCondition::timedWait(***::Mutex&, double) + 64
    3 com.apple.WebCore 0x00007fff868ef421 WebCore::LocalStorageThread::threadEntryPoint() + 193
    4 libSystem.B.dylib 0x00007fff85682456 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff85682309 thread_start + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff856492fa machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff8564996d mach_msg + 59
    2 com.apple.QuartzCore 0x00007fff8730ebe2 CA::Render::Server::server_thread(void*) + 177
    3 com.apple.QuartzCore 0x00007fff8730eb22 thread_fun + 34
    4 libSystem.B.dylib 0x00007fff85682456 pthreadstart + 331
    5 libSystem.B.dylib 0x00007fff85682309 thread_start + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff85662eaa _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff856632bc pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff85662f25 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000002 rbx: 0x00007fff5fbfe000 rcx: 0x0000000000000001 rdx: 0x00000001192b8f00
    rdi: 0x000000012222cc00 rsi: 0x0000000126e6f938 rbp: 0x00007fff5fbfdfb0 rsp: 0x00007fff5fbfdfb0
    r8: 0x0000000000000000 r9: 0x0000000000000038 r10: 0x000000012869cd70 r11: 0x0000000000000004
    r12: 0x00007fff5fbfe1c8 r13: 0x00007fff5fbfe000 r14: 0x00007fff5fbfe1c0 r15: 0x000000012213c858
    rip: 0x00007fff80bb299f rfl: 0x0000000000010206 cr2: 0x0000000000000012
    Binary Images:
    0x100000000 - 0x1006a9fef com.apple.Safari 5.0 (6533.16) <AE7B5544-1A22-2712-5756-03687127EEF2> /Applications/Safari.app/Contents/MacOS/Safari
    0x11904b000 - 0x11904bfff com.apple.JavaPluginCocoa 13.2.0 (13.2.0) <18D9A7A8-ECFF-123C-013D-1E36D279D150> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x11904f000 - 0x119057ff7 com.apple.JavaVM 13.2.0 (13.2.0) <DD0E846A-3313-09DE-D17A-AE6A3D47DC86> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x11a239000 - 0x11a23afff ATSHI.dylib ??? (???) <0C6E12AA-4D29-7892-77CA-0B9D2C1627F5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/ATSHI.dylib
    0x11fb21000 - 0x11fc31fef libmecab.1.0.0.dylib 2.0.0 (compatibility 2.0.0) <E321EA43-4F4C-6561-3E87-4081904D53F3> /usr/lib/libmecab.1.0.0.dylib
    0x12015a000 - 0x12015eff7 libFontRegistryUI.dylib ??? (???) <763B8E8F-8602-2096-7CC8-CEE1F4248028> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framewo rk/Resources/libFontRegistryUI.dylib
    0x1207c3000 - 0x1207e9fff GLRendererFloat ??? (???) <10AFC7E0-A5CE-8F0E-7084-439BE59F7E95> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x120f00000 - 0x120f47fff com.apple.driver.AppleIntelGMA950GLDriver 1.6.16 (6.1.6) <E3396B9A-3CE9-0348-C821-3CC332AB73DE> /System/Library/Extensions/AppleIntelGMA950GLDriver.bundle/Contents/MacOS/Apple IntelGMA950GLDriver
    0x12565a000 - 0x1257e7fe7 GLEngine ??? (???) <57D733C2-F7CB-2B8F-CD34-C85A193145DE> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B536F2F1-9DF1-3B6C-1C2C-9075EA219A06> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80005fff libRadiance.dylib ??? (???) <D67C08B6-4D4A-916D-E936-528E145A56E2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8008d000 - 0x7fff800b3fe7 libJPEG.dylib ??? (???) <4060F3E2-BAD3-244F-D777-51BA16569DA4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff800b4000 - 0x7fff800c2ff7 libkxld.dylib ??? (???) <EE840168-1F67-6219-8BA3-C46039BCC8B3> /usr/lib/system/libkxld.dylib
    0x7fff800c3000 - 0x7fff800c9ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff80107000 - 0x7fff80112fff com.apple.corelocation 12 (12) <5CD9B2E3-3F73-899B-5C9F-8F5EBC8A6BE6> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff80113000 - 0x7fff8015cfef libGLU.dylib ??? (???) <34D118CD-F9EE-D023-FEBF-74581DEF31CD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8015d000 - 0x7fff8019eff7 com.apple.CoreMedia 0.484.11 (484.11) <AEE7E9C9-9604-B0A7-053B-28954659CFE3> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8019f000 - 0x7fff801d7fef libcups.2.dylib 2.8.0 (compatibility 2.0.0) <31A78904-A500-0DA9-0609-F1EB81383326> /usr/lib/libcups.2.dylib
    0x7fff801d8000 - 0x7fff802fdfef com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <4DCCD01F-7516-4240-09DC-EE553317D345> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff802fe000 - 0x7fff80314ff7 com.apple.MultitouchSupport.framework 204.13 (204.13) <BFFEC259-F103-B25A-BB52-1AA79116DDBA> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff80315000 - 0x7fff80318ff7 libCoreVMClient.dylib ??? (???) <DBB2C09F-4BF4-326C-B775-B7A128C501E3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff80319000 - 0x7fff80385ff7 com.apple.CorePDF 1.3 (1.3) <6770FFB0-DEA0-61E0-3520-4B95CCF5D1CF> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff80386000 - 0x7fff80456ff7 com.apple.CFNetwork 454.9.7 (454.9.7) <AA6EB690-6CCF-603D-AAC2-35B9E05D1593> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8045f000 - 0x7fff8051cff7 com.apple.CoreServices.OSServices 357 (357) <718F0719-DC9F-E392-7C64-9D7DFE3D02E2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff8051d000 - 0x7fff80522ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff80523000 - 0x7fff807a4fef com.apple.Foundation 6.6.3 (751.29) <DAEDB589-9F59-9556-CF8D-07556317937B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff807b1000 - 0x7fff807b1ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <2BB7D669-4B40-6A52-ADBD-DA4DB3BC0B1B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff807b2000 - 0x7fff807ddff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff807de000 - 0x7fff80848fe7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <75A8D840-4ACE-6560-0889-2AFB6BE08E59> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff80849000 - 0x7fff808d9fff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff808e8000 - 0x7fff808fefff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff808ff000 - 0x7fff80924fe7 com.apple.CoreVideo 1.6.1 (45.4) <B1516554-88BC-CF1E-5409-BFF27A73D1AF> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff80925000 - 0x7fff80babff7 com.apple.security 6.1.1 (37594) <5EDDC08C-C95B-2D24-E1D2-D30D233AB065> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff80bac000 - 0x7fff80d28ff7 com.apple.WebKit 6533 (6533.16) <A72746E9-5958-07B2-406A-DBEB7D2A13C1> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff80d74000 - 0x7fff80d88ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff80d89000 - 0x7fff80e3efe7 com.apple.ColorSync 4.6.3 (4.6.3) <AA93AD96-6974-9104-BF55-AF7A813C8A1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff80e3f000 - 0x7fff80edffff com.apple.LaunchServices 362.1 (362.1) <2740103A-6C71-D99F-8C6F-FA264546AD8F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff80ee0000 - 0x7fff80ee0ff7 com.apple.vecLib 3.6 (vecLib 3.6) <08D3D45D-908B-B86A-00BA-0F978D2702A7> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff80ee1000 - 0x7fff80f3fff7 com.apple.framework.IOKit 2.0 (???) <010C3398-7363-8F4B-719C-263867F15F63> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff80f40000 - 0x7fff80f89ff7 com.apple.securityinterface 4.0.1 (37214) <F8F2D8F4-861F-6694-58F6-3DC55C9DBF50> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff80f8a000 - 0x7fff80f9bff7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <FB5EE53A-0534-0FFA-B2ED-486609433717> /usr/lib/libz.1.dylib
    0x7fff80f9c000 - 0x7fff81067fe7 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <3C223A94-EF14-28C5-844B-C25DFC87FB42> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff81068000 - 0x7fff8107efef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff8107f000 - 0x7fff81083ff7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8114b000 - 0x7fff8118cfff com.apple.SystemConfiguration 1.10.2 (1.10.2) <BC27BDD4-9CC8-9AF0-B4C2-DD50FD751CBF> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff8118d000 - 0x7fff8118dff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8118e000 - 0x7fff811d5fef com.apple.QuickLookFramework 2.2 (327.4) <4E1658D4-F268-2A82-C095-1D01E9EAD05F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff811e1000 - 0x7fff812bbff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff812bc000 - 0x7fff81341fff com.apple.print.framework.PrintCore 6.2 (312.5) <E736F6DC-2E69-A14D-6BCF-69D14232F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff81383000 - 0x7fff8138eff7 com.apple.HelpData 2.0.4 (34) <B44D2E2A-BC1E-CD63-F8A1-C9465491693A> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff8138f000 - 0x7fff81394fff libGIF.dylib ??? (???) <21FC6B02-6AC3-C4DB-0B50-98144802274C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff81395000 - 0x7fff813d2ff7 libFontRegistry.dylib ??? (???) <B63FCC3A-F49E-B42E-6D57-5F59E3A8D8B9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff81412000 - 0x7fff81587ff7 com.apple.CoreFoundation 6.6.3 (550.29) <48810602-63C3-994D-E563-DD02B16E76E1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff81588000 - 0x7fff815f0fff com.apple.MeshKitRuntime 1.1 (49.2) <1F4C9AB5-9D3F-F91D-DB91-B78610562ECC> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff815f1000 - 0x7fff815f1ff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff815f2000 - 0x7fff81709fef libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <EE067D7E-15B3-F043-6FBD-10BA31FE76C7> /usr/lib/libxml2.2.dylib
    0x7fff8170a000 - 0x7fff8171bfff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff81886000 - 0x7fff8188cff7 IOSurface ??? (???) <EB2019F6-7C5C-3D59-E11F-6119466C12A9> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8188d000 - 0x7fff81895fff com.apple.DisplayServicesFW 2.2.2 (251) <A8AA237B-26DA-455D-4133-69B1D1E45DF4> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff81896000 - 0x7fff818f8fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff818f9000 - 0x7fff819a8fff edu.mit.Kerberos 6.5.10 (6.5.10) <F3F76EDF-5660-78F0-FE6E-33B6174F55A4> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff819ae000 - 0x7fff81cacfe7 com.apple.HIToolbox 1.6.3 (???) <CF0C8524-FA82-3908-ACD0-A9176C704AED> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff81cad000 - 0x7fff81d2afef libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff81d2b000 - 0x7fff820a0fe7 com.apple.RawCamera.bundle 3.0.3 (529) <2E6B251A-C5A5-A3F9-832B-BB1958F938E9> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff820ad000 - 0x7fff820aeff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <D4183AC4-8A65-8368-A9AF-E2A13D18519C> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff820af000 - 0x7fff82318ff7 com.apple.QuartzComposer 4.1 (156.16) <0BAE3C90-CF60-C0C7-C29E-BF9922074095> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff82319000 - 0x7fff82354fff com.apple.AE 496.4 (496.4) <CBEDB6A1-FD85-F842-4EB8-CC289FAE0F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff824df000 - 0x7fff82695fef com.apple.ImageIO.framework 3.0.3 (3.0.3) <A32D0B5A-7149-7739-22D3-84D38B07E9E5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff82696000 - 0x7fff829c9fe7 com.apple.CoreServices.CarbonCore 861.13 (861.13) <BC2F9B4E-D305-D717-D97E-EC78C7DE9EE9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff829e6000 - 0x7fff829f1ff7 com.apple.speech.recognition.framework 3.11.1 (3.11.1) <F0DDF27E-DB55-07CE-E548-C62095BE8167> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff829f2000 - 0x7fff829f8fff libCGXCoreImage.A.dylib 543.50.0 (compatibility 64.0.0) <2D72D55A-C8FE-78DD-602E-E934057EDF95> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff829f9000 - 0x7fff82a88fff com.apple.PDFKit 2.5.1 (2.5.1) <7B8A187A-F0BB-44E7-FBD4-9E1C5F9D5E85> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff82a89000 - 0x7fff82b23fff com.apple.ApplicationServices.ATS 4.3 (???) <A7CD9E1F-C563-E940-130D-AA7E08C5A29F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff82b24000 - 0x7fff82b25ff7 com.apple.TrustEvaluationAgent 1.1 (1) <51867586-1C71-AE37-EAAD-535A58DD3550> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff82b26000 - 0x7fff82b63fff com.apple.LDAPFramework 2.0 (120.1) <16383FF5-0537-6298-73C9-473AEC9C149C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff82b64000 - 0x7fff82babff7 com.apple.coreui 2 (114) <D7645B59-0431-6283-7322-957D944DAB21> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff82bac000 - 0x7fff82c1afff com.apple.AppleVAFramework 4.9.20 (4.9.20) <78727165-8D44-0354-6F6C-68FD798E04A1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff82c1b000 - 0x7fff82c3cfff libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <6993F348-428F-C97E-7A84-7BD2EDC46A62> /usr/lib/libresolv.9.dylib
    0x7fff82d16000 - 0x7fff82d28fe7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff82d59000 - 0x7fff82de5fef SecurityFoundation ??? (???) <6860DE26-0D42-D1E8-CD7C-5B42D78C1E1D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff82de6000 - 0x7fff82e65fef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <243E456E-7A74-BE76-FF18-E589BDCAA785> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff82e66000 - 0x7fff82eb7fe7 com.apple.HIServices 1.8.0 (???) <1ABA7802-C1E4-06A0-9035-2792CC915BF6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff82eb8000 - 0x7fff830fafef com.apple.AddressBook.framework 5.0.2 (870) <A1278575-53F2-CC00-7306-E49713FEC7C6> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff8330c000 - 0x7fff8330cff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8334d000 - 0x7fff83397ff7 com.apple.Metadata 10.6.3 (507.10) <641395B7-FF2C-B94C-965A-CE6A0830645F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff833a0000 - 0x7fff833e3ff7 libRIP.A.dylib 543.50.0 (compatibility 64.0.0) <DF457CB3-CE61-0FD4-1403-BB68BC2CC998> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff833e4000 - 0x7fff83415fff libGLImage.dylib ??? (???) <2F18DB77-CF77-1311-9E20-FE460090C166> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff83416000 - 0x7fff8342afff libGL.dylib ??? (???) <5AD69545-D1A3-C017-C7AF-B4AFD6F08FA2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8342b000 - 0x7fff8343afff com.apple.NetFS 3.2.1 (3.2.1) <FF21DB1E-F425-1005-FB70-BC19CAF4006E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff83493000 - 0x7fff83494fff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff83495000 - 0x7fff834dafff com.apple.CoreMediaIOServices 130.0 (1035) <567D7949-3115-4E78-8F27-B28968CC25F7> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff834f4000 - 0x7fff834f6fff com.apple.print.framework.Print 6.1 (237.1) <4513DB2F-737C-B43C-2D0E-23CD6E838014> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff834f7000 - 0x7fff8352fff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <94776929-EF76-D979-5412-940C845BAC5D> /usr/lib/libssl.0.9.8.dylib
    0x7fff83631000 - 0x7fff8373bff7 com.apple.MeshKitIO 1.1 (49.2) <F296E151-80AE-7764-B969-C2050DF26BFE> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff8373c000 - 0x7fff83755fff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff8378d000 - 0x7fff837dcfef libTIFF.dylib ??? (???) <A66CBA9C-A38D-5EDB-BFB5-CB398F033D6F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff83813000 - 0x7fff83895fff com.apple.QuickLookUIFramework 2.2 (327.4) <C35D9F62-73D0-262C-B0CE-BFF64E230588> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff83896000 - 0x7fff83ad1fef com.apple.imageKit 2.0.3 (1.0) <8DA80BC9-C671-BD89-EA2E-3C632D6ECE30> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff83b91000 - 0x7fff83b91ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff83b92000 - 0x7fff83c0dfff com.apple.ISSupport 1.9.3 (51) <BE4B548C-F9C4-2464-12A6-F94A21D569C6> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff83c0e000 - 0x7fff83c29ff7 com.apple.openscripting 1.3.1 (???) <FD46A0FE-AC79-3EF7-AB4F-396D376DDE71> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff83c2a000 - 0x7fff83c39fff libxar.1.dylib ??? (???) <2C4E4D13-263B-6EFF-C6FD-FB8BA6DB3EF0> /usr/lib/libxar.1.dylib
    0x7fff83c3a000 - 0x7fff83c6afef com.apple.shortcut 1.1 (1.1) <A99C9D8E-290B-B1E4-FEA5-CC5F2FB9C18D> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff83c6b000 - 0x7fff83d93ff7 com.apple.MediaToolbox 0.484.11 (484.11) <F50B5552-8527-C75D-873F-66A61D04E32A> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff83d94000 - 0x7fff83de9fef com.apple.framework.familycontrols 2.0.1 (2010) <239940AC-2427-44C6-9E29-998D0ABECDF3> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff83dea000 - 0x7fff83e23ff7 com.apple.MeshKit 1.1 (49.2) <3795F201-4A5F-3D40-57E0-87AD6B714239> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff83e24000 - 0x7fff83ea2fff com.apple.CoreText 3.1.0 (???) <B740DA1D-EFD0-CCBF-F893-E3004FE58A98> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff841e4000 - 0x7fff84219fef com.apple.framework.Apple80211 6.2.3 (623.1) <E58C0A3A-BA14-9703-F6A3-3951A862570C> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff842d0000 - 0x7fff842f0ff7 com.apple.DirectoryService.Framework 3.6 (621.3) <EDCAF7ED-36E1-121F-D294-5CEBC1C34C5A> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8430d000 - 0x7fff8435cff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff8435d000 - 0x7fff84368fff com.apple.CrashReporterSupport 10.6.3 (250) <F74D84F2-26D0-BE89-00A8-238857AA83C5> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff84369000 - 0x7fff843e6fef com.apple.backup.framework 1.2.2 (1.2.2) <13A0D34C-28B7-2140-ECC9-B08D10CD4AB5> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff843e7000 - 0x7fff844cdfe7 com.apple.DesktopServices 1.5.7 (1.5.7) <8A697128-B6CA-E4A8-C200-6520D5A35FBE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff844ce000 - 0x7fff844ceff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <DA9BFF01-40DF-EBD5-ABB7-787DAF2D77CF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff844cf000 - 0x7fff844f2fff com.apple.opencl 12.1 (12.1) <403E8F37-4348-B9BC-08E6-7693A995B7EC> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff84596000 - 0x7fff8464ffff libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff846a4000 - 0x7fff846d3ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff846d4000 - 0x7fff84edefe7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff84edf000 - 0x7fff84f9ffff libFontParser.dylib ??? (???) <A4F8189D-1D5B-2F8D-E78E-6D934A8E8407> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff84fea000 - 0x7fff84febfff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff8503d000 - 0x7fff851acfe7 com.apple.QTKit 7.6.6 (1742) <7E254184-757D-E87C-5B2A-7612A2C85243> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff851ad000 - 0x7fff855f0fef libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff855f1000 - 0x7fff85600ff7 com.apple.opengl 1.6.8 (1.6.8) <0CDC4F98-7981-A114-1778-AF171075138E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff85601000 - 0x7fff85612fff SyndicationUI ??? (???) <95A471EF-93CC-0B37-749A-57EF80527E83> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x7fff85648000 - 0x7fff85808fef libSystem.B.dylib 125.2.0 (compatibility 1.0.0) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib
    0x7fff85809000 - 0x7fff85836fff MetadataLib.dylib 3.0.3 (compatibility 2.2.1) <91713F38-435B-EA2A-F4D2-EF28AE59349B> /System/Library/CoreServices/RawCamera.bundle/Contents/Resources/MetadataLib.dy lib
    0x7fff85837000 - 0x7fff8587bfe7 com.apple.ImageCaptureCore 1.0.2 (1.0.2) <075198A5-4C6B-D945-D3EF-D13960C9F738> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff8587c000 - 0x7fff85980fff com.apple.PubSub 1.0.5 (65.19) <0C393707-6776-0365-6BFE-924CC8108F9B> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff85981000 - 0x7fff85984fff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff85b5b000 - 0x7fff85c53ff7 libiconv.2.dylib 7.0.0 (compatibility 7.0.0) <7E4ADB5A-CC77-DCFD-3E54-2F35A2C8D95A> /usr/lib/libiconv.2.dylib
    0x7fff85c54000 - 0x7fff85c57ff7 com.apple.securityhi 4.0 (36638) <38935851-09E4-DDAB-DB1D-30ADC39F7ED0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff85c58000 - 0x7fff85c9bfff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff85d07000 - 0x7fff86404067 com.apple.CoreGraphics 1.543.50 (???) <46A7D60C-0500-B96C-ECAD-1D658487D213> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff86405000 - 0x7fff8644dff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <170DE04F-89AB-E295-0880-D69CAFBD7979> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff8644e000 - 0x7fff86567fef libGLProgrammability.dylib ??? (???) <B057FC52-6A97-F450-48D8-325A70423A53> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff8658b000 - 0x7fff86597fff libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <5C876577-ACB7-020C-F7DB-EE0135C3AB8D> /usr/lib/libbz2.1.0.dylib
    0x7fff86598000 - 0x7fff87207fe7 com.apple.WebCore 6533 (6533.16) <AC146886-9761-B048-45D3-07250E03F73C> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff87208000 - 0x7fff87254fff libauto.dylib ??? (???) <072804DF-36AD-2DBE-7EF8-639CFB79077F> /usr/lib/libauto.dylib
    0x7fff8727a000 - 0x7fff872bbfef com.apple.QD 3.35 (???) <78C9A560-E6F7-DC4F-F85E-E63CF8A98F0B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff872bc000 - 0x7fff87655ff7 com.apple.QuartzCore 1.6.2 (227.22) <76EE0A32-B20B-F316-ADDD-4230329253D5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff87656000 - 0x7fff87765fe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <36DA89A6-3AF5-86F2-BDD5-B94C7C0844D4> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff87766000 - 0x7fff87766ff7 com.apple.Carbon 150 (152) <19B37B7B-1594-AD0A-7F14-FA2F85AD7241> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff87767000 - 0x7fff87798fef libTrueTypeScaler.dylib ??? (???) <0A30CA68-46AF-3E74-AE9E-693DB5A680CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff87799000 - 0x7fff87957fff libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <0E53A4A6-AC06-1B61-2285-248F534EE356> /usr/lib/libicucore.A.dylib
    0x7fff87958000 - 0x7fff87b42fe7 com.apple.JavaScriptCore 6533 (6533.13) <4D8B7A37-BBDF-A789-4D9F-81F3721AA311> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff87b46000 - 0x7fff87b64fff libPng.dylib ??? (???) <F6932C8D-E6B1-0871-B698-15180AA948F7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff87b65000 - 0x7fff87c1afe7 com.apple.ink.framework 1.3.3 (107) <FFC46EE0-3544-A459-2AB9-94778A75E3D4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff87c1b000 - 0x7fff87dfefef libType1Scaler.dylib ??? (???) <4C5DD699-D329-CBC4-018B-D9033DB6A3D6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x7fff87dff000 - 0x7fff87e03ff7 libCGXType.A.dylib 543.50.0 (compatibility 64.0.0) <E666EBC7-2D87-A3C6-9461-A596B4E53593> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff87e04000 - 0x7fff88308fe7 com.apple.VideoToolbox 0.484.11 (484.11) <4577FF14-E6A7-AAD8-E6E6-ECA9CFCC6989> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff8837d000 - 0x7fff88392ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <DC999B32-BF41-94C8-0583-27D9AB463E8B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff88393000 - 0x7fff88449fff libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <F206BE6D-8777-AE6C-B367-7BEA76C14241> /usr/lib/libobjc.A.dylib
    0x7fff8844a000 - 0x7fff88588fff com.apple.CoreData 102.1 (251) <32233D4D-00B7-CE14-C881-6BF19FD05A03> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff88589000 - 0x7fff88590fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff88629000 - 0x7fff8862efff libGFXShared.dylib ??? (???) <1265FAEF-1C97-B339-28A4-4510589B067B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff88635000 - 0x7fff8865dfff com.apple.DictionaryServices 1.1.1 (1.1.1) <9FD709FC-23F0-F270-EAC1-C590CD516A36> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff8867b000 - 0x7fff89071fff com.apple.AppKit 6.6.6 (1038.29) <7BDD335D-5425-0354-5AD6-41C4F1B4A2F4> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff89072000 - 0x7fff8907ffe7 libCSync.A.dylib 543.50.0 (compatibility 64.0.0) <7B891D4C-1F19-4DB0-FD12-7A7D5E8F47AE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <95E02DD0-ADEA-745B-E7FA-ABA064E4658C> /usr/lib/libSystem.B.dylib

    Hi,
    I see you are new to Apple Discussions. If you need with Safari crashing, please start your own topic.
    Go here: http://discussions.apple.com/forum.jspa?forumID=876
    Click: Post New Topic
    Copy/Paste a crash report so we can try and help.
    If Safari has just crashed, press the Report button on the CrashReporter dialog box to view the crash information.
    Now copy/paste the entire contents of the Crash Reporter window into your reply here. If the crash report dialog does not appear or the crash is hard to reproduce, crash logs can be retrieved from the ~/Library/Logs/CrashReporter> folder.
    Carolyn

Maybe you are looking for