Can't see speech bubbles!

ok, I know this is very stupid, BUT when I open a chat session and the box with my buddy is displayed I can't see the chat speech bubble where my messages are usually displayed, nor can I see the "..." when i'm typing. This also happens with my buddies during the chat session. (It gives a "?" in a blue box next to our pics) What can I do to fix this??? Thx ahead of time!

Hi,
Welcome to the    Discussions
Are you set in iChat View Menu > Messages to use Balloons (Speech Bubbles) ?
You can only change this when a Text Chat window is open (Even if you don't send anything).
A ? in a Bubble (or other Style) means a Pic is Coming (obviously sometimes it does not arrive).
Can you Send Files (or receive them) without opening a chat ?
(Just drop the file on a Buddy's name in the Buddy list)
If you cannot is port 5190 open on the UDP Protocol in your Routing device ?
It may also pay to split the Login port in iChat Menu > Preferences > Accounts > Server Settings from 5190 and change it to 443 (This is on TCP and some routers don't like the same port used twice).
You can only do this whilst Logged Out (use the Account Info tab and deselect "Use this Account")
In Snow Leopard/iChat, if you make this change, you have to Hit the Enter key to "Set" the port change.
7:56 PM Wednesday; September 22, 2010
Please, if posting Logs, do not post any Log info after the line "Binary Images for iChat"

Similar Messages

  • How to quickly switch between speech bubble and highlight text in pdf viewer in Maverics.  Can now only use menu to change to speech bubble in Maverics (Tool Icon gone since Lion and no shortcut listed)

    I use Preview to mark up student assignments, switching between the speech bubble and highlight markup tools.  The speech bubble is not on the toolbar since Maverics upgrade.  It also have no shortcut, which means navigating the menu every time since the Text shortcut, under which the speech bubble is now located does not remember the previously selected item and always reverts to plain text.
    From a usability point of view, for me this is a massive step backward since the Lion version...
    Or is there some hidden magic that will let me switch between these tools without having to navigate the menu everytime...
    Neal

    100% agreed with this. The new interface is far too bulky, Even on my gaming computer's massive 21inch monitor, it's nearly impossible to keep up with my chat group of 23+ people. I constantly have to scroll back up to read messages, making it furstrating and inconveniant. And now that the update is being forced on all of them, they're complaning of the same issues. Like said previously, these are full computers, Not bloody tablets or cell phones, but even then the new skype's even more useless on my Venue8 Pro tablet, I get to see a whole 3 messages at a time (And don't get me started on the Win8 Skype app). And what made it worse, MS has removed all previous versions of skype from the internet. THEN even when I managed to get my hands on an old version, I can only log it in once before it kicks me off and gives me a worthless error message, "Skype Can't Connect". (But seriously, what happened to giving us error codes guys? Advanced users like myself want to be able to fix the issue ourselves!) MS, I'm sorry but, you need to stop fixing things that are not broken. I'm wasing my time trying to correct this now, and I really don't apreciate that. What happened to quality control and testing?

  • How can I make rectangular speech bubbles that adapt to the text inside them without the "arrow" that points towards where the bubble is coming from getting changed?

    I have to make lots of speech bubbles (150+) that all have texts inside them which differ in length. I want the speech bubbles to look the same in terms of style, but I need different sizes of course for each text. This means that the rectangular part of the speech bubble should adapt in length and width to the text inside it, while the "arrow" pointing towards where the bubble is coming from (e.g. the person who speaks) should stay the same on every bubble. So is there a way or a workaround to make such "adapting" speech bubbles?
    I appreciate any kinds of help
    Thanks in advance!

    Here's another way I found:
    1. Draw a speech bubble. Mine is a rectangle with rounded corners and a triangular pointer added with Pathfinder > Add
    2. Drag out a frame the same size as the speech bubble. Select the speech bubble and Copy; then select the empty frame and choose Edit > Paste Into...
    3. Alt-Drag the frame with the pasted speech bubble to make a copy, then crop one copy to leave only the top of the bubble showing, and crop the other copy to leave only the bottom.
    4. Drag out a text frame and insert a table consisting of 1 column, 3 rows. Set the text frame to Autosize > Height Only.
    5. Set the stroke/fill of the top and bottom rows to none, and style the middle row to match the speech bubble, (in my case a white fill and 2pt stroke; left and right).
    6. Anchor (paste) a copy of the speech bubble top in the top table row, and a copy of the speech bubble bottom in the bottom row.
    Getting the 3 parts to match up with is where you just have to work on it until you get it right. Use the positioning tools in Anchored Object options and the column width setting in Cell options to line everything up.
    Enter your text in the middle row. (Hey, look at that...a valid application of Comic Sans!) With the Cell Height set to an "At Least" setting, the cell will expand to fit whatever text you enter, pushing the the bottom row down, with the text frame auto-sizing to keep everything in play...

  • Can't see forms anymore in adobe reader for iPad.

    Until the update I was able to read this form. Can anyone see why I can't any more? uwo.ca/fhs/kin/ug/programs/guides/honors_bsc.pdf

    Nevermind I solved my own problem.  I can see there has already been alot of people viewing this question.  So I'm going to post what I already posted as a discussion as a reply here.
    I'm not a computer wize and very new to Adobe and creating forms with LiveCycle. So apologize to anyone that reads this and says "duh", but hopefully it will be helpful to someone out there who is struggling like I was.
    First off - the IPad will will definitely be able to view your livecycle forms regardless of what anyone else says! These were my steps;
    1. Create form in LiveCycle Designer.
    2. When you save, select "save as"
    3. When the dialogue box opens, and you are creating the name of what you are going to call your file, below you will see a drop down box labeled "Save As Type". Make sure you switch the file type to "Adobe Static PDF Form (*.pdf)"
    And that's it!
    Here is another tip for a user like me:)
    I need to create a form to post to a website, where people fill it in and save it to their computers. I found that when I just saved the form straight from LiveCycle Designer and then posted, some of the free adobe versions (for PC's) wouldn't let the user fill it in. So this is what I did,
    1. Follow the first 3 steps I listed above.
    2. Next open Adobe (the full version) not the reader. I have Adobe X.
    3. Got to "Save As". It will give you a bunch of options. Select "Reader Extended PDF" and then "Enable Additional Features"
    Add that should be it!
    One more tip for the average to low level user. We had some feedback that when someone open my form in the iPad app. they were not able to fill it in. They could, but what they didn't realize was they needed to select the icon at the top that is a little picture of a speech bubble and pencile.

  • Best way to create a speech bubble effect?

    Hi there,
    I'm currently writing a simple game using java 2D, on screen i would like to show some text surrounded by a speech bubble which will be used to show what a character is saying. I need the text to be scrollable as there might be alot of it and dont want to clog up the screen.
    Initially i wanted to create this directly on the JPanel im using but could not figure out how to add a scrollable text area directly onto a JPanel (if its even possible!).
    So i thought just use a pop up text box that would already be scrollable, but how can i get a pop up to have the appearence of a speech bubble?
    Any help or hints would be appreciated.
    Many thanks

    Oh boy, do I have the thing for you.
    A while back I built a quote class that looks like a quote in cartoon or something.
    So I'll post the quote class, along with my Draggable and Resizeable classes, which make these things a snap. In order to drag or resize, you must set the layoutmanager to null of course
    currently the quote extends JComponent and does not draw its background (so it's see-through) you can change this to JPanel to show the background, but you'll probably never want to do this.
    You are welcome to use and to modify this code, but please do not change the package or claim it as your own work.
    Quote.java
    ===========
    * Created on May 25, 2005 by @author Tom Jacobs
    package tjacobs.ui;
    import java.awt.Color;
    import java.awt.Font;
    import java.awt.FontMetrics;
    import java.awt.Graphics;
    import java.awt.LayoutManager;
    import javax.swing.JComponent;
    import javax.swing.JPanel;
    public class Quote extends JComponent {
         String mTxt;
         public Quote() {
              super();
         public Quote(String s) {
              this();
              setText(s);
         public void setText(String txt) {
              mTxt = txt;
         public void paintComponent(Graphics g) {
              super.paintComponent(g);
              int width = getWidth();
              int height = getHeight();
              g.setColor(Color.RED);
              int wid = width / 10;
              int ht = height / 10;
              g.drawArc(wid / 2, ht / 2, wid * 9, ht * 9 , 0, -30);
              g.drawArc(wid / 2, ht / 2, wid * 9 , ht * 9, 0, 300);
              int ptx1 = (int) (width / 2 + wid * 18 / 4.0 * (Math.cos(30 * Math.PI / 180)));
              int pty1 = (int) (height / 2 + ht * 18 / 4.0 * (Math.sin(30 * Math.PI / 180)));
              int ptx2 = (int) (width / 2 + wid * 18 / 4.0 * (Math.cos(60 * Math.PI / 180)));
              int pty2 = (int) (height / 2 + ht * 18 / 4.0 * (Math.sin(60 * Math.PI / 180)));
              g.drawLine(ptx1, pty1, width, height);
              g.drawLine(ptx2, pty2, width, height);
              if (mTxt != null) {
                   int x = (int) ((width / 2) * (1 - Math.sqrt(2) / 2));
                   int y = (int) ((height / 2) + (height / 2 * Math.sqrt(2) / 2));
                   int sqwidth = (int) (width * Math.sqrt(2) / 2);
                   int sqheight = (y - height / 2) * 2;
                   System.out.println("x = " + x + " y = " + y);
                   Font f = g.getFont();
                   FontMetrics fm = g.getFontMetrics();
                   FontMetrics last = fm;
                   float pt = f.getSize();
                   while (fm.stringWidth(mTxt) < sqwidth && fm.getHeight() < sqheight) {
                        last = fm;
                        pt += 2;
                        f = f.deriveFont(pt);
                        fm = g.getFontMetrics(f);
                   int x_diff = sqwidth - fm.stringWidth(mTxt);
                   int y_diff = sqheight - fm.getHeight();
                   g.setFont(f);
                   g.drawString(mTxt, x + x_diff / 2, y - y_diff / 2 - fm.getHeight() / 5);
    WindowUtilities.java
    this contains draggable and resizeable
    ============
    package tjacobs.ui;
    import java.awt.*;
    import java.awt.event.*;
    import java.io.File;
    import javax.swing.JFrame;
    public abstract class WindowUtilities {
         public static final int RESIZE_MARGIN_SIZE = 4;
         public static final String VISUALIZE_FILE = "locations.dat";
         private static File sVisFile;
         private static class Entry {
              Class key;
              Point size;
         static {
              sVisFile = new File(VISUALIZE_FILE);
         public static Point getBottomRightOfScreen(Component c) {
             Dimension scr_size = Toolkit.getDefaultToolkit().getScreenSize();
             Dimension c_size = c.getSize();
             return new Point(scr_size.width - c_size.width, scr_size.height - c_size.height);
         public static Window visualize(Component c) {
              return visualize(c, true);
         public static Window visualize (Component c, int width, int height) {
              return visualize(c, true, width, height);
         public static Window visualize(Component c, boolean exit, int width, int height) {
              JFrame f;
              Window w;
              if (c instanceof Window) {
                   w = (Window) c;
              else {
                   f = new JFrame();
                   f.getContentPane().add(c);
                   w = f;
              w.setSize(width, height);
              w.setLocation(100, 100);
              if (exit) {
                   w.addWindowListener(new WindowClosingActions.Exit());
              w.setVisible(true);
              return w;          
         public static Window visualize(Component c, boolean exit) {
              JFrame f;
              Window w;
              if (c instanceof Window) {
                   w = (Window) c;
              else {
                   f = new JFrame();
                   f.getContentPane().add(c);
                   w = f;
              w.pack();
              w.setLocation(100, 100);
              if (exit) {
                   w.addWindowListener(new WindowClosingActions.Exit());
              w.setVisible(true);
              return w;
         public static class Draggable extends MouseAdapter implements MouseMotionListener {
            Point mLastPoint;
            Component mDraggable;
            public Draggable(Component w) {
                w.addMouseMotionListener(this);
                w.addMouseListener(this);
                mDraggable = w;
            public void mousePressed(MouseEvent me) {
                   if (mDraggable.getCursor().equals(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR))) {
                        mLastPoint = me.getPoint();
                   else {
                        mLastPoint = null;
              private void setCursorType(Point p) {
                   Point loc = mDraggable.getLocation();
                   Dimension size = mDraggable.getSize();
                   if ((p.y + RESIZE_MARGIN_SIZE < loc.y + size.height) && (p.x + RESIZE_MARGIN_SIZE < p.x + size.width)) {
                        mDraggable.setCursor(Cursor.getPredefinedCursor(Cursor.HAND_CURSOR));
            public void mouseReleased(MouseEvent me) {
                mLastPoint = null;
            public void mouseMoved(MouseEvent me) {
                   setCursorType(me.getPoint());
            public void mouseDragged(MouseEvent me) {
                int x, y;
                if (mLastPoint != null) {
                    x = mDraggable.getX() + (me.getX() - (int)mLastPoint.getX());
                    y = mDraggable.getY() + (me.getY() - (int)mLastPoint.getY());
                    mDraggable.setLocation(x, y);
         public static class Resizeable extends MouseAdapter implements MouseMotionListener {
              int fix_pt_x = -1;
              int fix_pt_y = -1;
            Component mResizeable;
              Cursor mOldcursor;
              public Resizeable(Component c) {
                   mResizeable = c;
                   c.addMouseListener(this);
                   c.addMouseMotionListener(this);
              public void mouseEntered(MouseEvent me) {
                   setCursorType(me.getPoint());
              private void setCursorType(Point p) {
                   boolean n = p.y <= RESIZE_MARGIN_SIZE;
                   boolean s = p.y + RESIZE_MARGIN_SIZE >= mResizeable.getHeight();
                   boolean w = p.x <= RESIZE_MARGIN_SIZE;
                   boolean e = p.x + RESIZE_MARGIN_SIZE >= mResizeable.getWidth();
                   if (e) {
                        if (s) {
                             mResizeable.setCursor(Cursor.getPredefinedCursor(Cursor.SE_RESIZE_CURSOR));
                             return;
                        mResizeable.setCursor(Cursor.getPredefinedCursor(Cursor.E_RESIZE_CURSOR));
                        return;
                   if(s) {
                        mResizeable.setCursor(Cursor.getPredefinedCursor(Cursor.S_RESIZE_CURSOR));
                        return;
              public void mouseExited(MouseEvent me) {
                   if (mOldcursor != null)
                        ((Component)me.getSource()).setCursor(mOldcursor);
                   mOldcursor = null;
            public void mousePressed(MouseEvent me) {
                   Cursor c = mResizeable.getCursor();
                   Point loc = mResizeable.getLocation();
                   if (c.equals(Cursor.getPredefinedCursor(Cursor.SE_RESIZE_CURSOR))) {
                        fix_pt_x = loc.x;
                        fix_pt_y = loc.y;
                        return;
                   if (c.equals(Cursor.getPredefinedCursor(Cursor.E_RESIZE_CURSOR))) {
                        fix_pt_x = loc.x;
                        fix_pt_y = -1;
                        return;
                   if (c.equals(Cursor.getPredefinedCursor(Cursor.S_RESIZE_CURSOR))) {
                        fix_pt_x = -1;
                        fix_pt_y = loc.y;
                        return;
              public void mouseReleased(MouseEvent me) {
                   fix_pt_x = -1;
                   fix_pt_y = -1;
              public void mouseMoved(MouseEvent me) {
                   setCursorType(me.getPoint());
              public void mouseDragged(MouseEvent me) {
                   Point p = me.getPoint();
                   int width = fix_pt_x == -1 ? mResizeable.getWidth() : p.x;
                   int height = fix_pt_y == -1 ? mResizeable.getHeight() : p.y;
                   mResizeable.setSize(new Dimension(width > 1 ? width : 1, height > 1 ? height : 1));
    }

  • Speech bubbles in Muse

    Hi,
    I'm designing my site in Muse.
    A main feature will be interviews.
    I'll be designing a jpeg background, with name of interviewee seperately designed at the top - do I need to merge these as 1 in PS or can I layer in Muse?
    But my main question, is I want the interview in speech bubbles centered down screen, with triangle tip pointing left or right of screen depending on whom is speaking. Ideally, i'd like the text to be searchable on google.
    Any ideas for how to do this?
    I am aware of a speach bubble code creator on the web is that addable to Muse?
    Obviously the bubbles would need to be adjustable for the amount of speech, but as interviews are past won't need changing once created.
    Might add, photos/sound clips/links at some point but getting the background up with interview in speech bubbles is the main task.
    Thanks so.
    Tanya

    Right, couldn't see 1. Thought was web design, have reposted

  • ITunes Crashes and/or Can't see my files when iTunes is open

    Any and all help is very much appreciated!
    I recently updated my operating system to Snow Leopard (10.6.3) and my iTunes to 10.0 and now whenever I open iTunes it either automatically crashes or I can't see any of my files in the iTunes window whether I'm viewing it in list view, cover flow or grid. I am able to play my music I just can't see it. I've tried deleting old libraries, deleting and reinstalling iTunes, etc.
    Below is the error message I've been getting.
    Process: iTunes [1432]
    Path: /Applications/iTunes.app/Contents/MacOS/iTunes
    Identifier: com.apple.iTunes
    Version: 10.0 (10.0)
    Build Info: iTunes-10006701~1
    Code Type: X86 (Native)
    Parent Process: launchd [188]
    Date/Time: 2010-09-24 08:42:09.872 -0500
    OS Version: Mac OS X 10.6.3 (10D575)
    Report Version: 6
    Interval Since Last Report: 21090 sec
    Crashes Since Last Report: 6
    Per-App Interval Since Last Report: 4118 sec
    Per-App Crashes Since Last Report: 4
    Anonymous UUID: 300E8F2A-B0C6-4DBD-9C49-6AA79AB0A13C
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 com.apple.iTunes 0x001461ee 0x1000 + 1331694
    1 com.apple.iTunes 0x0017d016 0x1000 + 1556502
    2 com.apple.iTunes 0x0063837d 0x1000 + 6517629
    3 com.apple.iTunes 0x000c3167 0x1000 + 794983
    4 com.apple.iTunes 0x000bd5ac 0x1000 + 771500
    5 com.apple.HIToolbox 0x9365a0a9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    6 com.apple.HIToolbox 0x93659370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    7 com.apple.HIToolbox 0x9367bb55 SendEventToEventTarget + 52
    8 com.apple.HIToolbox 0x936c9e46 HIView::Click(OpaqueEventRef*) + 480
    9 com.apple.HIToolbox 0x936c9c13 HandleClickAsHIView(OpaqueWindowPtr*, OpaqueEventRef*) + 151
    10 com.apple.HIToolbox 0x936c84f0 HandleWindowClick(OpaqueWindowPtr*, Point, short, unsigned long, OpaqueEventRef*) + 491
    11 com.apple.HIToolbox 0x936c7ff3 HandleMouseEvent(OpaqueEventHandlerCallRef*, OpaqueEventRef*) + 786
    12 com.apple.HIToolbox 0x936c78fe StandardWindowEventHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 93
    13 com.apple.HIToolbox 0x9365a0a9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    14 com.apple.HIToolbox 0x93659370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    15 com.apple.HIToolbox 0x9367bb55 SendEventToEventTarget + 52
    16 com.apple.HIToolbox 0x9368d63b ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 1257
    17 com.apple.HIToolbox 0x9365a4fa DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    18 com.apple.HIToolbox 0x93659370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    19 com.apple.HIToolbox 0x9367bb55 SendEventToEventTarget + 52
    20 com.apple.iTunes 0x001269c6 0x1000 + 1202630
    21 com.apple.HIToolbox 0x9365a0a9 DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1567
    22 com.apple.HIToolbox 0x93659370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    23 com.apple.HIToolbox 0x936591cf SendEventToEventTargetWithOptions + 58
    24 com.apple.HIToolbox 0x9368dd10 ToolboxEventDispatcherHandler(OpaqueEventHandlerCallRef*, OpaqueEventRef*, void*) + 3006
    25 com.apple.HIToolbox 0x9365a4fa DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 2672
    26 com.apple.HIToolbox 0x93659370 SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 411
    27 com.apple.HIToolbox 0x9367bb55 SendEventToEventTarget + 52
    28 com.apple.HIToolbox 0x93804df7 ToolboxEventDispatcher + 86
    29 com.apple.HIToolbox 0x93804f2f RunApplicationEventLoop + 243
    30 com.apple.iTunes 0x00126888 0x1000 + 1202312
    31 com.apple.iTunes 0x00126796 0x1000 + 1202070
    32 com.apple.iTunes 0x0000bdfc 0x1000 + 44540
    33 com.apple.iTunes 0x00004027 0x1000 + 12327
    34 com.apple.iTunes 0x00002fb6 0x1000 + 8118
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x95ebdb42 kevent + 10
    1 libSystem.B.dylib 0x95ebe25c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x95ebd719 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x95ebd4be dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x95ebcf41 pthreadwqthread + 390
    5 libSystem.B.dylib 0x95ebcd86 start_wqthread + 30
    Thread 2:
    0 libSystem.B.dylib 0x95e972fa machmsgtrap + 10
    1 libSystem.B.dylib 0x95e97a67 mach_msg + 68
    2 com.apple.CoreFoundation 0x9242700f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x924260f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9242c034 CFRunLoopRun + 84
    5 com.apple.iTunes 0x0000b379 0x1000 + 41849
    6 libSystem.B.dylib 0x95ec4a19 pthreadstart + 345
    7 libSystem.B.dylib 0x95ec489e thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x95ec5262 _semwaitsignal + 10
    1 libSystem.B.dylib 0x95ec4f1e pthread_condwait + 1191
    2 libSystem.B.dylib 0x95ec6bb8 pthreadcondwait$UNIX2003 + 73
    3 com.apple.iTunes 0x0000b288 0x1000 + 41608
    4 com.apple.iTunes 0x0002137b 0x1000 + 131963
    5 libSystem.B.dylib 0x95ec4a19 pthreadstart + 345
    6 libSystem.B.dylib 0x95ec489e thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x95eb6286 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x9246682d __CFSocketManager + 1085
    2 libSystem.B.dylib 0x95ec4a19 pthreadstart + 345
    3 libSystem.B.dylib 0x95ec489e thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x95e972fa machmsgtrap + 10
    1 libSystem.B.dylib 0x95e97a67 mach_msg + 68
    2 com.apple.CoreFoundation 0x9242700f __CFRunLoopRun + 2079
    3 com.apple.CoreFoundation 0x924260f4 CFRunLoopRunSpecific + 452
    4 com.apple.CoreFoundation 0x9242c034 CFRunLoopRun + 84
    5 com.apple.iTunes 0x0000b379 0x1000 + 41849
    6 libSystem.B.dylib 0x95ec4a19 pthreadstart + 345
    7 libSystem.B.dylib 0x95ec489e thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x95ebcbd2 _workqkernreturn + 10
    1 libSystem.B.dylib 0x95ebd168 pthreadwqthread + 941
    2 libSystem.B.dylib 0x95ebcd86 start_wqthread + 30
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0xbfffda38 ebx: 0xbfffda38 ecx: 0x00e70111 edx: 0xffffffff
    edi: 0x00000000 esi: 0x00000000 ebp: 0xbfffda58 esp: 0xbfffda10
    ss: 0x0000001f efl: 0x00010282 eip: 0x001461ee cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x00000000
    Binary Images:
    0x1000 - 0xc8afef com.apple.iTunes 10.0 (10.0) <C092D501-3383-0C8D-7242-28E5EF356B39> /Applications/iTunes.app/Contents/MacOS/iTunes
    0xe90000 - 0xe95ff7 com.apple.iPod 1.6 (17) <4CCD2720-D270-C0D2-1E14-1374779C2401> /System/Library/PrivateFrameworks/iPod.framework/Versions/A/iPod
    0xe9b000 - 0xf24fe7 com.apple.iTunes.iPodUpdater 9.2 (9.2) <E86BC753-1CD8-FA93-84D3-B06B8D3637BC> /Applications/iTunes.app/Contents/Frameworks/iPodUpdater.framework/Versions/A/i PodUpdater
    0xf71000 - 0x1080fe7 com.apple.WebKit 6533.18 (6533.18.1) <157D0DD9-F3CE-4339-858B-B0EFFAA3B008> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x111c000 - 0x1313feb com.apple.JavaScriptCore 6533.18 (6533.18.1) <EE3897A8-E1C0-DE28-A631-4B0C32DF737B> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x136d000 - 0x138aff7 +libgnsdk_musicid.1.7.1.dylib 1.7.1 (compatibility 1.7.1) /Applications/iTunes.app/Contents/MacOS/libgnsdk_musicid.1.7.1.dylib
    0x1397000 - 0x1454feb +libgnsdk_sdkmanager.1.7.1.dylib 1.7.1 (compatibility 1.7.1) /Applications/iTunes.app/Contents/MacOS/libgnsdk_sdkmanager.1.7.1.dylib
    0x1468000 - 0x14a2fff +libgnsdk_submit.1.7.1.dylib 1.7.1 (compatibility 1.7.1) /Applications/iTunes.app/Contents/MacOS/libgnsdk_submit.1.7.1.dylib
    0x14a7000 - 0x14e7ff7 com.apple.vmutils 4.2 (106) <834EA6B0-C91B-4CF1-ED3C-229C26459578> /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x1500000 - 0x1f4bff7 com.apple.WebCore 6533.18 (6533.18.1) <B96BFDB8-3D11-E220-1148-206D8A176352> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x13900000 - 0x1488dfe7 com.apple.CoreFP 1.9.16 (1.9) <7990D6B3-82E7-536D-4FF1-10A2977EAC84> /System/Library/PrivateFrameworks/CoreFP.framework/CoreFP
    0x14a25000 - 0x14adafe7 libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <0B69B1F5-3440-B0BF-957F-E0ADD49F13CB> /usr/lib/libcrypto.0.9.7.dylib
    0x14ce8000 - 0x14ce9ff7 com.apple.textencoding.unicode 2.3 (2.3) <78A61FD5-70EE-19EA-48D4-3481C640B70D> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x15cd1000 - 0x15cd5ff3 com.apple.audio.AudioIPCPlugIn 1.1.2 (1.1.2) <D358DC70-CDBE-3232-EE8A-F03B6872E1D5> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x15cda000 - 0x15ce0ffb com.apple.audio.AppleHDAHALPlugIn 1.8.4 (1.8.4fc3) <89AF8F46-15E4-2066-BDDB-05E92C1368D4> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x15ce5000 - 0x15cedff7 com.apple.ipodsynchronization 3.0 (116) <B41B2240-34E9-4A5E-A210-F02D99E3C00E> /System/Library/PrivateFrameworks/iPodSync.framework/iPodSync
    0x15d28000 - 0x15d2bfef com.apple.LiveType.component 2.1.3 (2.1.3) /Library/QuickTime/LiveType.component/Contents/MacOS/LiveType
    0x15d30000 - 0x15d95fde com.apple.LiveType.framework 2.1.3 (2.1.3) /System/Library/PrivateFrameworks/LiveType.framework/Versions/A/LiveType
    0x1913d000 - 0x191acfff com.apple.mobiledevice 396.7 (396.7) <4A48BC80-F9B9-1B21-8C01-8553DF57D401> /System/Library/PrivateFrameworks/MobileDevice.framework/MobileDevice
    0x191e6000 - 0x1920cfff libssl.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <32607000-7573-6D51-ABC3-420B4A0D6629> /usr/lib/libssl.0.9.7.dylib
    0x1921b000 - 0x1943bfeb com.apple.audio.codecs.Components 2.0.1 (2.0.1) <3B1071C3-1AB4-0F6A-2CFC-7A258A0C2C46> /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x199b9000 - 0x199beff7 com.apple.QuartzComposer.iTunesPlugIn 1.2 (16) <8511A037-AFDE-5D1A-67DA-1B4837432D85> /Library/iTunes/iTunes Plug-ins/Quartz Composer Visualizer.bundle/Contents/MacOS/Quartz Composer Visualizer
    0x19ade000 - 0x19ae3ff7 com.apple.iokit.SCSITaskLib 2.6.2 (2.6.2) <82F8F0CC-A9CB-F2E1-5F9A-EEC7859F9682> /System/Library/Extensions/IOSCSIArchitectureModelFamily.kext/Contents/PlugIns/ SCSITaskUserClient.kext/Contents/PlugIns/SCSITaskLib.plugin/Contents/MacOS/SCSIT askLib
    0x19ee3000 - 0x1a291fe3 com.apple.RawCamera.bundle 3.3.0 (533) <05A38D21-8556-434C-8BAA-850A6EC99B37> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x1ac47000 - 0x1acf7fe3 com.apple.QuickTimeImporters.component 7.6.6 (1742) <76B0E668-214A-AB71-AAB8-E39E7F227C9B> /System/Library/QuickTime/QuickTimeImporters.component/Contents/MacOS/QuickTime Importers
    0x70000000 - 0x700caffb com.apple.audio.units.Components 1.6.1 (1.6.1) <AEC44B68-A209-4093-36B0-7B740361249B> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <5C229EB2-F7CA-A638-41B6-5755DE940108> /usr/lib/dyld
    0x90003000 - 0x90024fe7 com.apple.opencl 12.1 (12.1) <1BCA4F60-E612-5C1B-EF50-A810D70CDF05> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x90025000 - 0x90153fe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90154000 - 0x90159ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x9015a000 - 0x901cefef com.apple.CoreSymbolication 2.0 (23) <8A04EA5F-83F8-5E15-B2E0-8A727C9C4E8B> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x901cf000 - 0x90239fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x9023a000 - 0x90371ff7 com.apple.CoreAUC 6.04.00 (6.04.00) <0551FB8D-0894-B40B-B924-4AF51E3648AF> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9037f000 - 0x9038cff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x9038d000 - 0x9038eff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x9038f000 - 0x9040ffeb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x90410000 - 0x90410ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x905d7000 - 0x9060aff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x9060b000 - 0x90631fff com.apple.DictionaryServices 1.1.1 (1.1.1) <02709230-9B37-C743-6E27-3FCFD18211F8> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x90632000 - 0x906dbff7 com.apple.CFNetwork 454.9.4 (454.9.4) <2F8B5BA5-099F-6CDA-F500-4CA188BBCDBC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x906dc000 - 0x906e5ff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x906e6000 - 0x9070aff7 libJPEG.dylib ??? (???) <EDA86712-F49C-760C-BE55-9B899A4A5D1B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9070b000 - 0x907c4fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <16CEF8E8-8C9A-94CD-EF5D-05477844C005> /usr/lib/libsqlite3.dylib
    0x907c5000 - 0x90800fe7 com.apple.DebugSymbols 1.1 (70) <05013716-CFCF-801E-5535-D0643869BDCD> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x90801000 - 0x90a07feb com.apple.AddressBook.framework 5.0.1 (868) <2CCD7801-F3B8-CED3-D5D7-096AF8DC004D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x90a08000 - 0x90a4aff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x90a56000 - 0x90ac4ff7 com.apple.QuickLookUIFramework 2.2 (327.4) <5B6A066B-B867-D3A3-BDEE-3D68FA5385B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x90ac5000 - 0x90b3ffef com.apple.audio.CoreAudio 3.2.2 (3.2.2) <4EFE08C4-6F2B-D7F2-BD2B-3DFF26799B24> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x90b40000 - 0x90b90ff7 com.apple.Symbolication 1.1 (67) <E0C94D8B-4F12-49E6-BAA5-3B00441A047B> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x90c76000 - 0x90c76ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90c77000 - 0x90c85ff7 com.apple.opengl 1.6.7 (1.6.7) <3C529790-DEE9-AC27-A879-806E4C23323C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90c86000 - 0x90cfdff3 com.apple.backup.framework 1.2.2 (1.2.2) <FE4C6311-EA63-15F4-2CF7-04CF7734F434> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x90cfe000 - 0x90daeff3 com.apple.ColorSync 4.6.3 (4.6.3) <68B6A1B9-86CF-0C5A-7D63-56ED4BB2EB5B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90daf000 - 0x90dbaff7 libCSync.A.dylib 543.33.0 (compatibility 64.0.0) <F914F427-98EA-98BC-923D-47274A90D441> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x90e03000 - 0x90e9bfe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x90e9c000 - 0x90ef2ff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x90ef3000 - 0x90ef9fff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90f0b000 - 0x90f58feb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <87BA2C52-8451-F0E5-DCDE-E0B9E4D40405> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x90f59000 - 0x90fa9ff7 com.apple.framework.familycontrols 2.0.1 (2010) <50E74916-19A5-F2FC-AB57-76F2C8DDF0A7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x90faa000 - 0x913c0ff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x913c1000 - 0x913e9ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x913ea000 - 0x9165affb com.apple.Foundation 6.6.2 (751.21) <DA7A173A-4435-ECD6-F4AF-977D722FD2F7> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x9165b000 - 0x9174dff7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <7482933B-4AF6-ED55-AD72-4FBD1E134958> /usr/lib/libcrypto.0.9.8.dylib
    0x9181c000 - 0x918c9fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x92108000 - 0x921e5ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x9222f000 - 0x92331fef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x92332000 - 0x923b4ffb SecurityFoundation 36840.0.0 (compatibility 1.0.0) <7DF69AD9-002E-EFE5-9A59-141DB14043F7> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x923ea000 - 0x92563ffb com.apple.CoreFoundation 6.6.1 (550.19) <1E97FB1E-9E42-B8EB-E463-5C75315FDA31> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x92564000 - 0x92599ff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <458E819A-4E3F-333E-28CE-671281B318D3> /usr/lib/libcups.2.dylib
    0x928b7000 - 0x928bbff7 libGFXShared.dylib ??? (???) <286F466C-2856-B579-B87F-4E9A35C80263> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x928bc000 - 0x928c0ff7 IOSurface ??? (???) <4B825ADA-8DBE-6BA2-1AB3-307D2C3AFCA8> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x928c1000 - 0x9295cff7 com.apple.ApplicationServices.ATS 4.1 (???) <22FCDB9B-B588-D602-3991-26A2E3C51E6E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x92971000 - 0x92977ff7 com.apple.DisplayServicesFW 2.2.2 (251) <D8BB3A1F-29C7-A957-C781-794CC9550525> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x92978000 - 0x92989ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92990000 - 0x92c89fef com.apple.QuickTime 7.6.6 (1729) <4C99ED7D-5A4B-E41E-602D-2D01A99168CD> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x92ca8000 - 0x92cc0ff7 com.apple.CFOpenDirectory 10.6 (10.6) <1537FB4F-C112-5D12-1E5D-3B1002A4038F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x92d7e000 - 0x92d93fff com.apple.ImageCapture 6.0 (6.0) <3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92d94000 - 0x92df8ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x92df9000 - 0x92df9ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x92dfa000 - 0x92efbfe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x92efc000 - 0x92f4dff7 com.apple.HIServices 1.8.0 (???) <10C85B88-C6AF-91DB-2546-34661BA35AC5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x92f4e000 - 0x92f51ff7 libCGXType.A.dylib 543.33.0 (compatibility 64.0.0) <69BE578C-A364-A150-35E3-53EE00F56F05> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x92f60000 - 0x92f87ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x92f88000 - 0x93108feb com.apple.MediaToolbox 0.484.5 (484.5) <6996E5E1-18B6-C734-8335-FE43670C1F9C> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x93109000 - 0x9310bff7 com.apple.securityhi 4.0 (36638) <10E75446-B0BA-3726-391E-A68356761C08> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x9313a000 - 0x9314efe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x9314f000 - 0x9316dff7 com.apple.CoreVideo 1.6.1 (45.4) <E0DF044D-BF31-42CE-B690-FD1FCE07E64A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x931a8000 - 0x93200fe7 com.apple.datadetectorscore 2.0 (80.7) <ADDE04FB-90A7-2132-75AF-C6B19DD0D97E> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x93201000 - 0x93463ff3 com.apple.security 6.1.1 (37594) <1AC07F75-7E27-9662-21DA-B05DFF047B26> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x93464000 - 0x93646fff com.apple.imageKit 2.0.3 (1.0) <56AE34CD-4406-8AA2-DDBF-DBF902BD0E0A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x93647000 - 0x9364aff7 libCoreVMClient.dylib ??? (???) <98CB96B1-85FE-25AF-AB19-ED061912FC3E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x93652000 - 0x93976fef com.apple.HIToolbox 1.6.2 (???) <F5F99E78-5377-DD54-6138-9FC84467F938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x93977000 - 0x93979ff7 libRadiance.dylib ??? (???) <9358E1EF-F802-B76E-8E23-2D0695787CFB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9397a000 - 0x9397dfe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x93b1c000 - 0x93bb9fe3 com.apple.LaunchServices 362.1 (362.1) <885D8567-9E40-0105-20BC-42C7FF657583> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x93bba000 - 0x93bfbff7 libRIP.A.dylib 543.33.0 (compatibility 64.0.0) <C6E50C7E-EBEE-32AF-FF07-8E325E21A838> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x93bfc000 - 0x93c39ff7 com.apple.SystemConfiguration 1.10.2 (1.10.2) <830FED9E-3E24-004C-35D5-2C1273F79734> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x93ce4000 - 0x93d27ff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93d28000 - 0x93d28ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x93d29000 - 0x93dfafe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <0A608513-31AD-D533-8386-10245FD62057> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x93dfb000 - 0x93dfcff7 libScreenReader.dylib ??? (???) <A2BC524C-40F9-611E-08D9-FB71F553B2BC> /usr/lib/libScreenReader.dylib
    0x93dfd000 - 0x93e6eff7 com.apple.AppleVAFramework 4.8.11 (4.8.11) <BDDDFA36-4B53-4B57-B3D4-427DA8226A80> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x93e6f000 - 0x93e71fe7 com.apple.ExceptionHandling 1.5 (10) <21F37A49-E63B-121E-D406-1BBC94BEC762> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x93e72000 - 0x94661537 com.apple.CoreGraphics 1.543.33 (???) <C57E2964-80AF-6346-6D3E-23AED9D26977> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x947a2000 - 0x947e1ff7 com.apple.ImageCaptureCore 1.0.1 (1.0.1) <A03C5D7E-54CD-D56D-E120-9B35EBC9D8F1> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x94830000 - 0x9488afe7 com.apple.CorePDF 1.1 (1.1) <E4608FF6-A27D-7DFC-5620-D86762502AC0> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x948bd000 - 0x94a98ff3 libType1Scaler.dylib ??? (???) <13019E13-3A15-928F-3F13-B79BACB0FD13> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x94a99000 - 0x94adfffb com.apple.CoreMediaIOServices 130.0 (1035) <397101F4-BA80-C8C2-F816-E2FBE5E15D4F> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x95ac5000 - 0x95acffe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x95ad0000 - 0x95b16ff7 libauto.dylib ??? (???) <85670A64-3B67-8162-D441-D8E0BE15CA94> /usr/lib/libauto.dylib
    0x95b17000 - 0x95c59fe3 com.apple.QTKit 7.6.6 (1729) <1EC021FB-AB8F-F8BF-0434-78C0A7B78EB2> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95c5a000 - 0x95c61ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <8B23BA89-770F-042B-26F9-3F3AA30A04FF> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x95c62000 - 0x95ca6ff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95ca7000 - 0x95cdbff7 libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <5FEC74CA-1D3C-B6E3-E046-3970095C44BC> /usr/lib/libssl.0.9.8.dylib
    0x95df3000 - 0x95e03ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x95e04000 - 0x95e16ff7 com.apple.MultitouchSupport.framework 204.12.1 (204.12.1) <6BB58E90-21FA-C491-F0E4-54B69CCDBBC0> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x95e96000 - 0x9603bfeb libSystem.B.dylib 125.0.1 (compatibility 1.0.0) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    0x9603c000 - 0x960cefe3 com.apple.print.framework.PrintCore 6.2 (312.5) <7729B4D7-D661-D669-FA7E-510F93F685A6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x960cf000 - 0x960d6ff3 com.apple.print.framework.Print 6.1 (237.1) <97AB70B6-C653-212F-CFD3-E3816D0F5C22> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x960d7000 - 0x960f7fe7 libresolv.9.dylib 40.0.0 (compatibility 1.0.0) <03019DD7-993D-AC88-6636-179F92F315C4> /usr/lib/libresolv.9.dylib
    0x9611a000 - 0x9612aff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x961e6000 - 0x961e6ff7 com.apple.Carbon 150 (152) <7C9B43FE-F6A1-3F7A-FE6E-2B607C602F14> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x961e7000 - 0x96227ff3 com.apple.securityinterface 4.0.1 (37214) <BBC88C96-8827-91DC-0CF6-7CB639183395> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x96228000 - 0x9636aff7 com.apple.syncservices 5.2 (578.3) <16A29689-1A80-3065-C4E7-AEC6A3C05C2E> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x9636b000 - 0x96376ff7 com.apple.CrashReporterSupport 10.6.3 (250) <E2835962-67A2-CA10-4016-467175851348> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x9650b000 - 0x965c1fef libFontParser.dylib ??? (???) <FA6B6B8B-1E3C-8EEB-DD0D-6C7482353179> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x965c2000 - 0x96ea1ff7 com.apple.AppKit 6.6.5 (1038.29) <E76A05A6-27C6-DA02-0961-5C8EEDC5F0A7> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x96ea2000 - 0x9705eff3 com.apple.ImageIO.framework 3.0.2 (3.0.1) <CB39B067-58B8-70DB-3E40-160604664A6D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9705f000 - 0x9705fff7 com.apple.CoreServices 44 (44) <AC35D112-5FB9-9C8C-6189-5F5945072375> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97079000 - 0x970e8ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x970e9000 - 0x97121ff7 com.apple.LDAPFramework 2.0 (120.1) <001A70A8-3984-8E19-77A8-758893CC128C> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x97122000 - 0x9717dff7 com.apple.framework.IOKit 2.0 (???) <69E4FE93-376C-565E-650F-04FAD213AA24> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x975ee000 - 0x976c9ff7 com.apple.DiscRecording 5.0.3 (5030.4.2) <142D8613-C609-F6F0-92D4-209A58FA52DE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x976ca000 - 0x976d7fe7 libbz2.1.0.dylib 1.0.5 (compatibility 1.0.0) <6008C8AC-8DB1-B38B-52A9-9133533B0DA2> /usr/lib/libbz2.1.0.dylib
    0x976d8000 - 0x9771bff7 libGLU.dylib ??? (???) <CE02968E-930D-E63B-7B21-B87205F8B19A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x9771c000 - 0x977caff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x977cb000 - 0x977ccff7 com.apple.TrustEvaluationAgent 1.1 (1) <FEB55E8C-38A4-CFE9-A737-945F39761B4C> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x977cd000 - 0x97811fe7 com.apple.Metadata 10.6.3 (507.8) <53BB360A-1813-170D-827F-C1863EF15537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x97812000 - 0x97812ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x97813000 - 0x9788cff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x978c4000 - 0x979d0ff7 libGLProgrammability.dylib ??? (???) <CA0A975B-2BEE-44E7-CFA6-8105CFE6FE00> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x979d1000 - 0x979edfe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x979ee000 - 0x97b1afff com.apple.audio.toolbox.AudioToolbox 1.6.3 (1.6.3) <F0D7256E-0914-8E77-E37B-9720430422AB> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x97b1b000 - 0x97b1bff7 com.apple.quartzframework 1.5 (1.5) <4EE8095D-5E47-1EB6-3A8A-6ECE3BEC8647> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x97b34000 - 0x97b34ff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x97b35000 - 0x97e55feb com.apple.CoreServices.CarbonCore 861.6 (861.6) <D3D5D9F1-01ED-DCAD-6AA9-4ABE60C7A112> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x97e97000 - 0x97f61fef com.apple.CoreServices.OSServices 357 (357) <764872C3-AE30-7F54-494D-4BA3CE4F4DFB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x97f62000 - 0x97fabfe7 libTIFF.dylib ??? (???) <E45B169E-253E-E865-1501-97777D2702F2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97fc5000 - 0x97fd1ff7 libkxld.dylib ??? (???) <13F26BB6-C2F7-9D74-933E-09AD8B509ECD> /usr/lib/system/libkxld.dylib
    0x97fd2000 - 0x98033fe7 com.apple.CoreText 3.1.0 (???) <1372DABE-F183-DD03-03C2-64B2464A4FD5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x98086000 - 0x984bbff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x984bc000 - 0x98564ffb com.apple.QD 3.35 (???) <B80B64BC-958B-DA9E-50F9-D7E8333CC5A2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x98565000 - 0x98587fef com.apple.DirectoryService.Framework 3.6 (621.3) <05FFDBDB-F16B-8AC0-DB42-986965FCBD95> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x9858b000 - 0x985c9ff7 com.apple.CoreMedia 0.484.5 (484.5) <35725D22-4549-5568-8E8C-62E0AD0E90F7> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x985e3000 - 0x985edffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x985ee000 - 0x9862cff7 com.apple.QuickLookFramework 2.2 (327.4) <88A59C42-A200-FCB6-23EC-E848D0E14963> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x98661000 - 0x98662ff7 com.apple.audio.units.AudioUnit 1.6.3 (1.6.3) <959DFFAE-A06B-7FF6-B713-B2076893EBBD> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x986a5000 - 0x98b62ffb com.apple.VideoToolbox 0.484.5 (484.5) <DA9B4FA8-B91C-43AC-1D84-0BFF46BB5BCE> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x98b68000 - 0x98b6bffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x98b6c000 - 0x98b70ff7 libGIF.dylib ??? (???) <03880BA1-7A86-0F2B-617A-C66B1D05DD70> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x98b71000 - 0x98ed8ff7 com.apple.QuartzCore 1.6.1 (227.18) <8A65F233-4C77-BA7C-5DDA-2423F5C1B7A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x98fd6000 - 0x98feaffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x98feb000 - 0x98ff9fe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <82B2C254-6F8D-7BEA-4C18-038E90CAE19B> /usr/lib/libz.1.dylib
    0x98ffa000 - 0x99015ff7 libPng.dylib ??? (???) <929FE8EE-277D-F6EB-D672-E6F4CEBF1504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x99021000 - 0x991a3fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <96A45E03-2B29-83EB-0FC6-2C932E398722> /usr/lib/libicucore.A.dylib
    0x99213000 - 0x992eefe7 com.apple.DesktopServices 1.5.5 (1.5.5) <ECEDFDF2-C40E-8DF0-F8FC-249CCA762E62> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x992ef000 - 0x992faff7 libGL.dylib ??? (???) <EAD85409-9036-831B-C378-E50780305DA6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x992fb000 - 0x9932cff7 libGLImage.dylib ??? (???) <AF110892-B10A-5B61-F898-21FB2BCE63BF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x99358000 - 0x99393feb libFontRegistry.dylib ??? (???) <F50A60E1-3757-D007-A20D-A5504C17334C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x993c7000 - 0x993f8ff3 libTrueTypeScaler.dylib ??? (???) <4C189FCA-A210-7255-8F70-38DF9D19F877> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x993f9000 - 0x99429ff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x99456000 - 0x99681ff3 com.apple.QuartzComposer 4.1 (156.13) <FE0BF06B-8D32-C712-7CCD-63D8918B8B6D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <06A5336A-A6F6-4E62-F55F-4909A64631C2> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,5, BootROM MBP55.00AC.B03, 2 processors, Intel Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.47f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.91.27)
    Bluetooth: Version 2.3.1f4, 2 service, 2 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MJA2320BH FFS G1, 298.09 GB
    Serial ATA Device: HL-DT-ST DVDRW GS23N
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: iPod, 0x05ac (Apple Inc.), 0x1209, 0x26200000
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000
    Thanks again for any help!

    Welcome to Discussions, mollyib
    (1) Unless you get better suggestions here and have compelling reason for not doing so,
    update to the latest version (10.6.4) using the Combo Updater as follows:
    Disconnect all your iPods and other AV peripherals and then restart your Mac.
    Then use your Mac's Disk Utility to repair permissions.
    Now download and install the Mac OS X v10.6.4 Update (Combo):
      http://support.apple.com/kb/DL1048
    Immediately after the restart that completes the update, repair permisssions again.
    Then test whether your problem persists.
    (2) If you still have problems, reinstall iTunes 10. Use Software > Update... or this weblink:
      http://www.apple.com/itunes/download/
    Repair permissions when the update is finished. Then test again.
    (3) If your problem only occurs when you have iPod connected, see if anything here helps:
      http://support.apple.com/kb/TS3219
    Message was edited by: EZ Jim
    Mac Pro Quad Core (Early 2009) 2.93Ghz Mac OS X (10.6.4); MacBook Pro (13 inch, Mid 2009) 2.26GHz (10.6.4)
    LED Cinema Display; G4 PowerBook 1.67GHz (10.4.11); iBookSE 366MHz (10.3.9); External iSight; iPod touch 4.1

  • How do I change the color of my speech bubbles in text messaging?

    OK community members.....am I crazy or wasn't there a way to change the color of the speech bubbles in Messages?  I just went from a 3gs to a new 4s and I can't seem to find where that can be done or even if it can be done.  I was thinking I was able to do it on my 3gs.  Thanks!!

    Speech bubble colour cannot be changed.  SMS is green and iMessage is blue and that's it I'm afraid.

  • Every time I try to open Safari I can't see any window

    Hi,
    I installed paintbrush and then I realized the toolbar wasn’t compatible with safari. I’ve uninstalled it but still every time I try to open it I can’t see any window. Could you let me know what I can do?
    Here is the report:
    Process: Safari 109
    Path: /Applications/Safari.app/Contents/MacOS/Safari
    Identifier: com.apple.Safari
    Version: 5.0 (5533.16)
    Build Info: WebBrowser-75331600~3
    Code Type: X86 (Native)
    Parent Process: launchd 71
    Interval Since Last Report: 1434 sec
    Crashes Since Last Report: 6
    Per-App Interval Since Last Report: 508 sec
    Per-App Crashes Since Last Report: 6
    Date/Time: 2010-06-10 22:54:47.306 -0300
    OS Version: Mac OS X 10.5.8 (9L30)
    Report Version: 6
    Anonymous UUID: 19C5620C-B309-47BD-8791-56270C76917E
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x000000000000000c
    Crashed Thread: 0
    Thread 0 Crashed:
    0 com.apple.Safari 0x0005b199 0x1000 + 369049
    1 com.apple.Safari 0x0005b15a 0x1000 + 368986
    2 com.apple.Safari 0x0005abeb 0x1000 + 367595
    3 com.apple.Safari 0x0005ab1d 0x1000 + 367389
    4 com.apple.Safari 0x00059663 0x1000 + 362083
    5 com.conduit.cttoolbar 0x13926964 -NSWindowController(CTSafariConnector) didSelectTabViewItem + 39
    6 com.apple.AppKit 0x94849b60 -NSTabView selectTabViewItem: + 1383
    7 com.apple.Safari 0x0007930d 0x1000 + 492301
    8 com.apple.Safari 0x00078fe7 0x1000 + 491495
    9 com.apple.Safari 0x00078e74 0x1000 + 491124
    10 com.apple.Safari 0x00078db2 0x1000 + 490930
    11 com.apple.Safari 0x00078cee 0x1000 + 490734
    12 com.conduit.cttoolbar 0x1392661f -NSWindowController(CTSafariConnector) newTab: + 43
    13 com.apple.AppKit 0x947fce8f -NSApplication sendAction:to:from: + 112
    14 com.apple.Safari 0x0004797d 0x1000 + 289149
    15 com.apple.AppKit 0x948abb64 -NSMenu performActionForItemAtIndex: + 493
    16 com.apple.AppKit 0x948ab869 -NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex: + 220
    17 com.apple.AppKit 0x948884ba AppKitMenuEventHandler + 6608
    18 com.apple.HIToolbox 0x95f4d13d DispatchEventToHandlers(EventTargetRec*, OpaqueEventRef*, HandlerCallRec*) + 1181
    19 com.apple.HIToolbox 0x95f4c57b SendEventToEventTargetInternal(OpaqueEventRef*, OpaqueEventTargetRef*, HandlerCallRec*) + 405
    20 com.apple.HIToolbox 0x95f68ecc SendEventToEventTarget + 52
    21 com.apple.HIToolbox 0x95f9d1e7 SendHICommandEvent(unsigned long, HICommand const*, unsigned long, unsigned long, unsigned char, OpaqueEventTargetRef*, OpaqueEventTargetRef*, OpaqueEventRef**) + 411
    22 com.apple.HIToolbox 0x95fc3959 SendMenuCommandWithContextAndModifiers + 59
    23 com.apple.HIToolbox 0x95fc3914 SendMenuItemSelectedEvent + 134
    24 com.apple.HIToolbox 0x95fc382a FinishMenuSelection(MenuData*, MenuData*, MenuResult*, MenuResult*, unsigned long, unsigned long, unsigned long, unsigned char) + 162
    25 com.apple.HIToolbox 0x95fa0494 MenuSelectCore(MenuData*, Point, double, unsigned long, OpaqueMenuRef**, unsigned short*) + 640
    26 com.apple.HIToolbox 0x95f9fe7f _HandleMenuSelection2 + 383
    27 com.apple.HIToolbox 0x95f9fcf3 _HandleMenuSelection + 53
    28 com.apple.AppKit 0x947c4e67 _NSHandleCarbonMenuEvent + 244
    29 com.apple.AppKit 0x9472bbc2 _DPSNextEvent + 1918
    30 com.apple.AppKit 0x9472af88 -NSApplication nextEventMatchingMask:untilDate:inMode:dequeue: + 128
    31 com.apple.Safari 0x00015e67 0x1000 + 85607
    32 com.apple.AppKit 0x94723f9f -NSApplication run + 795
    33 com.apple.AppKit 0x946f11d8 NSApplicationMain + 574
    34 com.apple.Safari 0x0000a3c6 0x1000 + 37830
    Thread 1:
    0 libSystem.B.dylib 0x9626844e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96292dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x9653cdff *::TCMalloc_PageHeap::scavengerThread() + 175
    3 com.apple.JavaScriptCore 0x9653d11f **::TCMalloc_PageHeap::runScavengerThread(void) + 15
    4 libSystem.B.dylib 0x96292155 pthreadstart + 321
    5 libSystem.B.dylib 0x96292012 thread_start + 34
    Thread 2:
    0 libSystem.B.dylib 0x962a31fa pread$UNIX2003 + 10
    1 com.apple.WebCore 0x97576267 sqlite3PagerAcquire + 3063
    2 com.apple.WebCore 0x9758432a checkTreePage + 234
    3 com.apple.WebCore 0x975845a8 checkTreePage + 872
    4 com.apple.WebCore 0x975845a8 checkTreePage + 872
    5 com.apple.WebCore 0x975e9a67 sqlite3Step + 38375
    6 com.apple.WebCore 0x975edad7 sqlite3_step + 87
    7 com.apple.WebCore 0x96f8e1cb WebCore::IconDatabase::checkIntegrity() + 187
    8 com.apple.WebCore 0x96b4e4ec WebCore::IconDatabase::performOpenInitialization() + 76
    9 com.apple.WebCore 0x96b4ca9b WebCore::IconDatabase::iconDatabaseSyncThread() + 235
    10 libSystem.B.dylib 0x96292155 pthreadstart + 321
    11 libSystem.B.dylib 0x96292012 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x96261266 machmsgtrap + 10
    1 libSystem.B.dylib 0x96268a5c mach_msg + 72
    2 com.apple.CoreFoundation 0x940a0e7e CFRunLoopRunSpecific + 1790
    3 com.apple.CoreFoundation 0x940a1aa8 CFRunLoopRunInMode + 88
    4 com.apple.CFNetwork 0x977b6264 CFURLCacheWorkerThread(void*) + 388
    5 libSystem.B.dylib 0x96292155 pthreadstart + 321
    6 libSystem.B.dylib 0x96292012 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x962a31fa pread$UNIX2003 + 10
    1 com.apple.Safari 0x001f96e7 0x1000 + 2066151
    2 com.apple.Safari 0x002077aa 0x1000 + 2123690
    3 com.apple.Safari 0x00207a28 0x1000 + 2124328
    4 com.apple.Safari 0x00207a28 0x1000 + 2124328
    5 com.apple.Safari 0x0026c697 0x1000 + 2537111
    6 com.apple.Safari 0x00270707 0x1000 + 2553607
    7 com.apple.Safari 0x00030f5c 0x1000 + 196444
    8 com.apple.Safari 0x000f5885 0x1000 + 1001605
    9 com.apple.Safari 0x00030ca0 0x1000 + 195744
    10 com.apple.Safari 0x00030bbf 0x1000 + 195519
    11 com.apple.Safari 0x00030b2e 0x1000 + 195374
    12 com.apple.Safari 0x00030623 0x1000 + 194083
    13 com.apple.Safari 0x000304d9 0x1000 + 193753
    14 com.apple.Safari 0x00030470 0x1000 + 193648
    15 com.apple.Safari 0x000303bf 0x1000 + 193471
    16 com.apple.Safari 0x0002fcfc 0x1000 + 191740
    17 com.apple.Safari 0x0002f02f 0x1000 + 188463
    18 com.apple.Safari 0x0002ee4b 0x1000 + 187979
    19 com.apple.CoreFoundation 0x940a13c5 CFRunLoopRunSpecific + 3141
    20 com.apple.CoreFoundation 0x940a1aa8 CFRunLoopRunInMode + 88
    21 com.apple.Safari 0x0002ea39 0x1000 + 186937
    22 com.apple.Safari 0x0002e782 0x1000 + 186242
    23 com.apple.Safari 0x0002e71b 0x1000 + 186139
    24 libSystem.B.dylib 0x96292155 pthreadstart + 321
    25 libSystem.B.dylib 0x96292012 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x9626844e _semwaitsignal + 10
    1 libSystem.B.dylib 0x96292dcd pthreadcondwait$UNIX2003 + 73
    2 com.apple.JavaScriptCore 0x963d9661 **::ThreadCondition::timedWait(**::Mutex&, double) + 81
    3 com.apple.Safari 0x001acb84 0x1000 + 1751940
    4 com.apple.Safari 0x00044813 0x1000 + 276499
    5 com.apple.Safari 0x00044763 0x1000 + 276323
    6 libSystem.B.dylib 0x96292155 pthreadstart + 321
    7 libSystem.B.dylib 0x96292012 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x962b06fa select$DARWIN_EXTSN + 10
    1 libSystem.B.dylib 0x96292155 pthreadstart + 321
    2 libSystem.B.dylib 0x96292012 thread_start + 34
    Thread 0 crashed with X86 Thread State (32-bit):
    eax: 0x00000000 ebx: 0x00000000 ecx: 0x939dec94 edx: 0x00000000
    edi: 0x169873f0 esi: 0xbfffe64c ebp: 0xbfffe608 esp: 0xbfffe5f0
    ss: 0x0000001f efl: 0x00010286 eip: 0x0005b199 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
    cr2: 0x0000000c
    Binary Images:
    0x1000 - 0x5ceff0 com.apple.Safari 5.0 (5533.16) <19d9230cb3d6cb500bca9a37dd897d0d> /Applications/Safari.app/Contents/MacOS/Safari
    0x642000 - 0x64dfff libxar.1.dylib ??? (???) /usr/lib/libxar.1.dylib
    0x655000 - 0x67ffe8 com.apple.framework.Apple80211 5.2.8 (528.1) <97dfd0c2d44d3c5839dd96f74e43d9c2> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x690000 - 0x69fff8 SyndicationUI ??? (???) <7b47710fa39f08be613ecebe0e4f5ece> /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndicatio nUI
    0x1be6000 - 0x1be7ffc +com.yourcompany.ct_loader 1.4.0.6 (1406) <cb081fec80551692c978a91a59bf5f2b> /Library/InputManagers/CTLoader/ctloader.bundle/Contents/MacOS/ctloader
    0x11e98000 - 0x12191ff3 com.apple.RawCamera.bundle 2.3.0 (505) <1c7cea30ffe2b4de98ced6518df1e54b> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x13922000 - 0x139ebfff +com.conduit.cttoolbar 1.4.0.6 (1406) <d2a453a7cc660ac32b56c54f1b711797> /Library/Application Support/Conduit/Plugins/cttoolbar.bundle/Contents/MacOS/ct_plugins
    0x15d96000 - 0x15d9bff3 libCGXCoreImage.A.dylib ??? (???) <ebbf9ab0f700c881f7e2f94ffedc1bdf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x8fe00000 - 0x8fe2db43 dyld 97.1 (???) <458eed38a009e5658a79579e7bc26603> /usr/lib/dyld
    0x90003000 - 0x90003ffe com.apple.quartzframework 1.5 (1.5) <6865aa0aeaa584b5a54d43f2f21d6c08> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x90004000 - 0x90004ff8 com.apple.Cocoa 6.5 (???) <a1bc9247cf65c20f1a44d0973cbe649c> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x90005000 - 0x90005ffb com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallSer ver
    0x90006000 - 0x9002ffff libcups.2.dylib ??? (???) <56606d10ebe7748522786218d3954586> /usr/lib/libcups.2.dylib
    0x90030000 - 0x9004fffa libJPEG.dylib ??? (???) <37050c2a8d6f7026c94b4bf07c4d8a80> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x90050000 - 0x90068fff com.apple.openscripting 1.2.8 (???) <0129d2f750f5ddcb92f4acf8a3541952> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x90158000 - 0x90176fff libresolv.9.dylib ??? (???) <9ed809256ce8913cddc3269c2e364654> /usr/lib/libresolv.9.dylib
    0x9017c000 - 0x904a7ff6 com.apple.QuickTime 7.6.6 (1674) <3ebc05dcaf5857bc3d33a04ebabf5c1a> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x904a8000 - 0x904a8ffd com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x9051d000 - 0x906a1fef com.apple.MediaToolbox 0.484.2 (484.2) <a5110a7d3bcb02c45ad8fca1f4957917> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x906a2000 - 0x906b1fff libsasl2.2.dylib ??? (???) <0ae9f3c08d8508d9dba56324c60ceb63> /usr/lib/libsasl2.2.dylib
    0x906b2000 - 0x90883ff3 com.apple.security 5.0.6 (37592) <5d7ae92f2e52ee7ba5ae658399770602> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x90884000 - 0x90892ffd libz.1.dylib ??? (???) <a98b3b221a72b54faf73ded3dd7000e5> /usr/lib/libz.1.dylib
    0x90893000 - 0x908c5fff com.apple.LDAPFramework 1.4.5 (110) <bb7a3e5d66f00d1d1c8a40569b003ba3> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x908c6000 - 0x908cbfff com.apple.DisplayServicesFW 2.0.2 (2.0.2) <cb9b98b43ae385a0f374baabe2b71764> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x908e0000 - 0x909a7ff2 com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x909a8000 - 0x909befff com.apple.DictionaryServices 1.0.0 (1.0.0) <7d20b8d1fb238c3e71d0fa6fda18c4f7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x909bf000 - 0x909c4fff com.apple.backup.framework 1.0 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x909c5000 - 0x909c8fff com.apple.help 1.1 (36) <1a25a8fbb49a830efb31d5c0a52939cd> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x909c9000 - 0x90a43ff8 com.apple.print.framework.PrintCore 5.5.4 (245.6) <03d0585059c20cb0bde5e000438c49e1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x90a44000 - 0x90b0ffef com.apple.ColorSync 4.5.3 (4.5.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x90b10000 - 0x90b3bfe7 libauto.dylib ??? (???) <2e44c523b851e8e25f05d13a48070a58> /usr/lib/libauto.dylib
    0x90b3c000 - 0x90bc9ff7 com.apple.framework.IOKit 1.5.2 (???) <7a3cc24f78f93931731203854ae0d891> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90bca000 - 0x90bd1fe9 libgcc_s.1.dylib ??? (???) <e280ddf3f5fb3049e674edcb109f389a> /usr/lib/libgcc_s.1.dylib
    0x90bd2000 - 0x90c1bfef com.apple.Metadata 10.5.8 (398.26) <e4d268ea45379200f03cdc7c8bedae6f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x90c1c000 - 0x90c2bffe com.apple.DSObjCWrappers.Framework 1.3 (1.3) <182986b74247b459b2a67a47071bdc6b> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x90c2c000 - 0x90c31fff com.apple.CommonPanels 1.2.4 (85) <c135f02edd6b2e2864311e0b9d08a98d> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x90c3a000 - 0x912dafeb com.apple.CoreGraphics 1.409.5 (???) <a40644ccdbdc76e3a0ab4d468b2f9bdd> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x912db000 - 0x9131bfef com.apple.CoreMedia 0.484.2 (484.2) <37461ff47cb25ad434a8544c97271d28> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x913c1000 - 0x913c7fff com.apple.print.framework.Print 218.0.3 (220.2) <5b7f4ef7c2df36aff9605377775781e4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x913c8000 - 0x91644fe7 com.apple.Foundation 6.5.9 (677.26) <c68b3cff7864959becfc7fd1a384f925> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x917d5000 - 0x917d6ffc libffi.dylib ??? (???) <eaf10b99a3fbc4920b175809407466c0> /usr/lib/libffi.dylib
    0x917dc000 - 0x917dcffc com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x917dd000 - 0x9183affb libstdc++.6.dylib ??? (???) <f75e5133d72769de5ce6c06153fc65f6> /usr/lib/libstdc++.6.dylib
    0x9183b000 - 0x91846fe7 libCSync.A.dylib ??? (???) <d88c20c9a2fd0676dec62fddfa74979f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x91847000 - 0x9194eff7 com.apple.WebKit 5533 (5533.16) <764c6865d214bd22d04da173232f076e> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x9194f000 - 0x91956ff7 libCGATS.A.dylib ??? (???) <1339abfb67318d65c0130f76bc8c4da6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x91957000 - 0x91a12fe3 com.apple.CoreServices.OSServices 228.1 (228.1) <ebdde14b3ea5db5fcacf39fcfda81294> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91a13000 - 0x91b4cff7 libicucore.A.dylib ??? (???) <f2819243b278259b9a622ea111ea5fd6> /usr/lib/libicucore.A.dylib
    0x91b4d000 - 0x91be0fff com.apple.ink.framework 101.3 (86) <d4c85b5cafa8027fff042b84a8be71dc> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x91be1000 - 0x91c32ff7 com.apple.HIServices 1.7.1 (???) <ba7fd0ede540a0da08db027f87efbd60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91c33000 - 0x91ce3fff edu.mit.Kerberos 6.0.13 (6.0.13) <804bd1b3f08fb57396781f012006367c> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x91ce4000 - 0x91ce4ffd com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ce5000 - 0x91ea1ff3 com.apple.QuartzComposer 2.1 (106.13) <40f034e8c8fd31c9081f5283dcf22b78> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x91ea2000 - 0x91ff4ff3 com.apple.audio.toolbox.AudioToolbox 1.5.3 (1.5.3) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x91ff5000 - 0x92043fe3 com.apple.AppleVAFramework 4.1.16 (4.1.16) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x92044000 - 0x920c3ff5 com.apple.SearchKit 1.2.2 (1.2.2) <3b5f3ab6a363a4d8a2bbbf74213ab0e5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x920c4000 - 0x920e8fff libxslt.1.dylib ??? (???) <0a9778d6368ae668826f446878deb99b> /usr/lib/libxslt.1.dylib
    0x920e9000 - 0x92166feb com.apple.audio.CoreAudio 3.1.2 (3.1.2) <782a08c44be4698597f4bbd79cac21c6> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92167000 - 0x921f1fe3 com.apple.DesktopServices 1.4.8 (1.4.8) <a6edef2d49ffdee3b01010b7e6edac1f> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92293000 - 0x922ecff7 libGLU.dylib ??? (???) <a3b9be30100a25a6cd3ad109892f52b7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x922ed000 - 0x92311feb libssl.0.9.7.dylib ??? (???) <5b29af782be5894be8b336c9c73c18b6> /usr/lib/libssl.0.9.7.dylib
    0x92312000 - 0x92322ffc com.apple.LangAnalysis 1.6.5 (1.6.5) <d057feb38163121ffd871c564c692804> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x92323000 - 0x9246bff7 com.apple.ImageIO.framework 2.0.7 (2.0.7) <cf45179ee2de2d46a6ced2ed147a454c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x9246c000 - 0x9246cffd com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x9246d000 - 0x92829ff4 com.apple.VideoToolbox 0.484.2 (484.2) <35f2d177796ebb3b61f9d06593d1787a> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9282a000 - 0x92886ff7 com.apple.htmlrendering 68 (1.1.3) <1c5c0c417891b920dfe139385fc6c155> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x928ee000 - 0x928faff9 com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x928fb000 - 0x92d0bfef libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92d0c000 - 0x930cafea libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9322f000 - 0x932acfef libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x932ad000 - 0x932b9fff libbz2.1.0.dylib ??? (???) <887bb6f73d23088fe42946cd9f134876> /usr/lib/libbz2.1.0.dylib
    0x932ba000 - 0x932bafff com.apple.Carbon 136 (136) <4177916bbf70e0ddc446f94001d54c95> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x932c0000 - 0x932d0fff com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <273d96ff861dc68be659c07ef56f599a> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x932d1000 - 0x93302ffb com.apple.quartzfilters 1.5.0 (1.5.0) <92b4f39479fdcabae0d8f53febd22fad> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x93323000 - 0x93389ffb com.apple.ISSupport 1.8 (38.3) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x9338a000 - 0x9385bfbe libGLProgrammability.dylib ??? (???) <7f18294a7bd0b6afe4319f29187fc70d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x9385c000 - 0x93863ffe libbsm.dylib ??? (???) <fa7ae5f1a621d9b69e7e18747c9405fb> /usr/lib/libbsm.dylib
    0x93864000 - 0x9389effe com.apple.securityfoundation 3.0.2 (36131) <39663c9b6f1a09d0566305d9f87cfc91> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9389f000 - 0x938cefe3 com.apple.AE 402.3 (402.3) <b13bfda0ad9314922ee37c0d018d7de9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x938cf000 - 0x9391aff7 com.apple.CoreMediaIOServices 130.0 (935) <4ee695edd53f5aa200021a2f69d24f76> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x9391b000 - 0x939fbfff libobjc.A.dylib ??? (???) <400e943f9e8a678eea22a1d1205490ee> /usr/lib/libobjc.A.dylib
    0x93a06000 - 0x93da3fef com.apple.QuartzCore 1.5.8 (1.5.8) <a28fa54346a9f9d5b3bef076a1ee0fcf> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x93da4000 - 0x93de3fef libTIFF.dylib ??? (???) <cd2e392973a1fa35f23a0f37f55c579c> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x93dea000 - 0x93e12ff7 com.apple.shortcut 1.0.1 (1.0) <131202e7766e327d02d55c0f5fc44ad7> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x93e13000 - 0x93e13ffa com.apple.CoreServices 32 (32) <373d6a888f9204641f313bc6070ae065> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x93e44000 - 0x93f25ff7 libxml2.2.dylib ??? (???) <b3bc0b280c36aa17ac477b4da56cd038> /usr/lib/libxml2.2.dylib
    0x93f26000 - 0x93f98fff com.apple.PDFKit 2.1.2 (2.1.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x93f99000 - 0x93f99ff8 com.apple.ApplicationServices 34 (34) <ee7bdf593da050bb30c7a1fc446eb8a6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x93f9a000 - 0x93f9cffd com.apple.CrashReporterSupport 10.5.7 (161) <ccdc3f2000afa5fcbb8537845f36dc01> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x93f9d000 - 0x93fa5fff com.apple.DiskArbitration 2.2.1 (2.2.1) <2664eeb3a4d0c95a21c089892a0ae8d0> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x93fa6000 - 0x9402dff7 libsqlite3.0.dylib ??? (???) <3334ea5af7a911637413334154bb4100> /usr/lib/libsqlite3.0.dylib
    0x9402e000 - 0x94161fe7 com.apple.CoreFoundation 6.5.7 (476.19) <a332c8f45529ee26d2e9c36d0c723bad> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x94162000 - 0x94166fff libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x94167000 - 0x941a8fe7 libRIP.A.dylib ??? (???) <e9c5df8bd574b71e55ac60c910b929ce> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x941a9000 - 0x941c7ff3 com.apple.DirectoryService.Framework 3.5.7 (3.5.7) <062b391cc6becb098d8e5f4b32e50c4a> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x942bd000 - 0x942c1fff libGIF.dylib ??? (???) <e7d550bda10018f52e61bb499dcf445f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x942c2000 - 0x942c4fff com.apple.securityhi 3.0 (30817) <40562b85d99118354c974e76c32fa6fb> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x942c5000 - 0x9440ffeb com.apple.QTKit 7.6.6 (1674) <ff784c2169c4214493a2b5153d80bd25> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x94410000 - 0x94425ffb com.apple.ImageCapture 5.0.2 (5.0.2) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x94426000 - 0x94464fff libGLImage.dylib ??? (???) <a6425aeb77f4da13212ac75df57b056d> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x946ce000 - 0x946eaff3 libPng.dylib ??? (???) <df60749fd50bcfa0da5b4cac899e09df> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x946eb000 - 0x94ee9fef com.apple.AppKit 6.5.9 (949.54) <4df5d2e2271175452103f789b4f4d8a8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94f1f000 - 0x9500dfef com.apple.PubSub 1.0.5 (65.19) <8a817c4eb3fa7e3517eb0cc5d02e5abd> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x9500e000 - 0x95044fef libtidy.A.dylib ??? (???) <7b9fc90dc0d50da27a24f6f84ccdd7b7> /usr/lib/libtidy.A.dylib
    0x95f45000 - 0x9624dfe7 com.apple.HIToolbox 1.5.6 (???) <eece3cb8aa0a4e6843fcc1500aca61c5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x96260000 - 0x963c7ff3 libSystem.B.dylib ??? (???) <c8f52e158bf540cc000146ca8a705958> /usr/lib/libSystem.B.dylib
    0x963c8000 - 0x965c4fff com.apple.JavaScriptCore 5533 (5533.13) <cef0a091b122549249e116cb9e213c60> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x965c5000 - 0x9666cfeb com.apple.QD 3.11.57 (???) <35f058678972d42b88ebdf652df79956> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x9666d000 - 0x966c7ff7 com.apple.CoreText 2.0.4 (???) <f0b6c1d4f40bd21505097f0255abfead> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x966c8000 - 0x96702fe7 com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x96703000 - 0x9670cfff com.apple.speech.recognition.framework 3.7.24 (3.7.24) <da2d8411921a3fd8bc898dc753b7f3ee> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x9670d000 - 0x9670fff5 libRadiance.dylib ??? (???) <3561a7a6405223a1737f41352f1fd8c8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x96710000 - 0x9672dff7 com.apple.QuickLookFramework 1.3.1 (170.9) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x9672e000 - 0x96770fef com.apple.NavigationServices 3.5.2 (163) <72cdc9d21f6690837870923e7b8ca358> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x96771000 - 0x9678dff3 com.apple.CoreVideo 1.6.1 (48.6) <f1837beeefc81964abf7b58075edea2f> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9678e000 - 0x967bbfeb libvDSP.dylib ??? (???) <4daafed78a471133ec30b3ae634b6d3e> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x967bc000 - 0x9686effb libcrypto.0.9.7.dylib ??? (???) <d02f7e5b8a68813bb7a77f5edb34ff9d> /usr/lib/libcrypto.0.9.7.dylib
    0x9686f000 - 0x96b49ff3 com.apple.CoreServices.CarbonCore 786.11 (786.14) <d5cceb2fe9551d345d40dd1ecf409ec2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x96b4a000 - 0x97661fff com.apple.WebCore 5533 (5533.16) <d76fbda5a7037dbea2216ef51fc426c0> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x9767a000 - 0x977b2fe7 com.apple.imageKit 1.0.2 (1.0) <00d03cf7f26e1b6023efdc4bd15dd52e> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x977b3000 - 0x9785afec com.apple.CFNetwork 438.14 (438.14) <5f9ee0430b5f6319f18d9b23e777e0d2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x9785b000 - 0x978a6fe1 com.apple.securityinterface 3.0.4 (37213) <16de57ab3e3f85f3b753f116e2fa7847> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x978a7000 - 0x978b1feb com.apple.audio.SoundManager 3.9.2 (3.9.2) <df077a8048afc3075c6f2d9e7780e78e> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x978b2000 - 0x978b2ffe com.apple.MonitorPanelFramework 1.2.0 (1.2.0) <1f4c10fcc17187a6f106e0a0be8236b0> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x97905000 - 0x97912fe7 com.apple.opengl 1.5.10 (1.5.10) <5a2813f80c9441170cc1ab8a3dac5038> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x97913000 - 0x97a93fff com.apple.AddressBook.framework 4.1.2 (702) <f9360f9926ccd411fdf7550b73034d17> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x97a94000 - 0x97ae3fff com.apple.QuickLookUIFramework 1.3.1 (170.9) /System/Library/PrivateFrameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x97bae000 - 0x97be5fff com.apple.SystemConfiguration 1.9.2 (1.9.2) <eab546255ac099b9616df999c9359d0e> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x97c35000 - 0x97cc8ff3 com.apple.ApplicationServices.ATS 3.8.1 (???) <56f6d9c6f0ae8dccb3b6def46d4ae3f3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x97cc9000 - 0x97cd5ffe libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x97cd6000 - 0x97d63ff7 com.apple.LaunchServices 292 (292) <a41286c7c1eb20ffd5cc796f791070f0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x97da9000 - 0x97e91ff3 com.apple.CoreData 100.2 (186.2) <44df326fea0236718f5ed64084e82270> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0xfffe8000 - 0xfffebfff libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib
    0xffff0000 - 0xffff1780 libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib

    Bee...
    Take a right then a left then up a flight LOL
    https://discussions.apple.com/message/15026005#15026005
    C

  • Can't see iCal in .mac account

    I am brand new to Mac and apologize if this is dense of me. . . .I can't find my iCal in my .mac account. I've published it, synchronized everything and still can't see it. Is there a special place I should look or something else I need to do? Also - how do I change the color of an event in my calendar?
    Thanks! Jen

    Pat,
    I tried the instructions you gave by pressing on 'command and fn and 1 and all it does is change the view to the 'day' view (vs week and/or month).
    My reply was based on the fact that the Original Poster had a MacBook.
    Your hardware profile lists "iMac desktop," which I presume refers to one of the most recent 20' or 24" iMac's.
    I was able to see and utilize the info button previously, however since the most recent updates to my mac software the button is no longer there.
    The iCal window no longer contains an Info button.
    If you have created an event in the iCal window, you should be able to select either (⌘I), or (⌘E) to gain access to the Info/Edit bubble.
    When I open an event and I want to set an alarm, the background of the field is black.
    If the Info/Edit bubble displays no text fields, that is not normal behavior. In that case I would recommend that you attempt to refresh the com.apple.iCal.plist file.
    Quit iCal and find the com.apple.iCal.plist file in your Macintosh HD/Users/yourusername/Library/Preferences Folder. Drag the file to your Desktop, log out/in or restart and check iCal for normal behavior.
    I would also recommend that you update your software specifications in "My Settings." If you have not already done so, you should also install the OS X 10.5.2 Update.
    Good Luck.
    ;~)

  • Can anyone see the video at this website?

    Hi folks,
    I'm using Safari 5.0.3 and I'm trying to watch coverage (live) of the Egyptian protests. When I go to this webpage I can hear the report but I can't see the video. Then a little popup shows up saying there's a plug-in problem. Is there a plug-in I need to have to view this or is this some other problem? Any help is greatly appreciated.
    Renee

    Yeah, here it is. Looks like Thread 9 might be worth taking a closer look at but none of this means anything to me.
    Process: WebKitPluginHost [229]
    Path: /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS /WebKitPluginHost
    Identifier: com.apple.WebKit.PluginHost
    Version: 6533 (6533.13)
    Build Info: WebKitPluginHost-75331300~12
    Code Type: X86 (Native)
    Parent Process: WebKitPluginAgent [228]
    Date/Time: 2011-02-02 17:58:36.111 -0600
    OS Version: Mac OS X 10.6.6 (10J567)
    Report Version: 6
    Interval Since Last Report: 1191942 sec
    Crashes Since Last Report: 4
    Per-App Interval Since Last Report: 537144 sec
    Per-App Crashes Since Last Report: 4
    Anonymous UUID: BF950AA3-BFFE-429A-A5F7-E93239A73347
    Exception Type: EXCBADACCESS (SIGBUS)
    Exception Codes: KERNPROTECTIONFAILURE at 0x0000000000000010
    Crashed Thread: 9
    Thread 0: Dispatch queue: com.apple.main-thread
    0 ...dia.FlashPlayer-10.6.plugin 0x13be9c82 0x139c0000 + 2268290
    1 ...dia.FlashPlayer-10.6.plugin 0x13befb3a 0x139c0000 + 2292538
    2 ...dia.FlashPlayer-10.6.plugin 0x13bf094b 0x139c0000 + 2296139
    3 ...dia.FlashPlayer-10.6.plugin 0x13c16586 0x139c0000 + 2450822
    4 ...dia.FlashPlayer-10.6.plugin 0x13c1c0d8 0x139c0000 + 2474200
    5 ...dia.FlashPlayer-10.6.plugin 0x13dfff17 unregister_ShockwaveFlash + 27591
    6 ...dia.FlashPlayer-10.6.plugin 0x13e6f4e9 unregister_ShockwaveFlash + 483737
    7 com.apple.QuartzCore 0x94442f80 CAOpenGLLayerDraw(CAOpenGLLayer*, double, CVTimeStamp const*, unsigned int) + 1026
    8 com.apple.QuartzCore 0x944438b7 -[CAOpenGLLayer _display] + 512
    9 com.apple.QuartzCore 0x941c8f45 CALayerDisplayIfNeeded + 621
    10 com.apple.QuartzCore 0x941c8310 CA::Context::commit_transaction(CA::Transaction*) + 362
    11 com.apple.QuartzCore 0x941c7f58 CA::Transaction::commit() + 316
    12 com.apple.CoreFoundation 0x97e38e02 __CFRunLoopDoObservers + 1186
    13 com.apple.CoreFoundation 0x97df448a CFRunLoopRunSpecific + 490
    14 com.apple.CoreFoundation 0x97df4291 CFRunLoopRunInMode + 97
    15 com.apple.HIToolbox 0x95712004 RunCurrentEventLoopInMode + 392
    16 com.apple.HIToolbox 0x95711dbb ReceiveNextEventCommon + 354
    17 com.apple.HIToolbox 0x95711c40 BlockUntilNextEventMatchingListInMode + 81
    18 com.apple.AppKit 0x90d9778d _DPSNextEvent + 847
    19 com.apple.AppKit 0x90d96fce -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 156
    20 com.apple.AppKit 0x90d59247 -[NSApplication run] + 821
    21 com.apple.WebKit.PluginHost 0x1895440f 0x18953000 + 5135
    22 com.apple.WebKit.PluginHost 0x1895404d 0x18953000 + 4173
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x98cd3982 kevent + 10
    1 libSystem.B.dylib 0x98cd409c dispatch_mgrinvoke + 215
    2 libSystem.B.dylib 0x98cd3559 dispatch_queueinvoke + 163
    3 libSystem.B.dylib 0x98cd32fe dispatch_workerthread2 + 240
    4 libSystem.B.dylib 0x98cd2d81 pthreadwqthread + 390
    5 libSystem.B.dylib 0x98cd2bc6 start_wqthread + 30
    Thread 2:
    0 ...dia.FlashPlayer-10.6.plugin 0x13bdfc32 0x139c0000 + 2227250
    1 ...dia.FlashPlayer-10.6.plugin 0x13be007f 0x139c0000 + 2228351
    2 ...dia.FlashPlayer-10.6.plugin 0x13bd4b06 0x139c0000 + 2181894
    3 ...dia.FlashPlayer-10.6.plugin 0x13bef150 0x139c0000 + 2290000
    4 ...dia.FlashPlayer-10.6.plugin 0x13bef9b5 0x139c0000 + 2292149
    5 ...dia.FlashPlayer-10.6.plugin 0x139d8cfc 0x139c0000 + 101628
    6 ...dia.FlashPlayer-10.6.plugin 0x13e0497e unregister_ShockwaveFlash + 46638
    7 ...dia.FlashPlayer-10.6.plugin 0x13e04ab5 unregister_ShockwaveFlash + 46949
    8 libSystem.B.dylib 0x98cda85d pthreadstart + 345
    9 libSystem.B.dylib 0x98cda6e2 thread_start + 34
    Thread 3:
    0 libSystem.B.dylib 0x98cdb0a6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x98cdad62 pthread_condwait + 1191
    2 libSystem.B.dylib 0x98cdc9f8 pthreadcondwait$UNIX2003 + 73
    3 ...dia.FlashPlayer-10.6.plugin 0x13e0487f unregister_ShockwaveFlash + 46383
    4 ...dia.FlashPlayer-10.6.plugin 0x139d8d34 0x139c0000 + 101684
    5 ...dia.FlashPlayer-10.6.plugin 0x13e0497e unregister_ShockwaveFlash + 46638
    6 ...dia.FlashPlayer-10.6.plugin 0x13e04ab5 unregister_ShockwaveFlash + 46949
    7 libSystem.B.dylib 0x98cda85d pthreadstart + 345
    8 libSystem.B.dylib 0x98cda6e2 thread_start + 34
    Thread 4:
    0 libSystem.B.dylib 0x98cad15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x98cdace5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x98d09ac8 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x13e04841 unregister_ShockwaveFlash + 46321
    4 ...dia.FlashPlayer-10.6.plugin 0x13ba248f 0x139c0000 + 1975439
    5 ...dia.FlashPlayer-10.6.plugin 0x13e0497e unregister_ShockwaveFlash + 46638
    6 ...dia.FlashPlayer-10.6.plugin 0x13e04ab5 unregister_ShockwaveFlash + 46949
    7 libSystem.B.dylib 0x98cda85d pthreadstart + 345
    8 libSystem.B.dylib 0x98cda6e2 thread_start + 34
    Thread 5:
    0 libSystem.B.dylib 0x98cad15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x98cdace5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x98d09ac8 pthreadcond_timedwait_relativenp + 47
    3 ...dia.FlashPlayer-10.6.plugin 0x13e04841 unregister_ShockwaveFlash + 46321
    4 ...dia.FlashPlayer-10.6.plugin 0x13cf4822 0x139c0000 + 3360802
    5 ...dia.FlashPlayer-10.6.plugin 0x13e0497e unregister_ShockwaveFlash + 46638
    6 ...dia.FlashPlayer-10.6.plugin 0x13e04ab5 unregister_ShockwaveFlash + 46949
    7 libSystem.B.dylib 0x98cda85d pthreadstart + 345
    8 libSystem.B.dylib 0x98cda6e2 thread_start + 34
    Thread 6:
    0 libSystem.B.dylib 0x98cdb0a6 _semwaitsignal + 10
    1 libSystem.B.dylib 0x98cdad62 pthread_condwait + 1191
    2 libSystem.B.dylib 0x98cdc9f8 pthreadcondwait$UNIX2003 + 73
    3 ...dia.FlashPlayer-10.6.plugin 0x13e0487f unregister_ShockwaveFlash + 46383
    4 ...dia.FlashPlayer-10.6.plugin 0x13b4821d 0x139c0000 + 1606173
    5 ...dia.FlashPlayer-10.6.plugin 0x13b48a3e 0x139c0000 + 1608254
    6 ...dia.FlashPlayer-10.6.plugin 0x13b48b8b 0x139c0000 + 1608587
    7 ...dia.FlashPlayer-10.6.plugin 0x13e0497e unregister_ShockwaveFlash + 46638
    8 ...dia.FlashPlayer-10.6.plugin 0x13e04ab5 unregister_ShockwaveFlash + 46949
    9 libSystem.B.dylib 0x98cda85d pthreadstart + 345
    10 libSystem.B.dylib 0x98cda6e2 thread_start + 34
    Thread 7: com.apple.CFSocket.private
    0 libSystem.B.dylib 0x98ccc0c6 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x97e34c83 __CFSocketManager + 1091
    2 libSystem.B.dylib 0x98cda85d pthreadstart + 345
    3 libSystem.B.dylib 0x98cda6e2 thread_start + 34
    Thread 8:
    0 libSystem.B.dylib 0x98cea5fe recvfrom$UNIX2003 + 10
    1 libSystem.B.dylib 0x98d0a3c7 recv$UNIX2003 + 54
    2 ...dia.FlashPlayer-10.6.plugin 0x13e1b59b unregister_ShockwaveFlash + 139851
    3 ...dia.FlashPlayer-10.6.plugin 0x13e1a3d5 unregister_ShockwaveFlash + 135301
    4 ...dia.FlashPlayer-10.6.plugin 0x13b47c66 0x139c0000 + 1604710
    5 ...dia.FlashPlayer-10.6.plugin 0x13e0497e unregister_ShockwaveFlash + 46638
    6 ...dia.FlashPlayer-10.6.plugin 0x13e04ab5 unregister_ShockwaveFlash + 46949
    7 libSystem.B.dylib 0x98cda85d pthreadstart + 345
    8 libSystem.B.dylib 0x98cda6e2 thread_start + 34
    Thread 9 Crashed:
    0 com.apple.VideoToolbox 0x99456a63 VP3VideoDecoder_DecodeFrameCompleteCallback + 43
    1 com.apple.AppleVAFramework 0x9503b978 VP3GetSupportedPixelFormats + 1336
    2 AVAHDVP3.dylib 0x187bf076 HDDecThread_HWSliceDecoder_SampleID::outputframe(int, int, int, int, bool) + 200
    3 AVAHDVP3.dylib 0x187ce7fe slicedecoder_completion_NVIDIAVP2(void*) + 3108
    4 libSystem.B.dylib 0x98cda85d pthreadstart + 345
    5 libSystem.B.dylib 0x98cda6e2 thread_start + 34
    Thread 10:
    0 libSystem.B.dylib 0x98cad15a semaphoretimedwait_signaltrap + 10
    1 libSystem.B.dylib 0x98cdace5 pthread_condwait + 1066
    2 libSystem.B.dylib 0x98d09ac8 pthreadcond_timedwait_relativenp + 47
    3 com.apple.audio.CoreAudio 0x986393c7 CAGuard::WaitFor(unsigned long long) + 219
    4 com.apple.audio.CoreAudio 0x9863c3f9 CAGuard::WaitUntil(unsigned long long) + 289
    5 com.apple.audio.CoreAudio 0x98639cf6 HP_IOThread::WorkLoop() + 1892
    6 com.apple.audio.CoreAudio 0x9863958d HPIOThread::ThreadEntry(HPIOThread*) + 17
    7 com.apple.audio.CoreAudio 0x986394a4 CAPThread::Entry(CAPThread*) + 140
    8 libSystem.B.dylib 0x98cda85d pthreadstart + 345
    9 libSystem.B.dylib 0x98cda6e2 thread_start + 34
    Thread 11:
    0 libSystem.B.dylib 0x98cd2a12 _workqkernreturn + 10
    1 libSystem.B.dylib 0x98cd2fa8 pthreadwqthread + 941
    2 libSystem.B.dylib 0x98cd2bc6 start_wqthread + 30
    Thread 9 crashed with X86 Thread State (32-bit):
    eax: 0x001701a0 ebx: 0x00000000 ecx: 0x001701a0 edx: 0x00170190
    edi: 0x001701a0 esi: 0x00000001 ebp: 0xb0417c78 esp: 0xb0417c40
    ss: 0x0000001f efl: 0x00010206 eip: 0x99456a63 cs: 0x00000017
    ds: 0x0000001f es: 0x0000001f fs: 0x0000001f gs: 0x00000037
    cr2: 0x00000010
    Binary Images:
    0xe1000 - 0xe4ff2 +com.macromedia.Flash Player.plugin 10.1.102.64 (10.1.102.64) <0E4F768E-4FF0-90B4-7387-C86A3EC48C43> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x783000 - 0x78dff7 com.apple.IOFWDVComponents 1.9.9 (1.9.9) <5B4E7BD7-EF5A-2F5C-DF8E-3D4A7B59F779> /System/Library/Components/IOFWDVComponents.component/Contents/MacOS/IOFWDVComp onents
    0x7c1000 - 0x7ebffb com.apple.QuickTimeIIDCDigitizer 7.6.6 (1756) <96489BA5-A106-36A1-FA42-F7F2D6AA098C> /System/Library/QuickTime/QuickTimeIIDCDigitizer.component/Contents/MacOS/Quick TimeIIDCDigitizer
    0x7f3000 - 0x7f7ff3 com.apple.audio.AudioIPCPlugIn 1.1.6 (1.1.6) <F402CF88-D96C-42A0-3207-49759F496AE8> /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x125de000 - 0x125deff7 com.apple.VideoDecodeAcceleration 1.1 (4) <2870DAF2-D95D-CCF7-D0F9-26A0DAD0E69F> /System/Library/Frameworks/VideoDecodeAcceleration.framework/VideoDecodeAcceler ation
    0x126c8000 - 0x126d6fe7 libSimplifiedChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <07211458-FD06-9FEF-3DF4-2E5F0304D4BC> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x126da000 - 0x126ecff7 libTraditionalChineseConverter.dylib 49.0.0 (compatibility 1.0.0) <8D606435-1A3C-FE0B-824A-1386809FFFF5> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x1275a000 - 0x12760ffb com.apple.audio.AppleHDAHALPlugIn 1.9.9 (1.9.9f12) <82BFF5E9-2B0E-FE8B-8370-445DD94DA434> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x139c0000 - 0x143adff3 +com.macromedia.FlashPlayer-10.6.plugin 10.1.102.64 (10.1.102.64) <7F846A86-5E18-B6E5-4DA2-E5B46E7CF5B2> /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.6.plugin/Contents/MacOS/FlashPlay er-10.6
    0x14446000 - 0x14482fe3 com.apple.QuickTimeFireWireDV.component 7.6.6 (1756) <5723A7A8-2C99-561B-8D87-C8B0716436FA> /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1448e000 - 0x144ddfe3 com.apple.QuickTimeUSBVDCDigitizer 2.6.5 (2.6.5) <9DABC446-2388-C209-8912-3A33F6178B18> /System/Library/QuickTime/QuickTimeUSBVDCDigitizer.component/Contents/MacOS/Qui ckTimeUSBVDCDigitizer
    0x144e8000 - 0x14660fe7 GLEngine ??? (???) <3A6C5513-7428-2242-2892-B429C72343CB> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x14692000 - 0x14a97fe7 libclh.dylib 3.1.1 C (3.1.1) <745CBD72-DF1F-EC12-BE51-4EEA9847EADF> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x14b0f000 - 0x14b33fe7 GLRendererFloat ??? (???) <1274B762-2FB9-48FE-EAFD-C459B2B4BECC> /System/Library/Frameworks/OpenGL.framework/Resources/GLRendererFloat.bundle/GL RendererFloat
    0x187b7000 - 0x187e4ff3 AVAHDVP3.dylib ??? (???) <F2A201E1-085A-5219-8425-93239B564168> /System/Library/Extensions/AppleVADriver.bundle/Contents/MacOS/AVAHDVP3.dylib
    0x18953000 - 0x1896efe7 com.apple.WebKit.PluginHost 6533 (6533.13) <3332FD2F-AFC1-396F-B2FF-2B58DC6476DA> /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS /WebKitPluginHost
    0x18977000 - 0x18977ff7 WebKitPluginHostShim.dylib ??? (???) <7FC31FB4-EEF0-6595-36A1-A8C27CFE598A> /System/Library/Frameworks/WebKit.framework/WebKitPluginHost.app/Contents/MacOS /WebKitPluginHostShim.dylib
    0x1acfe000 - 0x1adb7fff com.apple.GeForceVADriver 1.6.26 (6.2.6) <63726FC1-B3AA-90BF-19C6-54E9BB0B0B67> /System/Library/Extensions/GeForceVADriver.bundle/Contents/MacOS/GeForceVADrive r
    0x70000000 - 0x700cbff3 com.apple.audio.units.Components 1.6.3 (1.6.3) <5DA35A22-1B05-6BD3-985A-26A7A2CD6289> /System/Library/Components/CoreAudio.component/Contents/MacOS/CoreAudio
    0x8f0c8000 - 0x8f811ff7 com.apple.GeForceGLDriver 1.6.26 (6.2.6) <518182BB-5A3C-5F4C-3A84-17BB8E385BBF> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDrive r
    0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <A4F6ADCC-6448-37B4-ED6C-ABB2CD06F448> /usr/lib/dyld
    0x90003000 - 0x90047fe7 com.apple.Metadata 10.6.3 (507.15) <A23633F1-E913-66C2-A073-E2B174C09B18> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x9008e000 - 0x90091fe7 libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <1622A54F-1A98-2CBE-B6A4-2122981A500E> /usr/lib/system/libmathCommon.A.dylib
    0x90101000 - 0x90108ff7 com.apple.agl 3.0.12 (AGL-3.0.12) <6877F0D8-0DCF-CB98-5304-913667FF50FA> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x90109000 - 0x9010ffff com.apple.CommonPanels 1.2.4 (91) <2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x9015e000 - 0x9028dfe3 com.apple.audio.toolbox.AudioToolbox 1.6.5 (1.6.5) <0A0F68E5-4806-DB51-764B-D97554B801AD> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x902df000 - 0x902e1ff7 libRadiance.dylib ??? (???) <10048B4A-2AE8-A4E2-21B8-C6E7A8C5B76F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x902e2000 - 0x9037ffe3 com.apple.LaunchServices 362.2 (362.2) <F3952CAB-322F-A12F-57AF-8B91B1D76DDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x90490000 - 0x904eafe7 com.apple.CorePDF 1.3 (1.3) <696ADD5F-C038-A63B-4732-82E4109379D7> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x904eb000 - 0x904f2ff3 com.apple.print.framework.Print 6.1 (237.1) <F5AAE53D-5530-9004-A9E3-2C1690C5328E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x904f3000 - 0x90500ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x90501000 - 0x9062ffe7 com.apple.CoreData 102.1 (251) <E6A457F0-A0A3-32CD-6C69-6286E7C0F063> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x90630000 - 0x90630ff7 com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <1DEC639C-173D-F808-DE0D-4070CC6F5BC7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x90632000 - 0x90675ff7 com.apple.NavigationServices 3.5.4 (182) <753B8906-06C0-3AE0-3D6A-8FF5AC18ED12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x90676000 - 0x906b3ff7 com.apple.SystemConfiguration 1.10.5 (1.10.2) <362DF639-6E5F-9371-9B99-81C581A8EE41> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x906f5000 - 0x906f8ff7 libCoreVMClient.dylib ??? (???) <973B9E1F-70B3-2E76-B14B-E57F306AD2DF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x90800000 - 0x90849fe7 libTIFF.dylib ??? (???) <AC1FC806-F7F4-174B-375F-FE5D6008666C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9084a000 - 0x9084aff7 com.apple.quartzframework 1.5 (1.5) <CEB78F00-C5B2-3B3F-BF70-DD6D578719C0> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x9084b000 - 0x90957ff7 libGLProgrammability.dylib ??? (???) <A077BFEA-19C6-9F48-2F36-8E4E55376F49> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x90958000 - 0x90bcbfe7 com.apple.Foundation 6.6.4 (751.42) <ACC0BAEB-C590-7052-3AB2-86C207C3D6D4> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x90bcc000 - 0x90becfe7 libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <751955F3-21FB-A03A-4E92-1F3D4EFB8C5B> /usr/lib/libresolv.9.dylib
    0x90bed000 - 0x90ca3ff7 libFontParser.dylib ??? (???) <33F62EE1-E457-C6FD-369E-E86745B94A4B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x90ca4000 - 0x90ca4ff7 liblangid.dylib ??? (???) <B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
    0x90ca5000 - 0x90cecffb com.apple.CoreMediaIOServices 134.0 (1160) <D4F40A28-4E31-3210-7C2B-59D8A1903FB2> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x90ced000 - 0x90cfbfe7 libz.1.dylib 1.2.3 (compatibility 1.0.0) <3CE8AA79-F077-F1B0-A039-9103A4A02E92> /usr/lib/libz.1.dylib
    0x90d4f000 - 0x9162fff7 com.apple.AppKit 6.6.7 (1038.35) <ABC7783C-E4D5-B848-BED6-99451D94D120> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x91750000 - 0x91a70ff3 com.apple.CoreServices.CarbonCore 861.23 (861.23) <B08756E4-32C5-CC33-0268-7C00A5ED7537> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x91ac2000 - 0x91affff7 com.apple.CoreMedia 0.484.20 (484.20) <105DDB24-E45F-5473-99E1-B09FDEAE4500> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x91b00000 - 0x92a52fef com.apple.QuickTimeComponents.component 7.6.6 (1756) /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x92a9a000 - 0x92adeff3 com.apple.coreui 2 (114) <29F8F1A4-1C96-6A0F-4CC2-9B85CF83209F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x92adf000 - 0x932ce557 com.apple.CoreGraphics 1.545.0 (???) <1AB39678-00D5-FB88-3B41-93D78348E0DE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x9393c000 - 0x9395bff7 com.apple.CoreVideo 1.6.2 (45.6) <EB53CAA4-5EE2-C356-A954-5775F7DDD493> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x93967000 - 0x93968ff7 com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <0EC4EEFF-477E-908E-6F21-ED2C973846A4> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x93969000 - 0x939e9feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x939ea000 - 0x93a92ffb com.apple.QD 3.36 (???) <FA2785A4-BB69-DCB4-3BA3-7C89A82CAB41> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x93aa3000 - 0x93aa4ff7 com.apple.audio.units.AudioUnit 1.6.5 (1.6.5) <BE4C2495-B758-AD22-DCC0-56A6791E948E> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93b6e000 - 0x93b72ff7 libGFXShared.dylib ??? (???) <9E14BE2F-C863-40E9-41A6-1BE9045663A0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x93b73000 - 0x93b81ff7 com.apple.opengl 1.6.12 (1.6.12) <9F13B279-F289-18AC-5D86-DCD52BAF087D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93c0c000 - 0x93c47feb libFontRegistry.dylib ??? (???) <4FB144ED-8AF9-27CF-B315-DCE5575D5231> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x93c48000 - 0x93c6afef com.apple.DirectoryService.Framework 3.6 (621.9) <F2EEE9D7-D4FB-14F3-E647-ABD32754F557> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x93c6b000 - 0x93d24fe7 libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <52438E77-55D1-C231-1936-76F1369518E4> /usr/lib/libsqlite3.dylib
    0x93d25000 - 0x93d46fe7 com.apple.opencl 12.3 (12.3) <DEA600BF-4F54-66B5-DB2F-DC57FD518543> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x93d47000 - 0x93d53ff7 libkxld.dylib ??? (???) <F0E915AD-6B32-0D5E-D24B-B188447FDD23> /usr/lib/system/libkxld.dylib
    0x93daf000 - 0x93dc3ffb com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <57DD5458-4F24-DA7D-0927-C3321A65D743> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x93dc4000 - 0x93e56fe7 com.apple.print.framework.PrintCore 6.3 (312.7) <7410D1B2-655D-68DA-D4B9-2C65747B6817> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x93e5e000 - 0x93e68fe7 com.apple.audio.SoundManager 3.9.3 (3.9.3) <5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x93e69000 - 0x93f33fef com.apple.CoreServices.OSServices 357 (357) <CF9530AD-F581-B831-09B6-16D9F9283BFA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x93f3b000 - 0x93f3dff7 com.apple.securityhi 4.0 (36638) <38D36D4D-C798-6ACE-5FA8-5C001993AD6B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x93f46000 - 0x93faaffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x93fab000 - 0x941a8ff7 com.apple.JavaScriptCore 6533.19 (6533.19.1) <85A6BFDD-CBB6-7490-748D-8EA8B9B7FDD8> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x941b3000 - 0x941bdffb com.apple.speech.recognition.framework 3.11.1 (3.11.1) <EC0E69C8-A121-70E8-43CF-E6FC4C7779EC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x941be000 - 0x94529ff7 com.apple.QuartzCore 1.6.3 (227.34) <CC1C1631-D8D1-D416-171E-A1683274E479> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9452a000 - 0x9456cff7 libvDSP.dylib 268.0.1 (compatibility 1.0.0) <3F0ED200-741B-4E27-B89F-634B131F5E9E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x9456d000 - 0x94591ff7 libJPEG.dylib ??? (???) <46AF3A0F-2B8D-87B9-62D4-0905678A64DA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x94592000 - 0x94597ff7 com.apple.OpenDirectory 10.6 (10.6) <C1B46982-7D3B-3CC4-3BC2-3E4B595F0231> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x94598000 - 0x9459bff7 libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <B624AACE-991B-0FFA-2482-E69970576CE1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x946c1000 - 0x9489cff3 libType1Scaler.dylib ??? (???) <A7AB841A-3F40-E0B8-ADDD-44014C7287C9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libType1Scaler.dylib
    0x9489d000 - 0x948deff7 libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <16DAE1A5-937A-1CA2-D98F-2AF958B62993> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x948df000 - 0x94925ff7 libauto.dylib ??? (???) <29422A70-87CF-10E2-CE59-FEE1234CFAAE> /usr/lib/libauto.dylib
    0x94926000 - 0x94d3cff7 libBLAS.dylib 219.0.0 (compatibility 1.0.0) <C4FB303A-DB4D-F9E8-181C-129585E59603> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x94d3d000 - 0x94d4dff7 com.apple.DSObjCWrappers.Framework 10.6 (134) <81A0B409-3906-A98F-CA9B-A49E75007495> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x94d4e000 - 0x94d9eff7 com.apple.framework.familycontrols 2.0.2 (2020) <AF7F86F1-F7BF-CBA8-7A4A-D8F7A19F9601> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x94d9f000 - 0x94e4dff3 com.apple.ink.framework 1.3.3 (107) <57B54F6F-CE35-D546-C7EC-DBC5FDC79938> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x94e4e000 - 0x94ea6fe7 com.apple.datadetectorscore 2.0 (80.7) <A40AA74A-9D13-2A6C-5440-B50905923251> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x94ea7000 - 0x94eabff7 IOSurface ??? (???) <D849E1A5-6B0C-2A05-2765-850EC39BA2FF> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x94eac000 - 0x94edefe3 libTrueTypeScaler.dylib ??? (???) <6E9D1A50-330E-F1F4-F93D-9ECC8A61B21A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x94f1b000 - 0x94f33ff7 com.apple.CFOpenDirectory 10.6 (10.6) <F9AFC571-3539-6B46-ABF9-46DA2B608819> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x94fa9000 - 0x94fd1ff7 libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <769EF4B2-C1AD-73D5-AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
    0x94fd2000 - 0x94fd2ff7 com.apple.Cocoa 6.6 (???) <EA27B428-5904-B00B-397A-185588698BCC> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x94fd3000 - 0x9504efff com.apple.AppleVAFramework 4.10.12 (4.10.12) <89C4EBE2-FE27-3160-0BD1-D0C2ED5F3605> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x951ec000 - 0x9526effb SecurityFoundation ??? (???) <3670AE8B-06DA-C447-EB14-79423DB9C474> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x9526f000 - 0x9531fff3 com.apple.ColorSync 4.6.3 (4.6.3) <AA1076EA-7665-3005-A837-B661260DBE54> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x95320000 - 0x95381fe7 com.apple.CoreText 3.5.0 (???) <BB50C045-25F5-65B8-B1DB-8CDAEF45EB46> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x95382000 - 0x953cffeb com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x955ad000 - 0x9567efe3 ColorSyncDeprecated.dylib 4.6.0 (compatibility 1.0.0) <8FDB4C40-D453-DA53-2A66-9A53998AB23C> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x9567f000 - 0x956dcff7 com.apple.framework.IOKit 2.0 (???) <A769737F-E0D6-FB06-29B4-915CF4F43420> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x956dd000 - 0x95a01fef com.apple.HIToolbox 1.6.4 (???) <4699C8BB-DE74-C530-564B-D131F74C9B54> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x95a6d000 - 0x95a75ff7 com.apple.DisplayServicesFW 2.3.0 (283) <48D94761-7340-D029-99E3-9BE0262FAF22> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x95b6b000 - 0x95b9eff7 com.apple.AE 496.4 (496.4) <7F34EC47-8429-3077-8158-54F5EA908C66> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x95b9f000 - 0x95bb1ff7 com.apple.MultitouchSupport.framework 207.10 (207.10) <E1A6F663-570B-CE54-0F8A-BBCCDECE3B42> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x95bb2000 - 0x95bc6fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
    0x95bc7000 - 0x95bd8ff7 com.apple.LangAnalysis 1.6.6 (1.6.6) <97511CC7-FE23-5AC3-2EE2-B5479FAEB316> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x95bd9000 - 0x95c52ff7 com.apple.PDFKit 2.5.1 (2.5.1) <CEF13510-F08D-3177-7504-7F8853906DE6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x95c53000 - 0x95d96fef com.apple.QTKit 7.6.6 (1756) <4D809734-4E1B-8E18-C825-86C5422FC3DC> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x95d97000 - 0x95e32ff7 com.apple.ApplicationServices.ATS 4.4 (???) <ECB16606-4DF8-4AFB-C91D-F7947C26040F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x95e4c000 - 0x95ea2ff7 com.apple.MeshKitRuntime 1.1 (49.2) <F1EAE9EC-2DA3-BAFD-0A8C-6A3FFC96D728> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x95ea3000 - 0x96025fe7 libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <35DB7644-0780-D2AB-F6A9-45F28D2D434A> /usr/lib/libicucore.A.dylib
    0x96026000 - 0x96069ff7 libGLU.dylib ??? (???) <BB66EDB2-D5FE-61C9-21BE-747F9862819C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x960c2000 - 0x960c2ff7 com.apple.Accelerate 1.6 (Accelerate 1.6) <BC501C9F-7C20-961A-B135-0A457667D03C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x960c3000 - 0x9615bfe7 edu.mit.Kerberos 6.5.10 (6.5.10) <8B83AFF3-C074-E47C-4BD0-4546EED0D1BC> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x96573000 - 0x965a3ff7 com.apple.MeshKit 1.1 (49.2) <ECFBD794-5D36-4405-6184-5568BFF29BF3> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x965a4000 - 0x965f5ff7 com.apple.HIServices 1.8.2 (???) <F6EAC2D1-902A-9374-FC4B-43B50E054416> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x965f6000 - 0x96664ff7 com.apple.QuickLookUIFramework 2.3 (327.6) <74706A08-5399-24FE-00B2-4A702A6B83C1> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x96665000 - 0x96665ff7 com.apple.vecLib 3.6 (vecLib 3.6) <7362077A-890F-3AEF-A8AB-22247B10E106> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x970b2000 - 0x970d9ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <879A3B93-87A6-88FE-305D-DF1EAED04756> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x970f3000 - 0x971cefeb com.apple.DesktopServices 1.5.9 (1.5.9) <CED00AC1-924B-0E45-7D5E-1CEA8929F5BE> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x97416000 - 0x974c0fe7 com.apple.CFNetwork 454.11.5 (454.11.5) <D8963574-285A-3BD6-6B25-07D39C6F67A4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x974c1000 - 0x974d1ff7 libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <C8744EA3-0AB7-CD03-E639-C4F2B910BE5D> /usr/lib/libsasl2.2.dylib
    0x974d2000 - 0x975d4fef com.apple.MeshKitIO 1.1 (49.2) <34322CDD-E67E-318A-F03A-A3DD05201046> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x975fc000 - 0x975ffffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x9761e000 - 0x9764fff7 libGLImage.dylib ??? (???) <E3EC8E92-4DDD-E7B8-3D38-C5A5160A4930> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x976f0000 - 0x977cdff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x97806000 - 0x9780cfe7 com.apple.CommerceCore 1.0 (6) <41C2A87D-93D8-56C1-9292-0400699F23C1> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
    0x9780d000 - 0x979c6feb com.apple.ImageIO.framework 3.0.4 (3.0.4) <C145139E-24C4-5A3D-B17C-809D528354B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x979c7000 - 0x97a06ff7 com.apple.ImageCaptureCore 1.0.3 (1.0.3) <7E02D104-F31C-CF72-71B4-DA5DF7B48337> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x97a0d000 - 0x97d06fef com.apple.QuickTime 7.6.6 (1756) <F08B13B6-31D7-BD18-DA87-A0CDFCF13B8F> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x97db8000 - 0x97f33fe7 com.apple.CoreFoundation 6.6.4 (550.42) <C78D5079-663E-9734-7AFA-6CE79A0539F1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x97f34000 - 0x97f35ff7 com.apple.TrustEvaluationAgent 1.1 (1) <6C04C4C5-667E-2EBE-EB96-5B67BD4B2185> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x97f36000 - 0x97f5cffb com.apple.DictionaryServices 1.1.2 (1.1.2) <43E1D565-6E01-3681-F2E5-72AE4C3A097A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x97f5d000 - 0x97f68ff7 libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <CB2510BD-A5B3-9D90-5917-C73F6ECAC913> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x97f75000 - 0x98076fe7 libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
    0x980d7000 - 0x98115ff7 com.apple.QuickLookFramework 2.3 (327.6) <66955C29-0C99-D02C-DB18-4952AFB4E886> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x98116000 - 0x98180fe7 libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <411D87F4-B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
    0x98181000 - 0x98185ff7 libGIF.dylib ??? (???) <DA5758A4-71B0-DD6E-7402-B7FB15387569> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x98186000 - 0x982b2ffb com.apple.MediaToolbox 0.484.20 (484.20) <D67788A2-B772-C5DB-B12B-173B2F8EE40B> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x982b3000 - 0x982b3ff7 com.apple.ApplicationServices 38 (38) <8012B504-3D83-BFBB-DA65-065E061CFE03> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x982b4000 - 0x982edff7 libcups.2.dylib 2.8.0 (compatibility 2.0.0) <E0D512DD-365D-46A0-F50C-435BC250424F> /usr/lib/libcups.2.dylib
    0x98307000 - 0x983b4fe7 libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
    0x983b5000 - 0x98618fff com.apple.security 6.1.1 (37594) <B6F2A8BF-C1B7-A0E2-83FB-4FF265E9BDDC> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x98619000 - 0x98693fff com.apple.audio.CoreAudio 3.2.6 (3.2.6) <F7C9B01D-45AD-948B-2D26-9736524C1A33> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x98694000 - 0x98703ff7 libvMisc.dylib 268.0.1 (compatibility 1.0.0) <2FC2178F-FEF9-6E3F-3289-A6307B1A154C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x98706000 - 0x9883dff7 com.apple.CoreAUC 6.04.04 (6.04.04) <050D9D16-AAE7-3460-4318-8449574F26C7> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x9883e000 - 0x9883eff7 com.apple.Carbon 150 (152) <9252D5F2-462D-2C15-80F3-109644D6F704> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x9883f000 - 0x9883fff7 com.apple.CoreServices 44 (44) <51CFA89A-33DB-90ED-26A8-67D461718A4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x98840000 - 0x9884bff7 libGL.dylib ??? (???) <48405993-0AE9-292B-6705-C3525528682A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x98859000 - 0x98874ff7 libPng.dylib ??? (???) <E14178E0-B92D-94EA-DACB-04F346D7534C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x98971000 - 0x9897aff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9897b000 - 0x98ba6ff3 com.apple.QuartzComposer 4.2 ({156.28}) <08AF01DC-110D-9443-3916-699DBDED0149> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x98ba7000 - 0x98cabfe7 libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <BDEFA030-5E75-7C47-2904-85AB16937F45> /usr/lib/libcrypto.0.9.8.dylib
    0x98cac000 - 0x98e53ff7 libSystem.B.dylib 125.2.1 (compatibility 1.0.0) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    0x98e80000 - 0x98e9cfe3 com.apple.openscripting 1.3.1 (???) <DA16DE48-59F4-C94B-EBE3-7FAF772211A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x98f14000 - 0x98f29fff com.apple.ImageCapture 6.0.1 (6.0.1) <E7ED2AC1-834C-A44E-531E-EC05F0496DBF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x98f2a000 - 0x9935fff7 libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x993cc000 - 0x99885ffb com.apple.VideoToolbox 0.484.20 (484.20) <E7B9F015-2569-43D7-5268-375ED937ECA5> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x9988e000 - 0x99a70fff com.apple.imageKit 2.0.3 (1.0) <B4DB05F7-01C5-35EE-7AB9-41BD9D63F075> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0xba900000 - 0xba916ff7 libJapaneseConverter.dylib 49.0.0 (compatibility 1.0.0) <B339B85B-1B6D-81D8-1281-7B8C8A517329> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0xbab00000 - 0xbab21fe7 libKoreanConverter.dylib 49.0.0 (compatibility 1.0.0) <EF3E3210-927F-DB9F-4CD4-4039A2AE2F84> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0xffff0000 - 0xffff1fff libSystem.B.dylib ??? (???) <62291026-D016-705D-DC1E-FC2B09D47DE5> /usr/lib/libSystem.B.dylib
    Model: MacBookPro5,4, BootROM MBP53.00AC.B03, 2 processors, Intel Core 2 Duo, 2.53 GHz, 4 GB, SMC 1.49f2
    Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.36.1)
    Bluetooth: Version 2.3.8f7, 2 service, 19 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: FUJITSU MJA2250BH FFS G1, 232.89 GB
    Serial ATA Device: HL-DT-ST DVDRW GS23N
    USB Device: Internal Memory Card Reader, 0x05ac (Apple Inc.), 0x8403, 0x26500000
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8507, 0x24400000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0236, 0x04600000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x04500000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x06100000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8213, 0x06110000

  • Speech bubble - how do I add to iDVD or iMovie?

    A few months ago someone showed me how to use iMovie and iDVD. I liked the additional feature they showed of being able to add "speech bubbles" to show text for individual frames/images. Unfortunately, I can't find or remember how to find this feature. Anyone able to help?
    Many thanks
    G4 PowerPC   Mac OS X (10.4.8)  

    Welcome annie!
    Could it have been a plugin?
    iBubble
    (Click on "iBubble" above to go to the download
    site)
    Sue
    Thanks so much Sue. It must have been this plug in iBubble. The site is down at the moment so I can't download/purchase the add on but I am quite sure this is what I wanted. Many, many thanks.
    G4 PowerPC   Mac OS X (10.4.8)  

  • Speech Bubble not showing up

    I am using a 3d animation program. After I export a specific animation to Java 3d, the speech bubbles does not show up. Everythign else works fine. Is there any new Java 3d library I have to install to make this work...
    Appreciate your reply
    Vazin

    I don't know what you think is missing. The screen shot you posted looks fine except for the buttons on the toolbar. If you still think that there is something missing, then I would guess it has to do with whatever you used to change the buttons in the toolbar.
    Edit: I don't have the options at the top; is that where you should see something? Regardless, I go back to blaming whatever you've loaded that is affecting the buttons.
    Message was edited by: Barney-15E

  • How can I configure Speech Recognition to open specific applications

    Hello Folks,
    How can I configure Speech Recognition to open specific applications, such as Lightroom, Firefox, etc.?
    Is there a way to add documents to do this to the speech preferences folder?
    I see an applications folder for example for "mail", can I add one for more applications?
    Any help would be appreciated.

    In the early days of it I gave it a try out of curiosity. It was quirky then, too. It does appear to be much better but Apple still doesn't help much with documentation on making the most of it. And, they tend to leave much work to the user to maximize its usefulness. I suppose that's why many users would rather spend the $199 for Dragon Dictate - it takes all the mystery out of speech recognition.
    But still speech recognition in OS X is really a way of issuing commands. It doesn't type while you talk like Dragon Dictate or Dragon Express.

  • I do not have a speech bubble option in Preview...

    The latest version of Preview app from OS X Mountain Lion onward feature a couple of fun menu items that let you quickly add comic book styled speech bubbles to any photo. It’s extremely easy to use, but it’s also easy to overlook, so here’s how to use them to add some humor to any picture:
    Open an image in Preview and click the “Show Edit Toolbar” button that looks like a square with a pen in it, or hit Command+Shift+A
    Click on either the speech bubble icon or the thought bubble icon, then click and drag on the picture to place the bubble
    Type what you want in the bubble, adjusting the font and size as desired using the Fonts panel
    I have Mountain Lion 10.8.2 and version 6.0.1. (765.4) of Preview. What gives?

    I can't believe that was the answer to my problem.
    How obvious, lol. It is SO obvious, it blows my mind how simple a solution it is.
    Thank you for your answer.

Maybe you are looking for