Unable to connect to debugger

Developer cannot connect to debugger. when I attempt to execute a procedure in a pcakage to debug it I get:
Connecting to the database DBConnection1.
Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
Executing PL/SQL: ALTER SESSION SET PLSQL_COMPILER_FLAGS=INTERPRETED
Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '127.0.0.1', '1286' )
ORA-30683: failure establishing connection to debugger
ORA-12541: TNS:no listener
ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
ORA-06512: at line 1
Process exited.
Disconnecting from the database DBConnection1.
I can connect with the database via SQL*Plus. SQL Developer is on my machine, is there a listener for the debugger? Any help would be appreciated.

You need to enable 'Prompt for Debugger Host for Database Debugging' under Tools -> Preferences -> Debugger.
Otherwise it is assuming that the database is local to your pc and the remote database can't connect to yours since the ip address defaults to 127.0.0.1. (who knows why they did it this way.. but many other had this problem)
Eric

Similar Messages

  • Possible workaround for: Launch Debugger Error "Unable to connect to the RDS server"

    I do not yet have a reproducible case for this. *Sometimes* ColdFusion Builder throws the "Unable to connect to the RDS server" error, when attempting to start a debug session against a remote server. However, "RDS Dataview" and "RDS Fileview" views correctly list the servers and their related data/file, and testing RDS connection result is "Test connection was successful". The workaround is:
    1. Login to the ColdFusion Administrator
    2. Navigate to "Debugger Settings" page (beneath "Debugging & Logging")
    3. Click on "Stop Debugger Server" -or- "Restart Debugger Server"
    4. Restart ColdFusion Application Server
    Notes:
    a) Step #3 must be done via ColdFusion Administrator, not via ColdFusion Admin API (stopLineDebugger()|restartLineDebugger())
    b) Step #4 can be done via ColdFusion Administrator -or- ColdFusion Builder
    c) Note that there is a CF9 Release Note for Bug #78488: "When a server having "Windows service option" ENABLED is added as a remote server, then Start-Stop-Restart operation cannot be done on it."  However, I've found that "Restarting" a remote server, that is running as a Windows service, is possible in ColdFusion Builder (at least this is so on standalone developer edition).  Like Bug #78488 says, I am unable to "Stop|Start" a remote server that is running as a Windows service. I'm just mentioning all of this, due to my suggestion in "b", that CF can also be restarted via ColdFusion Builder.
    It is interesting that attempts to stop|restart the debugger server, via CF Admin API, do not resolve the issue. So, it seems that the "Stop Debugger Server" and "Restart Debugger Server" buttons, in CF Admin, are doing more than calling the corresponding CF Admin API methods.
    Attached is an image of the error.
    Just posting all of this as an FYI, in case it helps anyone.
    Thanks!,
    -Aaron Neff
    (OH.. I'm unable to attach images at this time *DOH!* ..well, I'll try to remember to update this post w/ the image, once I see that attachments are allowed.)
    I'll try to describe the error message window:
    - It is 494x452 pixels
    - Title of the window is "Error occurred while launching the Debugger"
    - Body content of the window is as follows:
    Unable to connect to the RDS server 'ServerNameHere'
    Ensure that the server is currently running and that line debugging and RDS are enabled. You may also need to check your RDS connection settings in Eclipse to ensure that they are correct.
    Error Message:
    -1:Error connecting to JVM for debugging at localhost:5005. Could not attach to the VM at port 5005. You must specify this debugger port in the JVM settings of your application server, for example: -Xdebug -Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=5005. You will also need to make sure that another debugger is not currently connected to the CF JVM at the same port (5005).
    Root cause ->
    Connect refused: connect

    hi,
    I have been facing the same problems while connecting to Oracle Web Conferencing and is getting error message :Unable to connect to the server. The Web COnferencing Console will now close. Please try again later. If the problem persist, contact your system administrator.
    Diagnostic report shows failed on the connectivity part
    Connectivity
    mx-direct Failed
    0:00:00.719 Connecting to web331.oracle.com:1025
    0:00:00.922 Name resolved to 148.87.108.234
    0:00:21.906 connect() failed (0x8007274C)
    0:00:21.906 Connection failed (0x8007274C)
    Pl help me to fix the problem.
    Regards
    Gobind Ahuja

  • JDev - Debugger unable to connect to local process.

    Hi,
    JDeveloper-11.1.1.5.0
    Iam able to execute the project in run mode. If I try to execute the same project in Debug mode, getting a message as
    'Listening for transport dt_socket at address: 4003'
    Debugger unable to connect to local process.
    Process exited.
    Earlier, I was able to debug the application. Since last few days, facing the issue
    Please suggest, if you have any.
    Thanks,
    MSR.

    Hi,
    Thanks for your response .
    Sorry for delay in response. Actually I was on vacation since last few days.
    Finally able to fix the issue. Issue is due to change in C:\Windows\System32\drivers\etc\hosts file. It's been updated for some other reason. Now I've updated the file with required changes. Now able to fix the issue.
    -Samba

  • Debugger unable to connect to local process

    I am going thru the JDeveloper Introduction Tutorial and when I try to debug the application I get the following error in the message window:
    C:\JDev\jdk\bin\javaw.exe -ojvm -XXdebug,quiet,port1069 -classpath C:\JDev\jdev\mywork\MyFirstApp\MyProject\classes myproject.Dog
    Debugger unable to connect to local process.
    Process exited.
    I am using Windows XP Professional
    JDeveloper 10.1.3.4.3673
    If I just run the application then it works.
    I also have the Sun Java JDK installed, as well as Eclipse and NetBeans installed.
    I tried reinstalling JDeveloper but the debug function still does not work.
    Any help will be highly appreciated.
    Thanks,
    Raffy

    I am trying to debug a JSP application and each time I try to debug I get the error:
    [Starting OC4J using the following ports: HTTP=8989, RMI=23893, JMS=9239.]
    C:\oracle\jdk\bin\javaw.exe -ojvm -XXdebug,quiet,port2774 -classpath C:\oracle\j2ee\home\oc4j.jar com.evermind.server.OC4JServer -config C:\oracle\jdev\system\oc4j-config\server.xml
    Debugger attempting to connect to local process.[waiting for the server to complete its initialization...]
    Debugger unable to connect to local process. Go into the Tools > Preferences, and under Debugger, modify the "Connection Retry Setting" and increase the number of attempts.
    Hope this helps,
    Rob

  • Debug Remotelly WebLogic Web Service - Debugger unable to connect

    I have been able to debug locally when I start debug from IntegratedWebLogicServer,
    but I have not been able to debug remotelly although I deploied successfully to WebLogic Server and I got correct result while testing from SoapUI.
    With the purpose to debug remotelly the simple web service described below, I have done these steps on my enviroment:
    On WebLogic
    1) In the WebLogic console, belong the AdminServer definition, I browsed to Protocol > HTTP Tunneling and I checked it.
    2) In startWebLogic.cmd I added:
    set JAVA_OPTIONS=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=4000,server=y,suspend=n %SAVE_JAVA_OPTIONS%
    3) In setDomainEnv.cmd I changed to be:
    set debugFlag=true
    if "%debugFlag%"=="true" (
         set JAVA_DEBUG=-Xdebug -Xnoagent -Xrunjdwp:transport=dt_socket,address=%DEBUG_PORT%,server=y,suspend=n -Djava.compiler=NONE
         set JAVA_OPTIONS=%JAVA_OPTIONS% %enableHotswapFlag% -ea -da:com.bea... -da:javelin... -da:weblogic... -ea:com.bea.wli... -ea:com.bea.broker... -ea:com.bea.sbconsole...
    After that, I restarted the weblogic.
    On JDeveloper
    4) In the page Project Properties > Run/Debug/Profile > Default > Edit:
    I wrote the path to the HelloWorld.java on Default Run Target box.
    I checked Remote Debugging
    5) I right clicked the project and clicked Start Remote Debugger.
    On Attach to JDPA Debugger window I wrote LocalHost on Host and 4000 on Port.
    In my log window I got this message:
    "Debugger attempting to connect to remote process at LocalHost 4000.
    ...Debugger unable to connect to remote process."
    I was expecting to be able to call the web service from SoapUI and then stop on my breakpopint. What else should I do?
    The only suggestion found on internet I have not done was
    "In order for JDeveloper to work with WebLogic it will need a copy of the weblogic.jar file that can be found at [WLS-root]\weblogic1001\server\lib, copy this file to [jdev-root]\jdev\lib\ext directory and restart JDeveloper."
    (http://www.oracle.com/technetwork/developer-tools/jdev/remotedebugwls-086628.html) I didn't find the path [jdev-root]\jdev\lib\ext in my computer.
    My Sources:
    //HelloWorld.java
    package demo;
    import javax.jws.WebService;
    import javax.xml.ws.BindingType;
    import javax.xml.ws.soap.SOAPBinding;
    @WebService(portName = "HelloWorldSoap12HttpPort")
    @BindingType(SOAPBinding.SOAP12HTTP_BINDING)
    public class HelloWorld {
    public String sayHello(String firstname, String lastname){
    return "Hello " + firstname + " " + lastname;
    //web.xml
    <?xml version = '1.0' encoding = 'windows-1252'?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd"
    version="2.5" xmlns="http://java.sun.com/xml/ns/javaee">
    <servlet>
    <servlet-name>HelloWorldSoap12HttpPort</servlet-name>
    <servlet-class>demo.HelloWorld</servlet-class>
    <load-on-startup>1</load-on-startup>
    </servlet>
    <servlet-mapping>
    <servlet-name>HelloWorldSoap12HttpPort</servlet-name>
    <url-pattern>/HelloWorldSoap12HttpPort</url-pattern>
    </servlet-mapping>
    </web-app>

    Check out which port is actually used by your WLS for debug.
    Some instructions here:
    http://thirumalaisamyt.blogspot.com/2012/10/jdeveloper-remote-debugging.html

  • Debugger unable to connect to remote process

    Hi There,
    I am running Jdev on pc and OAS 10g on an unix environment. I followed the step in the doc to set up the remote debugging. However, when I start the remote debugger from jdev, i got the following error message.
    Debugger attempting to connect to remote process at ax-portal-www6.dev.ipass.com 4000..
    Debugger unable to connect to remote process.
    Your help wuld be greatly appreciated.

    A couple things to try:
    1) Verify your jdk version and build bug 4411232
    2) Increase your Debugger preferences Connection retries to double the default (especially if multiple apps running, low memory or a slow machine)
    Without more specifics on versions, type of debugging or details not much more I can suggest.

  • Unable to connect to flash debugger

    I just installed Flex 3, and I am unable to connect to the
    flash debugger using firefox or IE on vista x64. This worked with
    all the betas. Anyone have this problem?

    This worked flawlessly before, now I see slow delays on
    starting the browser as well as unable to connect each time. I
    disabled firewall and still nothing. I am on Vista x64.
    Now I have another dev pc at home with Vista x64 and that
    works fine. Any ideas? I have uninstalled, both the adobe debug
    players, as well as Flex 3. It used to work fine with Flex beta 3.
    I need to find my download of beta 3. To roll back till there is a
    fix for this.

  • Flash CS6: Android debug "unable to connect to the debugger"

    I'm using Flash CS6 on a Windows 7 machine. I'm trying to debug on a Nexus 4 (yes, USB debugging is enabled on the device).
    When I select "AIR Settings > Deployment > Debug" and publish, the app is installed on my device but it just shows a black screen for awhile, then finally a dialog on my phone appears that says:
    Adobe AIR
    Unable to connect to the debugger (MyPC.home)
    Enter IP address or Hostname:
    [text input]
    [OK] [Cancel]
    Neither IP or hostname seems to connect the debugger.
    If I press Cancel I can use the app. I can also deploy the app as "Device release" just fine. I just don't get any debug output in Flash Pro, which makes debugging really hard since I can't see exceptions or trace actions.
    I'm basically stuck and unable to debug. Any ideas?
    Thanks!
    -Aaron

    Hi Arun,
    You are sure the details that you have configured for the portal are correct?
    The Developer Studio that you are using is the sap SP level as EP?
    There is no proxy server between you and the portal? Check your Dev studio settings via Window>Preferences>Workbench Proxy settings.
    Cheers
    Dan

  • Monodevelop unable to connect to 127.0.0.1:35815

    When I try to debug apps in monodevelop as casual user, the only thing I see is this message:
    debugger-agent: Unable to connect to 127.0.0.1:35815
    Press any key to continue...
    But when I do it as root - there is no problem. Something wrong with permissions?
    Last edited by AlexRu (2013-06-27 01:23:10)

    I am sorry, my previous statement was wrong. Problem occurs, when I am creating console app, no matter if I am root or not... Projects of other types can be debbuged with no concern

  • Failure establishing connection to debugger

    Hi all,
    I'm using SQL developer 3.1.07 and I'm unable to use the debugger functionality. I've searched and found a number of other threads that relate to either VPN's or users putting the server address in the debugger host but I'm still unable to resolve the issue.
    The difference here may be that I have virtualbox set up on my pc and have all the associated VM IP addresses set up.
    Virtualbox is not running when I attempt this.
    the message I'm getting is (IP address hashed out):
    Connecting to the database whitehat.
    Executing PL/SQL: ALTER SESSION SET PLSQL_DEBUG=TRUE
    Executing PL/SQL: CALL DBMS_DEBUG_JDWP.CONNECT_TCP( '###.29.34.96', '65078' )
    ORA-30683: failure establishing connection to debugger
    ORA-12535: TNS:operation timed out
    ORA-06512: at "SYS.DBMS_DEBUG_JDWP", line 68
    ORA-06512: at line 1The above address is the one chosen by SQL developer initially and is also the one shown in my sys_context('userenv','ip_address').
    The database server itself is not on my PC, but is readily accessible on the network.
    I'm at a bit of a loss as to how to proceed. any suggestions?
    Edited by: WhiteHat on May 8, 2013 9:26 AM
    fixed embarrassing spelling oversight in the subject line

    >
    The above address is the one chosen by SQL developer initially and is also the one shown in my sys_context('userenv','ip_address').
    >
    It might be a firewall issue; especially if you have been working with VM on that machine.
    While you wait for one of the sql dev people to respond you may want to review this doc about 'Running and Debugging PL/SQL and Java Stored Procedures'.
    This is from the Fusion Middleware doc for JDeveloper but sql developer is based on JDeveloper
    http://docs.oracle.com/cd/E16162_01/user.1112/e17455/dev_stored_proc.htm
    >
    29.3.2 How to Specify the Database Debugger Port
    When the database debugger is running, for example to debug PL/SQL through a database connection, the ports used are randomly assigned. This can cause problems with firewalls, and to avoid them you can edit the ide.properties file to ensure that a specific port is used.
    To specify the port:
    If necessary, close JDeveloper.
    In a text editor, open jdev_install/jdeveloper/jdev/system/oracle.jdeveloper.release_number/ide.properties.
    Type the following:
    DatabaseDebuggerPortOverride=port_number
    where port_number is the port number you want the debugger to use.
    Save ide.properties. When you restart JDeveloper, the port you specified will be used.
    >
    The entire section at the link provides more information about establishing a debugger connection if you haven't done that before on any machine.

  • PDE-PXC019 Unable to connect to Application

    Hi
    I am facing following two problems while running forms in 10g IDS.
    First
    If i run the form directly from form builder it opens an html file in internet browser and shows following:
    1. URL:C:\Documents and Settings\user\Local Settings\Temp\s2pg.9htm
    2. Contents in the browser:
    <html> <head> ORACLE FORMS.</head>
    <body onload="document.pform.submit();" >
    <form name="pform" action="http://mycomp:8889/forms90/f90servlet" method="POST">
    <input type="hidden" name="form" value="C:\Documents and Settings\user\My Documents\demos\organization.fmx">
    <input type="hidden" name="userid" value="SCOTT/TIGER@orcl">
    <input type="hidden" name="obr" value="yes">
    <input type="hidden" name="array" value="YES">
    </form> </body></html>
    Now if i give the correct url directly in browser or delete the number "9" from the extension of the file in url it works fine, i don't know how theadditional value is added to the extension & everytime it is changed(1,2..,a,b...).
    Second
    If i run form in Debug mode directly from the builder it first gives the same issue as discussed above problem. After i remove the extra character from the extension it runs the form but doesnot start the debugger after reaching the breakpoint.
    if i run the form by giving the url in the browser with "DEBUG=YES" it gives following message:
    Host=mycomp
    Port=<<any number>>
    To enable debugging, enter the host & port into the attach debug dialog in the builder.
    now i go to the builder and do the same, then attach debug dialog gives following error:
    "PDE-PXC019 Unable to connect to Application."
    I am using:
    1. O/S : Windows XP professional
    2. Oracle IDS: 10g(9.0.4)
    Please tell me how to fix it.

    Thanks a lot Frank
    But i dont have accessibility to Metalink right now so i need to solve it by myself. I've solved Second problem but first is still their, see if you can do something for it.
    Thanks once again

  • TS1398 I am unable to connect wifi on my phone 4s since last 2 weeks... I am living in shanghai and did not have this issue since 2 weeks... iPad works fine... Please suggest some measures... Tried the on off reset settings etc.

    I am unable to connect wifi on my phone 4s since last 2 weeks... I am living in shanghai and did not have this issue since 2 weeks... iPad works fine... Please suggest some measures... Tried the on off reset settings etc. but no luck ...
    In fact after updating the software to the latest version I am having more of this... Sometimes the wifi button freezes an I can't even slide it to on / off...
    Thanks

    Noooo! Actually I too had d same prob wit my iPhone 4S. When I connect to my wifi network it won't get connected or it wil be grey scaled! I took it to d istore and since I had warranty they replaced my IPhone. It iPad charger has high volt than ur iPhone charger so when u connect wit it, there is a chance where large amount of current passes thru ur iPhone. So for sure it wil damage ur motherboard and its parts! Many said that iOS 6 or 6.0.1 or 6.1 was d reason for tis wifi prob! But apple never made its mistake wit it's software. If and only if u hav hardware prob u wil hav these sort of wifi prob Bluetooth prob! So best way s to replace ur iPhone!

  • Published pdf form is unable to connect with database

    Hi Guys!
    I have created a PDF form using Adobe Live Cycle Designer which have some text fields namely RECORD and NAME. I have connected this form with a Database. When I enter a record in the RECORD number field the NAME field of this form has been populated with the help of XFA Script which is written on the exit event of the RECORD text field. When we publish this form, a new interactive PDF is created which works fine and populates the NAME field from the an SQL database but when I access this PDF form (which is located on a shared location) from some another location (not on the same machine where i designed this form) it is unable to connect to the database and does not work as expected.
    I think there is some thing i am missing for the database connectivity.
    If any body on this forum can help me out.
    thanks
    Here is the Script for the above form which i used to populate the NAME FIELD on the basis of enetered RECORD number.
    ----- Document.Page1.txt_MRN::exit: - (JavaScript, client) -----------------------------------------
    /* This dropdown list object will populate two columns with data from a data connection.
    sDataConnectionName - name of the data connection to get the data from.  Note the data connection will appear in the Data View.
    sColHiddenValue  - this is the hidden value column of the dropdown.  Specify the table column name used for populating.
    sColDisplayText  - this is the display text column of the dropdown.  Specify the table column name used for populating.
    These variables must be assigned for this script to run correctly.  Replace <value> with the correct value.
    var sDataConnectionName = "DataSource";  // example - var sDataConnectionName = "MyDataConnection";
    var sColHiddenValue  = "RecordNum";   // example - var sColHiddenValue = "MyIndexValue";
    var sColDisplayText  = "Name";   // example - var sColDisplayText = "MyDescription"
    // Search for sourceSet node which matchs the DataConnection name
    var nIndex = 0;
    while(xfa.sourceSet.nodes.item(nIndex).name != sDataConnectionName)
    nIndex++;
    //var oDB = xfa.sourceSet.nodes.item(nIndex);
    var oDB = xfa.sourceSet.nodes.item(nIndex).clone(1);
    oDB.open();
    oDB.first();
    // Search node with the class name "command"
    var nDBIndex = 0;
    while(oDB.nodes.item(nDBIndex).className != "command")
    nDBIndex++;
    // Backup the original settings before assigning BOF and EOF to stay
    var sBOFBackup = oDB.nodes.item(nDBIndex).query.recordSet.getAttribute("bofAction");
    var sEOFBackup = oDB.nodes.item(nDBIndex).query.recordSet.getAttribute("eofAction");
    oDB.nodes.item(nDBIndex).query.recordSet.setAttribute("stayBOF", "bofAction");
    oDB.nodes.item(nDBIndex).query.recordSet.setAttribute("stayEOF", "eofAction");
    // Clear the list
    this.clearItems();
    // Search for the record node with the matching Data Connection name
    nIndex = 0;
    while(xfa.record.nodes.item(nIndex).name != sDataConnectionName)
    nIndex++;
    var oRecord = xfa.record.nodes.item(nIndex);
    // Find the value node
    var oValueNode   = null;
    var oTextNode   =  null;
    var sRecordNum  =  $.rawValue;
    for(var nColIndex = 0; nColIndex < oRecord.nodes.length; nColIndex++)
    if(oRecord.nodes.item(nColIndex).name == sColHiddenValue)
      oValueNode = oRecord.nodes.item(nColIndex);
    else if(oRecord.nodes.item(nColIndex).name == sColDisplayText)
      oTextNode = oRecord.nodes.item(nColIndex);
    var found= 0;
    while(!oDB.isEOF())
    if (oValueNode.value== sRecordNum)
      txt_FirstName.rawValue = oTextNode.value;
      txt_LastName.rawValue = oTextNode.value;
      found = 1;
      break;
      //this.addItem(oTextNode.value, oValueNode.value);
       oDB.next();
       if (found == 0)
        txt_FirstName.rawValue = "";
        txt_LastName.rawValue = "";
    // Restore the original settings
    oDB.nodes.item(nDBIndex).query.recordSet.setAttribute(sBOFBackup, "bofAction");
    oDB.nodes.item(nDBIndex).query.recordSet.setAttribute(sEOFBackup, "eofAction");
    // Close connection
    oDB.close();

    Finally achived the database connectivity for the published pdf form developed in the Adobe LiveCycle Designer 8.0.
    There must be the same driver version of the DSN on both machines. The machine which published the form and the one accessing it.
    Use the Admin account to add the DSN on both machines.
    Get rid of the error: Connection for Source "DataConnectionName" failed because the environment is not trusted.
    Thanks
    AbdulHafeez

  • Unable to connect video/audio chat. They are 'declining'

    Just this week I am unable to connect to anyone over video or audio chat. An error keeps coming up on both ends that the user is declining the invitation moments after it states it is 'connecting'. I have tried changing the connection ports to 80 and 443. I have tried with multiple buddies and even tried the 'dummy' buddies to test an video connection and get the same error. I am using a Linksys router and have no set up any port forwarding as I have never had to in the past. All other applications run fine (google talk video chat, xbox live, skype, etc) without their ports being forwarded. This has only been happening recently. Here is the error log that it asks me to send to Apple:
    Date/Time: 2009-10-01 20:09:53 -0400
    OS Version: 10.6.1 (Build 10B504)
    Report Version: 4
    iChat Connection Log:
    2009-10-01 20:09:31 -0400: AVChat started with ID 563154957.
    2009-10-01 20:09:31 -0400: jonnyd10810: State change from AVChatNoState to AVChatStateWaiting.
    2009-10-01 20:09:31 -0400: 0x117239100: State change from AVChatNoState to AVChatStateInvited.
    2009-10-01 20:09:38 -0400: 0x117239100: State change from AVChatStateInvited to AVChatStateConnecting.
    2009-10-01 20:09:38 -0400: jonnyd10810: State change from AVChatStateWaiting to AVChatStateConnecting.
    2009-10-01 20:09:44 -0400: 0x117239100: State change from AVChatStateConnecting to AVChatStateEnded.
    2009-10-01 20:09:44 -0400: 0x117239100: Error -7 (0x117239100 canceled the connection.)
    2009-10-01 20:09:44 -0400: jonnyd10810: State change from AVChatStateConnecting to AVChatStateEnded.
    2009-10-01 20:09:44 -0400: jonnyd10810: Error -7 (0x117239100 canceled the connection.)
    Video Conference Error Report:
    22.438962 @/SourceCache/VideoConference/VideoConference-413.1/SIP/SIP.c:2917 type=4 (900A002D/0)
    [SIPConnectIPPort failed]
    236.610038 @/SourceCache/VideoConference/VideoConference-413.1/SIP/SIP.c:2917 type=4 (900A002D/0)
    [SIPConnectIPPort failed]
    595.836126 @/SourceCache/VideoConference/VideoConference-413.1/SIP/SIP.c:2917 type=4 (900A002D/65)
    [SIPConnectIPPort failed]
    756.769262 @/SourceCache/VideoConference/VideoConference-413.1/SIP/SIP.c:2917 type=4 (900A002D/65)
    [SIPConnectIPPort failed]
    Video Conference Support Report:
    6.226166 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VCInitiateConference.m:2059 type=2 (00000000/0)
    [Connection Data for call id: 1 returns 1
    15.937705 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VCInitiateConference.m:2074 type=2 (00000000/0)
    [Prepare Connection With Remote Data - remote VCConnectionData: 1, local VCConnectionData: 1
    15.939136 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VCInitiateConference.m:2266 type=2 (00000000/0)
    [Initiate Conference To User: u0 with Remote VCConnectionData: 1 with Local Connection Data: 1 conferenceSettings: 1]
    21.938756 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK2e0eeb5e040b8194
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=1991265772
    Call-ID: 1deaee62d6e423e-aee6-11de-904e-d3e701254012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 354
    v=0
    o=Jon 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2660
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:927498191
    22.438880 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK2e0eeb5e040b8194
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=1991265772
    Call-ID: 1deaee62d6e423e-aee6-11de-904e-d3e701254012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 354
    v=0
    o=Jon 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2660
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:927498191
    220.172713 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VCInitiateConference.m:2059 type=2 (00000000/0)
    [Connection Data for call id: 3 returns 1
    230.108774 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VCInitiateConference.m:2074 type=2 (00000000/0)
    [Prepare Connection With Remote Data - remote VCConnectionData: 1, local VCConnectionData: 1
    230.111509 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VCInitiateConference.m:2266 type=2 (00000000/0)
    [Initiate Conference To User: u0 with Remote VCConnectionData: 1 with Local Connection Data: 1 conferenceSettings: 1]
    236.109826 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK0eeff80a2b204794
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=176419870
    Call-ID: 1deaee6ad134bf6-aee6-11de-904e-937ed1aa4012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 355
    v=0
    o=Jon 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2660
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:2072198428
    236.609953 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK0eeff80a2b204794
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "0" <sip:user@lip:16402>;tag=176419870
    Call-ID: 1deaee6ad134bf6-aee6-11de-904e-937ed1aa4012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 355
    v=0
    o=Jon 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2660
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:2072198428
    595.836057 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK4c7aacaa14d5e4a1
    Max-Forwards: 70
    To: "u0" <sip:user@rip>
    From: "0" <sip:user@lip:16402>;tag=1134633913
    Call-ID: 1deaee783784c1e-aee7-11de-904e-8a9b46a34012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 691
    v=0
    o=Jon 0 0 IN IP4 lip
    s=0
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2660
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:3946195025
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 30:640:480:640:480:30
    a=fmtp:123 imagesize 0 rules 30:640:480:640:480:30
    a=rtpID:3984008933
    749.464948 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VCInitiateConference.m:2059 type=2 (00000000/0)
    [Connection Data for call id: 7 returns 1
    750.767808 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VCInitiateConference.m:2074 type=2 (00000000/0)
    [Prepare Connection With Remote Data - remote VCConnectionData: 1, local VCConnectionData: 1
    750.769934 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VCInitiateConference.m:2266 type=2 (00000000/0)
    [Initiate Conference To User: u0 with Remote VCConnectionData: 1 with Local Connection Data: 1 conferenceSettings: 1]
    756.769034 @/SourceCache/VideoConference/VideoConference-413.1/SIP/Transport.c:2138 type=1 (00000000/0)
    [INVITE sip:user@rip:16402 SIP/2.0
    Via: SIP/2.0/UDP lip:16402;branch=z9hG4bK5f76bac279bdf4c2
    Max-Forwards: 70
    To: "u0" <sip:user@rip:16402>
    From: "00" <sip:user@lip:16402>;tag=1274736127
    Call-ID: 1deaee7e362990e-aee7-11de-904e-ea83a9194012@lip
    CSeq: 1 INVITE
    Contact: <sip:user@lip:16402>;isfocus
    User-Agent: Viceroy 1.4
    Content-Type: application/sdp
    Content-Length: 692
    v=0
    o=Jon 0 0 IN IP4 lip
    s=00
    c=IN IP4 lip
    b=AS:2147483647
    t=0 0
    a=hwi:17412:2:2660
    a=iChatEncryption:NO
    a=bandwidthDetection:YES
    m=audio 16402 RTP/AVP 110 12 124 3 0
    a=rtcp:16402
    a=rtpmap:110 X-AAC_LD/22050
    a=rtpmap:3 GSM/8000
    a=rtpmap:0 PCMU/8000
    a=rtpmap:124 iLBC/8000
    a=fmtp:124 mode=30
    a=rtpID:1768755001
    m=video 16402 RTP/AVP 123 126 34
    a=rtcp:16402
    a=rtpmap:123 H264/90000
    a=rtpmap:126 X-H264/90000
    a=rtpmap:34 H263/90000
    a=fmtp:34 imagesize 1 rules 30:352:288
    a=framerate:30
    a=RTCP:AUDIO 16402 VIDEO 16402
    a=fmtp:126 imagesize 0 rules 30:640:480:640:480:30
    a=fmtp:123 imagesize 0 rules 30:640:480:640:480:30
    a=rtpID:3924226544
    Video Conference User Report:
    0.000000 @:0 type=5 (00000000/16402)
    [Local SIP port]
    15.939139 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VideoConferenceGlobalObjects.m:1670 type=5 (00000000/0)
    [Router]
    [BAD TEST]
    15.939145 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VideoConferenceGlobalObjects.m:1672 type=5 (00000000/0)
    [CommNAT Result: 0x00000001
    230.111513 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VideoConferenceGlobalObjects.m:1670 type=5 (00000000/0)
    [Router]
    [BAD TEST]
    230.111519 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VideoConferenceGlobalObjects.m:1672 type=5 (00000000/0)
    [CommNAT Result: 0x00000001
    593.026340 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VideoConferenceMultiController.m:1890 type=5 (00000000/0)
    [IP And Port Data With Caller IP And Port Data: Obtained 80 bytes of local IP and port data (2 entries). Remote data was 0 bytes (0 entries).
    595.827667 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VideoConferenceMultiController.m:1923 type=5 (00000000/0)
    [Initiate Conference To User Cert Version: u0 with 120 bytes of connection data.
    750.769937 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VideoConferenceGlobalObjects.m:1670 type=5 (00000000/0)
    [Router]
    [BAD TEST]
    750.769943 @/SourceCache/VideoConference/VideoConference-413.1/Video Conference/VideoConferenceGlobalObjects.m:1672 type=5 (00000000/0)
    [CommNAT Result: 0x00000001
    Binary Images Description for "iChat":
    0x100000000 - 0x100280fff com.apple.iChat 5.0 (741) /Applications/iChat.app/Contents/MacOS/iChat
    0x10074f000 - 0x10074ffff com.apple.applescript.component 2.1 /System/Library/Components/AppleScript.component/Contents/MacOS/AppleScript
    0x112659000 - 0x112690fff com.apple.FWAVC 101.46 (46) /System/Library/PrivateFrameworks/FWAVC.framework/Versions/A/FWAVC
    0x112ad6000 - 0x112adafff com.apple.audio.AudioIPCPlugIn 1.1.0 /System/Library/Extensions/AudioIPCDriver.kext/Contents/Resources/AudioIPCPlugI n.bundle/Contents/MacOS/AudioIPCPlugIn
    0x114fbc000 - 0x114fe6fff com.apple.mio.DAL.VDC_4 101.0 (715) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/VDC.p lugin/Contents/MacOS/VDC
    0x114ff0000 - 0x114ff6fff com.apple.audio.AppleHDAHALPlugIn 1.7.4 (1.7.4a1) /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bun dle/Contents/MacOS/AppleHDAHALPlugIn
    0x115100000 - 0x11513dfff com.apple.DP.ScreenInputDevice 7.0 /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Apple ScreenInputDevice.plugin/Contents/MacOS/AppleScreenInputDevice
    0x115600000 - 0x115825fff com.apple.audio.codecs.Components 2.0 /System/Library/Components/AudioCodecs.component/Contents/MacOS/AudioCodecs
    0x115906000 - 0x115919fff com.apple.AddressBook.LocalSourceBundle 1.0 (862) /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x115925000 - 0x115928fff com.apple.yahoo.syncframework 1.3 (51) /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
    0x11592d000 - 0x115933fff com.apple.AddressBook.LDAPSource 1.0 (862) /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/MacOS/LDAP
    0x1161d2000 - 0x1161d6fff com.apple.iChat.Styles.Balloons 5.0 (741) /Applications/iChat.app/Contents/PlugIns/Balloons.transcriptstyle/Contents/MacO S/Balloons
    0x1162b2000 - 0x1162b4fff com.apple.iChat.PersonIconPlugIn 5.0 (741) /Applications/iChat.app/Contents/PlugIns/PersonIcon.plugin/Contents/MacOS/Perso nIcon
    0x1162da000 - 0x1162e8fff com.apple.iChat.AIMPreferences 5.0 (710) /Applications/iChat.app/Contents/PlugIns/AIM.impreferencepane/Contents/MacOS/AI M
    0x1162f4000 - 0x1162f5fff com.apple.iChat.BonjourPreferences 5.0 (710) /Applications/iChat.app/Contents/PlugIns/Bonjour.impreferencepane/Contents/MacO S/Bonjour
    0x1162f9000 - 0x116301fff com.apple.iChat.JabberPreferences 5.0 (710) /Applications/iChat.app/Contents/PlugIns/Jabber.impreferencepane/Contents/MacOS /Jabber
    0x116c07000 - 0x116c9bfff com.apple.applescript 2.1 /System/Library/PrivateFrameworks/AppleScript.framework/Versions/A/AppleScript
    0x116ccb000 - 0x116d2afff com.apple.google.GoogleContactSyncFramework 39 /System/Library/PrivateFrameworks/GoogleContactSync.framework/Versions/A/Google ContactSync
    0x11707a000 - 0x117197fff com.apple.TundraUnits 101.0 (715) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Resources/Tundr aUnits.bundle/Contents/MacOS/TundraUnits
    0x1171b8000 - 0x1171d7fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Resources//GLRendererFloat.bundle/G LRendererFloat
    0x11a2b9000 - 0x11a444fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x11a474000 - 0x11a831fff com.apple.GeForce8xxxGLDriver 1.6.2 (6.0.2) /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/libclh.dyl ib
    0x200000000 - 0x200466fff com.apple.GeForce8xxxGLDriver 1.6.2 (6.0.2) /System/Library/Extensions/GeForce8xxxGLDriver.bundle/Contents/MacOS/GeForce8xx xGLDriver
    0x7fff5fc00000 - 0x7fff5fc3bfff dyld /usr/lib/dyld
    0x7fff80003000 - 0x7fff80012fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff80013000 - 0x7fff8005afff com.apple.QuickLookFramework 2.0 (327.0) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8005b000 - 0x7fff80116fff com.apple.ApplicationServices.ATS 4.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff80117000 - 0x7fff80131fff com.apple.ScriptingBridge 1.1 (???) /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff80132000 - 0x7fff8013dfff com.apple.CrashReporterSupport 10.6 (237) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff801b3000 - 0x7fff80bd6fff com.apple.WebCore 6531 (6531.9) /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff80bdd000 - 0x7fff80ce2fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff80d1e000 - 0x7fff81410fff com.apple.CoreGraphics 1.535.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8151e000 - 0x7fff81565fff com.apple.coreui 0.2 (112) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff81566000 - 0x7fff816d3fff com.apple.QTKit 7.6.3 (1584) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff81735000 - 0x7fff817e4fff edu.mit.Kerberos 6.5.8 /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff817e5000 - 0x7fff817e6fff liblangid.dylib /usr/lib/liblangid.dylib
    0x7fff817e7000 - 0x7fff8183efff com.apple.Symbolication 1.1 (67) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff8183f000 - 0x7fff81850fff com.apple.DSObjCWrappers.Framework 10.6 (134) /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff81851000 - 0x7fff818a0fff com.apple.ImageIO.framework 3.0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff818a1000 - 0x7fff8191efff com.apple.CoreText 3.0.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff8191f000 - 0x7fff8199afff com.apple.ISSupport 1.9.1 (49) /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff8199b000 - 0x7fff81a2afff com.apple.PDFKit 2.5 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff81a2b000 - 0x7fff81a51fff com.apple.frameworks.preferencepanes 13.0 /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff81a52000 - 0x7fff81a81fff com.apple.iChat.IMRenderingFoundation 5.0 (742) /System/Library/Frameworks/InstantMessage.framework/Frameworks/IMRenderingFound ation.framework/Versions/A/IMRenderingFoundation
    0x7fff81ad0000 - 0x7fff81cdcfff com.apple.RawCamera.bundle 2.2.1 (477) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff81cdd000 - 0x7fff81d20fff libtidy.A.dylib /usr/lib/libtidy.A.dylib
    0x7fff81d21000 - 0x7fff81d5efff com.apple.LDAPFramework 2.0 (120.1) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff81daa000 - 0x7fff81dfbfff com.apple.HIServices 1.8.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff81e07000 - 0x7fff81e1ffff com.apple.iChat.InstantMessage 5.0 (742) /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff81e20000 - 0x7fff81ec0fff com.apple.LaunchServices 360.3 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff81ecc000 - 0x7fff82086fff com.apple.ImageIO.framework 3.0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff82087000 - 0x7fff8208bfff libmathCommon.A.dylib /usr/lib/system/libmathCommon.A.dylib
    0x7fff8208c000 - 0x7fff82249fff libicucore.A.dylib /usr/lib/libicucore.A.dylib
    0x7fff8224a000 - 0x7fff822dafff com.apple.SearchKit 1.3.0 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff822db000 - 0x7fff822e1fff com.apple.DiskArbitration 2.3 /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff822e2000 - 0x7fff8231dfff com.apple.CoreMedia 0.420.17 (420.17) /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8268c000 - 0x7fff82742fff libobjc.A.dylib /usr/lib/libobjc.A.dylib
    0x7fff82743000 - 0x7fff82754fff libz.1.dylib /usr/lib/libz.1.dylib
    0x7fff82755000 - 0x7fff8286cfff libxml2.2.dylib /usr/lib/libxml2.2.dylib
    0x7fff8286d000 - 0x7fff82c01fff com.apple.QuartzCore 1.6.0 (226.0) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff82c52000 - 0x7fff82c59fff com.apple.KerberosHelper 2.0 (1.0) /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff82c5a000 - 0x7fff82c60fff com.apple.IOSurface 73.0 /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff82c61000 - 0x7fff82d70fff libcrypto.0.9.8.dylib /usr/lib/libcrypto.0.9.8.dylib
    0x7fff82d71000 - 0x7fff82d7dfff libbz2.1.0.dylib /usr/lib/libbz2.1.0.dylib
    0x7fff82dc7000 - 0x7fff82e11fff com.apple.Metadata 10.6.0 (507.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff82e12000 - 0x7fff82e35fff com.apple.ScreenSaver 3.0 /System/Library/Frameworks/ScreenSaver.framework/Versions/A/ScreenSaver
    0x7fff82e36000 - 0x7fff82e66fff com.apple.shortcut 1.1 /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff82e67000 - 0x7fff82e68fff libScreenReader.dylib /usr/lib/libScreenReader.dylib
    0x7fff82e69000 - 0x7fff82f1dfff com.apple.ColorSync 4.6.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff82f1e000 - 0x7fff83086fff com.apple.viceroy.framework 386.0 (413.1) /System/Library/PrivateFrameworks/VideoConference.framework/Versions/A/VideoCon ference
    0x7fff83087000 - 0x7fff83087fff com.apple.Carbon 150 (152) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff83088000 - 0x7fff8320cfff com.apple.JavaScriptCore 6531 (6531.5) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8320d000 - 0x7fff83446fff com.apple.imageKit 2.0 (1.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff83498000 - 0x7fff8349afff com.apple.print.framework.Print 6.0 (237) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff8349b000 - 0x7fff834dffff com.apple.ImageCaptureCore 1.0 /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff834e0000 - 0x7fff83562fff com.apple.QuickLookUIFramework 2.0 (327.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff83563000 - 0x7fff83565fff com.apple.ImageIO.framework 3.0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff83566000 - 0x7fff8358cfff com.apple.ImageIO.framework 3.0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8358d000 - 0x7fff835c0fff com.apple.remotedesktop.screensharing 1.2 /System/Library/PrivateFrameworks/ScreenSharing.framework/Versions/A/ScreenShar ing
    0x7fff835c1000 - 0x7fff835c6fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff835c7000 - 0x7fff835cdfff com.apple.AOSNotification 1.1.0 (123.3) /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff835ce000 - 0x7fff8361bfff libauto.dylib /usr/lib/libauto.dylib
    0x7fff83652000 - 0x7fff836d2fff com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x7fff836d3000 - 0x7fff8372ffff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff83730000 - 0x7fff8386dfff com.apple.WebKit 6531 (6531.9) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8386e000 - 0x7fff83a2cfff libSystem.B.dylib /usr/lib/libSystem.B.dylib
    0x7fff83a53000 - 0x7fff83b08fff com.apple.ink.framework 1.3 (104) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff83b09000 - 0x7fff83b09fff com.apple.Cocoa 6.6 (???) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff83b0a000 - 0x7fff83b0ffff com.apple.ImageIO.framework 3.0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff83b10000 - 0x7fff83b10fff com.apple.CoreServices 44 /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff83b11000 - 0x7fff83f54fff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff83f55000 - 0x7fff84252fff com.apple.HIToolbox 1.6.0 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff84253000 - 0x7fff84a5dfff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff84c3e000 - 0x7fff84d60fff com.apple.audio.toolbox.AudioToolbox 1.6 /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff84e16000 - 0x7fff84e1dfff com.apple.DisplayServicesFW 2.1 /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff84e1e000 - 0x7fff84e34fff libbsm.0.dylib /usr/lib/libbsm.0.dylib
    0x7fff84e35000 - 0x7fff84e72fff com.apple.ApplicationServices.ATS 4.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff84e73000 - 0x7fff84ef7fff com.apple.print.framework.PrintCore 6.0 (312) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff84ef8000 - 0x7fff84f0cfff com.apple.speech.synthesis.framework 3.10.35 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff84f0d000 - 0x7fff84f23fff com.apple.ImageCapture 6.0 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff84f24000 - 0x7fff84f73fff com.apple.DirectoryService.PasswordServerFramework 6.0 /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff84f7d000 - 0x7fff84f8afff com.apple.CoreGraphics 1.535.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff84f8b000 - 0x7fff8520cfff com.apple.Foundation 6.6 (751) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8520d000 - 0x7fff8520dfff com.apple.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8520e000 - 0x7fff8520ffff com.apple.MonitorPanelFramework 1.3.0 /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff85210000 - 0x7fff85272fff com.apple.datadetectorscore 2.0 (80.7) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff85273000 - 0x7fff8527efff com.apple.speech.recognition.framework 3.10.10 /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff8527f000 - 0x7fff852e9fff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff852ea000 - 0x7fff8530afff com.apple.DirectoryService.Framework 3.6 (621) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff8530b000 - 0x7fff85355fff com.apple.IMCore 5.0 (742) /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x7fff85356000 - 0x7fff85368fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
    0x7fff85369000 - 0x7fff85d5dfff com.apple.AppKit 6.6.1 (1038.2) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff85d5e000 - 0x7fff85d5efff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff85d5f000 - 0x7fff85d67fff com.apple.iChat.IMUtils 5.0 (742) /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x7fff85d70000 - 0x7fff85d70fff com.apple.quartzframework 1.5 /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff85d71000 - 0x7fff85d91fff com.apple.DotMacSyncManager 2.0.0 (446) /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x7fff85d92000 - 0x7fff85dd5fff com.apple.CoreGraphics 1.535.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff85dd6000 - 0x7fff8605afff com.apple.security 6.0 (36910) /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8605b000 - 0x7fff86096fff com.apple.CoreMediaIOServices 101.0 (715) /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff86097000 - 0x7fff860a2fff com.apple.HelpData 2.0.3 (33) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff860b9000 - 0x7fff860bbfff com.apple.ExceptionHandling 1.5 (10) /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x7fff860bc000 - 0x7fff860d7fff com.apple.openscripting 1.3 (???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fff860d8000 - 0x7fff860fbfff com.apple.iChat.IMFoundation 5.0 (742) /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x7fff860fc000 - 0x7fff86162fff com.apple.AppleVAFramework 4.6.2 /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff86163000 - 0x7fff86166fff com.apple.securityhi 4.0 (36638) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff86167000 - 0x7fff86196fff com.apple.quartzfilters 1.6.0 /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff86197000 - 0x7fff861fffff com.apple.MeshKitRuntime 1.0 (49.0) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff86200000 - 0x7fff86338fff com.apple.CoreData 102 (246) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff86339000 - 0x7fff8656ffff com.apple.AddressBook.framework 5.0 (862) /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff86570000 - 0x7fff8663cfff com.apple.CFNetwork 454.4 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff8663d000 - 0x7fff86644fff com.apple.OpenDirectory 10.6 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8677e000 - 0x7fff86781fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff86782000 - 0x7fff86782fff com.apple.Accelerate 1.5 (Accelerate 1.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff86783000 - 0x7fff867bcfff com.apple.MeshKit 1.0 (49.0) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff867bd000 - 0x7fff867eefff com.apple.ApplicationServices.ATS 4.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff867ef000 - 0x7fff86810fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
    0x7fff86835000 - 0x7fff868b2fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
    0x7fff868b3000 - 0x7fff86910fff com.apple.framework.IOKit 2.0 (???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff86911000 - 0x7fff86983fff com.apple.CoreSymbolication 2.0 (23) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff86984000 - 0x7fff869a5fff com.apple.opencl 11 /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff869a6000 - 0x7fff86a12fff com.apple.CorePDF 1.0 /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff86b14000 - 0x7fff86b15fff com.apple.audio.units.AudioUnit 1.6 /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff86bdb000 - 0x7fff86bfdfff libexpat.1.dylib /usr/lib/libexpat.1.dylib
    0x7fff86c2e000 - 0x7fff86c47fff com.apple.CFOpenDirectory 10.6 /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff86c48000 - 0x7fff86c6cfff com.apple.CoreVideo 1.6.0 (43.0) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff86c7b000 - 0x7fff86cc4fff com.apple.securityinterface 4.0 (36981) /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff86cc5000 - 0x7fff86d43fff com.apple.audio.CoreAudio 3.2.0 (3.2) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff86d44000 - 0x7fff86d6cfff com.apple.DictionaryServices 1.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff86da9000 - 0x7fff86dacfff com.apple.help 1.3.1 (41) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff86dad000 - 0x7fff86f20fff com.apple.CoreFoundation 6.6 (550) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff86f21000 - 0x7fff86f5cfff com.apple.AE 496 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff86f5d000 - 0x7fff86f5efff libffi.dylib /usr/lib/libffi.dylib
    0x7fff86f5f000 - 0x7fff86f63fff com.apple.CoreGraphics 1.535.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff86f64000 - 0x7fff86f8ffff libxslt.1.dylib /usr/lib/libxslt.1.dylib
    0x7fff86f90000 - 0x7fff86f9bfff com.apple.dotMacLegacy 3.2 (266) /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x7fff86f9c000 - 0x7fff86f9dfff com.apple.TrustEvaluationAgent 1.0 (1) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff86f9e000 - 0x7fff870fbfff com.apple.syncservices 5.0 (575) /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff870fc000 - 0x7fff87188fff SecurityFoundation /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff87189000 - 0x7fff8726dfff com.apple.DesktopServices 1.5.1 /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff8726e000 - 0x7fff87281fff com.apple.syncservices.syncservicesui 5.0 (575) /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x7fff87282000 - 0x7fff87295fff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff872d6000 - 0x7fff877cefff com.apple.VideoToolbox 0.420.17 (420.17) /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff87ac8000 - 0x7fff87ad7fff com.apple.NetFS 3.2 /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff87ad8000 - 0x7fff87e0afff com.apple.CoreServices.CarbonCore 859.1 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff87e0b000 - 0x7fff87e0ffff com.apple.iChat.IMSecurityUtils 5.0 (742) /System/Library/Frameworks/IMCore.framework/Frameworks/IMSecurityUtils.framewor k/Versions/A/IMSecurityUtils
    0x7fff87e10000 - 0x7fff87e45fff libcups.2.dylib /usr/lib/libcups.2.dylib
    0x7fff87e46000 - 0x7fff87e87fff com.apple.SystemConfiguration 1.10 /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff87e88000 - 0x7fff87e96fff libkxld.dylib /usr/lib/system/libkxld.dylib
    0x7fff87e97000 - 0x7fff87e9cfff com.apple.CommonPanels 1.2.4 (91) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff87e9d000 - 0x7fff87ecefff com.apple.opengl 1.6.3 /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff87ecf000 - 0x7fff87f8bfff com.apple.CoreServices.OSServices 352 /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff87f8c000 - 0x7fff87f92fff com.apple.CoreGraphics 1.535.5 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff87f93000 - 0x7fff8802dfff com.apple.ApplicationServices.ATS 4.0 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8802e000 - 0x7fff88074fff com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff88075000 - 0x7fff88075fff com.apple.ApplicationServices 38 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff880a0000 - 0x7fff8817afff com.apple.vImage 4.0 /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff8817b000 - 0x7fff881b2fff libssl.0.9.8.dylib /usr/lib/libssl.0.9.8.dylib
    0x7fff881b3000 - 0x7fff8826cfff libsqlite3.dylib /usr/lib/libsqlite3.dylib
    0x7fff8826d000 - 0x7fff8838bfff com.apple.PubSub 1.0.4 (65.11) /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff8838c000 - 0x7fff885f6fff com.apple.QuartzComposer 4.0 (156.6) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff885f7000 - 0x7fff886c2fff com.apple.ColorSync 4.6.0 /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff886d2000 - 0x7fff886f0fff com.apple.ImageIO.framework 3.0.0 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff886f1000 - 0x7fff8870cfff com.apple.datadetectors 2.0 (102.0) /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff8870d000 - 0x7fff8879efff com.apple.Bluetooth 2.2.1 (2.2.1f7) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff8879f000 - 0x7fff888a9fff com.apple.MeshKitIO 1.0 (49.0) /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff888aa000 - 0x7fff888bffff com.apple.LangAnalysis 1.6.5 /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff888c0000 - 0x7fff889c9fff com.apple.MediaToolbox 0.420.17 (420.17) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff889ca000 - 0x7fff88a47fff com.apple.backup.framework 1.1 (1.0) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff88a48000 - 0x7fff88a88fff com.apple.QD 3.31 (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff88a89000 - 0x7fff88ac7fff com.apple.DebugSymbols 1.1 (70) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff88ac8000 - 0x7fff88b1dfff com.apple.framework.familycontrols 2.0 /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff88b1e000 - 0x7fff88b34fff com.apple.MultitouchSupport.framework 200.20 /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport

    Hi,
    Error 7 is when a router or the connection to the router is broken in some way.
    Some devices have features such as Denial Of Service protection (DoS) that cut a particular Internet Port when it thinks too much data is coming (Presuming it is an attack.)
    iChat 5 in Leopard is not capped by the System Preferences > Quicktime Streaming speed (which we used to suggest was set at 1.5Mbps)
    It now sees your whole Connection speed and your Upload may be much faster than this.
    Your Download is likely to be much faster. However iChat will tend to operate at the lower figure of your Upload.
    DoS features are threshold based.
    You may now be bumping in to this Threshold where you were not before.
    SPI (Stateful packet Inspection) does a different job but has the same effect when it is overloaded by the speed of the data.
    If you have either of these features, turn them Off (Disable them)
    7:25 PM Friday; October 2, 2009

  • Unable to connect to Internet via Airport Express - 'cannot contact server'

    I'm unable to connect to the internet via my Airport Express. I'm using OS 10.3.9, and had the same setup with no problems at a previous address, but with a different modem from the same ISP.
    My AE is connected - the light is green - and my mac is connected to the network in Internet Connect. But when I open Safari I get an 'unable to contact server' message.
    I've tried rebooting everything (modem, AE, Mac), and leaving modem/AE off for several minutes. Also reset the AE, but to no avail.
    The connection works fine via Ethernet cable.
    Any ideas?

    Thanks, I checked out that advice doc (106798), but could not connect to the address (http://17.149.160.49) which is given to test if it's a DNS issue. My ISP says I shouldn't need DNS settings.
    The service is PPPoE, and I went into Airport Admin Utility to check if the Airport was configured for this. Under Configure/Internet, I found it was set to 'Ethernet', so changed it to PPPoE. Then when I restarted I got connection status in the bar (and good Airport signal), but status flipped between 'looking for PPPoE host' and 'negotiating PPPoE host', sometimes sticking on one or the other each time I tried rebooting all gear.
    Any other ideas?

Maybe you are looking for