Help w/10g-XE Install on Ubuntu

Hello world,
I have a (new to me) Ubuntu OS on which I am trying to make Oracle 10G-XE behave. I have searched many threads here and elsewhere on the web, but still cannot find an answer to the problems I am encountering.
I have d/l'ed the 10g-XE deb file and used Synaptic to install it. Everything went smoothly. When I try to "Go to Database Home Page" I have been receiving this message: "Firefox can't establish a connection to the server at 127.0.0.1." There are lots of posts with suggestions on what to do, but I cannot follow the advice because I am stumped on many fronts.
Most of the replies to this error say to check out what 'LSNRCTL -status' gives me. Well, when I try to run that command I receive this in reply: 'bash: lsnrctl: command not found.' I tracked down the exact directory with the command and got the same message. I tried running it with SUDO and got the same message.
I followed other threads to try and run the 'oracle-xe - configure' command and it too, could not be found, even when launched from the dir that holds the script. These two things together make me think that I have something wrong with my Linux config, but not sure what to do or how to track it down. The weird thing is that SQL tells me that help is unavailable (SP2-0171: HELP system not available.) That makes me think that my Oracle installation is incomplete, but not sure how to verify a good clean install.
I will gladly accept all suggestions on how to do my homework - just point me in a good direction! Thanks all ..

Thanks! I have put the output from the commands you recommended here:
$ pwd
/home/oracle
$ ps -aef |egrep "xe|pmon"
mark 5294 1 0 07:48 ? 00:00:00 /usr/lib/gnome-applets/mixer_applet2 oaf-activate-iid=OAFIID:GNOME_MixerApplet_Factory oaf-ior-fd=27
oracle 6014 1 0 07:54 ? 00:00:00 /usr/lib/gnome-applets/mixer_applet2 oaf-activate-iid=OAFIID:GNOME_MixerApplet_Factory oaf-ior-fd=20
oracle 6552 6540 0 08:04 pts/0 00:00:00 grep -E xe|pmon
$ pwd
/usr/lib/oracle/xe/app/oracle/product/10.2.0/server/bin
$ ls
...lsnrctl ...
$ lsnrctl
sh: lsnrctl: not found
As I mentioned - I cannot understand why bash is telling me it cannot find the Listener. Even when I go to the owning directory and verify the executable is there (see above) and tell bash to run it, I still receive this error message. I have previously visited your very nice blog prior to posting here and tried many of the steps you recommend there. It seems to boil down to starting lsnrctl. But I believe the problem lies within Linux as other commands are similarly not recognized.
I also found that trying to run the script to install SQL help returns the same 'not found' message.
What would you recommend next?

