Can't Start listener on MAC OS X

Hi !!
I am attempting to run Oracle 9i Developer Version R2 on a Mac G4 with OS X 10.3.3.
This the msg error when i try to start the listener
oracle$ lsnrctl start
LSNRCTL for MacOS X Server: Version 9.2.0.1.0 - Beta on 12-MAY-2004 17:26:10
Copyright (c) 1991, 2002, Oracle Corporation. All rights reserved.
Starting /Users/oracle/Source/9iR2/bin/tnslsnr: please wait...
TNSLSNR for MacOS X Server: Version 9.2.0.1.0 - Beta
System parameter file is /Users/oracle/Source/9iR2/network/admin/listener.ora
Log messages written to /Users/oracle/Source/9iR2/network/log/listener.log
TNS-01150: The address of the specified listener name is incorrect
Listener failed to start. See the error message(s) above...
This is my listener.ora
LISTENER =
(DESCRIPTION_LIST =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS =
(PROTOCOL = ipc)
(KEY = OSXDEV)
# Uncomment this section to listen for TCP requests,
# but be aware of the security implications
(ADDRESS =
(PROTOCOL = TCP)
(HOST = 127.0.0.1)
(PORT = 1521)
SID_LIST_LISTENER =
(SID_LIST =
(SID_DESC =
(SID_NAME = OSXDEV)
(GLOBAL_DBNAME = OSXDEV.localhost)
(ORACLE_HOME = /Users/oracle/Source/9iR2)
This is my tnsnames.ora
# IPC service
# Should be the most efficient and secure way to communicate with
# Oracle for processes running on the same machine.
OSXDEV =
(DESCRIPTION =
(ADDRESS =
(PROTOCOL = ipc)
(KEY = OSXDEV)
(CONNECT_DATA =
(SERVICE_NAME = OSXDEV.localhost)
# TCP service
# Uncomment this section to listen for TCP requests, but be aware of
# the security implications.
# Be sure to use 'user/pass@YOURSIDTCP' in SQLPlus or use YOURSIDTCP
# for the third argument to PHP's OCILogon functions if you need
# to connect via TCP.
OSXDEVTCP =
(DESCRIPTION =
(ADDRESS =
(PROTOCOL = TCP)
(HOST = 127.0.0.1)
(PORT = 1521)
(CONNECT_DATA =
(SERVICE_NAME = OSXDEV.localhost)
Any help is greatly appreciated.
Thanks,
Fabiosan

If you want this version to work, you should do exactly as the instructions tell you. This tnsnames file is NOT the one supplied by oracle.
Check the DBCreate folder in your Oracle9iR2 beta. It works perfectly well in a G4, but you NEED to follow their instructions and to use allup.sh to start it up.
Fernando
Server: Powerbook 1GH with Oracle9iR2, 1Gb RAM, 60MB HD
client: PowerMac with 2x2GHz, 4GB RAM, 500MB HD
Oh, ok, I confess: Sybase runs very well in the G5!

Similar Messages

  • I can't start listener in the Control Painel/Admin Tools/ Services

    Windows XP - Home Edition (I know it´s not the better but came with my laptop)
    I installed the Oracle 10g and I don't know why I have 3 listener as services. Its services showed me different messages when I tried start it:
    1. OracleOraDb10g_home1TNSListener: Could not start the 2. OracleOraDb10g_home1TNSListener service on Local Computer
    2. OracleOraDb10g_home1TNSListenerORCL: The OracleOraDb10g_home1TNSListenerORCL service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performace Logs and Alerts service
    3. OracleOraDb10g_home1TNSListenerSID_LIST_LISTENER: The OracleOraDb10g_home1TNSListenerSID_LIST_LISTENER service on Local Computer started and then stopped. Some services stop automatically if they have no work to do, for example, the Performace Logs and Alerts service
    ====PATH======
    Path=C:\oracle\product\10.1.0\Db_3\bin;C:\Program Files\oracle 8i\bin;C:\oracle\
    product\10.1.0\Db_3\jdk\jre\bin;C:\oracle\product\10.1.0\Db_3\jdk\jre\bin\classi
    c;C:\oracle\product\10.1.0\Db_3\jdk\jre\bin\classic;C:\oracle\product\10.1.0\Db_
    3\jlib;C:\oracle\product\10.1.0\Db_3\bin;C:\Program Files\Oracle\jre\1.3.1\bin;C
    :\oracle\product\10.1.0\Db_3\jre\1.4.2\bin\client;C:\oracle\product\10.1.0\Db_3\
    jre\1.4.2\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\Program
    Files\ATI Technologies\ATI Control Panel;%java_home%\bin;C:\Program Files\Commo
    n Files\Ulead Systems\MPEG;C:\WINDOWS\system32\gs\gs8.13\bin
    ====REGISTRY======
    TNS_ADMIN I set as Binary Data in the HKEY_CURRENT_USER\Environment with the path C:\oracle\product\10.1.0\Db_3\NETWORK\ADMIN
    ====LISTENER.ORA======
    SID_LIST_LISTENER =
    (SID_LIST =
    (SID_DESC =
    (SID_NAME = PLSExtProc)
    (ORACLE_HOME = C:\oracle\product\10.1.0\Db_3)
    (PROGRAM = extproc)
    LISTENER =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.17)(PORT = 1521))
    ====TNSNAMES.ORA========
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.0.17)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    EXTPROC_CONNECTION_DATA =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC))
    (CONNECT_DATA =
    (SID = PLSExtProc)
    (PRESENTATION = RO)
    ====SQL.ORA========
    NAMES.DEFAULT_DOMAIN = 192.168.0.17
    SQLNET.AUTHENTICATION_SERVICES= (NTS)
    NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    =======OS CONFIGURATION================
    C:\>lsnrctl status
    LSNRCTL for 32-bit Windows: Version 10.1.0.2.0 - Production on 23-MAR-2006 08:23
    :44
    Copyright (c) 1991, 2004, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=IPC)(KEY=EXTPROC)))
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 2: No such file or directory
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=192.168.0.17)(PORT=1521)
    TNS-12541: TNS:no listener
    TNS-12560: TNS:protocol adapter error
    TNS-00511: No listener
    32-bit Windows Error: 61: Unknown error
    C:\>ipconfig
    Windows IP Configuration
    Ethernet adapter Local Area Connection:
    Media State . . . . . . . . . . . : Media disconnected
    Ethernet adapter Wireless Network Connection 2:
    Connection-specific DNS Suffix . : myhome.westell.com
    IP Address. . . . . . . . . . . . : 192.168.0.17
    Subnet Mask . . . . . . . . . . . : 255.255.255.0
    Default Gateway . . . . . . . . . : 192.168.0.1
    C:\>
    Please, if somebody knows this problem I need a very urgent help. Thank you very much.

    Thanks ALL, I GOT IT, but I used other solution.
    Since I installed and uninstalled the Oracle several times, it keeps also many different Services for the listener. I don't know why, it didn't create a Service for my actual instalation with its path. In other words, all the services remained in the services.msc panel, had the path that was already removed from the Windows folder.
    Then what I did, was that I picked one service, took its name (OracleOraDb10g_home1TNSListener), went to regedit to [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\OracleOraDb10g_home1TNSListener] and simply changed the image path that was setted for the one that was removed (C:\oracle\product\10.1.0\Db_2\BIN\TNSLSNR ) for mine that is installed right now
    (C:\oracle\product\10.1.0\Db_1\BIN\TNSLSNR). Nothing more and finally works.
    I have tried something in the services.msc panel before, as you can see in this forum at the thread "I can't start listener in the Control Painel/Admin Tools/ Services", but I never got
    success.
    Appreciate your time!!

  • We had a power cut this morning and now I can't start my Apple Mac?  CAn someone please help?

    We had a power cut this morning.  Now I can't start my Apple Mac Snow Leopard.  It is completely dead.  Can someone help please?

    Take a look at this link, http://support.apple.com/kb/TS1367

  • Accidentally, I wiped out the start up system files.. How can I start up my Mac HD?

    Accidentally, I wiped out the start up system files in my Macbook
    Air.. How can I start up my Mac HD?

    Reboot your computer. Hold down the option key when you hear the chime sound. Go to the recovery partition. Re-install the operating system. It's easy and doesn't take that long (15 to 30 minutes depending on your computer). By default it does an archive and install meaning that you won't lose your files, just read the screen carefully and you'll be fine. It's not a big deal.

  • Can not start listener

    error while starting the listener and db is 9.2.0
    The tns listener service started and then stopped.Some services stop automatically if they have no work to do for example the performance log and alert servicess
    any help how to start it now

    Mushy wrote:
    i am unable to start listener thats why the connectivity problem so jst suggest me brother wat to do to start listener
    thanks a lotFirst Carefully do it.
    Step 1:
    Go to network configuration assistant.
    Delete existing listener and then after deletion
    Go to add new listener and after listener added
    Go to Local net service configration assistant and add and give service name (your oracle sid) and give your host name (host name should be your computer name or ip address of your computer ) and after add it you should test it whether you can connect your database or not.
    If you cann't connect,
    Go to
    Copy of your database tnsnames string ORCL Ex:\D:\oracle\ora92\network\admin\tnsnames.ora and
    past it to tnsnames of devsuite ex:\c:\devsuite\network\admin\tnsnames.ora
    Copy of
    %oracle_home%\network\admin\tnsnames.ora open it and copy your database string.
    ORCL =
    (DESCRIPTION =
    (ADDRESS = (PROTOCOL = TCP)(HOST = mazar)(PORT = 1521))
    (CONNECT_DATA =
    (SERVER = DEDICATED)
    (SERVICE_NAME = orcl)
    and then paste it to %dev_home%/network/admin/tnsnames.ora
    after paste it
    go to ping tnsping orcl. You can sure your oracle service is started here
    if its ping , you should check listener also .lsnrctl>status
    I'm sure ,if you're do properly follow above steps, you can connect easily.

  • How can i start listener?

    i have installed oracle8.1.6 on solaris7,but i cannot start the listener. the following is the error message.
    LSNRCTL> start listener
    Message 1070 not found; No message file for product=network, facility=TNSTNSLSNR for Solaris: Version 8.1.6.0.0 - Production
    Message 279 not found; No message file for product=network, facility=NL
    Message 1073 not found; No message file for product=network, facility=TNSMessage 1074 not found; No message file for product=network, facility=TNSTNS-12542: Message 12542 not found; No message file for product=network, facility=TNS
    TNS-12560: Message 12560 not found; No message file for product=network, facility=TNS
    TNS-00512: Message 512 not found; No message file for product=network, facility=TNS
    Solaris Error: 125: Address already in use
    beg you for help???
    thanks very much.

    It sounds like your environment isn't set up, e.g. ORACLE_HOME, etc.
    However you should post your question to the database forum.
    Regards,
    Robin Zimmermann
    Forms Product Management

  • How can I start/wake a Mac without having an XServe?

    Hey,
    I just bought Apple Remote Desktop and I saw this cool start fuction but when I tried it, it didn't work!
    Do you need a XServe for this?(I don't have one ).
    If not how can I do it?
    Thanks Roemer Bakker

    Hi
    You can wake any mac from Sleep using Apple Remote Desktop. You can also invoke Sleep as well as Shutting down. What you can't do - unless it's an XServe - is boot one up that has been shut down. This feature is usually referred to as Lights Out Management or LOM for short:
    http://support.apple.com/kb/TA24506
    If you're at all interested there is more on the subject here:
    http://support.apple.com/kb/HT2773
    Only the Intel XServes ever had this feature. No-one on these Forums will know whether Apple are going to or are ever likely to introduce LOM for the rest of their product line-up. AFAIK the recently released iMacs and MacBooks don't have this feature. One would have thought that if Apple were interested in adding LOM to their current product line-up they may have done so this time around?
    HTH?
    Tony

  • Can't start up with mac OS x---please help

    i ran ONYX and i was advised to repair my hard drive.
    so i inserted my mac os X disc while holding down the C key as the computer starts up.
    it won't go to utilities, it goes straight to where u choose which account and password to login.
    i repeated the whole procedure for four times, still it can't open disk utilities/repair disc.
    i installed a firmware password before on my hard drive but it didn't asked for a password or something while i was starting up.
    please help. thanks.
    Message was edited by: Alvin Ray

    The Macbook will not allow you to startup with your Install DVD while you have Open Firmware password enabled. Disable that first, then try again....
    http://docs.info.apple.com/article.html?artnum=106482
    Launch the Open Firmware application to disable it.

  • Help! Can't start up from Mac OSX 10.0.4

    I’m hoping someone can help me with a problem. I have an Apple G-4 computer. When I originally purchased it 3-4 years ago I believe it came with OS 9.1 and OSX installed. Both worked fine when I first got it. Through the years I upgraded the OS to 9.2.2 and haven’t used OSX since the first time I purchased the computer.
    Well, I went out an purchased a digital camera which only works with OSX. So I switched the start up disk to OSX and re-started the computer. No OSX, only a gray screen with wording, letters and numbers that are highlighted. Some of the wording is as follows: “panic unable to find driver for this platform”, no debugger configured-dumping debug information”, panic we are hanging here”.
    So I re-started from the CD, switched to OS 9.2 and restarted. I then removed the OSX system from my computer. I then re-installed OSX again and tried to start from it, but the same thing happened. I’m not sure if it has any bearing, but I noticed in the startup disk, Mac OSX 10.0.4 has next to it (Build 4Q12). Not sure what it means or if it’s suppose to be there.
    Sure would appreciate some help here. Thanks much.
    G-4   Mac OS X (10.0.x)  

    10.4 will work on your machine as long as you upgrade the firmware first.
    Follow my upgrade tips when installing:
    http://www.macmaps.com/upgradefaq.html
    I would add the person who has the least trouble upgrading to X, goes to it cold turkey. As you are suggesting only to do so for your digital camera, I'm not sure if you really are ready to go to X. I'd get all your software upgraded to X versions before going to X purchased, and then you'll be able to work it out. I've also written this FAQ on migration:
    http://www.macmaps.com/macosxnative.html
    Disclaimer: Reference to links I make to my Macmaps.com website are a for your information only type reference. I do not get any profit from this page, and it is open to the public.

  • Can't start listener from OEM. It appears as Stopped although it is not.

    Hi,
    I can't make the EM show the listener as running, it always shows it as stopped. I checked it with lsnrctl and it is running, but in EM appears as stopped. I refreshed the screen and nothing; I tried to start it from the EM, and it displays a message like "The listener has been correctly started", but when I check the status in EM it is still stopped. And when I check the details, it shows an error "Access denied", NET_ADMIN_ERROR,REMOTE_OP_ERROR,No such file or directory. I think I have the right credentials (I'm in the administrators group, and I have log on as batch job)
    I would appreciate any help on this.
    Thanks a lot
    Ricardo

    Hi Nicolas- here's the SQLNet and listener file:
    -----------------LISTENER
    # listener.ora Network Configuration File: C:\oracle\product\10.1.0\Db_1\network\admin\listener.ora
    # Generated by Oracle configuration tools.
    LISTENER2 =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    jon =
    (DESCRIPTION_LIST =
    (DESCRIPTION =
    (ADDRESS_LIST =
    (ADDRESS = (PROTOCOL = TCP)(HOST = localhost)(PORT = 1521))
    -----------------SQLNET
    # sqlnet.ora Network Configuration File: C:\oracle\product\10.1.0\Db_1\network\admin\sqlnet.ora
    # Generated by Oracle configuration tools.
    #SQLNET.AUTHENTICATION_SERVICES= (NTS)
    #NAMES.DIRECTORY_PATH= (TNSNAMES, EZCONNECT)
    I can't see any excess protocols in the listener. As per some metalink entries - I've commented out the "SQLNET.AUTHENTICATION_SERVICES= (NTS)" line from the SQLNet file.
    Still the same problem.
    To be honest - all replies to postings for this error have not worked. I've contacted some guys with the same problem - and their resolution was to completely reinstall XP and then Oracle again. Just removing and reinstall Oracle was insufficient. So - i guess i'm going to have to follow suit.
    Any last minute suggestions before this bit of drastic action?!

  • I can not start listener

    when I try start
    ================================================
    oracle@appserv2:/oracle/db/bin> lsnrctl start
    LSNRCTL for Linux: Version 10.2.0.1.0 - Production on 27-DEC-2007 00:55:27
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Starting /oracle/db/bin/tnslsnr: please wait...
    /oracle/db/bin/tnslsnr: invalid option -- i
    usage: w -hlsufV [user]
    -h skip header
    -l long listing (default)
    -s short listing
    -n non truncated listing (large)
    -u ignore uid of processes
    -f toggle FROM field (default off)
    -V display version
    TNS-12547: TNS:lost contact
    TNS-12560: TNS:protocol adapter error
    TNS-00517: Lost contact
    Linux Error: 32: Broken pipe
    ======================================
    oracle@appserv2:/oracle/db> du -h listener.log
    4.0K listener.log
    How to fix this problem?

    neither the root nor the oracle passwords have any thing to do with the listener functionality, but if that hacker changed privileges for the listener or the oracle_home files, then this will.
    The passwords issue can be quite easily be solved, each os has its own procedure to reset root's password, once done you can easily reset oracle's password.
    Check if the files under the Oracle Home still belong to oracle and still belong to the oracle's group. There are some networking files that require SUID's, in case those files have been altered, I suggest you to run again the root.sh file created during the installation process.
    ~ Madrid

  • I can't start halo for mac

    Hi, I having some problems with halo for mac. I have a intel duel core mac with windows installed. I have been playing halo for some time now, but about 3 weeks ago I quit for a week. In this time I installed America's Army (the game developed by the US military) and also anti-virus for windows. When I started halo up again about 2 weeks ago, it wouldn't work! It would start for about 10 seconds, then "quit unexpectedly"! I know I'm not the only one who has had this problem, but I still need help!
    Here is the programing error.... thing (I don't know what it is, really)
    Date/Time: 2006-09-19 19:57:34.271 -1000
    OS Version: 10.4.7 (Build 8J2135)
    Report Version: 4
    Command: Halo
    Path: /Applications/Halo/Halo
    Parent: WindowServer [66]
    Rosetta: Yes
    Version: 1.5.1 (1.5.1 © 2003-2004 Bungie Studios & Microsoft Corporation)
    PID: 424
    Thread: 0
    Exception: EXCBADACCESS (0x0001)
    Codes: KERNPROTECTIONFAILURE (0x0002) at 0x0000000c
    Thread 0 Crashed:
    0 LaunchCFMApp 0xb808703d 0xb8000000 + 553021
    1 LaunchCFMApp 0xb807b116 0xb8000000 + 504086
    2 LaunchCFMApp 0xb808f47a 0xb8000000 + 586874
    3 LaunchCFMApp 0xb80e3f07 spinlockwrapper + 2511
    Thread 1:
    0 LaunchCFMApp 0xb81f326b strchr + 72
    1 LaunchCFMApp 0xb818ebf6 pthreadcondwait + 3114
    2 LaunchCFMApp 0xb812ae90 catchexception_raise_stateidentity + 320
    3 LaunchCFMApp 0xb812a3ba CallPPCFunctionAtAddressInt + 175496
    4 LaunchCFMApp 0xb812a2b1 CallPPCFunctionAtAddressInt + 175231
    5 LaunchCFMApp 0xb812af8e catchexception_raise_stateidentity + 574
    6 LaunchCFMApp 0xb81c438c pthread_create + 1124
    Thread 2:
    0 LaunchCFMApp 0xb80f80af spinlockwrapper + 84855
    1 LaunchCFMApp 0xb81232a8 CallPPCFunctionAtAddressInt + 146550
    2 LaunchCFMApp 0xb8125d45 CallPPCFunctionAtAddressInt + 157459
    3 LaunchCFMApp 0xb809a35e 0xb8000000 + 631646
    Thread 3:
    0 LaunchCFMApp 0xb80f80af spinlockwrapper + 84855
    1 LaunchCFMApp 0xb81232a8 CallPPCFunctionAtAddressInt + 146550
    2 LaunchCFMApp 0xb8125d45 CallPPCFunctionAtAddressInt + 157459
    3 LaunchCFMApp 0xb809a35e 0xb8000000 + 631646
    Thread 4:
    0 LaunchCFMApp 0xb80f80af spinlockwrapper + 84855
    1 LaunchCFMApp 0xb81232a8 CallPPCFunctionAtAddressInt + 146550
    2 LaunchCFMApp 0xb8125d45 CallPPCFunctionAtAddressInt + 157459
    3 LaunchCFMApp 0xb809a35e 0xb8000000 + 631646
    Thread 5:
    0 LaunchCFMApp 0xb80f80af spinlockwrapper + 84855
    1 LaunchCFMApp 0xb81232a8 CallPPCFunctionAtAddressInt + 146550
    2 LaunchCFMApp 0xb8125d45 CallPPCFunctionAtAddressInt + 157459
    3 LaunchCFMApp 0xb809a35e 0xb8000000 + 631646
    Thread 0 crashed with i386 Thread State:
    eax: 0x00000003 ebx: 0xb807ae88 ecx:0x00000000 edx: 0x0000000c
    edi: 0x80d03720 esi: 0x0000000c ebp:0xb7fffa08 esp: 0xb7fffa04
    ss: 0x0000002f efl: 0x00010206 eip:0xb808703d cs: 0x00000027
    ds: 0x0000002f es: 0x0000002f fs:0x00000000 gs: 0x00000037
    Binary Images Description:
    0x1000 - 0x2fff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    0x7d4000 - 0x7dffff com.apple.iokit.IOHIDLib 1.4.8 /System/Library/Extensions/IOHIDFamily.kext/Contents/PlugIns/IOHIDLib.plugin/Co ntents/MacOS/IOHIDLib
    0x7ec000 - 0x7edfff BDL.dylib /usr/libexec/oah/Shims/BDL.dylib
    0x7f0000 - 0x7f0fff libSystem.B.dylib /usr/libexec/oah/Shims/libSystem.B.dylib
    0x7f3000 - 0x7f4fff CoreFoundation /usr/libexec/oah/Shims/CoreFoundation.framework/CoreFoundation
    0x7f7000 - 0x7f7fff ApplicationServices /usr/libexec/oah/Shims/ApplicationServices.framework/ApplicationServices
    0x1535000 - 0x159dfff com.DivXInc.DivXDecoder 6.2.5 /Library/QuickTime/DivX Decoder.component/Contents/MacOS/DivX Decoder
    0x16ea000 - 0x16f4fff libHIDUtilities.dylib HIDBundle version 1.0 (0.0.1d1) /Applications/Halo/HID.bundle/Contents/MacOS/libHIDUtilities.dylib
    0x175b000 - 0x1795fff GLEngine /usr/libexec/oah/Shims/GLEngine.bundle/GLEngine
    0x17a8000 - 0x17aefff IOKit /usr/libexec/oah/Shims/IOKit.framework/IOKit
    0x17b3000 - 0x17e3fff GLEngine /usr/libexec/oah/Shims/GLEngine.bundle/GLEngine
    0xb904000 - 0xb920fff GLDriver /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLDriver.bundl e/GLDriver
    0xb927000 - 0xb948fff GLRendererFloat /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloa t.bundle/GLRendererFloat
    0xba00000 - 0xba07fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0xba0c000 - 0xbb4dfff GLEngine /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0xbc0c000 - 0xbc46fff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0xbc4b000 - 0xbd06fff libGLProgrammability.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0xbd20000 - 0xbd83fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0xbdf2000 - 0xbfbefff com.apple.ATIRadeonX1000GLDriver 1.4.32 (4.3.2) /System/Library/Extensions/ATIRadeonX1000GLDriver.bundle/Contents/MacOS/ATIRade onX1000GLDriver
    0xbff2000 - 0xbff3fff libGLSystem.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLSystem.dy lib
    0x112c8000 - 0x114c1fff net.telestream.wmv.import 2.1.0.33 /Library/QuickTime/Flip4Mac WMV Import.component/Contents/MacOS/Flip4Mac WMV Import
    0x114f0000 - 0x1152ffff com.apple.QuickTimeFireWireDV.component 7.1.3 /System/Library/QuickTime/QuickTimeFireWireDV.component/Contents/MacOS/QuickTim eFireWireDV
    0x1153a000 - 0x11554fff com.apple.AppleIntermediateCodec 1.1 (141) /Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterme diateCodec
    0x11559000 - 0x115b5fff com.apple.applepixletvideo 1.2.9 (1.2d9) /System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixlet Video
    0x13046000 - 0x13071fff com.apple.audio.SoundManager.Components 3.9.2 /System/Library/Components/SoundManagerComponents.component/Contents/MacOS/Soun dManagerComponents
    0x8fc00000 - 0x8fc52fff dyld 45.3 /usr/lib/dyld
    0x8fe00000 - 0x8fe4cfff dyld 45.3 /usr/lib/dyld
    0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x9021a000 - 0x9025cfff com.apple.CoreText 1.1.1 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x90284000 - 0x90361fff ATS /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x9038a000 - 0x90730fff com.apple.CoreGraphics 1.258.33 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x907bf000 - 0x90895fff com.apple.CoreFoundation 6.4.6 (368.27) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x908dc000 - 0x908dcfff com.apple.CoreServices 10.4 (???) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x908de000 - 0x909e4fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x90a35000 - 0x90ab8fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x90ae1000 - 0x90b52fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x90bc5000 - 0x90bd0fff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
    0x90bd5000 - 0x90c47fff com.apple.framework.IOKit 1.4.4 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x90c5d000 - 0x90c6ffff libauto.dylib /usr/lib/libauto.dylib
    0x90c75000 - 0x90f3dfff com.apple.CoreServices.CarbonCore 682.12 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x90f9a000 - 0x91013fff com.apple.CoreServices.OSServices 4.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x91055000 - 0x91094fff com.apple.CFNetwork 129.16 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x910a8000 - 0x910bbfff com.apple.WebServices 1.1.3 (1.1.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebServ icesCore.framework/Versions/A/WebServicesCore
    0x910c7000 - 0x9114dfff com.apple.SearchKit 1.0.5 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x91183000 - 0x911a3fff com.apple.Metadata 10.4.4 (121.36) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x911b0000 - 0x911bffff libz.1.dylib /usr/lib/libz.1.dylib
    0x911c2000 - 0x9138ffff com.apple.security 4.4.1 (27569) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x9147f000 - 0x91488fff com.apple.DiskArbitration 2.1 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x9148f000 - 0x914b7fff com.apple.SystemConfiguration 1.8.6 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x914c9000 - 0x914d1fff libbsm.dylib /usr/lib/libbsm.dylib
    0x914d5000 - 0x91552fff com.apple.audio.CoreAudio 3.0.4 /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x91599000 - 0x91599fff com.apple.ApplicationServices 10.4 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x9159b000 - 0x915cdfff com.apple.AE 314 (313) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ AE.framework/Versions/A/AE
    0x915e3000 - 0x916bdfff com.apple.ColorSync 4.4.6 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x916fa000 - 0x91787fff com.apple.print.framework.PrintCore 4.6 (177.13) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x917c3000 - 0x91875fff com.apple.QD 3.10.20 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x918aa000 - 0x91900fff com.apple.HIServices 1.5.2 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x91928000 - 0x91941fff com.apple.LangAnalysis 1.6.3 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x9194f000 - 0x9196cfff com.apple.FindByContent 1.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ FindByContent.framework/Versions/A/FindByContent
    0x91978000 - 0x919b4fff com.apple.LaunchServices 181 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LaunchServices.framework/Versions/A/LaunchServices
    0x919cc000 - 0x919d9fff com.apple.speech.synthesis.framework 3.4 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x919e1000 - 0x91a19fff com.apple.ImageIO.framework 1.4.8 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x91a2d000 - 0x91aeffff libcrypto.0.9.7.dylib /usr/lib/libcrypto.0.9.7.dylib
    0x91b3a000 - 0x91b4ffff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x91b54000 - 0x91b72fff libJPEG.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x91b77000 - 0x91bd5fff libJP2.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91be5000 - 0x91be9fff libGIF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x91beb000 - 0x91c3afff libRaw.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRaw.dylib
    0x91c3e000 - 0x91c7dfff libTIFF.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x91c83000 - 0x91c9dfff libPng.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x91ca2000 - 0x91ca4fff libRadiance.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x91ca6000 - 0x91ca6fff com.apple.Accelerate 1.2.2 (Accelerate 1.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x91ca8000 - 0x91d8dfff com.apple.vImage 2.4 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x91d95000 - 0x91db4fff com.apple.Accelerate.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x91e20000 - 0x91e8efff libvMisc.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x91e99000 - 0x91f2efff libvDSP.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x91f48000 - 0x924d0fff libBLAS.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x92503000 - 0x9282efff libLAPACK.dylib /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x9285e000 - 0x928eafff com.apple.DesktopServices 1.3.4 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x92927000 - 0x92b5dfff com.apple.Foundation 6.4.6 (567.27) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x92c72000 - 0x92d60fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x92d7f000 - 0x92e6efff libiconv.2.dylib /usr/lib/libiconv.2.dylib
    0x92e7f000 - 0x92e9efff libGL.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x92ea9000 - 0x92efefff libGLU.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x92f14000 - 0x92f14fff com.apple.Carbon 10.4 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x92f16000 - 0x92f29fff com.apple.ImageCapture 3.0.4 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x92f39000 - 0x92f43fff com.apple.speech.recognition.framework 3.5 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x92f4b000 - 0x92f53fff com.apple.securityhi 2.0.1 (24742) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x92f5a000 - 0x92fe4fff com.apple.ink.framework 101.2.1 (71) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x92ff9000 - 0x92ffdfff com.apple.help 1.0.3 (32.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x93001000 - 0x93022fff com.apple.openscripting 1.2.5 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x93035000 - 0x9303dfff com.apple.print.framework.Print 5.1 (192.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x93044000 - 0x930abfff com.apple.htmlrendering 66.1 (1.1.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering .framework/Versions/A/HTMLRendering
    0x930d1000 - 0x93118fff com.apple.NavigationServices 3.4.4 (3.4.3) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSer vices.framework/Versions/A/NavigationServices
    0x93142000 - 0x93152fff com.apple.audio.SoundManager 3.9.1 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.f ramework/Versions/A/CarbonSound
    0x9315b000 - 0x93161fff com.apple.CommonPanels 1.2.3 (73) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x93167000 - 0x93486fff com.apple.HIToolbox 1.4.8 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x935bb000 - 0x935c7fff com.apple.opengl 1.4.10 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x93633000 - 0x93633fff com.apple.Cocoa 6.4 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x93635000 - 0x93c8dfff com.apple.AppKit 6.4.7 (824.41) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x94015000 - 0x94088fff com.apple.CoreData 90 /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x940c1000 - 0x9418cfff com.apple.audio.toolbox.AudioToolbox 1.4.3 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x941cd000 - 0x941cdfff com.apple.audio.units.AudioUnit 1.4.2 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x941cf000 - 0x94374fff com.apple.QuartzCore 1.4.8 /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x943c5000 - 0x94405fff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
    0x9440d000 - 0x9445efff libGLImage.dylib /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x945e3000 - 0x945f3fff libCGATS.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x945fa000 - 0x94606fff libCSync.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x94655000 - 0x9466efff libRIP.A.dylib /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x94675000 - 0x94944fff com.apple.QuickTime 7.1.3 /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x94a07000 - 0x94a29fff libmx.A.dylib /usr/lib/libmx.A.dylib
    0x96866000 - 0x96885fff com.apple.vecLib 3.2.2 (vecLib 3.2.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x96f96000 - 0x96fa3fff com.apple.agl 2.5.9 (AGL-2.5.9) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
    0x98335000 - 0x98cecfff com.apple.QuickTimeComponents.component 7.1.3 /System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTim eComponents
    0x98f13000 - 0x98f17fff com.apple.QuickTimeH264.component 7.1.3 /System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
    0x98f19000 - 0x98ffdfff QuickTimeH264.altivec /System/Library/QuickTime/QuickTimeH264.component/Contents/Resources/QuickTimeH 264.altivec
    0x99149000 - 0x99210fff com.apple.QuickTimeMPEG4.component 7.1.3 /System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPEG 4
    0x99aa3000 - 0x99aa4fff com.apple.iokit.dvcomponentglue 1.9.0 /System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlue
    0xb8000000 - 0xb827bfff LaunchCFMApp /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
    Translated Code Information:
    Rosetta Version: 14.11
    Args: /Applications/Halo/Halo /Applications/Halo/Halo -psn04980737
    Exception: EXCBADACCESS (0x0001)
    Thread 0: (0xb009981c, 0xb80f80af)
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp : + 0x0
    0x90cd319c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _YieldToThread + 0x204
    0x90cdcee8: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _SetThreadState + 0xac
    0x90cdce10: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _SetThreadStateEndCritical + 0x88
    0x8554bac8: /Applications/Halo/Halo [CFM] : + 0x262ac8
    0x8554b6f8: /Applications/Halo/Halo [CFM] : + 0x2626f8
    0x8554b820: /Applications/Halo/Halo [CFM] : + 0x262820
    0x8554cc0c: /Applications/Halo/Halo [CFM] : + 0x263c0c
    0x8554d2e4: /Applications/Halo/Halo [CFM] : + 0x2642e4
    0x90cdcfb8: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _InvokeThreadEntryUPP + 0x18
    0x90cdcd38: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _CooperativeThread + 0x138
    0x9002bea8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x9000aadc ctr: 0x9000ab80
    r00: 0xffffffe1 r01: 0xf00809d0 r02: 0x00000013 r03: 0xf0080a7c
    r04: 0x00000003 r05: 0x00000018 r06: 0x00000020 r07: 0x0000630f
    r08: 0x00000000 r09: 0x00000000 r10: 0x00000000 r11: 0xa0006a3c
    r12: 0x9000ab80 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000018
    r24: 0xf0080a7c r25: 0x00000020 r26: 0x0000630f r27: 0x00000000
    r28: 0x00000000 r29: 0x00000003 r30: 0x00000003 r31: 0x90cd2fa0
    Thread 1: (0xb023381c, 0xb80f80af)
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp : + 0x0
    0x90cd319c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _YieldToThread + 0x204
    0x8554c974: /Applications/Halo/Halo [CFM] : + 0x263974
    0x85543044: /Applications/Halo/Halo [CFM] : + 0x25a044
    0x85542930: /Applications/Halo/Halo [CFM] : + 0x259930
    0x85543e10: /Applications/Halo/Halo [CFM] : + 0x25ae10
    0x854c3430: /Applications/Halo/Halo [CFM] : + 0x1da430
    0x85542d00: /Applications/Halo/Halo [CFM] : + 0x259d00
    0x8554d2e4: /Applications/Halo/Halo [CFM] : + 0x2642e4
    0x90cdcfb8: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _InvokeThreadEntryUPP + 0x18
    0x90cdcd38: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _CooperativeThread + 0x138
    0x9002bea8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x9000aadc ctr: 0x9000ab80
    r00: 0xffffffe1 r01: 0xf0182920 r02: 0x00000013 r03: 0xf01829cc
    r04: 0x00000003 r05: 0x00000018 r06: 0x00000020 r07: 0x00008803
    r08: 0x00000000 r09: 0x00000000 r10: 0x00000000 r11: 0xa0006a3c
    r12: 0x9000ab80 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000018
    r24: 0xf01829cc r25: 0x00000020 r26: 0x00008803 r27: 0x00000000
    r28: 0x00000000 r29: 0x00000003 r30: 0x00000003 r31: 0x90cd2fa0
    Thread 2: Crashed (0xb7fffa04, 0xb808703d)
    0x8553d10c: /Applications/Halo/Halo [CFM] : + 0x25410c
    0x8553d1d0: /Applications/Halo/Halo [CFM] : + 0x2541d0
    0x8553d190: /Applications/Halo/Halo [CFM] : + 0x254190
    0x854d32b8: /Applications/Halo/Halo [CFM] : + 0x1ea2b8
    0x854dec10: /Applications/Halo/Halo [CFM] : + 0x1f5c10
    0x854cc73c: /Applications/Halo/Halo [CFM] : + 0x1e373c
    0x854cd714: /Applications/Halo/Halo [CFM] : + 0x1e4714
    0x852f0a44: /Applications/Halo/Halo [CFM] : + 0x7a44
    0x85550748: /Applications/Halo/Halo [CFM] : + 0x267748
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x8553d10c ctr: 0x00000001
    r00: 0x8553d10c r01: 0xbffff030 r02: 0x00487000 r03: 0x00000000
    r04: 0x01a7ce00 r05: 0x00000000 r06: 0x00000000 r07: 0x00000000
    r08: 0x00000001 r09: 0xa0001fcc r10: 0x01a83800 r11: 0x24002042
    r12: 0x900060e0 r13: 0x004b98b0 r14: 0x0052d487 r15: 0x005d5654
    r16: 0x00000000 r17: 0x002e32e3 r18: 0x00000005 r19: 0x00000001
    r20: 0x0033fa20 r21: 0x0048a2cc r22: 0x0048abd4 r23: 0x00517efc
    r24: 0x00517f00 r25: 0x00506274 r26: 0x855a3958 r27: 0x00000001
    r28: 0x006aa38c r29: 0x006aa448 r30: 0x00000000 r31: 0x1274bed0
    Thread 3: (0xb02b481c, 0xb80f80af)
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp : + 0x0
    0x907e27e4: /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation : _CFRunLoopRunSpecific + 0x678
    0x914e8cd8: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : __ZN10HALRunLoop9OwnThreadEPv + 0xd8
    0x914e8aa8: /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio : _ZN9CAPThread5EntryEPS + 0x6c
    0x9002bea8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x9000aadc ctr: 0x9000ab80
    r00: 0xffffffe1 r01: 0xf02037e0 r02: 0xa07c2184 r03: 0xf02038b0
    r04: 0x03000006 r05: 0x00000000 r06: 0x00000450 r07: 0x0000b303
    r08: 0x00000000 r09: 0x00000000 r10: 0x7fffffff r11: 0xa0006a3c
    r12: 0x9000ab80 r13: 0x00000000 r14: 0x00000000 r15: 0x907e2184
    r16: 0xa07c2184 r17: 0xa07c2184 r18: 0x20000024 r19: 0x00000000
    r20: 0xf02038b0 r21: 0x003dc4f8 r22: 0x0033cf08 r23: 0x00000000
    r24: 0xf02038b0 r25: 0x00000450 r26: 0x0000b303 r27: 0x00000000
    r28: 0x00000000 r29: 0x03000006 r30: 0x03000006 r31: 0x907e2184
    Thread 4: (0xb011a81c, 0xb80f80af)
    0x00000000: /System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp : + 0x0
    0x90cd319c: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _YieldToThread + 0x204
    0x8554c974: /Applications/Halo/Halo [CFM] : + 0x263974
    0x85543044: /Applications/Halo/Halo [CFM] : + 0x25a044
    0x85542944: /Applications/Halo/Halo [CFM] : + 0x259944
    0x85543e10: /Applications/Halo/Halo [CFM] : + 0x25ae10
    0x85371e2c: /Applications/Halo/Halo [CFM] : + 0x88e2c
    0x85542d00: /Applications/Halo/Halo [CFM] : + 0x259d00
    0x8554d2e4: /Applications/Halo/Halo [CFM] : + 0x2642e4
    0x90cdcfb8: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _InvokeThreadEntryUPP + 0x18
    0x90cdcd38: /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore : _CooperativeThread + 0x138
    0x9002bea8: /usr/lib/libSystem.B.dylib : _pthreadbody + 0x60
    PPC Thread State
    srr0: 0x00000000 srr1: 0x00000000 vrsave: 0x00000000
    cr: 0xXXXXXXXX xer: 0x00000000 lr: 0x9000aadc ctr: 0x9000ab80
    r00: 0xffffffe1 r01: 0xf0101a30 r02: 0x00000013 r03: 0xf0101adc
    r04: 0x00000003 r05: 0x00000018 r06: 0x00000020 r07: 0x00008503
    r08: 0x00000000 r09: 0x00000000 r10: 0x00000000 r11: 0xa0006a3c
    r12: 0x9000ab80 r13: 0x00000000 r14: 0x00000000 r15: 0x00000000
    r16: 0x00000000 r17: 0x00000000 r18: 0x00000000 r19: 0x00000000
    r20: 0x00000000 r21: 0x00000000 r22: 0x00000000 r23: 0x00000018
    r24: 0xf0101adc r25: 0x00000020 r26: 0x00008503 r27: 0x00000000
    r28: 0x00000000 r29: 0x00000003 r30: 0x00000003 r31: 0x90cd2fa0
    Model: iMac4,1, BootROM IM41.0055.B03, 2 processors, Intel Core Duo, 1.83 GHz, 512 MB
    Graphics: ATI Radeon X1600, ATY,RadeonX1600, PCIe, 128 MB
    Memory Module: DIMM1/BANK 1, 512 MB, DDR2 SDRAM, 667 MHz
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x89), 103.2 (3.120.28.3)
    Bluetooth: Version 1.7.5f10, 2 service, 0 devices, 1 incoming serial ports
    Network Service: AirPort, AirPort, en1
    Serial ATA Device: Maxtor 6L160M0, 152.67 GB
    Parallel ATA Device: PIONEER DVD-RW DVR-K05, 781.27 MB
    USB Device: Built-in iSight, Micron, Up to 480 Mb/sec, 500 mA
    USB Device: Hub in Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 500 mA
    USB Device: Apple Optical USB Mouse, Mitsumi Electric, Up to 1.5 Mb/sec, 100 mA
    USB Device: Apple Pro Keyboard, Mitsumi Electric, Up to 12 Mb/sec, 250 mA
    USB Device: Bluetooth HCI, Up to 12 Mb/sec, 500 mA
    USB Device: IR Receiver, Apple Computer, Inc., Up to 12 Mb/sec, 500 mA
      Mac OS X (10.4.7)  

    Hey, I downloaded the intel version. Everything went smoothly, except the new halo app doesn't recognize the game CD! I tried both CD's, the burn and the original, and it doesn't recognize either. Amazingly, though, the original halo app works now! (for now anyway, we'll see after i download the patches).
    I have no idea what I did (I deleted some Divx stuff, which was mentioned in a thread with a similar problem), but it works now! Thank you for helping me, you guys, and if I have this problem again, I'll know where to get help!

  • Can't start up with Mac osx after installing windows on partition

    Hello guys.
    I installed windows on a partition of 100gb and I restarted the iMac so I can log on to Mac osx.
    I hold down the option key after I hear the sound but only the windows disk appears there.
    I tried the DVD that came with my Mac by holding down the "c" key but nothing happened. I was holding it down for 2-3 minutes.
    I need some help here
    Is there a way to boot Mac again?
    Is there a chance I deleted Mac osx by installing windows?
    And if there is how the **** am I getting it back since the osx DVD does not boot??
    Thanks in advance

    The Macbook will not allow you to startup with your Install DVD while you have Open Firmware password enabled. Disable that first, then try again....
    http://docs.info.apple.com/article.html?artnum=106482
    Launch the Open Firmware application to disable it.

  • Stop and then start Listener from OEM

    Hi,
    I am new to Oracle. I notice after stopping listener using OEM on Windows XP, the TNSLNR.exe is terminated as I expected. At that point, all connections include OEM, iSQL*PLUS and SQL*PLUS should close connection.
    If this is right, how can one start listener from OEM? One needs listener work before using OEM to config something else. What is the purpose of Start button for listener on OEM? Even more perplexing me is that iSQL*PLUS is still works! Does iSQL*PLUS not use listener for connection?
    Your help will be appreciated,
    -Hong

    Hi
    i think its not possible to start the listener from oem, because the oem use the listener to communicate to the db.
    Regards
    Mirko

  • CAN WE START AND STOP THE CONTROL CENTER SERVICES USING OMB?

    Hi All,
    I'm new into the world of OMB and currently i have been working with OMB scripts and i just need to know whether i am able to start the control center services using OMB...?
    Any help will be highly appreciated.
    Regards,
    Shenoy

    Thanks ALL, I GOT IT, but I used other solution.
    Since I installed and uninstalled the Oracle several times, it keeps also many different Services for the listener. I don't know why, it didn't create a Service for my actual instalation with its path. In other words, all the services remained in the services.msc panel, had the path that was already removed from the Windows folder.
    Then what I did, was that I picked one service, took its name (OracleOraDb10g_home1TNSListener), went to regedit to [HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Services\OracleOraDb10g_home1TNSListener] and simply changed the image path that was setted for the one that was removed (C:\oracle\product\10.1.0\Db_2\BIN\TNSLSNR ) for mine that is installed right now
    (C:\oracle\product\10.1.0\Db_1\BIN\TNSLSNR). Nothing more and finally works.
    I have tried something in the services.msc panel before, as you can see in this forum at the thread "I can't start listener in the Control Painel/Admin Tools/ Services", but I never got
    success.
    Appreciate your time!!

Maybe you are looking for

  • Need help on How to edit RDF file to  see fields

    Hi all , Thank you all for being helping could please someone explain where and how to edit the RDF file to view the code and fields, sometimes we need extra fields to add in the RTF templates. And if I get XML file from EBS, on top of the page of xm

  • Graph xy move cursor programmability

    Hi, i have this problem, i have graphXY with one cursor, "Snap to point" "Channel 1", when programmability associate one position(x) for the cursor, no accept the new position. Why? Hola a todos, perdón por mi inglés, pero tengo el siguiente problema

  • Capacity Leveling

    Hello, In CM25, Freeze periods in the planning table, how could we do this? Please help. Thanks Edited by: ellen gatchalian on Feb 18, 2010 1:22 PM

  • GUI overlaping shapes - Java problem

    Hello! I've recently started learning about building GUI's in java, most things have gone well, however there's one thing I havn't managed to solve on my own. If you execute the program below (which at the moment is nothing but an empty GUI layout),

  • Itunes - how do i get # artists (ex: 311, 3 doors down) to come b4 letters?

    My itunes just messed up in the last few minutes and i cant figure it out. The artists with numbered names (such as 311, 3 doors down, 30 seconds to mars) used to come before the lettered artists starting with A. Now the numbers are the last on the l