Similar Messages

  • Active ODP when both 9 and 10g are installed...

    I have both ODP 9i and ODP 10g (along with the Oracle 10g client) installed on my workstation. How does one set up one or the other to be the 'active' ODP client? For instance, I have an application that I developed under ODP 9i... because I developed this under ODP 9, I want it to run under ODP 9 on my or anyone else's workstation. However, when I view it in the Visual Studio 2003 IDE, it shows ODP 10 as the 'active' client. Even when I run it, I find it is using ODP 10 (I know this because I have a Help...About screen in my runtime that displays the loaded assemblies) Even if I install it on a plain workstation (i.e. no Visual Studio 2003) with both 9i and 10g installed, and even though it was fully compiled using 9i, it still shows up as using the 10g ODP client. I don't want that at this time - if I compile it under 9i I want it to use Oracle 9i... Otherwise, what is the sense of having both clients on the machine?
    So.... bottom line... is there a way to set one of the ODP clients to be 'active' even though both clients are installed?
    Thanks in advance.
    Tom

    Hi,
    By default, ODP installs publisher policy files to redirect to the latest version of ODP, which would make an app compiled with 92x odp use the 10x odp instead. If you dont want that to happen, delete the oracle.dataaccess publisher policy files from the GAC, but then you'll get no redirection at all. IE, you'll have to have the exact version the app was compiled with on that box to run the app.
    Or, as msolnit pointed you to above, there's an article on the MS site that explains more about it, and other ways to prevent it on a per-application basis (see the Bypassing Publisher Policy section of that article)
    Cheers, hope it helps.
    Greg

  • Oracle 10g enterprise edition in ubuntu

    how to install oracle 10g enterprise edition in ubuntu 11.04 (32bit). i have downloaded from http://www.oracle.com/technetwork/database/10201linuxsoft-097986.html .
    thanks in advance.

    rakeshor wrote:
    i unzip it and run installer but nothing happn.it worked for me
    bcm@bcm-laptop:~$ sqlplus
    SQL*Plus: Release 11.2.0.1.0 Production on Sun Oct 9 22:57:04 2011
    Copyright (c) 1982, 2009, Oracle.  All rights reserved.
    Enter user-name: / as sysdba
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> !uname -a
    Linux bcm-laptop 2.6.32-34-generic #77-Ubuntu SMP Tue Sep 13 19:39:17 UTC 2011 x86_64 GNU/Linux
    SQL>

  • Can I use existing 10g iAS install with Application Express?

    I apologize if this has been addressed somewhere else, but I haven't been able to find a definitive answer yet.
    I have a 10g DB installed on machine A, and have been following the instructions to install Application Express. Instead of installing another instance of HTTP_Server (from the companion CD) on machine A, I have machine B with a full 10g iAS install on it (discoverer, portal, infrastructure, etc). I would like to use machine B as the front end to access htmldb. Machine B has 2 oracle homes, one for the infrastructure and one for the BI tools/portal stuff. Which one do I configure for htmldb? From reading in this forum I think I can use the dads.conf file instead of the marvel.conf file (which doesn't exist) to add the pls/htmldb info, but I can't figure out which one to edit. I probably have something else wrong somewhere, but this would help narrow things down. Currently when I go to the following url http://machineb:7778/pls/htmldb I get "503 Service Temporarily Unavailable".
    Thanks in advance for any help.
    Rhonda

    Sure, you can use the Application Server, no need to install another one.
    You would add the configuration to the BI tools/portal stuff Oracle Home, not the infrastructure.
    You don't need the marvel.conf explicitly (but this is installed per default when you install the http server from the 10g companion CD).
    You could just add the DAD configuration to the dads.conf.
    To make it a bit simpler I would do the following:
    1) remove the entries for /pls/htmldb from your current dads.conf (if they exist).
    2) follow the instructions here: http://www.oracle.com/technology/products/database/application_express/howtos/howto_useoas10g.html
    And use the following for the contents of the file marvel.conf (make sure to change it accordingly for your environment (changes to make are bold):
    AddType text/xml xbl
    AddType text/x-component htc
    Alias /i/ /home/oracle/oracle/product/10.2.0/db/htmldb/images/
    <Location /pls/htmldb>
        Order deny,allow
        PlsqlDocumentPath docs
        AllowOverride None
        PlsqlDocumentProcedure wwv_flow_file_manager.process_download
        PlsqlDatabaseConnectString localhost:1521:o1020
        PlsqlNLSLanguage AMERICAN_AMERICA.AL32UTF8
        PlsqlAuthenticationMode Basic
        SetHandler pls_handler
        PlsqlDocumentTablename wwv_flow_file_objects$
        PlsqlDatabaseUsername HTMLDB_PUBLIC_USER
        PlsqlDefaultPage htmldb
        PlsqlDatabasePassword <password for HTMLDB_PUBLIC_USER>
        Allow from all
        PlsqlErrorStyle ModplsqlStyle
    </Location>
    ~Dietmar.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                           

  • How to start SQLPLUS in oracle 10g which install on Red Hat Linux AS 4

    I install oracle 10g on Red hat linux enterprize AS 4. but i can not start SQLPLUS. I could not login to grid control. When installation, some agents installations are fail. what can i do? please help me out.

    I install oracle 10g on RHEL 4. But error occure in cofiguration assistant.
    following assistance not configured (which are recommended):
    Oracle Net Configuration Assistant - fail
    HTTP Server Configuration Assitant - skipped
    Java Security Configuration Assistant - skipped
    OC4J Configuration Assistant - skipped
    Web Cache Configuration Assistant - skipped
    Oracle Instance Configuration Assistant - skipped
    Oracle Database Configuration Assistant - skipped
    OC4J Instance Configuration Assistant - skipped
    OPMN Configuration Assistant - skipped
    Register DCM Plug-ins with EM - skipped
    Application Server Control Configuration Assistant -skipped
    DCM Repository Backup Assistant - skipped
    Enterprize Manager Reposotory Creation Assistant - skipped
    Log Details given about "Oracle Net Configuration Assistant" as
    /usr/app/oracle_sw_owner/oracle/product/10..0/EM10g_1/oracle.swd.jre/bin/..
    /lib/i686/native_thread/libzip.so : symbol errno version GLIBC_
    Unable to initialize threads:cannot find class javalang thread not define in file libc.so.6 with link time referance (libzip.so)
    could not create Java VM
    configuration of assistant "Oracle Net Configuration Assistant" fail
    When try to run sqlplus from xterm, it gives an following error :
    $ /usr/app/oracle_sw_owner/oracle/product/10.1.0/EM10g_1/bin/sqlplus
    Message file sp1<lang>.msb not found
    Error 6 initializing SQL*Plus
    After installation there is an information is given for Enterprise Manager Grid Control and it gives an url as http://localhost.localdomain:7777/em. But when i try to connect it gives an error massage as "The connection was refuse when attempting to contact localhost.localdomain:7777"
    Same situation when i try to connect Enterprise Manager Application Server (its url: http://localhost.localdomain:1810). It gives an error massage "The connection was refuse when attempting to contact localhost.localdomain:1810"
    What can i do in this situation? Please help me out.

  • Oracle SOA Suite 10g; problem install

    Good morning,
    I try to install Oracle SOA Suite 10g, the install hangs at the last step in installing Oracle Web Services Manager by invoking the following message: Unable to locate a valid OC4J URI. Probably The Server is down.
    When I execute opmnctl startall_ , it gives me errors and the installation gives the same error. ( Unable to locate a valid OC4J URI. Probably The Server is down)
    Thank you for helping me.

    Yes, I try to install on Vista.
    This is the error exactly:_
    BUILD FAILED
    E:\product\10.1.3.1\OracleAS\owsm\scripts\install.xml:1996: The following error occurred while executing this line:
    E:\product\10.1.3.1\OracleAS\owsm\scripts\deploy.xml:395: The following error occurred while executing this line:
    E:\product\10.1.3.1\OracleAS\owsm\scrpc]
    ts\oc4j.xml:24: Unable to locate a valid OC4J URI. The server is probably down.
    Total time: 1 minute 24 seconds
    Error 1
    Echec de l'assistant de configuration "Assistant Configuration d'Oracle Web Services Manager "
    Thank you for helping me
    Edited by: 857737 on 10 mai 2011 04:28

  • New install of Ubuntu, Firefox menu bar is missing.

    I have a new machine with a new install of Ubuntu 12.04. In Firefox the menu bar is missing. I have the black border with 3 buttons in the left and the current page title. I also have a tabs bar and toolbars. I've looked in the forum/help and tried the suggestions there, here's what happened:
    If I right-click the tab bar, the only toolbars shown in the drop-down menu are Navigation, Bookmarks and Add-ons, so I can't show the menu bar that way.
    I don't have a Firefox button.
    I've tried creating a new toolbar and moving all buttons except the address field and google search across in case it was a lack of space on the toolbar but that didn't help.
    I can't reset the profile as I don't have a help menu.
    I've re-installed Firefox and there was no change.
    Does anyone have other suggestions please?
    Tim

    Ubuntu 11.xx and later displays window menus in the control bar at the top of the screen with the switch to the Unity window manager.
    * http://en.wikipedia.org/wiki/Ubuntu_Unity
    Click on Bookmarks/Show All Bookmarks then move your mouse to the left upper corner toward Firefox Web Browser.
    You will get pop up menu (Organize, Views and Import and Backup).

  • Oracle 10g R2 for Linux ubuntu

    Hi,
    is it possible to install Oracle 10g R2 on Linux ubuntu ?
    If yes :
    from here :
    http://www.oracle.com/technetwork/database/enterprise-edition/downloads/index.html
    which one
    Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86
    Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86-64
    Oracle Database 10g Release 2 (10.2.0.1.0) for Linux Itanium
    Oracle Database 10g Release 2 (10.2.0.1.0) for Linux on Power
    Many thanks.

    Please note that this is 10g, and the UI has no support for Ubuntu/Debian.
    To get 10g to install, you need to create the file /etc/redhat-release, and put some redhat-string in there...
    oracle@c-3po:~$ uname -a
    Linux c-3po 2.6.28.8 #2 SMP Tue Mar 17 13:03:16 CET 2009 x86_64 GNU/Linux
    oracle@c-3po:~$ cat /etc/debian_version
    5.0.4
    oracle@c-3po:~$ cat /etc/redhat-release
    Red Hat Linux release 3.1 (drupal)
    oracle@c-3po:~$ cat /etc/issue
    Debian GNU/Linux 5.0 \n \l
    oracle@c-3po:~$ sqlplus / as sysdba
    SQL*Plus: Release 10.2.0.4.0 - Production on Mon Nov 29 12:59:40 2010
    Copyright (c) 1982, 2007, Oracle. All Rights Reserved.
    Connected to:
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bit Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from v$version;
    BANNER
    Oracle Database 10g Enterprise Edition Release 10.2.0.4.0 - 64bi
    PL/SQL Release 10.2.0.4.0 - Production
    CORE 10.2.0.4.0 Production
    TNS for Linux: Version 10.2.0.4.0 - Production
    NLSRTL Version 10.2.0.4.0 - Production
    Version, you probably want one of these,
    Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86
    Oracle Database 10g Release 2 (10.2.0.1.0) for Linux x86-64
    depending on if you have a 32- or 64-bit version of Ubuntu installed...

  • Calling report from form on which IDS 10g is installed

    Dear All,
    I have a form which calls a report. I am able to run this form and report from my application server 10g. But before deploying it on the server I would like to test it from my pc where Developer suite 10g is installed. i.e running a report from the form in on IDS client pc. I have made changes in formsweb.cfg and default.env file. I am starting a report server from the command prompt using rwserver server=rep_oraclag_OraBi. But when I run the report it says that unable to run report.
    Regards
    Trusha

    Dear All,
    Thanks for the reply. I am able to run my report from the form through my application server which is installed on Linux. My question is how to run report on the development PC where IDS 10g is installed. Before deploying it on the server, I would like to test it from my development PC. Is there anyway I can do this? I have started on temporary report server using rwserver server=server_name. I have set path in formsweb.cfg and default.env. But when I run report from the form it says unable to run report. I am able to run all my forms on my development pc. But not able to run any report.
    Regards
    Trusha

  • My Safari keeps crashing...HELP...re-installed flash player.  No prob on Firefox  OS 10.4.11

    My Safari keeps crashing...HELP...re-installed flash player.  No prob on Firefox  OS 10.4.11
    Here's the report...
    Date/Time:      2012-01-31 11:01:16.434 -0800
    OS Version:     10.4.11 (Build 8S2167)
    Report Version: 4
    Command: Safari
    Path:    /Applications/Safari.app/Contents/MacOS/Safari
    Parent:  WindowServer [62]
    Version:        4.1.3 (4533.19.4)
    Build Version:  1
    Project Name:   WebBrowser
    Source Version: 75331904
    PID:    550
    Thread: 0
    Exception:  EXC_BAD_ACCESS (0x0001)
    Codes:      KERN_INVALID_ADDRESS (0x0001) at 0x61747369
    Thread 0 Crashed:
    0   libobjc.A.dylib                          0x90a59387 objc_msgSend + 23
    1   com.apple.Safari                         0x002b8b9f 0x1000 + 2849695
    2   com.apple.Safari                         0x002b8db0 0x1000 + 2850224
    3   com.apple.Safari                         0x000c81aa 0x1000 + 815530
    4   com.apple.Safari                         0x001489b0 0x1000 + 1341872
    5   com.apple.Safari                         0x0007bc8c 0x1000 + 502924
    6   com.apple.WebKit                         0x0102dfa6 CallFormDelegate(WebView*, objc_selector*, objc_object*, objc_object*, objc_object*, objc_object*, objc_object*) + 238
    7   com.apple.WebKit                         0x01073712 WebFrameLoaderClient::dispatchWillSubmitForm(void (WebCore::PolicyChecker::*)(WebCore::PolicyAction), ***::PassRefPtr<WebCore::FormState>) + 442
    8   com.apple.WebCore                        0x0167cef2 WebCore::FrameLoader::continueLoadAfterNavigationPolicy(WebCore::ResourceReques t const&, ***::PassRefPtr<WebCore::FormState>, bool) + 522
    9   com.apple.WebCore                        0x0167cc37 WebCore::FrameLoader::callContinueLoadAfterNavigationPolicy(void*, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, bool) + 55
    10  com.apple.WebCore                        0x0167ca26 WebCore::PolicyCallback::call(bool) + 74
    11  com.apple.WebCore                        0x0167c7fb WebCore::PolicyChecker::continueAfterNavigationPolicy(WebCore::PolicyAction) + 905
    12  com.apple.WebKit                         0x01018c7f -[WebFramePolicyListener receivedPolicyDecision:] + 51
    13  com.apple.WebKit                         0x01018c45 -[WebFramePolicyListener use] + 41
    14  com.apple.Safari                         0x00023d08 0x1000 + 142600
    15  libobjc.A.dylib                          0x90a5cc56 objc_msgSendv + 54
    16  com.apple.Foundation                     0x92800d82 -[NSInvocation invoke] + 932
    17  com.apple.Foundation                     0x92826d3b -[NSInvocation invokeWithTarget:] + 67
    18  com.apple.WebKit                         0x01018abd -[_WebSafeForwarder forwardInvocation:] + 327
    19  com.apple.Foundation                     0x927ffe38 -[NSObject(NSForwardInvocation) forward::] + 469
    20  libobjc.A.dylib                          0x90a5cba1 _objc_msgForward + 49
    21  com.apple.WebKit                         0x01073a6d WebFrameLoaderClient::dispatchDecidePolicyForNavigationAction(void (WebCore::PolicyChecker::*)(WebCore::PolicyAction), WebCore::NavigationAction const&, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>) + 201
    22  com.apple.WebCore                        0x01d8288c WebCore::PolicyChecker::checkNavigationPolicy(WebCore::ResourceRequest const&, WebCore::DocumentLoader*, ***::PassRefPtr<WebCore::FormState>, void (*)(void*, WebCore::ResourceRequest const&, ***::PassRefPtr<WebCore::FormState>, bool), void*) + 1450
    23  com.apple.WebCore                        0x0167a589 WebCore::FrameLoader::loadWithDocumentLoader(WebCore::DocumentLoader*, WebCore::FrameLoadType, ***::PassRefPtr<WebCore::FormState>) + 1063
    24  com.apple.WebCore                        0x01c525d1 WebCore::FrameLoader::loadWithNavigationAction(WebCore::ResourceRequest const&, WebCore::NavigationAction const&, bool, WebCore::FrameLoadType, ***::PassRefPtr<WebCore::FormState>) + 675
    25  com.apple.WebCore                        0x01c533a0 WebCore::FrameLoader::loadURL(WebCore::KURL const&, WebCore::String const&, WebCore::String const&, bool, WebCore::FrameLoadType, ***::PassRefPtr<WebCore::Event>, ***::PassRefPtr<WebCore::FormState>) + 1586
    26  com.apple.WebCore                        0x01c5435f WebCore::FrameLoader::loadFrameRequest(WebCore::FrameLoadRequest const&, bool, bool, ***::PassRefPtr<WebCore::Event>, ***::PassRefPtr<WebCore::FormState>, WebCore::ReferrerPolicy) + 759
    27  com.apple.WebCore                        0x0201e01a WebCore::ScheduledFormSubmission::fire(WebCore::Frame*) + 194
    28  com.apple.WebCore                        0x017c05bc WebCore::RedirectScheduler::timerFired(WebCore::Timer<WebCore::RedirectSchedule r>*) + 72
    29  com.apple.WebCore                        0x0201db04 WebCore::Timer<WebCore::RedirectScheduler>::fired() + 72
    30  com.apple.WebCore                        0x016d5c7f WebCore::ThreadTimers::sharedTimerFiredInternal() + 97
    31  com.apple.WebCore                        0x016d5b8d WebCore::ThreadTimers::sharedTimerFired() + 59
    32  com.apple.WebCore                        0x01daac7d WebCore::timerFired(__CFRunLoopTimer*, void*) + 63
    33  com.apple.CoreFoundation                 0x9082d756 CFRunLoopRunSpecific + 3341
    34  com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    35  com.apple.HIToolbox                      0x91c55878 RunCurrentEventLoopInMode + 285
    36  com.apple.HIToolbox                      0x91c54f82 ReceiveNextEventCommon + 385
    37  com.apple.HIToolbox                      0x91c54dd9 BlockUntilNextEventMatchingListInMode + 81
    38  com.apple.AppKit                         0x9f2f6f45 _DPSNextEvent + 572
    39  com.apple.AppKit                         0x9f2f6b37 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 137
    40  com.apple.Safari                         0x0000f6f9 0x1000 + 59129
    41  com.apple.AppKit                         0x9f2f08c4 -[NSApplication run] + 512
    42  com.apple.AppKit                         0x9f2e4820 NSApplicationMain + 573
    43  com.apple.Safari                         0x0000749b 0x1000 + 25755
    44  com.apple.Safari                         0x0010e512 0x1000 + 1103122
    45  com.apple.Safari                         0x00007219 0x1000 + 25113
    Thread 1:
    0   libSystem.B.dylib                        0x900248c7 semaphore_wait_signal_trap + 7
    1   com.apple.JavaScriptCore                 0x0050ade0 ***::ThreadCondition::wait(***::Mutex&) + 24
    2   com.apple.WebCore                        0x015eadd0 WebCore::IconDatabase::syncThreadMainLoop() + 256
    3   com.apple.WebCore                        0x015e8856 WebCore::IconDatabase::iconDatabaseSyncThread() + 192
    4   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 2:
    0   libSystem.B.dylib                        0x90009cd7 mach_msg_trap + 7
    1   com.apple.CoreFoundation                 0x9082d227 CFRunLoopRunSpecific + 2014
    2   com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    3   com.apple.Foundation                     0x928565da +[NSURLCache _diskCacheSyncLoop:] + 206
    4   com.apple.Foundation                     0x927f9cfc forkThreadForFunction + 123
    5   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 3:
    0   libSystem.B.dylib                        0x90009cd7 mach_msg_trap + 7
    1   com.apple.CoreFoundation                 0x9082d227 CFRunLoopRunSpecific + 2014
    2   com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    3   com.apple.Safari                         0x00026c6d 0x1000 + 154733
    4   com.apple.Safari                         0x00026b26 0x1000 + 154406
    5   com.apple.Safari                         0x00026aab 0x1000 + 154283
    6   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 4:
    0   libSystem.B.dylib                        0x900248c7 semaphore_wait_signal_trap + 7
    1   com.apple.Foundation                     0x9284fc60 -[NSConditionLock lockWhenCondition:] + 39
    2   com.apple.Syndication                    0x998c779e -[AsyncDB _run:] + 181
    3   com.apple.Foundation                     0x927f9cfc forkThreadForFunction + 123
    4   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 5:
    0   libSystem.B.dylib                        0x900248c7 semaphore_wait_signal_trap + 7
    1   com.apple.JavaScriptCore                 0x00510742 ***::ThreadCondition::timedWait(***::Mutex&, double) + 74
    2   com.apple.Safari                         0x002ddd66 0x1000 + 3001702
    3   com.apple.Safari                         0x002dde5c 0x1000 + 3001948
    4   com.apple.Safari                         0x0003a0cd 0x1000 + 233677
    5   com.apple.Safari                         0x0003a02f 0x1000 + 233519
    6   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 6:
    0   libSystem.B.dylib                        0x90009cd7 mach_msg_trap + 7
    1   com.apple.CoreFoundation                 0x9082d227 CFRunLoopRunSpecific + 2014
    2   com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    3   com.apple.Foundation                     0x9282f39c +[NSURLConnection(NSURLConnectionInternal) _resourceLoadLoop:] + 259
    4   com.apple.Foundation                     0x927f9cfc forkThreadForFunction + 123
    5   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 7:
    0   libSystem.B.dylib                        0x9001a1cc select + 12
    1   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 8:
    0   libSystem.B.dylib                        0x900248c7 semaphore_wait_signal_trap + 7
    1   com.apple.JavaScriptCore                 0x00510742 ***::ThreadCondition::timedWait(***::Mutex&, double) + 74
    2   com.apple.WebCore                        0x018bb8d2 WebCore::LocalStorageThread::threadEntryPoint() + 170
    3   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 9:
    0   libSystem.B.dylib                        0x900248c7 semaphore_wait_signal_trap + 7
    1   com.apple.ColorSync                      0x915a96ab pthreadSemaphoreWait(t_pthreadSemaphore*) + 35
    2   com.apple.ColorSync                      0x915c3ddc CMMConvTask(void*) + 60
    3   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 10:
    0   libSystem.B.dylib                        0x900248c7 semaphore_wait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x193a730f unregister_ShockwaveFlash + 47503
    2   ...lashPlayer-10.4-10.5.plugin           0x18f7ff9f 0x18f66000 + 106399
    3   ...lashPlayer-10.4-10.5.plugin           0x193a73fc unregister_ShockwaveFlash + 47740
    4   ...lashPlayer-10.4-10.5.plugin           0x193a7440 unregister_ShockwaveFlash + 47808
    5   ...lashPlayer-10.4-10.5.plugin           0x193a7566 unregister_ShockwaveFlash + 48102
    6   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 11:
    0   libSystem.B.dylib                        0x900248c7 semaphore_wait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x193a730f unregister_ShockwaveFlash + 47503
    2   ...lashPlayer-10.4-10.5.plugin           0x18f7ff9f 0x18f66000 + 106399
    3   ...lashPlayer-10.4-10.5.plugin           0x193a73fc unregister_ShockwaveFlash + 47740
    4   ...lashPlayer-10.4-10.5.plugin           0x193a7440 unregister_ShockwaveFlash + 47808
    5   ...lashPlayer-10.4-10.5.plugin           0x193a7566 unregister_ShockwaveFlash + 48102
    6   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 12:
    0   libSystem.B.dylib                        0x90009cd7 mach_msg_trap + 7
    1   com.apple.CoreFoundation                 0x9082d227 CFRunLoopRunSpecific + 2014
    2   com.apple.CoreFoundation                 0x9082ca42 CFRunLoopRunInMode + 61
    3   com.apple.audio.CoreAudio                0x9e61c356 HALRunLoop::OwnThread(void*) + 158
    4   com.apple.audio.CoreAudio                0x9e61c171 CAPThread::Entry(CAPThread*) + 93
    5   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 13:
    0   libSystem.B.dylib                        0x90047dd7 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x193a72d7 unregister_ShockwaveFlash + 47447
    2   ...lashPlayer-10.4-10.5.plugin           0x1914780e 0x18f66000 + 1972238
    3   ...lashPlayer-10.4-10.5.plugin           0x193a73fc unregister_ShockwaveFlash + 47740
    4   ...lashPlayer-10.4-10.5.plugin           0x193a7440 unregister_ShockwaveFlash + 47808
    5   ...lashPlayer-10.4-10.5.plugin           0x193a7566 unregister_ShockwaveFlash + 48102
    6   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 14:
    0   libSystem.B.dylib                        0x90047dd7 semaphore_timedwait_signal_trap + 7
    1   ...lashPlayer-10.4-10.5.plugin           0x193a72d7 unregister_ShockwaveFlash + 47447
    2   ...lashPlayer-10.4-10.5.plugin           0x1928d548 0x18f66000 + 3306824
    3   ...lashPlayer-10.4-10.5.plugin           0x193a73fc unregister_ShockwaveFlash + 47740
    4   ...lashPlayer-10.4-10.5.plugin           0x193a7440 unregister_ShockwaveFlash + 47808
    5   ...lashPlayer-10.4-10.5.plugin           0x193a7566 unregister_ShockwaveFlash + 48102
    6   libSystem.B.dylib                        0x90024227 _pthread_body + 84
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x61747369  ebx: 0x9082621d  ecx: 0x90a6ec04  edx: 0x188bcc90
      edi: 0x61747371  esi: 0x188ca060  ebp: 0xbfffdfc8  esp: 0xbfffdf94
       ss: 0x0000001f  efl: 0x00010206  eip: 0x90a59387   cs: 0x00000017
       ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
    Binary Images Description:
        0x1000 -   0x330fff com.apple.Safari 4.1.3 (4533.19.4)          /Applications/Safari.app/Contents/MacOS/Safari
      0x505000 -   0x6ddfff com.apple.JavaScriptCore 4533.19 (4533.19.1)          /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptC ore
    0x1008000 -  0x10f5fff com.apple.WebKit 4533.19 (4533.19.4)          /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x119a000 -  0x1448fff com.apple.QuartzCore 1.4.13          /System/Library/PrivateFrameworks/Safari.framework/Frameworks/QuartzCore.f ramework/Versions/A/QuartzCore
    0x14dc000 -  0x15bafff libxml2.2.dylib           /usr/lib/libxml2.2.dylib
    0x15e6000 -  0x20a7fff com.apple.WebCore 4533.19 (4533.19.4)          /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore. framework/Versions/A/WebCore
    0x17e03000 - 0x17e06fff com.macromedia.Flash Player.plugin 10.3.183.11          /Library/Internet Plug-Ins/Flash Player.plugin/Contents/MacOS/Flash Player
    0x18f66000 - 0x199b4fff com.macromedia.FlashPlayer-10.4-10.5.plugin 10.3.183.11          /Library/Internet Plug-Ins/Flash Player.plugin/Contents/PlugIns/FlashPlayer-10.4-10.5.plugin/Contents/MacOS/Flas hPlayer-10.4-10.5
    0x8fe00000 - 0x8fe4afff dyld 46.16          /usr/lib/dyld
    0x90000000 - 0x90171fff libSystem.B.dylib           /usr/lib/libSystem.B.dylib
    0x90229000 - 0x902fffff ATS           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ATS.framework/Versions/A/ATS
    0x90446000 - 0x904f4fff com.apple.QTKit 7.6.4 (1327.73)          /System/Library/Frameworks/QTKit.framework/QTKit
    0x906cc000 - 0x9073ffff com.apple.framework.IOKit 1.4.8 (???)          /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90758000 - 0x907c0fff com.apple.CoreServices.OSServices 4.1          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OS Services.framework/Versions/A/OSServices
    0x9080b000 - 0x908d3fff com.apple.CoreFoundation 6.4.11 (368.35)          /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundat ion
    0x90911000 - 0x90911fff com.apple.CoreServices 10.4 (???)          /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x90a57000 - 0x90ad6fff libobjc.A.dylib           /usr/lib/libobjc.A.dylib
    0x90c66000 - 0x90c78fff libauto.dylib           /usr/lib/libauto.dylib
    0x90db2000 - 0x90dc9fff libGL.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dyl ib
    0x90dde000 - 0x90e36fff libGLU.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dy lib
    0x90e51000 - 0x90e77fff com.apple.SystemConfiguration 1.8.6          /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/System Configuration
    0x90e8c000 - 0x90e8cfff com.apple.Carbon 10.4 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x90e8f000 - 0x90e9afff com.apple.opengl 1.4.16          /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x90ea2000 - 0x90ebdfff com.apple.DirectoryService.Framework 3.3          /System/Library/Frameworks/DirectoryService.framework/Versions/A/Directory Service
    0x91008000 - 0x91047fff com.apple.CFNetwork 129.24          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CF Network.framework/Versions/A/CFNetwork
    0x9105a000 - 0x9106afff com.apple.WebServices 1.1.3 (1.1.0)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/We bServicesCore.framework/Versions/A/WebServicesCore
    0x91075000 - 0x910f4fff com.apple.SearchKit 1.0.8          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Se archKit.framework/Versions/A/SearchKit
    0x911e8000 - 0x9125bfff com.apple.print.framework.PrintCore 4.6 (177.13)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/PrintCore.framework/Versions/A/PrintCore
    0x912a7000 - 0x912affff com.apple.speech.recognition.framework 3.6          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRe cognition.framework/Versions/A/SpeechRecognition
    0x912f2000 - 0x91302fff com.apple.ImageCapture 3.0.4          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCap ture.framework/Versions/A/ImageCapture
    0x91353000 - 0x91394fff com.apple.NavigationServices 3.4.4 (3.4.3)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Navigati onServices.framework/Versions/A/NavigationServices
    0x91415000 - 0x9141cfff libbsm.dylib           /usr/lib/libbsm.dylib
    0x9151f000 - 0x9151ffff com.apple.ApplicationServices 10.4 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Applic ationServices
    0x91521000 - 0x9154dfff com.apple.AE 316.3          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/AE.framework/Versions/A/AE
    0x91560000 - 0x91634fff com.apple.ColorSync 4.4.13          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ColorSync.framework/Versions/A/ColorSync
    0x91710000 - 0x917b9fff com.apple.QD 3.10.28 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/QD.framework/Versions/A/QD
    0x917df000 - 0x9182afff com.apple.HIServices 1.5.2 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/HIServices.framework/Versions/A/HIServices
    0x9186b000 - 0x91885fff com.apple.FindByContent 1.5          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/FindByContent.framework/Versions/A/FindByContent
    0x9188f000 - 0x9189dfff com.apple.framework.Apple80211 4.5.5 (455.2)          /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple802 11
    0x91944000 - 0x91ae3fff com.apple.security 4.5.2 (29774)          /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x91c4c000 - 0x91f41fff com.apple.HIToolbox 1.4.10 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbo x.framework/Versions/A/HIToolbox
    0x9262e000 - 0x9271bfff libiconv.2.dylib           /usr/lib/libiconv.2.dylib
    0x9271d000 - 0x9279bfff com.apple.DesktopServices 1.3.7          /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A /DesktopServicesPriv
    0x927dc000 - 0x92a14fff com.apple.Foundation 6.4.12 (567.42)          /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92bf1000 - 0x92bf6fff com.apple.securityhi 2.0.1 (24742)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Security HI.framework/Versions/A/SecurityHI
    0x92bfc000 - 0x92c8dfff com.apple.ink.framework 101.2.1 (71)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.fram ework/Versions/A/Ink
    0x92ca1000 - 0x92ca4fff com.apple.help 1.0.3 (32.1)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.fra mework/Versions/A/Help
    0x92ca7000 - 0x92cc5fff com.apple.openscripting 1.2.7 (???)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScri pting.framework/Versions/A/OpenScripting
    0x92cd7000 - 0x92cddfff com.apple.print.framework.Print 5.2 (192.4)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.fr amework/Versions/A/Print
    0x92ce3000 - 0x92d46fff com.apple.htmlrendering 66.1 (1.1.3)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRend ering.framework/Versions/A/HTMLRendering
    0x92dd2000 - 0x92ddffff com.apple.audio.SoundManager 3.9.1          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSo und.framework/Versions/A/CarbonSound
    0x92de6000 - 0x92debfff com.apple.CommonPanels 1.2.3 (73)          /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPa nels.framework/Versions/A/CommonPanels
    0x93095000 - 0x930abfff libcups.2.dylib           /usr/lib/libcups.2.dylib
    0x93266000 - 0x93266fff com.apple.Cocoa 6.4 (???)          /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93323000 - 0x9334cfff com.apple.LDAPFramework 1.4.2 (69.1.1)          /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x93500000 - 0x9351dfff libresolv.9.dylib           /usr/lib/libresolv.9.dylib
    0x935f5000 - 0x93606fff com.apple.securityfoundation 2.2.1 (28150)          /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/Securit yFoundation
    0x937d0000 - 0x9380efff com.apple.securityinterface 2.2.1 (27695)          /System/Library/Frameworks/SecurityInterface.framework/Versions/A/Security Interface
    0x93e4f000 - 0x93e4ffff com.apple.audio.units.AudioUnit 1.4.2          /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x93ee9000 - 0x942f2fff libBLAS.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libBLAS.dylib
    0x947bd000 - 0x94903fff com.apple.AddressBook.framework 4.0.6 (490)          /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x9498f000 - 0x9499efff com.apple.DSObjCWrappers.Framework 1.1          /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSOb jCWrappers
    0x949d4000 - 0x949e3fff libsasl2.2.dylib           /usr/lib/libsasl2.2.dylib
    0x95152000 - 0x95246fff libicucore.A.dylib           /usr/lib/libicucore.A.dylib
    0x952ad000 - 0x9535ffff libcrypto.0.9.7.dylib           /usr/lib/libcrypto.0.9.7.dylib
    0x953bc000 - 0x953e1fff libssl.0.9.7.dylib           /usr/lib/libssl.0.9.7.dylib
    0x95540000 - 0x95548fff com.apple.DiskArbitration 2.1.2          /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitr ation
    0x95756000 - 0x957d1fff com.apple.CoreData 91 (92.1)          /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x958d3000 - 0x958f1fff com.apple.Metadata 10.4.4 (121.36)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Me tadata.framework/Versions/A/Metadata
    0x95936000 - 0x9596efff com.apple.PDFKit 1.0.4          /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.f ramework/Versions/A/PDFKit
    0x95d53000 - 0x95d55fff libmathCommon.A.dylib           /usr/lib/system/libmathCommon.A.dylib
    0x95f5b000 - 0x95f5bfff com.apple.Accelerate 1.3.1 (Accelerate 1.3.1)          /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x96068000 - 0x960f6fff com.apple.vImage 2.5          /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vIma ge.framework/Versions/A/vImage
    0x9658f000 - 0x96594fff com.apple.agl 2.5.9 (AGL-2.5.9)          /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x96e43000 - 0x96e43fff com.apple.Accelerate.vecLib 3.3.1 (vecLib 3.3.1)          /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/vecLib
    0x96ecf000 - 0x96ecffff com.apple.vecLib 3.3.1 (vecLib 3.3.1)          /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x970c0000 - 0x970c0fff com.apple.quartzframework 1.0          /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x972cc000 - 0x97306fff libGLImage.dylib           /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImag e.dylib
    0x97443000 - 0x974fcfff com.apple.audio.toolbox.AudioToolbox 1.4.7          /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x981e3000 - 0x982bafff com.apple.QuartzComposer 1.2.6 (32.25)          /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCo mposer.framework/Versions/A/QuartzComposer
    0x98f25000 - 0x98f4efff com.apple.CoreMediaPrivate 15.0          /System/Library/PrivateFrameworks/CoreMediaPrivate.framework/Versions/A/Co reMediaPrivate
    0x998c4000 - 0x998fbfff com.apple.Syndication 1.0.8 (56.1)          /System/Library/PrivateFrameworks/Syndication.framework/Versions/A/Syndica tion
    0x9b513000 - 0x9b553fff com.apple.CoreMediaIOServicesPrivate 20.0          /System/Library/PrivateFrameworks/CoreMediaIOServicesPrivate.framework/Ver sions/A/CoreMediaIOServicesPrivate
    0x9b8e1000 - 0x9b8f3fff com.apple.SyndicationUI 1.0.8 (56.1)          /System/Library/PrivateFrameworks/SyndicationUI.framework/Versions/A/Syndi cationUI
    0x9ca48000 - 0x9d93ffff com.apple.QuickTimeComponents.component 7.6.4 (1327.73)          /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/Qui ckTimeComponents
    0x9daa3000 - 0x9db07fff libstdc++.6.dylib           /usr/lib/libstdc++.6.dylib
    0x9de1f000 - 0x9e13efff com.apple.QuickTime 7.6.4 (1327.73)          /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x9e1dd000 - 0x9e201fff libvDSP.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libvDSP.dylib
    0x9e4b4000 - 0x9e4bbfff libgcc_s.1.dylib           /usr/lib/libgcc_s.1.dylib
    0x9e503000 - 0x9e50efff libCSync.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x9e513000 - 0x9e52dfff libRIP.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x9e533000 - 0x9e542fff libCGATS.A.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x9e549000 - 0x9e587fff com.apple.vmutils 4.0.2 (93.1)          /System/Library/PrivateFrameworks/vmutils.framework/Versions/A/vmutils
    0x9e59c000 - 0x9e5b2fff com.apple.CoreVideo 1.4.2          /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x9e5c2000 - 0x9e603fff libsqlite3.0.dylib           /usr/lib/libsqlite3.0.dylib
    0x9e60b000 - 0x9e681fff com.apple.audio.CoreAudio 3.0.5          /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x9e6d2000 - 0x9ea86fff libLAPACK.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libLAPACK.dylib
    0x9eab3000 - 0x9eb0cfff libvMisc.dylib           /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecL ib.framework/Versions/A/libvMisc.dylib
    0x9eb15000 - 0x9eb54fff libTIFF.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x9eb5a000 - 0x9eb75fff libPng.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x9eb7a000 - 0x9ec02fff libRaw.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x9ec06000 - 0x9ec65fff libJP2.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x9ec77000 - 0x9ec95fff libJPEG.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x9ec9a000 - 0x9ecdafff com.apple.ImageIO.framework 1.5.9          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/ImageIO
    0x9eced000 - 0x9ecf9fff com.apple.speech.synthesis.framework 3.5          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x9ed00000 - 0x9ed0efff libz.1.dylib           /usr/lib/libz.1.dylib
    0x9ed13000 - 0x9ed15fff libRadiance.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x9ed17000 - 0x9ed1bfff libGIF.dylib           /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9ed1d000 - 0x9ed5afff com.apple.LaunchServices 183.1          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/LaunchServices.framework/Versions/A/LaunchServices
    0x9ed6e000 - 0x9ed84fff com.apple.LangAnalysis 1.6.3          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x9ed90000 - 0x9edcdfff com.apple.CoreText 1.1.3 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreText.framework/Versions/A/CoreText
    0x9edf4000 - 0x9f249fff com.apple.CoreGraphics 1.258.85 (???)          /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framew orks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x9f2e0000 - 0x9f996fff com.apple.AppKit 6.4.10 (824.48)          /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x9fd17000 - 0x9ffbdfff com.apple.CoreServices.CarbonCore 682.31 (682.32)          /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Ca rbonCore.framework/Versions/A/CarbonCore
    Model: MacBook1,1, BootROM MB11.0061.B03, 2 processors, Intel Core Duo, 2 GHz, 1 GB
    Graphics: Intel GMA 950, GMA 950, Built-In, spdisplays_integrated_vram
    Memory Module: BANK 0/DIMM0, 512 MB, DDR2 SDRAM, 667 MHz
    Memory Module: BANK 1/DIMM1, 512 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x86), 1.4.4
    Bluetooth: Version 1.9.5f4, 2 service, 0 devices, 1 incoming serial ports
    Network Service: Built-in Ethernet, Ethernet, en0
    Serial ATA Device: TOSHIBA MK8032GSX, 74.53 GB
    Parallel ATA Device: MATSHITADVD-R   UJ-857
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Bluetooth USB Host Controller, Apple, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
    USB Device: Apple Internal Keyboard / Trackpad, Apple Computer, Up to 12 Mb/sec, 500 mA

    Hi,
    Did you recently upgrade Flash from 12 to 13?<br>
    There have been issues reported with the 13.0.0.182 version of the Flash plugin crashing on some older Mac computers due to the compiler generating incompatible code.
    The only way to recover is to uninstall the Flash 13 version and revert to an older Flash version and wait for Adobe to release an update that addresses this issue.
    * http://helpx.adobe.com/flash-player/kb/uninstall-flash-player-mac-os.html
    You can either install the latest Flash 11.7 version that has the latest security updates (may not work with Safari) or the last Flash 12 version that didn't get the security updates Flash 13 has.
    * http://www.adobe.com/special/products/flashplayer/fp_distribution3.html
    Adobe Community: ATTENTION MAC CUSTOMERS - Flash Player 13 "Plugin Failure" Workaround:
    * http://forums.adobe.com/thread/1447282

  • I've installed windows 7 with the help of bootcamp on my macbook pro 2011. Please help me how to install mac drivers for windows7 64 bit???

    I've installed windows 7 with the help of bootcamp on my macbook pro 2011.
    Please help me how to install mac drivers for windows7 64 bit???

    You either download drivers from within Boot Camp Assistant and save to USB FAT disk, or you insert and use 10.6.x OS X DVD when in Windows and install and run the SETUP from there.
    General Help:
    Boot Camp 4.0, OS X Lion: Frequently asked question
    http://support.apple.com/kb/HT4818
    http://manuals.info.apple.com/en_US/boot_camp_install-setup_10.7.pdf
    create a Windows support software (drivers) CD or USB storage media
    http://support.apple.com/kb/HT4407
    Installation Guide   Instructions for all features and settings.
    Boot Camp 4.0 FAQ   Get answers to commonly asked Boot Camp questions.
    Windows 7 FAQ   Answers to commonly asked Windows 7 questions.
    - support articles and tips, how to.
    http://www.apple.com/support/bootcamp/
    Macs that work with 64-bit editions of Microsoft Windows Vista and Windows 7
    http://support.apple.com/kb/HT1846
    Step 4: Install the Boot Camp Drivers for Windows
    After installing Windows, install Mac-specific drivers and other software for Windows using your Mac OS X installation disc.  The Mac OS X disc installs drivers to support Mac components, including AirPort,built-in iSight camera, the Apple Remote, the trackpad on a portable Mac, and thefunction keys on an Apple keyboard. 
    The Mac OS X disc also installs the Boot Camp control panel for Windows and theApple Boot Camp system tray item.
    To install the Boot Camp drivers:
    1 Eject the Windows installation disc.
    2 Insert the Mac OS X disc.  If the installer doesn’t start automatically, browse the disc using Windows Explorerand double-click the setup.exe file in the Boot Camp directory.
    3 Follow the onscreen instructions.
    If a message appears that says the software you’re installing has not passed Windows  Logo testing, click Continue Anyway.
    Windows that appear only briefly during the installation don’t require your input.
    If nothing appears to be happening, there may be a hidden window that you mustrespond to. Check the taskbar and look behind open windows.
    Important: Do not click the Cancel button in any of the installer dialogs.
    4 After your computer restarts, follow the instructions in the Found New Hardware  Wizard to update your software drivers (Windows XP only).
    5 Follow the instructions for any other wizards that appear.
    6 Check for updated Boot Camp drivers by using Apple Software Update or going to www.apple.com/support/bootcamp.
      If You Have Problems Installing the Device Drivers 
    If it appears that the Boot Camp drivers weren’t successfully installed, try repairing them.
    To repair Boot Camp drivers:
    1 Start up your computer in Windows.
    2 Insert your Mac OS X installation disc.
    3 If the installer doesn’t start automatically, browse the disc using Windows Explorerand double-click the setup.exe file in the Boot Camp directory.
    4 Click Repair and follow the onscreen instructions.
    If a message appears that says the software you’re installing has not passed Windows  Logo testing, click Continue Anyway. 
    If you need to reinstall specific drivers, you can install one driver at a time. For example,if your built-in iSight camera isn’t working, you can reinstall just the iSight driver.
    Individual drivers are in the Drivers folder on the Mac OS X installation disc.

  • How do i get help in downloading and installing PE 12 and Premier 12 on Win 8.1?

    how do i get help in downloading and installing PE 12 and Premier 12 on Win 8.1?

    Try using another browser if you are having a problem getting the interface to react properly to your interaction with it.  If you need more help, preovide more information regarding what you experience when you tru and it fails.
    Please don't start multiple postings for the same problem - your other posting provided better information.

  • I need help in downloading and installing a previously purchased version of Photoshop Elements 12: AD012822594 1057-0247-4177-3303-6451-8067  or   1057-0904-6949-7119-8323-9165

    I need help in downloading and installing a previously purchased version of Photoshop Elements 12: AD012822594 1057-0247-4177-3303-6451-8067  or   1057-0904-6949-7119-8323-9165

    Please do not share serial numbers  or Order numbers on Forums . Serial numbers and order numbers  are very confidential.
    You can only share serial number with Adobe Customer support staff.

  • I need help in downloading and installing a previously purchased version of Photoshop Elements 12: Serial number removed by moderator

    I need help in downloading and installing a previously purchased version of Photoshop Elements 12: <Serial number removed by moderator>

    Hi There,
    Kindly try: Troubleshoot installation | Photoshop Elements, Premiere Elements | Windows
    Thanks,
    Atul Saini

  • HELP!! cant install non app store programs and security and privacy stuck

    hi guys really need help.
    I cant install non apple approved programs cos the (see below);
    "Open System Preferences > Security and Privacy > General, and choose "Anywhere" under "Allow applications downloaded from"
    this function is stuck..... I cant unlock it even after inputting the correcct Admin password.....
    Please advise
    Thanks so much!!!

    Deloren19 wrote:
    "Open System Preferences > Security and Privacy > General, and choose "Anywhere" under "Allow applications downloaded from"
    Does not exist under 10.6.8.

Maybe you are looking for

  • Mini-DP on X1 Carbon 2014 Not working.

    Hello,  On Friday I received my new X1 Carbon Model (20A7) with the WQHD non-touch display. I have used two different HP 27" ZR2740w displays (one at a time) using the Mini-DP port on the device. This is the same setup I had with the previous gen X1

  • Macro issue while running in the background

    Hello All, <b>Case 1:</b> Selection of aggregation level (only 9AMATNR) When we run a Macro in the background (with an aggregation level of only 9AMATNR), the results for the Macro are looking good at the product level (for e.g. product  for all loca

  • Using OBIEE Scheduler to export and save data in excel/pdf

    Hi Is it possible to use obiee scheduler and run particular reports and export the data into excel/pdf and save this file at given location on server. env: obiee 11g/linux OS Thanks for any ideas.

  • I want to rest my iphone 4 because i have sell it

    Hi i have sell my iphone and i want to reset all the information in side it but it show me the other email adress could you please help me to reset the iphone Thanks

  • Customer Incoming Payment

    Hi Gurus, While using F-28, in open item selection, i am selecting Document Number field in additional selection. System is asking for document number and then i am entering document number of open invoice. After pressing enter, that invoice no. disa