CAN taking Near 100% of CPU

I have been on this problem for a few weeks now and still unable to fix the problem:
Description of the problem:
1- When reading from 2 CAN channels with a Real-Time PXI Controller, the Processor runs between 70% and 80% (but most often at 80%). (Nothing else runs on the RT, but it will be required that more vis to run on it in the futur.) When running the vi on the Host PC, the processor on the RT controller tops at 100%. Some Data loss occurs.
2- Minor problem:  Board doesn't always reset even with 2 resets.)
 Program Content (view attachement for more details):
 1- While Loop at 2500us containing a sequence structure to read 2 Canbus ports in sequence. To read the CAN, I use a ncGetAttr (Read Entries Pending) followed with a ncReadNetMult.v. Data is then unbundled and set into an array in order to use a shared variable (using Real-Time FIFO). This alone takes 80% of the CPU LOAD.
2- First sequence: Canbus Reset.vi. Second Sequence has the Config (set at 1MHz), Open then CActions of Reset and Start.
Description of Task:
Read 2 CAN channels from a UUT on a Real-Time PXI Controller (8196). 16 CAN frames per whole CAN Message per channel. The 16 CAN frames are sent in 2.5ms. The Host PC that reads the data from the Real-Time Controller at any rate (I usually set it at 4 times the loop time of the RT Target).
FIFO Configuration:
12 elements of the CAN frame + RT TickCounter. As 64bits Double or 64 bits U64. 13 elements per array. 512 Arrays (this number varied alot). The lower the # of arrays, the more random data loss occurs, but the higher it is, the more the duration of data loss is long. Note that sometimes i get the last frame and appears in the log as many times as loop size.
Host PC:
Reads the Shared Variable in a For Loop with the #the same as the FIFO size (or higher). 
Note: Many Disable diagrams, but doesn't affect the program in any way. Its other tests done.
Thank you. 
Attachments:
CAN Channel 1 vi.JPG ‏186 KB
CAN Channel 2 vi.JPG ‏187 KB
CAN Config vi.JPG ‏173 KB

Thanks for the replies, I fixed the loss of data, but not the CPU load by doing the following:
I finally tried Queues on the RT (didn't earlier because it was way too slow to execute when I was running my simulation on Windows). I based my vi with the NI Example Queue basics.vi. I also optimized CReadMult, I send the Data direclty into an array with I insert the Tickcount* then send it to the Host PC for it to process the rest of the frame building and then to process the information. Doing both (Queues + CReadMult) helped since now I do not have anymore loss of data, however the CPU LOAD goes up to from ~75% (at start) to 87-89% and stays there.
*Tickcount: I've noticed a weird effect with the Tickcount: I'm sending the msec time and the loop which adds it to the array is set at 2.5ms, however the tickcount read at the Host PC is always on a 10ms timer difference (instead of ~2.5) which also seems to correspond to the same loop timer as the secondary while loops that all they do is sent the information to the Host PC.  The priority of the CAN loop is 1 and the priority of the SV loops are 100. Unless i'm mistaken, priority 1 should be of highest priority and 100 is lowest (excuted only when CPU has "extra" time).
With the Queues: 
Currently it worked (without data loss) when both CAN channels are read in sequence with 2 different loops to send the informatiosn to the PC through shared variables. The RT FIFO is set at 32 Arrays of 2048 Elements. 2048 because the CReadMult seemed to have been going up really high randomly. I have not had the time to optimize the RT FIFO or really know how to cound it exactly. When using the size indicator of the Queues, they are always full. I only use Enqueue and Dequeue.
@O_Proulx:
CReadMult seems to be the main problem of the dynamic array since the information gotten from the CAN seems to vary alot. Are you saying I should insert the data from CReadMult into a fixed array size before sending it through the SV ? I don't think that would help since it seems that the CReadMult automatically creates dynamic arrays.
 @Caleb:
Like I said previously in this post, I stripped everything down, even the bitwise operations of CReadMult to do them on the Host PC. I'm using the NI PXI-8461/2 Series 2 2-Port High-Speed Can. Next time I get time on the benchtest, I'll verify the CPU Load time when removing the SV loops.
Thanks. 

Similar Messages

  • Dock taking up 100% of CPU

    I'm basically using my mac pro as I received it 3 months ago and four times the machine starting moving at sub-snail speed. Twice when I wasn't running anything at all. I found that the dock was sucking up nearly 100% of the CPU. Could something have gotten corrupted even though I haven't changed any preferences? I fixed this the first time by rebooting the machine and each subsequent time by doing a force quit on the dock. I'd prefer a permanent solution to this if somebody knows it. Thanks.

    I am currently running Snow Leopard 10.6.2 on all three of my computers. The 13 MacBook Pro was purchased Dec 2009 with Snow Leopard installed. The 17 MacBook Pro and the iMac were upgraded to Snow Leopard mid January 2010. ALL three computers have experienced freezes due to CPU usage levels. Prior to upgrading to Snow Leopard this had not happened. Since the freezes occur on an apparently random basis I could not link it to an activity or an application. Applecare suggested Safe Boot, Reset PRAM--it is hard to say whether there was any impact since Restart clears the condition until next time. I have been leaving Activity Monitor open when I remember to open it, since it is impossible to open Activity Monitor after the freeze has started.
    I am posting in this thread since yesterday I started the 17 MacBook Pro while working on my iMac. I started the Activity Monitor but didn't get around to opening any other application for some time. When I attempted to move the cursor I got the spinning beach ball. Activity Monitor showed the Dock at 60-70% cpu utilization. It also showed "activitymonitord" at 53.7%.
    I am hoping that this post might bring some suggestions

  • What is "uninstalld" and why does it take up nearly 100% of CPU?

    I recently upgraded from 2 to 4GB of RAM because my iMac was running slow. It works better now but my activity monitor shows only 45MB free right now even though I'm only using Safari. In the monitor window it says that "uninstalld" (without the e) is taking up 99.3% of CPU. How can that be and what can I do about it? Thanks.

    Select that process and kill it in Activity Monitor, see if it comes back.

  • QuantumToolkit taking up 100% of CPU when no CSS is loaded

    All
    Our application has a simple TableView that takes an incoming server object and displays it for the user. When it receives a similar object the model will attempt to find the previous object and update one or two cells with new status values. Nothing taxing one would think. I have turned off the CSS so we are using the default. We also have Platform.runLater in our model so when we are about to update the GUI that takes place.
    The application functions correctly, but when ramping up the inserts to say 1 every second we see a slow down in the application. The application does function but response it slow when clicking on drop down menus etc. I have attached a profiler stack trace. And we saw that the QuantumToolkit seems to be doing all of the work. Any ideas on how we can trace if further.
    Our object is very simple in that we have some properties that are used to show updates to the row when changed. Most of the fields that need to be updated are set using SimpleDoubleProperty or StringProperty etc.
    Apologies for the formatting, this was exported from the profiler.
    Call tree (all threads together)
    +----------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------+-----------------+
    |                                                                              Name                                                                              |    Time (ms)    |  Own Time (ms)  |
    +----------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------+-----------------+
    |  +---<All threads>                                                                                                                                             |  77,931  100 %  |                 |
    |    |                                                                                                                                                           |                 |                 |
    |    +---com.sun.javafx.tk.quantum.QuantumToolkit$8.run()                                                                                                        |  71,251   91 %  |            182  |
    |    | |                                                                                                                                                         |                 |                 |
    |    | +---javafx.scene.Scene$ScenePulseListener.pulse()                                                                                                         |  71,009   91 %  |              0  |
    |    | | |                                                                                                                                                       |                 |                 |
    |    | | +---javafx.scene.Scene.access$3000(Scene)                                                                                                               |  66,294   85 %  |              0  |
    |    | | | |                                                                                                                                                     |                 |                 |
    |    | | | +---javafx.scene.Scene.doLayoutPass()                                                                                                                 |  66,294   85 %  |              0  |
    |    | | |   |                                                                                                                                                   |                 |                 |
    |    | | |   +---javafx.scene.Scene.layoutDirtyRoots()                                                                                                           |  66,294   85 %  |              0  |
    |    | | |     |                                                                                                                                                 |                 |                 |
    |    | | |     +---javafx.scene.Parent.layout()                                                                                                                  |  66,294   85 %  |              0  |
    |    | | |       |                                                                                                                                               |                 |                 |
    |    | | |       +---javafx.scene.Parent.layout()                                                                                                                |  65,188   84 %  |              0  |
    |    | | |       | |                                                                                                                                             |                 |                 |
    |    | | |       | +---javafx.scene.Parent.layout()                                                                                                              |  65,144   84 %  |              0  |
    |    | | |       | | |                                                                                                                                           |                 |                 |
    |    | | |       | | +---javafx.scene.Parent.layout()                                                                                                            |  65,144   84 %  |              0  |
    |    | | |       | |   |                                                                                                                                         |                 |                 |
    |    | | |       | |   +---javafx.scene.Parent.layout()                                                                                                          |  59,823   77 %  |              0  |
    |    | | |       | |   | |                                                                                                                                       |                 |                 |
    |    | | |       | |   | +---com.sun.javafx.scene.control.skin.VirtualFlow.layoutChildren()                                                                      |  52,938   68 %  |             20  |
    |    | | |       | |   | | |                                                                                                                                     |                 |                 |
    |    | | |       | |   | | +---javafx.scene.control.Control.impl_processCSS(boolean)                                                                             |  44,568   57 %  |              0  |
    |    | | |       | |   | | | |                                                                                                                                   |                 |                 |
    |    | | |       | |   | | | +---javafx.scene.Parent.impl_processCSS(boolean)                                                                                    |  44,568   57 %  |              0  |
    |    | | |       | |   | | |   |                                                                                                                                 |                 |                 |
    |    | | |       | |   | | |   +---javafx.scene.Parent.impl_processCSS(boolean)                                                                                  |  30,346   39 %  |              0  |
    |    | | |       | |   | | |   | |                                                                                                                               |                 |                 |
    |    | | |       | |   | | |   | +---javafx.scene.control.Control.impl_processCSS(boolean)                                                                       |  30,182   39 %  |              0  |
    |    | | |       | |   | | |   | | |                                                                                                                             |                 |                 |
    |    | | |       | |   | | |   | | +---javafx.scene.Parent.impl_processCSS(boolean)                                                                              |  30,182   39 %  |              0  |
    |    | | |       | |   | | |   | |   |                                                                                                                           |                 |                 |
    |    | | |       | |   | | |   | |   +---javafx.scene.Node.impl_processCSS(boolean)                                                                              |  26,135   34 %  |              0  |
    |    | | |       | |   | | |   | |   | |                                                                                                                         |                 |                 |
    |    | | |       | |   | | |   | |   | +---com.sun.javafx.css.StyleHelper.transitionToState(Node)                                                                |  25,492   33 %  |            762  |
    |    | | |       | |   | | |   | |   | | |                                                                                                                       |                 |                 |
    |    | | |       | |   | | |   | |   | | +---javafx.scene.control.Control$12.set(String)                                                                         |  24,092   31 %  |              0  |
    |    | | |       | |   | | |   | |   | | | |                                                                                                                     |                 |                 |
    |    | | |       | |   | | |   | |   | | | +---com.sun.javafx.css.StyleableStringProperty.set(String)                                                            |  24,092   31 %  |              0  |
    |    | | |       | |   | | |   | |   | | |   |                                                                                                                   |                 |                 |
    |    | | |       | |   | | |   | |   | | |   +---javafx.beans.property.StringPropertyBase.set(String)                                                            |  24,092   31 %  |              0  |
    |    | | |       | |   | | |   | |   | | |     |                                                                                                                 |                 |                 |
    |    | | |       | |   | | |   | |   | | |     +---javafx.beans.property.StringPropertyBase.markInvalid()                                                        |  24,092   31 %  |              0  |
    |    | | |       | |   | | |   | |   | | |       |                                                                                                               |                 |                 |
    |    | | |       | |   | | |   | |   | | |       +---javafx.scene.control.Control$12.invalidated()                                                               |  24,092   31 %  |              0  |
    |    | | |       | |   | | |   | |   | | |         |                                                                                                             |                 |                 |
    |    | | |       | |   | | |   | |   | | |         +---javafx.scene.control.Control.access$500(Control)                                                          |  24,092   31 %  |              0  |
    |    | | |       | |   | | |   | |   | | |           |                                                                                                           |                 |                 |
    |    | | |       | |   | | |   | |   | | |           +---javafx.scene.control.Control.loadSkinClass()                                                            |  24,092   31 %  |            102  |
    |    | | |       | |   | | |   | |   | | |             |                                                                                                         |                 |                 |
    |    | | |       | |   | | |   | |   | | |             +---java.lang.reflect.Constructor.newInstance(Object[])                                                   |  20,791   27 %  |          4,752  |
    |    | | |       | |   | | |   | |   | | |             | |                                                                                                       |                 |                 |
    |    | | |       | |   | | |   | |   | | |             | +---javafx.scene.Node.addEventHandler(EventType, EventHandler)                                          |   2,848    4 %  |              0  |
    |    | | |       | |   | | |   | |   | | |             | |                                                                                                       |                 |                 |
    |    | | |       | |   | | |   | |   | | |             | +---javafx.scene.layout.StackPane.<init>()                                                              |   1,982    3 %  |              0  |
    +----------------------------------------------------------------------------------------------------------------------------------------------------------------+-----------------+-----------------+
    Generated by YourKit Java Profiler 10.0.6 Feb 27, 2012 11:41:24 AM

    HEre is an attempt at a test class. If you run it click start data add, then start updater it simulates the traffic coming from our server. When you start clicking on the qty buttons you see a delay as the amounts increase. If you click stop , then the GUi is okay
    package test;
    import java.util.Date;
    import java.util.Random;
    import java.util.concurrent.atomic.AtomicInteger;
    import javafx.application.Application;
    import javafx.application.Platform;
    import javafx.beans.property.SimpleDoubleProperty;
    import javafx.beans.property.SimpleIntegerProperty;
    import javafx.beans.property.SimpleObjectProperty;
    import javafx.beans.property.SimpleStringProperty;
    import javafx.collections.FXCollections;
    import javafx.collections.ObservableList;
    import javafx.event.ActionEvent;
    import javafx.event.EventHandler;
    import javafx.geometry.Pos;
    import javafx.scene.Scene;
    import javafx.scene.control.Button;
    import javafx.scene.control.TableCell;
    import javafx.scene.control.TableColumn;
    import javafx.scene.control.TableColumn.SortType;
    import javafx.scene.control.TableView;
    import javafx.scene.control.TextField;
    import javafx.scene.control.cell.PropertyValueFactory;
    import javafx.scene.layout.HBox;
    import javafx.scene.layout.VBox;
    import javafx.scene.paint.Color;
    import javafx.stage.Stage;
    import javafx.util.Callback;
    public class TestApplication extends Application {
         private TableView<OrderDataTableNewRow> exchangesTable = new TableView<OrderDataTableNewRow>();
         static ObservableList<OrderDataTableNewRow> data  = FXCollections.observableArrayList();
         @Override
         public void start(final Stage stage) throws Exception {
              final VBox rootPane = new VBox();
              rootPane.setSpacing(10);
              rootPane.setPrefSize(800, 600);
              TableColumn<OrderDataTableNewRow, String> clOrderIdCol = new TableColumn<OrderDataTableNewRow, String>("ClOrderId");
              clOrderIdCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,String>(OrderDataTableNewRow.CLORDERID_PROPERTY));
              clOrderIdCol.setSortable(true);
              clOrderIdCol.setPrefWidth(130);
              TableColumn<OrderDataTableNewRow, String> exchangeCol = new TableColumn<OrderDataTableNewRow, String>("Exchange");
              exchangeCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,String>(OrderDataTableNewRow.EXCHANGE_PROPERTY));
              exchangeCol.setSortable(true);
              exchangeCol.setPrefWidth(65);
              TableColumn<OrderDataTableNewRow, String> securityCodeCol = new TableColumn<OrderDataTableNewRow, String>("Security");
              securityCodeCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,String>(OrderDataTableNewRow.SECURITY_CODE_PROPERTY));
              securityCodeCol.setSortable(true);
              securityCodeCol.setPrefWidth(70);
              TableColumn<OrderDataTableNewRow, OrderType> orderTypeCol = new TableColumn<OrderDataTableNewRow, OrderType>("Type");
              orderTypeCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,OrderType>(OrderDataTableNewRow.ORDERTYPE_PROPERTY));
              orderTypeCol.setSortable(true);
              orderTypeCol.setPrefWidth(70);
              TableColumn<OrderDataTableNewRow, SideEnum>  sideCol = new TableColumn<OrderDataTableNewRow, SideEnum>("Side");
              sideCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow, SideEnum>(OrderDataTableNewRow.SIDE_PROPERTY));
              sideCol.setSortable(true);
              sideCol.setPrefWidth(65);
              TableColumn<OrderDataTableNewRow, Double> priceCol = new TableColumn<OrderDataTableNewRow, Double>("Price");
              priceCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,Double>(OrderDataTableNewRow.PRICE_PROPERTY));
              priceCol.setSortable(true);
              priceCol.setPrefWidth(81);
              TableColumn<OrderDataTableNewRow, Integer> qtyCol = new TableColumn<OrderDataTableNewRow, Integer>("Qty");
              qtyCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,Integer>(OrderDataTableNewRow.QTY_PROPERTY));
              qtyCol.setSortable(true);
              qtyCol.setPrefWidth(75);
              TableColumn<OrderDataTableNewRow, Double> lastPxCol = new TableColumn<OrderDataTableNewRow, Double>("LastPx");
              lastPxCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,Double>(OrderDataTableNewRow.LAST_PX_PROPERTY));
              lastPxCol.setSortable(true);
              lastPxCol.setPrefWidth(81);
              TableColumn<OrderDataTableNewRow, Integer> lastQtyCol = new TableColumn<OrderDataTableNewRow, Integer>("LastQty");
              lastQtyCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,Integer>(OrderDataTableNewRow.LAST_QTY_PROPERTY));
              lastQtyCol.setSortable(true);
              lastQtyCol.setPrefWidth(81);
              TableColumn<OrderDataTableNewRow, Double> avgPxCol = new TableColumn<OrderDataTableNewRow, Double>("AvgPx");
              avgPxCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,Double>(OrderDataTableNewRow.AVG_PX_PROPERTY));
              avgPxCol.setSortable(true);
              avgPxCol.setPrefWidth(100);
              TableColumn<OrderDataTableNewRow, Integer> cumQtyCol = new TableColumn<OrderDataTableNewRow, Integer>("CumQty");
              cumQtyCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,Integer>(OrderDataTableNewRow.CUM_QTY_PROPERTY));
              cumQtyCol.setSortable(true);
              cumQtyCol.setPrefWidth(100);
              TableColumn<OrderDataTableNewRow, Integer> leavesQtyCol = new TableColumn<OrderDataTableNewRow, Integer>("Leaves");
              leavesQtyCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,Integer>(OrderDataTableNewRow.LEAVES_QTY_PROPERTY));
              leavesQtyCol.setSortable(true);
              leavesQtyCol.setPrefWidth(100);
              TableColumn<OrderDataTableNewRow, String> accountCol = new TableColumn<OrderDataTableNewRow, String>("Account");
              accountCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,String>(OrderDataTableNewRow.ACCOUNT_PROPERTY));
              accountCol.setSortable(true);
              accountCol.setPrefWidth(100);
              TableColumn<OrderDataTableNewRow, String> brokerCol = new TableColumn<OrderDataTableNewRow, String>("Broker");
              brokerCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,String>(OrderDataTableNewRow.BROKER_PROPERTY));
              brokerCol.setSortable(true);
              brokerCol.setPrefWidth(100);
              TableColumn<OrderDataTableNewRow, String> traderCol = new TableColumn<OrderDataTableNewRow, String>("Trader");
              traderCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,String>(OrderDataTableNewRow.TRADER_PROPERTY));
              traderCol.setSortable(true);
              traderCol.setPrefWidth(100);
              TableColumn<OrderDataTableNewRow, OrderStatus> orderStatusCol = new TableColumn<OrderDataTableNewRow, OrderStatus>("OrderStatus");
              orderStatusCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow, OrderStatus>(OrderDataTableNewRow.ORDER_STATUS_PROPERTY));
              orderStatusCol.setSortable(true);
              orderStatusCol.setPrefWidth(81);
              TableColumn<OrderDataTableNewRow, ExecutionType> executionTypeCol = new TableColumn<OrderDataTableNewRow, ExecutionType>("ExecType");
              executionTypeCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow, ExecutionType>(OrderDataTableNewRow.EXECUTION_TYPE_PROPERTY));
              executionTypeCol.setSortable(true);
              executionTypeCol.setPrefWidth(81);
              TableColumn<OrderDataTableNewRow, Date> expiryCol = new TableColumn<OrderDataTableNewRow, Date>("Expiry");
              expiryCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow, Date>(OrderDataTableNewRow.EXPIRY_PROPERTY));
              expiryCol.setSortable(true);
              expiryCol.setPrefWidth(85);
              TableColumn<OrderDataTableNewRow, String> currencyCol = new TableColumn<OrderDataTableNewRow, String>("Currency");
              currencyCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,String>(OrderDataTableNewRow.CURRENCY_PROPERTY));
              currencyCol.setSortable(true);
              currencyCol.setPrefWidth(81);
              TableColumn<OrderDataTableNewRow, String> messageCol = new TableColumn<OrderDataTableNewRow, String>("Text");
              messageCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,String>(OrderDataTableNewRow.TEXT_PROPERTY));
              messageCol.setPrefWidth(140);
              TableColumn<OrderDataTableNewRow, String> giveUpCol = new TableColumn<OrderDataTableNewRow, String>("GiveUp");
              giveUpCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,String>(OrderDataTableNewRow.GIVEUP_PROPERTY));
              giveUpCol.setSortable(true);
              giveUpCol.setPrefWidth(100);
              TableColumn<OrderDataTableNewRow, String> giveInCol = new TableColumn<OrderDataTableNewRow, String>("GiveIn");
              giveInCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow,String>(OrderDataTableNewRow.GIVEIN_PROPERTY));
              giveInCol.setPrefWidth(100);
              TableColumn<OrderDataTableNewRow, Date> createdCol = new TableColumn<OrderDataTableNewRow, Date>("Updated");
              createdCol.setCellValueFactory(new PropertyValueFactory<OrderDataTableNewRow, Date>(OrderDataTableNewRow.UPDATED_PROPERTY));
              createdCol.setSortable(true);
              createdCol.setMinWidth(190);
              createdCol.setSortType(SortType.DESCENDING);
              // Setup all the renders
              Callback<TableColumn<OrderDataTableNewRow,String>, TableCell<OrderDataTableNewRow,String>> defaultStringRenderFactory =
                        new Callback<TableColumn<OrderDataTableNewRow,String>, TableCell<OrderDataTableNewRow,String>>() {
                   public TableCell<OrderDataTableNewRow,String> call(TableColumn<OrderDataTableNewRow,String> p) {
                        return new StringFormatCell<OrderDataTableNewRow>(Pos.CENTER);
              Callback<TableColumn<OrderDataTableNewRow, SideEnum>, TableCell<OrderDataTableNewRow, SideEnum>> defaultSideCellFactory =
                        new Callback<TableColumn<OrderDataTableNewRow, SideEnum>, TableCell<OrderDataTableNewRow, SideEnum>>() {
                   public TableCell<OrderDataTableNewRow, SideEnum> call(TableColumn<OrderDataTableNewRow, SideEnum> p) {
                        return new SideFormatCell<OrderDataTableNewRow>();
              Callback<TableColumn<OrderDataTableNewRow, OrderStatus>, TableCell<OrderDataTableNewRow, OrderStatus>> orderStatusCellFactory =
                        new Callback<TableColumn<OrderDataTableNewRow, OrderStatus>, TableCell<OrderDataTableNewRow, OrderStatus>>() {
                   public TableCell<OrderDataTableNewRow, OrderStatus> call(TableColumn<OrderDataTableNewRow, OrderStatus> p) {
                        return new OrderStatusFormatCell<OrderDataTableNewRow>();
              Callback<TableColumn<OrderDataTableNewRow, OrderType>, TableCell<OrderDataTableNewRow, OrderType>> orderTypeCellFactory =
                        new Callback<TableColumn<OrderDataTableNewRow, OrderType>, TableCell<OrderDataTableNewRow, OrderType>>() {
                   public TableCell<OrderDataTableNewRow, OrderType> call(TableColumn<OrderDataTableNewRow, OrderType> p) {
                        return new OrderTypeFormatCell<OrderDataTableNewRow>(null);
              clOrderIdCol.setCellFactory(defaultStringRenderFactory);
              exchangeCol.setCellFactory(defaultStringRenderFactory);
              securityCodeCol.setCellFactory(defaultStringRenderFactory);
              orderTypeCol.setCellFactory(orderTypeCellFactory);
              sideCol.setCellFactory(defaultSideCellFactory);
              orderStatusCol.setCellFactory(orderStatusCellFactory);
              accountCol.setCellFactory(defaultStringRenderFactory);
              brokerCol.setCellFactory(defaultStringRenderFactory);
              traderCol.setCellFactory(defaultStringRenderFactory);
              currencyCol.setCellFactory(defaultStringRenderFactory);
              messageCol.setCellFactory(defaultStringRenderFactory);
              this.exchangesTable.setItems(data);
              this.exchangesTable.setTableMenuButtonVisible(true);
              ObservableList<TableColumn<OrderDataTableNewRow, ?>> columns = this.exchangesTable.getColumns();
              columns.addAll(clOrderIdCol, exchangeCol, securityCodeCol, orderTypeCol, sideCol, priceCol, qtyCol, orderStatusCol, lastQtyCol, lastPxCol, avgPxCol, cumQtyCol, leavesQtyCol, executionTypeCol, accountCol, brokerCol, traderCol, expiryCol, currencyCol, giveUpCol, giveInCol, messageCol, createdCol);
              //Layout
              final HBox hbox = new HBox();
              Button updaterButton = new Button("START_UPDATER");
              Button inserterButton = new Button("START_DATA_ADD");
              Button stopButton = new Button("STOP");
              final TextField qtyField = new TextField();
              Button tenButton = new Button("10");
              Button twentyButton = new Button("20");
              Button fiveButton = new Button("5");
              Button threeButton = new Button("3");
              hbox.setSpacing(3);
              hbox.getChildren().addAll(updaterButton, inserterButton, stopButton, qtyField, tenButton, twentyButton, fiveButton, threeButton);
              tenButton.setOnAction(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        qtyField.clear();
                        qtyField.setText("10");
              twentyButton.setOnAction(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        qtyField.clear();
                        qtyField.setText("20");
              fiveButton.setOnAction(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        qtyField.clear();
                        qtyField.setText("5");
              threeButton.setOnAction(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        qtyField.clear();
                        qtyField.setText("3");
              final AtomicInteger counter = new AtomicInteger();
              final Thread runner = new Thread() {
                   // runnable for that thread
                   public void run() {
                        while(true) {
                             try {
                                  // imitating work
                                  Thread.sleep(new Random().nextInt(100));
                             } catch (InterruptedException ex) {
                                  ex.printStackTrace();
                             // update ProgressIndicator on FX thread
                             Platform.runLater(new Runnable() {
                                  public void run() {
                                       int andIncrement = counter.getAndIncrement();
                                       long orderId = andIncrement;
                                       String clOrderId = andIncrement+"CL";
                                       String exchange = "XEUR";
                                       String code = "ES";
                                       int nextEnumRand = new Random().nextInt(SideEnum.values().length);
                                       SideEnum side = SideEnum.values()[nextEnumRand];
                                       int nextTypeEnumRand = new Random().nextInt(OrderType.values().length);
                                       OrderType orderType = OrderType.values()[nextTypeEnumRand];
                                       int nextSecEnumRand = new Random().nextInt(SecurityType.values().length);
                                       SecurityType securityType =  SecurityType.values()[nextSecEnumRand];
                                       String currency = "USD";
                                       Date expiry = new Date();
                                       double price = 92.22;
                                       int qty =10;
                                       String account = "ACCOUNT";
                                       String broker = "BROKER";
                                       String trader = "TRaDER";
                                       OrderDataTableNewRow tableRow =  new OrderDataTableNewRow(orderId, clOrderId, exchange, code, side, orderType, securityType, currency, expiry, price, qty, account, broker, trader);
                                       System.out.println("Adding row "+tableRow);
                                       data.add(tableRow);
              final Thread updater = new Thread() {
                   // runnable for that thread
                   public void run() {
                        while(true) {
                             try {
                                  // imitating work
                                  Thread.sleep(new Random().nextInt(100));
                             } catch (InterruptedException ex) {
                                  ex.printStackTrace();
                             // update ProgressIndicator on FX thread
                             Platform.runLater(new Runnable() {
                                  public void run() {
                                       int andIncrement = counter.get();
                                       int nextInt = new Random().nextInt(andIncrement);
                                       OrderDataTableNewRow tableRow = data.get(nextInt);
                                       System.out.println("Updating row "+tableRow);
                                       int nextEnumRand = new Random().nextInt(OrderStatus.values().length);
                                       OrderStatus randDomStatus = OrderStatus.values()[nextEnumRand];
                                       tableRow.setOrderStatus(randDomStatus);
                                       tableRow.setUpdated(new Date());
              updaterButton.setOnAction(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        updater.start();
              inserterButton.setOnAction(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        runner.start();
              stopButton.setOnAction(new EventHandler<ActionEvent>() {
                   @Override
                   public void handle(ActionEvent arg0) {
                        runner.stop();
                        updater.stop();
              String defaultCssStyleResource = this.getClass().getResource("style_blue.css").getFile();
              this.exchangesTable.prefWidthProperty().bind(rootPane.widthProperty());
              this.exchangesTable.prefHeightProperty().bind(rootPane.heightProperty());
              rootPane.getChildren().addAll(hbox, exchangesTable);
              Scene scene = new Scene(rootPane, 400, 400, Color.WHITE); 
              scene.getStylesheets().add(defaultCssStyleResource);
              stage.setResizable(true);
              stage.setScene(scene);
              stage.show();
         enum SideEnum {
              BUY,
              SELL
         enum SecurityType {
              STOCK,
              BOND,
              FUTURE
         enum OrderType {
              LIMIT,
              MARKET,
              STOP
         enum OrderStatus {
              EXECUTED,
              PENDING,
              FILLED,
              CANCELLED,
              WORKING,
              PENDINGNEW
         enum ExecutionType {
              EXECUTED,
              FILLED,
              CANCELLED,
         public static void main(String[] args) {
              Application.launch(TestApplication.class, args);
         public class OrderDataTableNewRow  {
              public static final String CLORDERID_PROPERTY = "clOrderId";
              public static final String EXCHANGE_PROPERTY = "exchange";
              public static final String SECURITY_CODE_PROPERTY = "code";
              public static final String SIDE_PROPERTY = "side";
              public static final String PRICE_PROPERTY = "price";
              public static final String ORDERTYPE_PROPERTY = "orderType";
              public static final String QTY_PROPERTY = "qty";
              public static final String LAST_PX_PROPERTY = "lastPx";
              public static final String LAST_QTY_PROPERTY = "lastQty";
              public static final String AVG_PX_PROPERTY = "avgPx";
              public static final String CUM_QTY_PROPERTY = "cumQty";
              public static final String LEAVES_QTY_PROPERTY = "leavesQty";
              public static final String ACCOUNT_PROPERTY = "account";
              public static final String BROKER_PROPERTY = "broker";
              public static final String TRADER_PROPERTY = "trader";
              public static final String ORDER_STATUS_PROPERTY = "orderStatus";
              public static final String EXECUTION_TYPE_PROPERTY = "executionType";
              public static final String EXPIRY_PROPERTY = "expiry";
              public static final String CURRENCY_PROPERTY = "currency";
              public static final String TEXT_PROPERTY = "text";
              public static final String GIVEUP_PROPERTY = "giveUp";
              public static final String GIVEIN_PROPERTY = "giveIn";
              public static final String UPDATED_PROPERTY = "updated";
              private final long orderId;
              private final String clOrderId;
              private final String exchange;
              private final String code;
              private final SideEnum side;
              private final OrderType orderType;
              private final SecurityType securityType;
              private final String account;
              private final String broker;
              private final String trader;
              private final Date expiry;
              private final String currency;
              private final double price;
              private final int qty;
              private final SimpleObjectProperty<OrderStatus> orderStatus = new SimpleObjectProperty<OrderStatus>();
              private final SimpleObjectProperty<ExecutionType> executionType = new SimpleObjectProperty<ExecutionType>();
              private final SimpleDoubleProperty lastPx = new SimpleDoubleProperty();
              private final SimpleIntegerProperty lastQty = new SimpleIntegerProperty();
              private final SimpleIntegerProperty cumQty = new SimpleIntegerProperty();
              private final SimpleIntegerProperty leavesQty = new SimpleIntegerProperty();
              private final SimpleDoubleProperty avgPx = new SimpleDoubleProperty();
              private final SimpleStringProperty externalOrderId = new SimpleStringProperty();
              private final SimpleStringProperty text = new SimpleStringProperty();
              private final SimpleStringProperty giveUp = new SimpleStringProperty();
              private final SimpleStringProperty giveIn = new SimpleStringProperty();
              private final SimpleObjectProperty<Date> updated = new SimpleObjectProperty<Date>();
               * Creates a new instance of {@link OrderDataTableNewRow}.
              public OrderDataTableNewRow(long orderId, String clOrderId, String exchange, String code, SideEnum side, OrderType orderType,  SecurityType securityType, String currency,
                        Date expiry, double price, int qty, String account, String broker, String trader) {
                   this.orderId = orderId;
                   this.clOrderId = clOrderId;
                   this.exchange = exchange;
                   this.code = code;
                   this.side = side;
                   this.orderType = orderType;
                   this.currency = currency;
                   this.expiry = expiry;
                   this.securityType = securityType;
                   this.account = account;
                   this.broker = broker;
                   this.trader = trader;
                   this.price = price;
                   this.qty = qty;
              public void setUpdated(Date date) {
                   this.updated.set(date);
              public void setOrderStatus(OrderStatus randDomStatus) {
                   this.orderStatus.set(randDomStatus);
               * @return the orderId
              public final long getOrderId() {
                   return this.orderId;
               * @return the clOrderId
              public final String getClOrderId() {
                   return this.clOrderId;
               * @return the exchange
              public final String getExchange() {
                   return this.exchange;
               * @return the code
              public final String getCode() {
                   return this.code;
               * @return the side
              public final SideEnum getSide() {
                   return this.side;
               * @return the orderType
              public final OrderType getOrderType() {
                   return this.orderType;
               * @return the securityType
              public final SecurityType getSecurityType() {
                   return this.securityType;
               * @return the account
              public final String getAccount() {
                   return this.account;
               * @return the broker
              public final String getBroker() {
                   return this.broker;
               * @return the trader
              public final String getTrader() {
                   return this.trader;
               * @return the expiry
              public final Date getExpiry() {
                   return this.expiry;
               * @return the currency
              public final String getCurrency() {
                   return this.currency;
               * @return the price
              public final double getPrice() {
                   return this.price;
               * @return the qty
              public final int getQty() {
                   return this.qty;
               * @return the orderStatus
              public final SimpleObjectProperty<OrderStatus> getOrderStatus() {
                   return this.orderStatus;
               * @return the executionType
              public final SimpleObjectProperty<ExecutionType> getExecutionType() {
                   return this.executionType;
               * @return the lastPx
              public final SimpleDoubleProperty getLastPx() {
                   return this.lastPx;
               * @return the lastQty
              public final SimpleIntegerProperty getLastQty() {
                   return this.lastQty;
               * @return the cumQty
              public final SimpleIntegerProperty getCumQty() {
                   return this.cumQty;
               * @return the leavesQty
              public final SimpleIntegerProperty getLeavesQty() {
                   return this.leavesQty;
               * @return the avgPx
              public final SimpleDoubleProperty getAvgPx() {
                   return this.avgPx;
               * @return the externalOrderId
              public final SimpleStringProperty getExternalOrderId() {
                   return this.externalOrderId;
               * @return the text
              public final SimpleStringProperty getText() {
                   return this.text;
               * @return the giveUp
              public final SimpleStringProperty getGiveUp() {
                   return this.giveUp;
               * @return the giveIn
              public final SimpleStringProperty getGiveIn() {
                   return this.giveIn;
               * @return the updated
              public final SimpleObjectProperty<Date> getUpdated() {
                   return this.updated;
               * @return the created
              public final SimpleObjectProperty<Date> updatedProperty() {
                   return this.updated;
               * @return the lastPrice
              public final SimpleDoubleProperty lastPxProperty() {
                   return this.lastPx;
               * @return the lastQty
              public final SimpleIntegerProperty lastQtyProperty() {
                   return this.lastQty;
               * @return the cumQty
              public final SimpleIntegerProperty cumQtyProperty() {
                   return this.cumQty;
               * @return the averagePrice
              public final SimpleDoubleProperty avgPxProperty() {
                   return this.avgPx;
               * @return the executionStatus
              public final SimpleObjectProperty<ExecutionType> executionTypeProperty() {
                   return this.executionType;
               * @return the leavesQty
              public SimpleIntegerProperty leavesQtyProperty() {
                   return this.leavesQty;
               * @return the text
              public final SimpleStringProperty textProperty() {
                   return this.text;
               * @return the orderId
              public final SimpleStringProperty externalOrderIdProperty() {
                   return this.externalOrderId;
               * @return the orderStatus
              public final SimpleObjectProperty<OrderStatus> orderStatusProperty() {
                   return this.orderStatus;
               * @return the giveUp
              public final SimpleStringProperty giveUpProperty() {
                   return this.giveUp;
               * @return the giveIn
              public final SimpleStringProperty giveInProperty() {
                   return this.giveIn;
         public class StringFormatCell<T>  extends TableCell<T, String> {
              private final Pos alignment;
              private final String cssFormat;
               * Creates a new instance of {@link IntegerFormatCell}.
              public StringFormatCell(Pos alignment) {
                   this(null, alignment);
               * Creates a new instance of {@link IntegerFormatCell}.
              public StringFormatCell(String cssFormat, Pos alignment) {
                   this.cssFormat = cssFormat;
                   this.alignment = alignment;
                   setId(this.cssFormat);
               * {@inheritDoc}
               * @see javafx.scene.control.Cell#updateItem(java.lang.Object, boolean)
              @Override
              protected void updateItem(String item, boolean empty) {
                   if(item == null) {
                        return;
                   // calling super here is very important - don't skip this!
                   super.updateItem(item, empty);
                   setText(item);
                   setAlignment(alignment);
         public class SideFormatCell<T> extends TableCell<T, SideEnum> {
               * Creates a new instance of {@link SideFormatCell}.
              public SideFormatCell() {
                   setAlignment(Pos.CENTER);
               * {@inheritDoc}
               * @see javafx.scene.control.Cell#updateItem(java.lang.Object, boolean)
              @Override
              protected void updateItem(SideEnum item, boolean empty) {
                   if(item == null) {
                        return;
                   // calling super here is very important - don't skip this!
                   super.updateItem(item, empty);
                   String name = item.name();
                   setText(name);
                   switch (item) {
                   case BUY:
                        setId("bidPriceCell");
                        break;
                   case SELL:
                        setId("askPriceCell");
                        break;
         public class OrderStatusFormatCell<T> extends TableCell<T, OrderStatus> {
               * Creates a new instance of {@link OrderStatusFormatCell}.
              public OrderStatusFormatCell() {
                   setAlignment(Pos.CENTER);
               * {@inheritDoc}
               * @see javafx.scene.control.Cell#updateItem(java.lang.Object, boolean)
              @Override
              protected void updateItem(OrderStatus item, boolean empty) {
                   if(item == null) {
                        return;
                   // calling super here is very important - don't skip this!
                   super.updateItem(item, empty);
                   switch (item) {
                   case PENDING:
                        setId("statusWorkingColumn");
                        setText("Working");
                        break;
                   case PENDINGNEW:
                        setId("statusPendingColumn");
                        setText("Pending New");
                        break;
                   case CANCELLED:
                        setId("statusPendingCancelColumn");
                        setText("Pending Cancel");
                        break;
                   case EXECUTED:
                        setId("statusPartFilledColumn");
                        setText("Part Filled");
                        break;
         public class OrderTypeFormatCell<T> extends TableCell<T, OrderType> {
               * Creates a new instance of {@link OrderTypeFormatCell}.
              public OrderTypeFormatCell(String cssStyleName) {
                   setId(cssStyleName);
                   setAlignment(Pos.CENTER);
               * {@inheritDoc}
               * @see javafx.scene.control.Cell#updateItem(java.lang.Object, boolean)
              @Override
              protected void updateItem(OrderType item, boolean empty) {
                   if(item == null) {
                        return;
                   // calling super here is very important - don't skip this!
                   super.updateItem(item, empty);
                   String itemAsString = item.name();
                   setText(itemAsString);
                   switch (item) {
                   case LIMIT:
                        setId("orderTypeLimit");
                        setText("Limit");
                        break;
                   case MARKET:
                        setId("orderTypeMarket");
                        setText("Market");
                        break;
                   case STOP:
                        setId("orderTypeStop");
                        setText("Stop");
                        break;
    }

  • ITunes is hogging 100% of CPU. Tried "netsh winsock reset" fix already

    I recently upgraded to 10.5 and iOS5. I had a similar problem to many in the community related to the sync getting stuck in the "back up" portion, so I tried the solution proposed by a bunch of people re: "netsh winsock reset" and I can now sync, but I still have the issue of iTunes and APSDaemon hogging nearly 100% of CPU. Anyone else having the same problem? Any insight would be appreciated. Thanks

    I'm having similar problems after the 10.5 upgrade on Vista. Tried the repair option in Control Panel, then uninstalled and did a fresh installation thinking it might have been due to the Apple upgrade installer but I'm still having the same problems. I've got 3gb of RAM but I can't even do something like writing an email at the same time as using iTunes without it beeping at me.

  • Finder runs near 100% cpu when I open a specific folder.

    I noticed my mac pro battery went to the red zone in under two hours, it normally goes all day. I checked activity monitor and it showed finder using 97% cpu.
    To keep it short, I discovered there's a problem only when I have a specific folder open. I don't have to be accessing the folder, finder goes near 100% anytime this folder is open, even when there are no other apps running. It's a relatively large folder - about 3300 items counting all files and subfolders. Is there a maximum size finder can handle under snow leopard or, perhaps, on an intel processor? I tried moving half the items to another folder and the problem seemed to stop. This isn't a good solution for me, however, as I need all the files located together.
    There is no problem with this folder on my good old power pc running 10.4, so I'm processing it there for the time being.
    HELP? Thanks.

    No, info is not checked, nor is arrange by nor show icon. Thanks anyway.
    However, curiously, if I change view from icon to list, finder cpu % drops down to near zero. Change view back to icon, and finder goes crazy again. Maybe this'll mean something to someone?
    Meanwhile, I can now use that folder, just have to remember to set it to list view.

  • Wss tracing is taking 100% of cpu.

    wss tracing is taking 100% of cpu. How to fix this ? or any other way to disable this and then enable back with out any issues ?
    Srini

    First trace if you are running any heavy process on the server if not then , are you running any custom code, it seems some code is opening SP connection and not closing this is what happens most of the time.
    You can run this script to see all open connection for each database on your SQL to troubleshoot the issue.
    select a.dbid,b.name, count(a.dbid) as TotalConnection
    from sys.sysprocesses a
    inner join sys.databases b on a.dbid = b.database_id
    group by a.dbid, b.name
    Mark ANSWER if this reply resolves your query, If helpful then VOTE HELPFUL
    INSQLSERVER.COM
    Mohammad Nizamuddin

  • I have a macbook pro 2011 with 4GB RAM, 320 GB hard disk, mountain liion installed. for the past 2 weeks, it is taking nearly 10 mts to boot.

    It is taking nearly 10 mts for moutain lion to boot. I have used Mactune up utility to check disk status and there are no problems with the disk. Double checked with SMART utility and it reported no issues with the disk. Out of 320GB disk, 220 gb is free space in the disk
    Ran  anti virus to check for any virus relalted issues and found none. I have also checked programs which are part of login in User and Groups. I found only iTunes helper and unchecked the same. Post this operation, i had shutdown my pc and then re-started and am still experiencing 10 mts window for start up. I am not seeing errors in the macbook pro. can someone advise what needs to be done. do i need to reinstall mountain lion. if yes, can someone advise me how to reinstall mountain lion without erasing disk.

    pls refer my previous post, i have indeed checked console message. please let me know if i need to look for specific error message. i have pasted logs below from the latest PC start i did. time mentioned here is indian standard time.
    03/01/13 6:43:35.000 PM bootlog[0]: BOOT_TIME 1357218815 0
    03/01/13 6:53:54.000 PM kernel[0]: PMAP: PCID enabled
    03/01/13 6:53:54.000 PM kernel[0]: Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
    03/01/13 6:53:54.000 PM kernel[0]: vm_page_bootstrap: 835918 free pages and 204466 wired pages
    03/01/13 6:53:54.000 PM kernel[0]: kext submap [0xffffff7f80741000 - 0xffffff8000000000], kernel text [0xffffff8000200000 - 0xffffff8000741000]
    03/01/13 6:53:54.000 PM kernel[0]: zone leak detection enabled
    03/01/13 6:53:54.000 PM kernel[0]: standard timeslicing quantum is 10000 us
    03/01/13 6:53:54.000 PM kernel[0]: standard background quantum is 2500 us
    03/01/13 6:53:54.000 PM kernel[0]: mig_table_max_displ = 74
    03/01/13 6:53:54.000 PM kernel[0]: TSC Deadline Timer supported and enabled
    03/01/13 6:53:54.000 PM kernel[0]: corecrypto kext started!
    03/01/13 6:53:54.000 PM kernel[0]: Running kernel space in FIPS MODE
    03/01/13 6:53:54.000 PM kernel[0]: Plist hmac value is    735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    03/01/13 6:53:54.000 PM kernel[0]: Computed hmac value is 735d392b68241ef173d81097b1c8ce9ba283521626d1c973ac376838c466757d
    03/01/13 6:53:54.000 PM kernel[0]: corecrypto.kext FIPS integrity POST test passed!
    03/01/13 6:53:54.000 PM kernel[0]: corecrypto.kext FIPS AES CBC POST test passed!
    03/01/13 6:53:54.000 PM kernel[0]: corecrypto.kext FIPS TDES CBC POST test passed!
    03/01/13 6:53:54.000 PM kernel[0]: corecrypto.kext FIPS AES ECB AESNI POST test passed!
    03/01/13 6:53:54.000 PM kernel[0]: corecrypto.kext FIPS AES XTS AESNI POST test passed!
    03/01/13 6:53:54.000 PM kernel[0]: corecrypto.kext FIPS SHA POST test passed!
    03/01/13 6:53:54.000 PM kernel[0]: corecrypto.kext FIPS HMAC POST test passed!
    03/01/13 6:53:54.000 PM kernel[0]: corecrypto.kext FIPS ECDSA POST test passed!
    03/01/13 6:53:54.000 PM kernel[0]: corecrypto.kext FIPS DRBG POST test passed!
    03/01/13 6:53:54.000 PM kernel[0]: corecrypto.kext FIPS POST passed!
    03/01/13 6:53:54.000 PM kernel[0]: AppleACPICPU: ProcessorId=1 LocalApicId=0 Enabled
    03/01/13 6:53:54.000 PM kernel[0]: AppleACPICPU: ProcessorId=2 LocalApicId=2 Enabled
    03/01/13 6:53:54.000 PM kernel[0]: AppleACPICPU: ProcessorId=3 LocalApicId=1 Enabled
    03/01/13 6:53:54.000 PM kernel[0]: AppleACPICPU: ProcessorId=4 LocalApicId=3 Enabled
    03/01/13 6:53:54.000 PM kernel[0]: AppleACPICPU: ProcessorId=5 LocalApicId=255 Disabled
    03/01/13 6:53:54.000 PM kernel[0]: AppleACPICPU: ProcessorId=6 LocalApicId=255 Disabled
    03/01/13 6:53:54.000 PM kernel[0]: AppleACPICPU: ProcessorId=7 LocalApicId=255 Disabled
    03/01/13 6:53:54.000 PM kernel[0]: AppleACPICPU: ProcessorId=8 LocalApicId=255 Disabled
    03/01/13 6:53:54.000 PM kernel[0]: calling mpo_policy_init for TMSafetyNet
    03/01/13 6:53:54.000 PM kernel[0]: Security policy loaded: Safety net for Time Machine (TMSafetyNet)
    03/01/13 6:53:54.000 PM kernel[0]: calling mpo_policy_init for Sandbox
    03/01/13 6:53:54.000 PM kernel[0]: Security policy loaded: Seatbelt sandbox policy (Sandbox)
    03/01/13 6:53:54.000 PM kernel[0]: calling mpo_policy_init for Quarantine
    03/01/13 6:53:54.000 PM kernel[0]: Security policy loaded: Quarantine policy (Quarantine)
    03/01/13 6:53:54.000 PM kernel[0]: Copyright (c) 1982, 1986, 1989, 1991, 1993
    03/01/13 6:53:54.000 PM kernel[0]: The Regents of the University of California. All rights reserved.
    03/01/13 6:53:54.000 PM kernel[0]: MAC Framework successfully initialized
    03/01/13 6:53:54.000 PM kernel[0]: using 16384 buffer headers and 10240 cluster IO buffer headers
    03/01/13 6:53:54.000 PM kernel[0]: IOAPIC: Version 0x20 Vectors 64:87
    03/01/13 6:53:54.000 PM kernel[0]: ACPI: System State [S0 S3 S4 S5]
    03/01/13 6:53:54.000 PM kernel[0]: PFM64 (36 cpu) 0xf80000000, 0x80000000
    03/01/13 6:53:54.000 PM kernel[0]: [ PCI configuration begin ]
    03/01/13 6:53:54.000 PM kernel[0]: AppleIntelCPUPowerManagement: Turbo Ratios 0046
    03/01/13 6:53:54.000 PM kernel[0]: AppleIntelCPUPowerManagement: (built 23:03:24 Jun 24 2012) initialization complete
    03/01/13 6:53:54.000 PM kernel[0]: console relocated to 0xf80000000
    03/01/13 6:53:54.000 PM kernel[0]: PCI configuration changed (bridge=16 device=4 cardbus=0)
    03/01/13 6:53:54.000 PM kernel[0]: [ PCI configuration end, bridges 12 devices 16 ]
    03/01/13 6:53:54.000 PM kernel[0]: FireWire (OHCI) Lucent ID 5901 built-in now active, GUID a4b197fffe353428; max speed s800.
    03/01/13 6:53:54.000 PM kernel[0]: mbinit: done [64 MB total pool size, (42/21) split]
    03/01/13 6:53:54.000 PM kernel[0]: Pthread support ABORTS when sync kernel primitives misused
    03/01/13 6:53:54.000 PM kernel[0]: rooting via boot-uuid from /chosen: BE73913A-31AD-3011-8443-CBF5FED7F18E
    03/01/13 6:53:54.000 PM kernel[0]: Waiting on <dict ID="0"><key>IOProviderClass</key><string ID="1">IOResources</string><key>IOResourceMatch</key><string ID="2">boot-uuid-media</string></dict>
    03/01/13 6:53:54.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib kmod start
    03/01/13 6:53:54.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless kmod start
    03/01/13 6:53:54.000 PM kernel[0]: com.apple.AppleFSCompressionTypeZlib load succeeded
    03/01/13 6:53:54.000 PM kernel[0]: com.apple.AppleFSCompressionTypeDataless load succeeded
    03/01/13 6:53:54.000 PM kernel[0]: AppleIntelCPUPowerManagementClient: ready
    03/01/13 6:43:36.990 PM com.apple.launchd[1]: *** launchd[1] has started up. ***
    03/01/13 6:53:54.000 PM kernel[0]: Got boot device = IOService:/AppleACPIPlatformExpert/PCI0@0/AppleACPIPCI/SATA@1F,2/AppleIntelPchS eriesAHCI/PRT0@0/IOAHCIDevice@0/AppleAHCIDiskDriver/IOAHCIBlockStorageDevice/IOB lockStorageDriver/TOSHIBA MK3265GSXF Media/IOGUIDPartitionScheme/Customer@2
    03/01/13 6:53:54.000 PM kernel[0]: BSD root: disk0s2, major 1, minor 2
    03/01/13 6:53:54.000 PM kernel[0]: BTCOEXIST off
    03/01/13 6:53:54.000 PM kernel[0]: BRCM tunables:
    03/01/13 6:53:54.000 PM kernel[0]: pullmode[1] txringsize[  256] reapmin[   32] reapcount[  128]
    03/01/13 6:53:54.000 PM kernel[0]: highWaterMark: VO[  192]  VI[  192]  BE[  192]  BK[  192]
    03/01/13 6:53:54.000 PM kernel[0]: Kernel is LP64
    03/01/13 6:53:54.000 PM kernel[0]: AppleUSBMultitouchDriver::checkStatus - received Status Packet, Payload 2: device was reinitialized
    03/01/13 6:53:54.000 PM kernel[0]: macx_swapon SUCCESS
    03/01/13 6:43:36.990 PM com.apple.launchd[1]: *** Shutdown logging is enabled. ***
    03/01/13 6:53:47.390 PM com.apple.launchd[1]: (com.apple.automountd) Unknown key for boolean: NSSupportsSuddenTermination
    03/01/13 6:53:54.499 PM fseventsd[46]: event logs in /.fseventsd out of sync with volume.  destroying old logs. (19 619 646)
    03/01/13 6:53:54.500 PM fseventsd[46]: log dir: /.fseventsd getting new uuid: 70E015B3-1743-4179-AE1D-35C49D8FD5AB
    03/01/13 6:53:54.761 PM distnoted[58]: Bug: 12C60: liblaunch.dylib + 23849 [2F71CAF8-6524-329E-AC56-C506658B4C0C]: 0x25
    03/01/13 6:53:55.353 PM hidd[45]: Posting 'com.apple.iokit.hid.displayStatus' notifyState=1
    03/01/13 6:53:55.000 PM kernel[0]: BCM5701Enet: Ethernet address 3c:07:54:1b:f4:64
    03/01/13 6:53:55.000 PM kernel[0]: AirPort_Brcm4331: Ethernet address 28:cf:da:ef:f6:c2
    03/01/13 6:53:55.000 PM kernel[0]: IO80211Controller::dataLinkLayerAttachComplete():  adding AppleEFINVRAM notification
    03/01/13 6:53:55.000 PM kernel[0]: IO80211Interface::efiNVRAMPublished(): 
    03/01/13 6:53:56.000 PM kernel[0]: Waiting for DSMOS...
    03/01/13 6:53:57.178 PM appleeventsd[51]: main: Starting up
    03/01/13 6:53:57.186 PM mDNSResponder[38]: mDNSResponder mDNSResponder-379.32.1 (Aug 31 2012 19:05:06) starting OSXVers 12
    03/01/13 6:53:57.199 PM airportd[65]: _processDLILEvent: en1 attached (down)
    03/01/13 6:53:57.253 PM hidd[45]: void __IOHIDLoadBundles(): Loaded 0 HID plugins
    03/01/13 6:53:57.251 PM com.apple.usbmuxd[21]: usbmuxd-296.3 on Jul 25 2012 at 00:28:37, running 64 bit
    03/01/13 6:53:57.307 PM coreservicesd[59]: FindBestLSSession(), no match for inSessionID 0xfffffffffffffffc auditTokenInfo( uid=0 euid=0 auSessionID=100000 create=false
    03/01/13 6:53:57.000 PM kernel[0]: createVirtIf(): ifRole = 1

  • IChatAgent takes more than 100% of CPU

    The iChatAgent takes more than 100% of CPU. It works normally for 10-15min with little CPU usage but then takes 100% of CPU and stays like that until I quit/kill the process. I tried waiting for hours to see it might go down is usage, but no, and the cpu fan remains on continuously.
    I simply use it for text based chatting, and have disabled audio, video,microphone etc, and still this behavior that I can't use it for more than 15min.
    Here is the iChat version: Version 5.0.3 (745)
    Macbook Pro/10.6.4/Intel Core i7
    I have tried removing ~/Library/preferences/com.apple.iChatAgent.plist as suggested elsewhere, and that hasn't helped either.

    Thanks again Ralph.
    No, I do not have any add-ons, just out-of-the-box ichat without any audio, video in use.
    At this stage unfortunately, I can't continue using iChat as it hogs up the CPU in less than 15min. And that I do not experience any problem with other chat-clients such as AIM or jabber, so switching over to those until there is a resolution.
    Suhas
    Here is a process-inspection done through ActivityMonitor when it was taking 100%:
    Sampling process 517 for 3 seconds with 1 millisecond of run time between samples
    Sampling completed, processing symbols...
    Analysis of sampling iChatAgent (pid 517) every 1 millisecond
    Call graph:
    2457 Thread_7542 DispatchQueue_1: com.apple.main-thread (serial)
    2457 start
    2457 main
    2454 -[NSRunLoop(NSRunLoop) run]
    2439 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
    2160 CFRunLoopRunSpecific
    2087 __CFRunLoopRun
    670 machport_insertmember
    662 mach_msg
    661 machmsgtrap
    1 mach_msg
    5 machport_insertmember
    3 migget_replyport
    596 machport_extractmember
    589 mach_msg
    577 machmsgtrap
    12 mach_msg
    4 machport_extractmember
    3 migget_replyport
    389 mach_msg
    371 machmsgtrap
    18 mach_msg
    355 __CFRunLoopDoSources0
    237 _MessageAvailable(void*)
    110 XprtGetMessage
    106 XPRT::InternalGetMessage(void*, unsigned int&, void*&, void*&, bool)
    39 XPRT::TMessageQueue::GetMessage(bool)
    14 XPRT::TPtrList::RemoveHead()
    7 XPRT::TList<void*, XPRT::TDynamicTraits>::FreeNode(XPRT::TList<void*, XPRT::TDynamicTraits>::TNode*)
    6 XPRT::TList<void*, XPRT::TDynamicTraits>::FreeNode(XPRT::TList<void*, XPRT::TDynamicTraits>::TNode*)
    1 XPRT::TDynamicTraits::VOrphanElement(void*) const
    7 XPRT::TPtrList::RemoveHead()
    11 pthreadmutexunlock
    8 pthreadmutexlock
    4 spinlock
    2 OSSpinLockUnlock
    2 pthreadmutexlock
    3 XPRT::TMessageQueue::GetMessage(bool)
    3 _spinlock
    31 free
    20 szone_size
    11 free
    24 szonefree_definitesize
    23 szonefree_definitesize
    1 spinlock
    5 XPRT::InternalGetMessage(void*, unsigned int&, void*&, void*&, bool)
    5 operator delete(void*)
    1 XPRT::TCritSec::Unlock()
    1 _spinlock
    2 XprtTlsGetValue
    2 pthread_getspecific
    110 XprtGiveMessage
    85 COOL::TSocket::SocketMessageProc(unsigned int, void*, void*)
    50 XprtPostMessage
    48 XPRT::InternalPostMessage(void*, unsigned int, void*, void*)
    25 operator new(unsigned long)
    21 malloc
    18 malloczonemalloc
    10 szonemalloc_shouldclear
    6 szonemalloc_shouldclear
    4 _cpunumber
    5 malloczonemalloc
    2 _spinlock
    1 szone_malloc
    3 malloc
    4 operator new(unsigned long)
    10 XPRT::TMessageQueue::PostMessage(XPRT::SMessage*)
    5 XPRT::TPtrList::AddTail(void*)
    4 XPRT::TList<void*, XPRT::TDynamicTraits>::NewNode(void*, XPRT::TList<void*, XPRT::TDynamicTraits>::TNode*, XPRT::TList<void*, XPRT::TDynamicTraits>::TNode*)
    1 XPRT::TPtrList::AddTail(void*)
    4 pthreadmutexlock
    1 _spinlock
    6 pthreadmutexunlock
    5 pthreadmutexunlock
    1 spinlock
    2 XPRT::InternalPostMessage(void*, unsigned int, void*, void*)
    2 _spinlock
    1 XPRT::TCritSec::Lock()
    1 dyldstub__spinlock
    1 dyldstub__spinunlock
    2 XprtPostMessage
    14 COOL::TSocket::FireDataAvailable()
    13 COOL::TProxiedSocket::OnDataAvailable(IInputStream*, IUnknown*)
    6 XPTL::CComObject<COOL::TProxiedSocket>::AddRef()
    5 XPTL::CComObject<COOL::TProxiedSocket>::Release()
    2 COOL::TProxiedSocket::OnDataAvailable(IInputStream*, IUnknown*)
    1 COOL::TSocket::FireDataAvailable()
    7 non-virtual thunk to COOL::TProxiedSocket::OnDataAvailable(IInputStream*, IUnknown*)
    6 COOL::TSocket::SocketMessageProc(unsigned int, void*, void*)
    6 XPRT::TPtrFromPtrMap::Lookup(void*, void*&) const
    6 XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::Lookup(void*, void*&) const
    3 XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::GetNode(void*, unsigned int&, unsigned int&, XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::TNode*&) const
    2 XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::GetNode(void*, unsigned int&, unsigned int&, XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::TNode*&) const
    1 XPRT::TDynamicKeyTraits::VHashKey(void const*) const
    3 XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::Lookup(void*, void*&) const
    2 XPTL::CComObject<COOL::TSocket>::AddRef()
    17 XPRT::TMessageMap::Lookup(unsigned int)
    7 XPRT::TPtrFromPtrMap::Lookup(void*, void*&) const
    5 XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::Lookup(void*, void*&) const
    4 XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::GetNode(void*, unsigned int&, unsigned int&, XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::TNode*&) const
    3 XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::GetNode(void*, unsigned int&, unsigned int&, XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::TNode*&) const
    1 XPRT::TDynamicKeyTraits::VHashKey(void const*) const
    1 XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::Lookup(void*, void*&) const
    2 XPRT::TPtrFromPtrMap::Lookup(void*, void*&) const
    3 _spinlock
    3 pthreadmutexunlock
    2 XPRT::TMessageMap::Lookup(unsigned int)
    2 pthreadmutexlock
    1 OSSpinLockUnlock
    1 pthreadmutexlock
    8 XprtGiveMessage
    6 _MessageAvailable(void*)
    4 CFRunLoopSourceSignal
    3 CFRunLoopSourceSignal
    1 spinlock
    4 _IMWillLog
    2 _spinlock
    1 OSSpinLockUnlock
    85 CFSetApplyFunction
    84 CFBasicHashApply
    40 CFBasicHashGetBucket
    28 _CFSetApplyFunction_block_invoke1
    20 __CFRunLoopCollectSources0
    12 __CFRunLoopCollectSources0
    4 CFRetain
    3 _CFRetain
    1 OSAtomicCompareAndSwap32Barrier
    1 _compare_andswap32
    8 _CFSetApplyFunction_block_invoke1
    16 CFBasicHashApply
    1 CFSetApplyFunction
    16 __CFRunLoopDoSources0
    4 CFRelease
    3 _CFRelease
    2 CFGetTypeID
    2 dyldstubOSAtomicCompareAndSwap32Barrier
    2 dyldstub_IMWillLog
    1 CFBasicHashGetCount
    1 CFSetGetCount
    1 OSAtomicCompareAndSwap32Barrier
    1 _compare_andswap32
    1 OSSpinLockUnlock
    29 CFSetContainsValue
    25 CFBasicHashGetCountOfKey
    25 _CFBasicHashFindBucket1
    13 _CFBasicHashFindBucket1
    10 __CFStringHash
    1 CFHash
    1 __CFBasicHashStandardCallback
    4 CFSetContainsValue
    24 __CFRunLoopRun
    9 _spinlock
    5 dispatch_get_main_queue_port4CF
    3 CFRunLoopGetMain
    2 OSSpinLockUnlock
    2 dyldstubOSSpinLockLock
    1 dyldstub_mach_msgtrap
    1 pthread_getspecific
    1 pthreadmainnp
    36 __CFRunLoopFindMode
    31 CFSetGetValue
    30 CFBasicHashFindBucket
    29 _CFBasicHashFindBucket1
    9 __CFStringHash
    8 _CFBasicHashFindBucket1
    6 CFHash
    5 __CFBasicHashStandardCallback
    3 CFEqual
    2 __CFBasicHashStandardCallback
    1 __CFRunLoopModeHash
    1 CFBasicHashFindBucket
    1 CFSetGetValue
    2 __bzero
    2 memset
    1 __CFRunLoopFindMode
    17 __CFRunLoopModeIsEmpty
    17 CFSetContainsValue
    17 CFBasicHashGetCountOfKey
    17 _CFBasicHashFindBucket1
    12 __CFStringHash
    5 _CFBasicHashFindBucket1
    8 CFRunLoopRunSpecific
    7 _spinlock
    2 spinlock
    2 dyldstub_machmsg
    1 dyldstubOSSpinLockUnlock
    121 _CFRunLoopFinished
    80 __CFRunLoopFindMode
    66 CFSetGetValue
    63 CFBasicHashFindBucket
    57 _CFBasicHashFindBucket1
    22 __CFBasicHashStandardCallback
    16 CFEqual
    14 CFEqual
    2 __CFRunLoopModeEqual
    6 __CFBasicHashStandardCallback
    17 _CFBasicHashFindBucket1
    9 __CFStringHash
    6 CFHash
    3 __CFRunLoopModeHash
    5 CFBasicHashFindBucket
    1 __CFBasicHashStandardCallback
    3 CFSetGetValue
    6 __bzero
    5 __CFRunLoopFindMode
    2 memset
    1 _CFRuntimeSetInstanceTypeID
    29 __CFRunLoopModeIsEmpty
    19 CFSetContainsValue
    14 CFBasicHashGetCountOfKey
    13 _CFBasicHashFindBucket1
    7 __CFStringHash
    3 _CFBasicHashFindBucket1
    2 __CFBasicHashStandardCallback
    1 CFHash
    1 CFBasicHashGetCountOfKey
    5 CFSetContainsValue
    6 pthreadmainnp
    2 pthread_getspecific
    1 CFRunLoopGetMain
    1 __CFRunLoopModeIsEmpty
    6 _CFRunLoopFinished
    2 OSSpinLockUnlock
    2 _spinlock
    2 dyldstub_pthread_mainnp
    39 _CFAutoreleasePoolPop
    23 _CFAutoreleasePoolPop
    7 pthread_setspecific
    3 pthread_getspecific
    2 objcgetFreedObjectClass
    2 objc_collectingEnabled
    2 pthread_self
    29 -[NSCFString isEqual:]
    11 -[NSCFString isEqual:]
    8 CFStringGetCStringPtr
    4 object_getClass
    3 objcmsgSendvtable2
    2 _CFStringGetLength2
    1 NSClassFromObject
    28 CFAbsoluteTimeGetCurrent
    21 gettimeofday
    18 __gettimeofday
    12 __nanotime
    6 __gettimeofday
    3 gettimeofday
    7 CFAbsoluteTimeGetCurrent
    17 _CFAutoreleasePoolPush
    8 pthread_setspecific
    7 _CFAutoreleasePoolPush
    2 objc_collectingEnabled
    13 -[NSRunLoop(NSRunLoop) runMode:beforeDate:]
    6 NSPopAutoreleasePool
    2 NSPopAutoreleasePool
    2 _CFExecutableLinkedOnOrAfter
    2 objc_collectingEnabled
    5 _spinlock
    4 objc_msgSend
    3 dyldstub_CFStringGetLength2
    3 dyldstub_pthreadsetspecific
    2 CFRunLoopRunInMode
    2 CFRunLoopGetCurrent
    2 dyldstubCFStringGetCStringPtr
    2 dyldstubOSSpinLockUnlock
    1 dyldstub__objcgetFreedObjectClass
    1 dyldstubgettimeofday
    1 dyldstub_objccollectingEnabled
    1 dyldstub_pthreadgetspecific
    1 objcmsgSendvtable12
    9 objc_msgSend
    3 -[NSRunLoop(NSRunLoop) run]
    1 +[NSDate distantFuture]
    1 CFRunLoopRunInMode
    1 NSPushAutoreleasePool
    3 dyldstub_objcmsgSend
    2457 Thread_7543 DispatchQueue_2: com.apple.libdispatch-manager (serial)
    2457 start_wqthread
    2457 pthreadwqthread
    2457 dispatch_workerthread2
    2457 dispatch_queueinvoke
    2457 dispatch_mgrinvoke
    2457 kevent
    2457 Thread_7553
    2457 thread_start
    2457 pthreadstart
    2457 XPRT::_ThreadProc(void*)
    2457 XPRT::TTimer::ThreadProc(void*)
    2457 XPRT::TCondVar::Wait(int)
    2457 pthread_condwait
    2457 _semwaitsignal
    2457 Thread_7554
    2457 thread_start
    2457 pthreadstart
    2457 XPRT::_ThreadProc(void*)
    2457 COOL::TSocket::SocketThreadProc(void*)
    2457 select$DARWIN_EXTSN
    Total number in stack (recursive counted multiple, when >=5):
    11 _spinlock
    6 OSSpinLockUnlock
    5 __CFBasicHashStandardCallback
    5 __CFStringHash
    5 _CFBasicHashFindBucket1
    5 spinlock
    Sort by top of stack, same collapsed (when >= 5):
    _semwaitsignal 2457
    kevent 2457
    select$DARWIN_EXTSN 2457
    machmsgtrap 1609
    __CFStringHash 47
    _CFBasicHashFindBucket1 46
    CFBasicHashGetBucket 40
    _spinlock 37
    mach_msg 31
    __CFRunLoopRun 24
    _CFAutoreleasePoolPop 23
    szonefree_definitesize 23
    szone_size 20
    pthreadmutexunlock 19
    CFEqual 17
    CFBasicHashApply 16
    __CFRunLoopDoSources0 16
    pthread_setspecific 15
    CFHash 14
    -[NSRunLoop(NSRunLoop) runMode:beforeDate:] 13
    objc_msgSend 13
    __CFBasicHashStandardCallback 12
    __CFRunLoopCollectSources0 12
    __nanotime 12
    -[NSCFString isEqual:] 11
    free 11
    CFSetContainsValue 9
    OSSpinLockUnlock 9
    spinlock 9
    CFRunLoopRunSpecific 8
    CFStringGetCStringPtr 8
    XprtGiveMessage 8
    _CFSetApplyFunction_block_invoke1 8
    __bzero 8
    pthread_getspecific 8
    CFAbsoluteTimeGetCurrent 7
    XPRT::TPtrList::RemoveHead() 7
    _CFAutoreleasePoolPush 7
    non-virtual thunk to COOL::TProxiedSocket::OnDataAvailable(IInputStream*, IUnknown*) 7
    pthreadmainnp 7
    pthreadmutexlock 7
    CFBasicHashFindBucket 6
    COOL::TSocket::SocketMessageProc(unsigned int, void*, void*) 6
    XPRT::TList<void*, XPRT::TDynamicTraits>::FreeNode(XPRT::TList<void*, XPRT::TDynamicTraits>::TNode*) 6
    XPTL::CComObject<COOL::TProxiedSocket>::AddRef() 6
    _CFRunLoopFinished 6
    _MessageAvailable(void*) 6
    __CFRunLoopFindMode 6
    __gettimeofday 6
    migget_replyport 6
    objc_collectingEnabled 6
    szonemalloc_shouldclear 6
    XPRT::InternalGetMessage(void*, unsigned int&, void*&, void*&, bool) 5
    XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::GetNode(void*, unsigned int&, unsigned int&, XPRT::TMap<void*, void*, XPRT::TDynamicKeyTraits, XPRT::TDynamicTraits>::TNode*&) const 5
    XPTL::CComObject<COOL::TProxiedSocket>::Release() 5
    dispatch_get_main_queue_port4CF 5
    machport_insertmember 5
    malloczonemalloc 5
    operator delete(void*) 5
    Sample analysis of process 517 written to file /dev/stdout

  • Quicktime desktop recording use almost 100% of cpu!

    When the video recording of the desktop is on, my Macbook pro (2.4 GHz, 8 Go ram, mid-2010) become really slow. Quicktime then use near 100% of the CPU. So I can't do the task I whant to record (someting like a tutorial).
    Is there a solution for this? I tried Voila app and IT WORK PERFECTLY. So, what's the deal with quicktime?
    Thanks,
    SL

    Thanks for the reply,
    Turned flash off but it made no difference, Facebook home page still shoots Firefox cpu up to 100%.

  • How can we claim 100% cen credit in first year of  imported  CAP Goods

    We are taking cenvat credit of Additional Excise Duty on imported goods, 50% in first year and balance 50% in next year. However 100% cenvat credit can be claimed in the first year (when we receive the goods).
    How can we amend the same in SAP, so that 100% cenvat could be claimed on receipt of goods.
    Any Hint or suggestion.
    Edited by: ca sanjeev mehndiratta on Oct 22, 2010 11:41 AM

    Hi,
    First of all, As per our country legal and statutory requirments, we can not utilize 100% CENVAT in the same FY.
    Best Regards,
    Chandra

  • Itunes consumes 100% of CPU 15 seconds after startup

    I was using iTunes 8, and experienced the following very annoying problem : 15 seconds after startup, the itunes application starts to consume 100% of CPU, and the application is not responding anymore. If I started to play a file within those 15 seconds, the file continues to play normally, but I cannot stop it anymore, and I cannot work on my PC (as 100% of CPU is taken by iTunes).
    I tried to upgrade to iTunes 9.2, but the problem persists.
    Any idea what can be the cause of this problem ? It prevents me to use iTunes on my PC.
    Config of the PC :
    - Windows XP
    - 1 Gbyte RAM
    - AMD 1.14 GHz

    Sorry Itunes 11.0.2

  • Near 100% crash on attach file from idisk

    Thought upgrading to 10.6.1 would solve this but...
    nearly 100% mail will crash when I attach a file - any file - from my local sync'd idisk.
    Here is the readout...I hope someone can help.
    Process: Mail [2187]
    Path: /Applications/Mail.app/Contents/MacOS/Mail
    Identifier: com.apple.mail
    Version: 4.1 (1076)
    Build Info: Mail-10760000~1
    Code Type: X86-64 (Native)
    Parent Process: launchd [265]
    Date/Time: 2009-09-11 13:39:35.288 -0400
    OS Version: Mac OS X 10.6.1 (10B504)
    Report Version: 6
    Interval Since Last Report: 1889 sec
    Crashes Since Last Report: 2
    Per-App Interval Since Last Report: 1866 sec
    Per-App Crashes Since Last Report: 2
    Anonymous UUID: 14042CF3-6F64-49B9-9E29-709BC064ACA0
    Exception Type: EXC_CRASH (SIGABRT)
    Exception Codes: 0x0000000000000000, 0x0000000000000000
    Crashed Thread: 0 Dispatch queue: com.apple.main-thread
    Application Specific Information:
    -[AccountStatus _refreshAccountStatus:]
    abort() called
    Thread 0 Crashed: Dispatch queue: com.apple.main-thread
    0 libSystem.B.dylib 0x00007fff862f5ff6 __kill + 10
    1 libSystem.B.dylib 0x00007fff86397072 abort + 83
    2 libSystem.B.dylib 0x00007fff862ae095 free + 128
    3 com.apple.DesktopServices 0x00007fff81ec4cbe TFSInfo::~TFSInfo() + 38
    4 com.apple.DesktopServices 0x00007fff81ec5195 TFSInfo::RemovePtrReference() + 37
    5 com.apple.DesktopServices 0x00007fff81edd114 TNode::IsUnresolved() const + 52
    6 com.apple.DesktopServices 0x00007fff81ed1c40 TNode::SetAliasTarget(TNodePtr const&, bool) + 246
    7 com.apple.DesktopServices 0x00007fff81f01185 TNode::ClearAliasTarget(bool) const + 55
    8 com.apple.DesktopServices 0x00007fff81f01eca TNode::RemoveSelf(TNodeEventPtrSet&) + 170
    9 com.apple.DesktopServices 0x00007fff81f02347 TNode::RemoveAllChildren(bool, TNodeEventPtrSet&) + 473
    10 com.apple.DesktopServices 0x00007fff81f02400 TNode::RecursivelyRemoveAllChildren(bool) const + 72
    11 com.apple.DesktopServices 0x00007fff81f02c8a TNode::Finalize(TNodePtr*&) + 58
    12 com.apple.DesktopServices 0x00007fff81f02f09 TNode::Finalize() + 229
    13 com.apple.DesktopServices 0x00007fff81f1add4 NodeContextClose + 466
    14 com.apple.AppKit 0x00007fff82ed473b _NSSavePanelContextEnd + 66
    15 com.apple.Foundation 0x00007fff844b2500 __NSFireDelayedPerform + 404
    16 com.apple.CoreFoundation 0x00007fff833cca78 __CFRunLoopRun + 5480
    17 com.apple.CoreFoundation 0x00007fff833cb03f CFRunLoopRunSpecific + 575
    18 com.apple.HIToolbox 0x00007fff83b13c4e RunCurrentEventLoopInMode + 333
    19 com.apple.HIToolbox 0x00007fff83b13a53 ReceiveNextEventCommon + 310
    20 com.apple.HIToolbox 0x00007fff83b1390c BlockUntilNextEventMatchingListInMode + 59
    21 com.apple.AppKit 0x00007fff82827520 _DPSNextEvent + 718
    22 com.apple.AppKit 0x00007fff82826e89 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    23 com.apple.AppKit 0x00007fff827eca7d -[NSApplication run] + 395
    24 com.apple.AppKit 0x00007fff827e5798 NSApplicationMain + 364
    25 com.apple.mail 0x000000010000167c 0x100000000 + 5756
    Thread 1: Dispatch queue: com.apple.libdispatch-manager
    0 libSystem.B.dylib 0x00007fff862c0b16 kevent + 10
    1 libSystem.B.dylib 0x00007fff862c2a19 dispatch_mgrinvoke + 154
    2 libSystem.B.dylib 0x00007fff862c26d6 dispatch_queueinvoke + 195
    3 libSystem.B.dylib 0x00007fff862c21f6 dispatch_workerthread2 + 244
    4 libSystem.B.dylib 0x00007fff862c1b28 pthreadwqthread + 353
    5 libSystem.B.dylib 0x00007fff862c19c5 start_wqthread + 13
    Thread 2:
    0 libSystem.B.dylib 0x00007fff862a7d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff862a83ed mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff833cbce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff833cb03f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff844d5a94 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff844d5973 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff85311161 -[RSSInterchange _runManager] + 1445
    7 com.apple.Foundation 0x00007fff8449af65 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff862e0f66 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff862e0e19 thread_start + 13
    Thread 3:
    0 libSystem.B.dylib 0x00007fff862a7d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff862a83ed mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff833cbce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff833cb03f CFRunLoopRunSpecific + 575
    4 com.apple.Foundation 0x00007fff844d5a94 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 270
    5 com.apple.Foundation 0x00007fff844d5973 -[NSRunLoop(NSRunLoop) run] + 77
    6 com.apple.MessageFramework 0x00007fff85343e68 +[_NSSocket _runIOThread] + 78
    7 com.apple.Foundation 0x00007fff8449af65 _NSThread__main_ + 1429
    8 libSystem.B.dylib 0x00007fff862e0f66 pthreadstart + 331
    9 libSystem.B.dylib 0x00007fff862e0e19 thread_start + 13
    Thread 4:
    0 libSystem.B.dylib 0x00007fff862eb9f2 select$DARWIN_EXTSN + 10
    1 com.apple.CoreFoundation 0x00007fff833ed252 __CFSocketManager + 818
    2 libSystem.B.dylib 0x00007fff862e0f66 pthreadstart + 331
    3 libSystem.B.dylib 0x00007fff862e0e19 thread_start + 13
    Thread 5: Dispatch queue: com.apple.root.default-priority
    0 libSystem.B.dylib 0x00007fff862a7d7a machmsgtrap + 10
    1 libSystem.B.dylib 0x00007fff862a83ed mach_msg + 59
    2 com.apple.CoreFoundation 0x00007fff833cbce2 __CFRunLoopRun + 2002
    3 com.apple.CoreFoundation 0x00007fff833cb03f CFRunLoopRunSpecific + 575
    4 com.apple.MessageFramework 0x00007fff85344fe3 _handleRequestWithTimeout + 1608
    5 com.apple.MessageFramework 0x00007fff8534428d -[_NSSocket connectToHost:withPort:protocol:] + 710
    6 com.apple.MessageFramework 0x00007fff853437ec -[Connection _connectUsingHostname:onPort:securityLayerType:accountClass:] + 615
    7 com.apple.MessageFramework 0x00007fff853430f3 -[Connection connectAndSetSecurityLayerUsingAccount:] + 186
    8 com.apple.MessageFramework 0x00007fff85342fa8 -[Connection connectUsingAccount:] + 98
    9 com.apple.MessageFramework 0x00007fff853be64a -[SMTPConnection connectUsingAccount:] + 65
    10 com.apple.MessageFramework 0x00007fff854faf20 -[SMTPAccount createConnectedConnection] + 436
    11 com.apple.MessageFramework 0x00007fff853dafde -[AccountStatus _refreshAccountStatus:] + 710
    12 com.apple.CoreFoundation 0x00007fff8340535c _invoking__ + 140
    13 com.apple.CoreFoundation 0x00007fff8340522d -[NSInvocation invoke] + 141
    14 com.apple.MessageFramework 0x00007fff85312a35 -[MonitoredInvocation invoke] + 214
    15 com.apple.MessageFramework 0x00007fff852f9f50 -[ThrowingInvocationOperation main] + 31
    16 com.apple.MessageFramework 0x00007fff852f9890 -[_MFInvocationOperation main] + 275
    17 com.apple.Foundation 0x00007fff844c411a -[__NSOperationInternal start] + 673
    18 com.apple.Foundation 0x00007fff844c3dd8 ___startOperations_block_invoke2 + 99
    19 libSystem.B.dylib 0x00007fff862e3cf6 dispatch_call_block_andrelease + 15
    20 libSystem.B.dylib 0x00007fff862c21e9 dispatch_workerthread2 + 231
    21 libSystem.B.dylib 0x00007fff862c1b28 pthreadwqthread + 353
    22 libSystem.B.dylib 0x00007fff862c19c5 start_wqthread + 13
    Thread 6:
    0 libSystem.B.dylib 0x00007fff862c194a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff862c1d5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff862c19c5 start_wqthread + 13
    Thread 7:
    0 libSystem.B.dylib 0x00007fff862c194a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff862c1d5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff862c19c5 start_wqthread + 13
    Thread 8:
    0 libSystem.B.dylib 0x00007fff862c194a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff862c1d5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff862c19c5 start_wqthread + 13
    Thread 9:
    0 libSystem.B.dylib 0x00007fff862c194a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff862c1d5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff862c19c5 start_wqthread + 13
    Thread 10:
    0 libSystem.B.dylib 0x00007fff862c194a _workqkernreturn + 10
    1 libSystem.B.dylib 0x00007fff862c1d5c pthreadwqthread + 917
    2 libSystem.B.dylib 0x00007fff862c19c5 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
    rax: 0x0000000000000000 rbx: 0x0000000000000005 rcx: 0x00007fff5fbfe3e8 rdx: 0x0000000000000000
    rdi: 0x000000000000088b rsi: 0x0000000000000006 rbp: 0x00007fff5fbfe400 rsp: 0x00007fff5fbfe3e8
    r8: 0x0000000000000e03 r9: 0x0000000000000000 r10: 0x00007fff862f2036 r11: 0x0000000000000206
    r12: 0x00000001009a9c00 r13: 0x0000000100427000 r14: 0x0000000000000000 r15: 0x0000000116c102f0
    rip: 0x00007fff862f5ff6 rfl: 0x0000000000000206 cr2: 0x000000010070a000
    Binary Images:
    0x100000000 - 0x100336ff7 com.apple.mail 4.1 (1076) <C6C651FE-C706-1B61-3D43-116621DAB9C8> /Applications/Mail.app/Contents/MacOS/Mail
    0x1143c5000 - 0x1143c8fef libLatinSuppConverter.dylib ??? (???) <C13E084D-DF38-B1BC-9772-7B03428E7969> /System/Library/CoreServices/Encodings/libLatinSuppConverter.dylib
    0x1143f9000 - 0x1143f9fff com.apple.JavaPluginCocoa 13.0.0 (13.0.0) <02EA2DA9-59AB-9A18-EE03-6A7147EAE31D> /System/Library/Frameworks/JavaVM.framework/Versions/A/Resources/JavaPluginCoco a.bundle/Contents/MacOS/JavaPluginCocoa
    0x115959000 - 0x11597cfff com.apple.Mail.Syncer 4.1 (1076) <7F42C85F-D0B3-253D-95B6-2510B642FB60> /System/Library/Frameworks/Message.framework/Versions/B/Resources/Syncer.syncsc hema/Contents/MacOS/Syncer
    0x115ad8000 - 0x115aebff7 com.apple.AddressBook.LocalSourceBundle 1.0 (862) <2ECC6C67-80B4-9F60-1A2F-2DF54DF51F9E> /System/Library/Address Book Plug-Ins/LocalSource.sourcebundle/Contents/MacOS/LocalSource
    0x115af7000 - 0x115afafff com.apple.yahoo.syncframework 1.3 (51) <AEBB9A2D-B787-0C74-7C40-64E6F0BBF43C> /System/Library/PrivateFrameworks/YahooSync.framework/Versions/A/YahooSync
    0x115c00000 - 0x115c5ffff com.apple.google.GoogleContactSyncFramework 39 (39) <BD6B36C2-620E-DBC2-71A9-ECE0F627DE22> /System/Library/PrivateFrameworks/GoogleContactSync.framework/Versions/A/Google ContactSync
    0x115d19000 - 0x115d1ffff com.apple.AddressBook.LDAPSource 1.0 (862) <BCAA89D3-9042-F5BB-6CE2-7884EF7AB3D1> /System/Library/Address Book Plug-Ins/LDAP.sourcebundle/Contents/MacOS/LDAP
    0x115edf000 - 0x115ee6ff7 com.apple.JavaVM 13.0.0 (13.0.0) <D98F6BC3-5901-F2E4-BA32-054953E7E877> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x116760000 - 0x116772ff7 com.apple.mail.WebPlugIn 4.1 (1076) <39083281-BF6E-E21C-BD3E-648066819054> /Applications/Mail.app/Contents/PlugIns/MailWebPlugIn.webplugin/Contents/MacOS/ MailWebPlugIn
    0x7fff5fc00000 - 0x7fff5fc3bdef dyld 132.1 (???) <B633F790-4DDB-53CD-7ACF-2A3682BCEA9F> /usr/lib/dyld
    0x7fff80003000 - 0x7fff80008ff7 com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels. framework/Versions/A/CommonPanels
    0x7fff80009000 - 0x7fff8004cff7 libRIP.A.dylib ??? (???) <8D7113D2-71A7-A205-D2D0-2DB0F37FFBB3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8004d000 - 0x7fff80545ff7 com.apple.VideoToolbox 0.420.17 (420.17) <E034AA6E-A1E4-BB8F-5AFA-F5C354DDD889> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbo x
    0x7fff80546000 - 0x7fff805d2fef SecurityFoundation ??? (???) <B69E2FF9-A698-4923-BC8B-180224B6EF75> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoun dation
    0x7fff805d3000 - 0x7fff8061afef com.apple.QuickLookFramework 2.0 (327.0) <E15E267E-D462-2AD0-DB03-A54E0F94452F> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8061b000 - 0x7fff80658ff7 libFontRegistry.dylib ??? (???) <43ADB89E-036B-9D8F-CC4B-CE6B6BCC5AB5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff80659000 - 0x7fff8066bfe7 libsasl2.2.dylib ??? (???) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff8066c000 - 0x7fff80697ff7 libxslt.1.dylib ??? (???) <87A0B228-B24A-C426-C3FB-B40D7258DD49> /usr/lib/libxslt.1.dylib
    0x7fff80698000 - 0x7fff806d3ff7 com.apple.CoreMediaIOServices 101.0 (715) <7B93206A-FEC5-FCC3-3587-91E3CEC61797> /System/Library/PrivateFrameworks/CoreMediaIOServices.framework/Versions/A/Core MediaIOServices
    0x7fff806d4000 - 0x7fff80746fef com.apple.CoreSymbolication 2.0 (23) <06F8561E-4B36-7BF6-31BA-64091B3D8058> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
    0x7fff8092b000 - 0x7fff80931ff7 IOSurface ??? (???) <8E0EE904-59D1-9AA0-CE55-B1777F4BAEC1> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff80932000 - 0x7fff81355fe7 com.apple.WebCore 6531 (6531.9) <6DEBA397-4369-A8B1-1757-40FD454F6B51> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
    0x7fff81356000 - 0x7fff813a5fff com.apple.iCalendar 1 (42) <25CA7CA2-0994-62F1-9A2E-F938C8142330> /System/Library/PrivateFrameworks/iCalendar.framework/Versions/A/iCalendar
    0x7fff81461000 - 0x7fff814abfef com.apple.IMCore 5.0 (742) <EE4D5BA7-AFFF-0FB1-08AF-A4152A741B8B> /System/Library/Frameworks/IMCore.framework/Versions/A/IMCore
    0x7fff814e8000 - 0x7fff8192bfef libLAPACK.dylib ??? (???) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libLAPACK.dylib
    0x7fff8192c000 - 0x7fff81976ff7 com.apple.Metadata 10.6.0 (507.1) <AA0DF8E0-9B5B-2377-9B20-884919E28994> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadat a.framework/Versions/A/Metadata
    0x7fff81977000 - 0x7fff819e3ff7 com.apple.CorePDF 1.0 (1.0) <8D76B569-F938-6337-533A-5C8A69B005DA> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff819e4000 - 0x7fff81c1afef com.apple.AddressBook.framework 5.0 (862) <06928F7A-AFEC-7C7F-E1EC-D99983588C00> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff81c1d000 - 0x7fff81e87ff7 com.apple.QuartzComposer 4.0 (156.6) <4E43D357-4A18-5D16-02E8-14324A5B9302> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzCompose r.framework/Versions/A/QuartzComposer
    0x7fff81e88000 - 0x7fff81e8bfff com.apple.help 1.3.1 (41) <54B79BA2-B71B-268E-8752-5C8EE00E49E4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
    0x7fff81e8c000 - 0x7fff81ec1ff7 libcups.2.dylib ??? (???) <1FE99C26-B845-F508-815A-5B2CF2CA5337> /usr/lib/libcups.2.dylib
    0x7fff81ec2000 - 0x7fff81fa6ff7 com.apple.DesktopServices 1.5.1 (1.5.1) <65D7E707-DBCA-5752-78EC-351DC88F3AE8> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Desk topServicesPriv
    0x7fff81fa7000 - 0x7fff820b6ff7 libcrypto.0.9.8.dylib ??? (???) <A2DA70D0-02AE-89FA-1CDA-B3CA986CAE6D> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff820b7000 - 0x7fff82271fef com.apple.ImageIO.framework 3.0.0 (3.0.0) <D5594E10-F805-F816-10E9-F95753BE18CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/ImageIO
    0x7fff82272000 - 0x7fff822a3fff libGLImage.dylib ??? (???) <4F318A3E-20C1-D846-2B36-62451A3241F7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
    0x7fff822cb000 - 0x7fff82408fef com.apple.WebKit 6531 (6531.9) <17A680A1-FE75-81E5-952A-047E5FA96F66> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff82409000 - 0x7fff82431fff com.apple.DictionaryServices 1.1 (1.1) <D57BA55A-4CC5-5C17-8077-AEEA27A01C7A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
    0x7fff82456000 - 0x7fff824a5ff7 com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <14FD0978-4BE0-336B-A19E-F388694583EB> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordS erver
    0x7fff824a6000 - 0x7fff824a6ff7 com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Application Services
    0x7fff824e6000 - 0x7fff825f0ff7 com.apple.MeshKitIO 1.0 (49.0) <66600E25-66F9-D31A-EA47-E81518FF6DDA> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itIO.framework/Versions/A/MeshKitIO
    0x7fff825f1000 - 0x7fff826acff7 libFontParser.dylib ??? (???) <8926E1B0-6D1E-502A-5028-1DCC57F6D6FA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff826ad000 - 0x7fff826f4ff7 com.apple.coreui 0.2 (112) <E64F7594-7829-575F-666A-0B16875FC644> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8270b000 - 0x7fff82711ff7 com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff82712000 - 0x7fff82732fef com.apple.DirectoryService.Framework 3.6 (621) <925EE208-03B2-B24A-3686-57EAFBDA5ADF> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServi ce
    0x7fff82733000 - 0x7fff82734ff7 com.apple.TrustEvaluationAgent 1.0 (1) <4B6B7853-EDAC-08B7-3324-CA9A3802FAE2> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/Tru stEvaluationAgent
    0x7fff827e3000 - 0x7fff831d7fe7 com.apple.AppKit 6.6.1 (1038.2) <C17AD2AC-8639-D20F-CD99-36EEC619A5F0> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff831d8000 - 0x7fff8324cff7 com.apple.WhitePagesFramework 10.6.0 (140.0) <546E204C-AC7A-030C-DC32-125A3E422FB5> /System/Library/PrivateFrameworks/WhitePages.framework/Versions/A/WhitePages
    0x7fff8324d000 - 0x7fff8329cff7 libTIFF.dylib ??? (???) <E11A75A8-223C-8B5E-7F62-821F9ADE8821> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8329d000 - 0x7fff832a0ff7 libCoreVMClient.dylib ??? (???) <3A41933A-5174-7516-37E0-8E06365BF3DA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
    0x7fff832a1000 - 0x7fff832e5fef com.apple.ImageCaptureCore 1.0 (1.0) <29A6CF83-B5C2-9730-D71D-825AEC8657F5> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
    0x7fff832e6000 - 0x7fff83321fe7 com.apple.CoreMedia 0.420.17 (420.17) <E299556E-6930-DC30-DA23-88B812AF63CA> /System/Library/PrivateFrameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff83322000 - 0x7fff8337ffef com.apple.framework.IOKit 2.0 (???) <65AA6170-12E3-BFB5-F982-E0C433610A1F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff83380000 - 0x7fff834f3fef com.apple.CoreFoundation 6.6 (550) <04EC0CC2-6CE4-4EE0-03B9-6C5109398CB1> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff834f4000 - 0x7fff834fcfff com.apple.iChat.IMUtils 5.0 (742) <58F866BF-C746-E260-DBA8-265B772EDDBA> /System/Library/Frameworks/IMCore.framework/Frameworks/IMUtils.framework/Versio ns/A/IMUtils
    0x7fff834fd000 - 0x7fff83537fff com.apple.bom 10.0 (164) <E5C9AFBD-68C1-197E-72B0-B43295DC87DC> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff83538000 - 0x7fff8354bff7 com.apple.syncservices.syncservicesui 5.0 (575) <4B99D800-624D-FEBF-CC70-EAC553046AEB> /System/Library/PrivateFrameworks/SyncServicesUI.framework/Versions/A/SyncServi cesUI
    0x7fff8354c000 - 0x7fff83684ff7 com.apple.CoreData 102 (246) <0502CBD8-513E-C19A-3562-20EC35535D71> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff83685000 - 0x7fff83750fe7 ColorSyncDeprecated.dylib ??? (???) <03DA3BF0-1293-8947-A8B6-5E599F5B5DC7> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ColorSync.f ramework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x7fff83751000 - 0x7fff83ae5ff7 com.apple.QuartzCore 1.6.0 (226.0) <66E14771-C5F0-1415-0B7B-C45EE00C51A1> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff83ae6000 - 0x7fff83de3fef com.apple.HIToolbox 1.6.0 (???) <870B39B2-55BD-9C82-72EB-2E3470BD0E14> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
    0x7fff83de4000 - 0x7fff83e5fff7 com.apple.ISSupport 1.9.1 (49) <EF46DFEE-3B41-97C1-1BE6-A19A1786B85F> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff83e6c000 - 0x7fff83e74ff7 com.apple.NSServerNotificationCenter 2 (1.0) <0F9B07B8-D9F9-A55D-AB60-9CC3533D77F8> /System/Library/Frameworks/ServerNotification.framework/Versions/A/ServerNotifi cation
    0x7fff83e75000 - 0x7fff83e79ff7 libCGXType.A.dylib ??? (???) <50EB4AB0-0B25-E5DC-FC9E-12268B51F02F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff83ec0000 - 0x7fff83f8cfff com.apple.CFNetwork 454.4 (454.4) <E7721AD8-3177-8749-60F7-5EF323E6492B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwo rk.framework/Versions/A/CFNetwork
    0x7fff83f8d000 - 0x7fff83fd7fff com.apple.DAVKit 4.0 (729) <83F34E7A-4C4C-D021-FDB3-157600E2BA0A> /System/Library/PrivateFrameworks/DAVKit.framework/Versions/A/DAVKit
    0x7fff83fd8000 - 0x7fff84021ff7 com.apple.securityinterface 4.0 (36981) <F14235A2-8320-1A71-24FE-EB22008483E9> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
    0x7fff84022000 - 0x7fff8425bfe7 com.apple.imageKit 2.0 (1.0) <F579694D-9FA0-6365-45CD-E380C2EB2573> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
    0x7fff8425c000 - 0x7fff842d9fe7 com.apple.CoreText 3.0.0 (???) <51175014-9F0C-7E96-FB6F-3DC5E446B92E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreText.framework/Versions/A/CoreText
    0x7fff842da000 - 0x7fff84390fe7 libobjc.A.dylib ??? (???) <261D97A3-225B-8A00-56AA-F9F27973063F> /usr/lib/libobjc.A.dylib
    0x7fff8448a000 - 0x7fff8470bfe7 com.apple.Foundation 6.6 (751) <CCE98C5C-DFEA-6C80-A014-A5985437072E> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff8470c000 - 0x7fff84890fff com.apple.JavaScriptCore 6531 (6531.5) <8C470ACB-1A45-71FC-673D-34EA3F5EF0DC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff84891000 - 0x7fff848e6fef com.apple.framework.familycontrols 2.0 (2.0) <2520A455-5487-1964-C5D9-D284699D2537> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyCon trols
    0x7fff848e7000 - 0x7fff849c1ff7 com.apple.vImage 4.0 (4.0) <354F34BF-B221-A3C9-2CA7-9BE5E14AD5AD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.fr amework/Versions/A/vImage
    0x7fff849c2000 - 0x7fff849c9ff7 com.apple.DisplayServicesFW 2.1 (2.1) <2C039CF5-8AF8-6DA3-3C77-566B22EFB172> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
    0x7fff849ca000 - 0x7fff84a30fe7 com.apple.AppleVAFramework 4.6.2 (4.6.2) <3DA57727-EAD1-A199-4093-54CC4698A109> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff84a31000 - 0x7fff84a5aff7 com.apple.speech.LatentSemanticMappingFramework 2.6.9 (2.6.9) <CDFCD034-B44A-1C99-CBA4-ED9F233B3DD4> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSem anticMapping
    0x7fff84a5b000 - 0x7fff84aacfe7 com.apple.HIServices 1.8.0 (???) <113EEB8A-8EC6-9F86-EF46-4BA5C2CBF77C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ HIServices.framework/Versions/A/HIServices
    0x7fff84aad000 - 0x7fff84adefef libTrueTypeScaler.dylib ??? (???) <3F30259E-9EB0-18D2-B0F3-7B8A9625574E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff84adf000 - 0x7fff84af5fff com.apple.ImageCapture 6.0 (6.0) <5B5AF8FB-C12A-B51F-94FC-3EC4698E818E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
    0x7fff84bbb000 - 0x7fff84bbbff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5) <BA861575-B0DE-50F5-A799-BDF188A3D4EF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/vecLib
    0x7fff84bbc000 - 0x7fff84bdaff7 libPng.dylib ??? (???) <6A0E35B8-2E33-7C64-2B53-6F47F628DE7A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff84c0b000 - 0x7fff84c62fff com.apple.Symbolication 1.1 (67) <73B6FC15-9E05-69E2-2955-14F82F9BC337> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolicat ion
    0x7fff84c63000 - 0x7fff84f95fef com.apple.CoreServices.CarbonCore 859.1 (859.1) <5712C4C1-B18B-88EE-221F-DA04A8EDA029> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonC ore.framework/Versions/A/CarbonCore
    0x7fff84f96000 - 0x7fff85030fe7 com.apple.ApplicationServices.ATS 4.0 (???) <76009EB5-037B-8A08-5AB5-18DA59559509> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/ATS
    0x7fff8519a000 - 0x7fff851adfff libGL.dylib ??? (???) <D452ADC0-04B1-E24F-03E6-717E58E1D659> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff851ae000 - 0x7fff851affff com.apple.MonitorPanelFramework 1.3.0 (1.3.0) <5062DACE-FCE7-8E41-F5F6-58821778629C> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPane l
    0x7fff851b0000 - 0x7fff85212fe7 com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDe tectorsCore
    0x7fff85213000 - 0x7fff85290fef com.apple.backup.framework 1.1 (1.0) <35E2F1B1-C301-EFF7-F222-964D1A6ABE09> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff85291000 - 0x7fff852edfff libGLU.dylib ??? (???) <AA2D37B3-8B7C-6772-F8BA-7364284C55FE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff852f3000 - 0x7fff85630fe7 com.apple.MessageFramework 4.1 (1076) <5F5E9539-3443-F692-47C1-1B0567F9ECEE> /System/Library/Frameworks/Message.framework/Versions/B/Message
    0x7fff85631000 - 0x7fff85753ff7 com.apple.audio.toolbox.AudioToolbox 1.6 (1.6) <3CA3B481-9627-6F36-F2B8-C2763DEEB128> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff85754000 - 0x7fff857d6fef com.apple.QuickLookUIFramework 2.0 (327.0) <B9850E11-3F04-100F-0122-B4AD6222A43F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
    0x7fff857d7000 - 0x7fff858eefef libxml2.2.dylib ??? (???) <6D4C196C-B061-CBCD-AAFD-A21736A8425C> /usr/lib/libxml2.2.dylib
    0x7fff858ef000 - 0x7fff860f9fe7 libBLAS.dylib ??? (???) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libBLAS.dylib
    0x7fff8610a000 - 0x7fff86115fff com.apple.dotMacLegacy 3.2 (266) <80F00DE2-4C50-0FD9-5C6E-3EAA1599277B> /System/Library/PrivateFrameworks/DotMacLegacy.framework/Versions/A/DotMacLegac y
    0x7fff86116000 - 0x7fff86136fff com.apple.DotMacSyncManager 2.0.0 (446) <1D7898EC-2EA8-EAAF-821A-B0E1A170CB03> /System/Library/PrivateFrameworks/DotMacSyncManager.framework/Versions/A/DotMac SyncManager
    0x7fff86137000 - 0x7fff86137ff7 com.apple.vecLib 3.5 (vecLib 3.5) <5B072584-9579-F54F-180E-5D425B37E85C> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff86138000 - 0x7fff86150fff com.apple.iChat.InstantMessage 5.0 (742) <14DD4C3C-FAEE-40FC-FED1-65A134F96B12> /System/Library/Frameworks/InstantMessage.framework/Versions/A/InstantMessage
    0x7fff86151000 - 0x7fff86156fff libGFXShared.dylib ??? (???) <C386DB22-A0AA-D826-ACBA-25E82B480D05> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.d ylib
    0x7fff86157000 - 0x7fff8615eff7 com.apple.KerberosHelper 2.0 (1.0) <F0154529-03F3-356D-56BC-A78964B2BE50> /System/Library/PrivateFrameworks/KerberosHelper.framework/Versions/A/KerberosH elper
    0x7fff8615f000 - 0x7fff8619afef com.apple.AE 496 (496) <6AFD62E0-DD92-4F04-A73A-90224D80593D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.fram ework/Versions/A/AE
    0x7fff861aa000 - 0x7fff861c5fff com.apple.datadetectors 2.0 (102.0) <D3E026E9-C12A-88ED-25FC-7A58E435AB02> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
    0x7fff861c6000 - 0x7fff861dffff com.apple.CFOpenDirectory 10.6 (10.6) <0F46E102-8B8E-0995-BA85-3D9608F0A30C> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpen Directory.framework/Versions/A/CFOpenDirectory
    0x7fff861e0000 - 0x7fff861edfff libCSync.A.dylib ??? (???) <D97C8D7E-2CA3-9495-0C41-004CE47BC5DD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff861ee000 - 0x7fff861eeff7 com.apple.Accelerate 1.5 (Accelerate 1.5) <E517A811-E0E6-89D0-F397-66122C7A25A4> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff861ef000 - 0x7fff862a3fef com.apple.ColorSync 4.6.0 (4.6.0) <080BEDDE-E7A4-F88D-928B-7501574A157B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
    0x7fff862a4000 - 0x7fff862a6fff libRadiance.dylib ??? (???) <77F285E0-5D5E-A0B0-A89E-9332D6AB2867> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff862a7000 - 0x7fff86465ff7 libSystem.B.dylib ??? (???) <66102D4E-6C8B-77D0-6766-2A1788B20C6F> /usr/lib/libSystem.B.dylib
    0x7fff8646e000 - 0x7fff86523fff com.apple.ink.framework 1.3 (104) <9B552E27-7E3F-6767-058A-C998E8F78692> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
    0x7fff86569000 - 0x7fff8656bfef com.apple.ExceptionHandling 1.5 (10) <F2867B93-A56A-974F-9556-266BCE394057> /System/Library/Frameworks/ExceptionHandling.framework/Versions/A/ExceptionHand ling
    0x7fff8656c000 - 0x7fff865a3ff7 libssl.0.9.8.dylib ??? (???) <2D7FAEF9-A3CD-9F80-7CDE-852D3C93AEDB> /usr/lib/libssl.0.9.8.dylib
    0x7fff865a4000 - 0x7fff865aafff libCGXCoreImage.A.dylib ??? (???) <D113DB65-BB37-5499-8825-E6AE8AB1F8B8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff865eb000 - 0x7fff865edfff com.apple.print.framework.Print 6.0 (237) <70DA9755-5DC1-716B-77E2-E42C5DAB85A2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
    0x7fff865ee000 - 0x7fff86602ff7 com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff86603000 - 0x7fff86604ff7 com.apple.audio.units.AudioUnit 1.6 (1.6) <7A51FBCE-7907-28A0-B2D2-CAADA78F2913> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8663a000 - 0x7fff86650fef libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff86651000 - 0x7fff86666fff com.apple.LangAnalysis 1.6.5 (1.6.5) <D4956302-5A2D-2AFD-C143-6287F1313196> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff86667000 - 0x7fff86678fef libz.1.dylib ??? (???) <3A7A4C48-A4C8-A78A-8B87-C0DDF6601AC8> /usr/lib/libz.1.dylib
    0x7fff86679000 - 0x7fff8669aff7 com.apple.opencl 11 (11) <A53E07FB-AD2F-9F3E-EC00-7DCC7DDE2F90> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff866cb000 - 0x7fff86838fe7 com.apple.QTKit 7.6.3 (1584) <6D02A542-5202-4022-2050-5BE01F70D225> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff86839000 - 0x7fff86996ff7 com.apple.syncservices 5.0 (575) <5A2B1757-BADC-9E3E-9260-3133C45859BB> /System/Library/Frameworks/SyncServices.framework/Versions/A/SyncServices
    0x7fff86997000 - 0x7fff86a01fe7 libvMisc.dylib ??? (???) <524DC30F-6A54-CCED-56D9-F57033B06E99> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
    0x7fff86ada000 - 0x7fff86b42ff7 com.apple.MeshKitRuntime 1.0 (49.0) <580F1945-540B-1E68-0341-A6ADAD78397E> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/Frameworks/MeshK itRuntime.framework/Versions/A/MeshKitRuntime
    0x7fff86b43000 - 0x7fff86b81fef com.apple.DebugSymbols 1.1 (70) <C3D11461-E118-09DB-D9D7-8972B3FD160F> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
    0x7fff86b82000 - 0x7fff86b8efef libbz2.1.0.dylib ??? (???) <4AA81AA7-DF37-6430-07D1-F59F37AEC357> /usr/lib/libbz2.1.0.dylib
    0x7fff86b8f000 - 0x7fff86b94fff libGIF.dylib ??? (???) <0C112067-95FE-B9BC-C70C-64A46A277F34> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff86b95000 - 0x7fff86c19fff com.apple.print.framework.PrintCore 6.0 (312) <1F747E69-924D-8C5B-F318-C4828CC6E85D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
    0x7fff86c1a000 - 0x7fff86c49ff7 com.apple.quartzfilters 1.6.0 (1.6.0) <9CECB4FC-1CCF-B8A2-B935-5888B21CBEEF> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters .framework/Versions/A/QuartzFilters
    0x7fff86c4a000 - 0x7fff86c90fe7 libvDSP.dylib ??? (???) <2DAA1591-8AE8-B411-7D01-68DE99C63CEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvDSP.dylib
    0x7fff86c91000 - 0x7fff873835d7 com.apple.CoreGraphics 1.535.5 (???) <6599C41F-2D50-5E04-44E4-44FA90E022B5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8738f000 - 0x7fff87396fff com.apple.OpenDirectory 10.6 (10.6) <72A65D76-7831-D31E-F1B3-9E48BF26A98B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff87397000 - 0x7fff87397ff7 com.apple.quartzframework 1.5 (1.5) <B182B579-BCCE-81BF-8DA2-9E0B7BDF8516> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff87398000 - 0x7fff873aefff com.apple.MultitouchSupport.framework 200.20 (200.20) <96B8C66E-D84D-863B-CB1D-F7E005569706> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/Multit ouchSupport
    0x7fff873af000 - 0x7fff8744ffff com.apple.LaunchServices 360.3 (360.3) <02FFE657-CC7A-5266-F06E-8732E28F70A9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchS ervices.framework/Versions/A/LaunchServices
    0x7fff87450000 - 0x7fff8765cff7 com.apple.RawCamera.bundle 2.2.1 (477) <B4DD9D3B-CD05-5ACE-6808-BEC5660D805C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8765d000 - 0x7fff8769dfef com.apple.QD 3.31 (???) <0FA2713A-99BD-A96B-56AF-7DB0AB4927AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
    0x7fff8769e000 - 0x7fff8787dfff com.apple.CalendarStore 4.0 (965) <86082B77-ABD6-A9DD-E0CE-C5471ED2399A> /System/Library/Frameworks/CalendarStore.framework/Versions/A/CalendarStore
    0x7fff8787e000 - 0x7fff87a3bfff libicucore.A.dylib ??? (???) <224721C0-EC21-94D0-6484-66C603C34CBE> /usr/lib/libicucore.A.dylib
    0x7fff87b3d000 - 0x7fff87bbafef libstdc++.6.dylib ??? (???) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fff87bbb000 - 0x7fff87bcafff com.apple.NetFS 3.2 (3.2) <61E3D8BE-A529-20BF-1A11-026EC774820D> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff87bcb000 - 0x7fff87c87ff7 com.apple.CoreServices.OSServices 352 (352) <CD933BBD-B260-552F-E64E-291D6ED3091A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
    0x7fff87c88000 - 0x7fff87d91fff com.apple.MediaToolbox 0.420.17 (420.17) <31834AB2-1BFF-92D5-A8D2-21B0AE51FA98> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbo x
    0x7fff87d92000 - 0x7fff87db5ff7 com.apple.iChat.IMFoundation 5.0 (742) <1A4FEDF7-78CF-23A3-D0FD-23D74FA556C5> /System/Library/Frameworks/IMCore.framework/Frameworks/IMFoundation.framework/V ersions/A/IMFoundation
    0x7fff87db6000 - 0x7fff87ebbfe7 libGLProgrammability.dylib ??? (???) <EDEC71CB-5F5B-7F55-47F4-19E953E3BE61> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgramma bility.dylib
    0x7fff87ec7000 - 0x7fff87f04fff com.apple.LDAPFramework 2.0 (120.1) <0F7DF87D-6A08-02AF-790B-76294FCE8916> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff87f05000 - 0x7fff87f05ff7 com.apple.CoreServices 44 (44) <210A4C56-BECB-E3E4-B6EE-7EC53E02265D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff87f06000 - 0x7fff87f2cfe7 libJPEG.dylib ??? (???) <52ACD177-F101-BEF5-E7CC-9131F8372D0A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff87f2d000 - 0x7fff87fadff7 com.apple.iLifeMediaBrowser 2.1.3 (346.0.3) <04677A98-142E-9C0E-18A7-4C74275856B7> /System/Library/PrivateFrameworks/iLifeMediaBrowser.framework/Versions/A/iLifeM ediaBrowser
    0x7fff87fae000 - 0x7fff87fb2ff7 libmathCommon.A.dylib ??? (???) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff87fb3000 - 0x7fff88237fff com.apple.security 6.0 (36910) <F7431448-BC2E-835D-E7A2-E47E0A5CB984> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8826e000 - 0x7fff8831dfef edu.mit.Kerberos 6.5.8 (6.5.8) <A9C16B72-A1F8-3DDE-7772-E7635774CA6E> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8831e000 - 0x7fff88321ff7 com.apple.securityhi 4.0 (36638) <77F40B57-2D97-7AE5-1331-8945C71DFB57> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
    0x7fff88322000 - 0x7fff88328fff com.apple.AOSNotification 1.1.0 (123.3) <9436ED02-186A-E6CC-E594-31E3942A5898> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotif ication
    0x7fff88372000 - 0x7fff88396ff7 com.apple.CoreVideo 1.6.0 (43.0) <FF5F0EEF-56BE-24DD-C8FA-CB41F126E6A8> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff88397000 - 0x7fff883a2fff com.apple.CrashReporterSupport 10.6 (237) <7B22FB86-33C7-A775-2F13-0D3356E2B971> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/Cra shReporterSupport
    0x7fff883a3000 - 0x7fff883a3ff7 com.apple.Carbon 150 (152) <8D8CF535-90BE-691C-EC1B-63FBE2162C9B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff883a4000 - 0x7fff883ddff7 com.apple.MeshKit 1.0 (49.0) <7587A7F2-DF5D-B8B2-A6A8-1389CF28BC51> /System/Library/PrivateFrameworks/MeshKit.framework/Versions/A/MeshKit
    0x7fff883de000 - 0x7fff8846efff com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchK it.framework/Versions/A/SearchKit
    0x7fff8846f000 - 0x7fff884fefff com.apple.PDFKit 2.5 (2.5) <7849E675-4289-6FEA-E314-063E91A4B07F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framew ork/Versions/A/PDFKit
    0x7fff884ff000 - 0x7fff88500fff liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff88501000 - 0x7fff8854eff7 libauto.dylib ??? (???) <8658DB85-C611-1212-44E5-5B2539018FA0> /usr/lib/libauto.dylib
    0x7fff8854f000 - 0x7fff88560fff com.apple.DSObjCWrappers.Framework 10.6 (134) <3C08225D-517E-2822-6152-F6EB13A4ADF9> /System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWra ppers
    0x7fff88561000 - 0x7fff8861afff libsqlite3.dylib ??? (???) <5A15E12A-AE8F-1A36-BBC7-564E7D7AD0FB> /usr/lib/libsqlite3.dylib
    0x7fff8863e000 - 0x7fff88681fff libtidy.A.dylib ??? (???) <8AF4DB3A-7BDB-7AF7-0E9C-413BBBD0E380> /usr/lib/libtidy.A.dylib
    0x7fff88682000 - 0x7fff88682ff7 com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff887bc000 - 0x7fff888daff7 com.apple.PubSub 1.0.4 (65.11) <C1D56F85-7553-FB97-2A31-35CEB2BB8B63> /System/Library/Frameworks/PubSub.framework/Versions/A/PubSub
    0x7fff888db000 - 0x7fff8893bfff com.apple.ExchangeWebServices 1.0 (54) <C56EF9CA-93FC-066F-23E5-E1FD53D86916> /System/Library/PrivateFrameworks/ExchangeWebServices.framework/Versions/A/Exch angeWebServices
    0x7fff8893c000 - 0x7fff8894aff7 libkxld.dylib ??? (???) <823B6BE6-E952-3B3C-3633-8F4D6C4606A8> /usr/lib/system/libkxld.dylib
    0x7fff8896f000 - 0x7fff8897aff7 com.apple.speech.recognition.framework 3.10.10 (3.10.10) <7E2A89FC-0F18-1CCC-472E-AD0E2BC2DD4C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogni tion.framework/Versions/A/SpeechRecognition
    0x7fff88996000 - 0x7fff889b7fff libresolv.9.dylib ??? (???) <01C7C750-7F6A-89B3-C586-5C50A839019E> /usr/lib/libresolv.9.dylib
    0x7fff889b8000 - 0x7fff889c7fef com.apple.opengl 1.6.3 (1.6.3) <6318A188-B43D-E82F-C157-2E76331227BD> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff889fc000 - 0x7fff88a3dff7 com.apple.SystemConfiguration 1.10 (1.10) <E3FF1FC8-C760-2047-F954-0D283DD0F714> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfi guration
    0x7fff88a3e000 - 0x7fff88abcfef com.apple.audio.CoreAudio 3.2.0 (3.2) <51E4AA76-3A8A-2B78-95D2-582501421A4E> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff88b0b000 - 0x7fff88b18ff7 com.apple.AppleFSCompression 1.0 (1.0) <597C8E16-90C0-A7AA-7236-5D1281F20AD0> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
    0x7fff88b19000 - 0x7fff88b34ff7 com.apple.openscripting 1.3 (???) <DFBFBFD3-90C0-0710-300C-1A7210CB3713> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
    0x7fffffe00000 - 0x7fffffe01fff libSystem.B.dylib ??? (???) <66102D4E-6C8B-77D0-6766-2A1788B20C6F> /usr/lib/libSystem.B.dylib
    Model: MacBookAir1,1, BootROM MBA11.00BB.B03, 2 processors, Intel Core 2 Duo, 1.8 GHz, 2 GB, SMC 1.23f20
    Graphics: Intel GMA X3100, GMA X3100, Built-In, 144 MB
    Memory Module: global_name
    AirPort: spairportwireless_card_type_airportextreme (0x14E4, 0x8B), Broadcom BCM43xx 1.0 (5.10.91.19)
    Bluetooth: Version 2.2.1f7, 2 service, 0 devices, 2 incoming serial ports
    Network Service: AirPort, AirPort, en0
    Parallel ATA Device: MCCOE64GEMPP, 55.9 GB
    USB Device: Built-in iSight, 0x05ac (Apple Inc.), 0x8505, 0xfd400000
    USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d200000
    USB Device: Bluetooth USB Host Controller, 0x05ac (Apple Inc.), 0x8210, 0x1d210000
    USB Device: Apple Internal Keyboard / Trackpad, 0x05ac (Apple Inc.), 0x0223, 0x5d200000
    USB Device: IR Receiver, 0x05ac (Apple Inc.), 0x8242, 0x5d100000

    I just tried ftp'ing the file and the server crashed within 3 seconds... :(
    update: it wasn't the power supply.
    Last edited by jensvejmand (2008-06-13 23:05:51)

  • Flashback Recovery Area Usage near 100% - what happens next?

    Hello,
    I am fairly new to Oracle flashback. I have a database which is nearing 100% usage of the flashback area. Until now, I've just been increasing the size to delay the inevitable. I've also gone and pruned archivelogs (using OS commands) from the fra, but this does not seem to have any effect. What I wanted to know is, what will happen if I let it reach 100%. Will the database cease functioning or will it prune files that it no longer needs and free space on its own?
    Thanks for any insight you can provide.

    geeter wrote:
    Thank you.
    With respect to "how" I am using flashback, this is something that also confuses me. It seems as if "Flashback Database" has NOT been enabled, but I know that I can flashback a table within my database by enabling row movement on it. I have specified USE_DB_RECOVERY_FILE_DEST as the location to multiplex archivelogs and I use the EM dbconsole to take full backups of the database which seems to also populate a directory "autobackup" even though the backups are directed somewhere else. My guess is that I do NOT have flashback enabled in the sense you meant. I'd appreciate any clarification.To enabling flashback you have to issue ALTER DATABASE FLASHBACK command at mount stage in 10g(can at open stage in 11g) and you can check it from V$DATABASE.FLASHBACK_ON column.If it is 'YES' then that is enabled else is not.In additionally you performed FLASHBACK TABLE feature this is based on undo tablespaces(undo information and related undo settings/parameter) and nothing relationship with FLASHBACK DATABASE.

  • Database Time Spent Waiting (%): Wait Class Other nearly 100% all the time

    Don't understand why OEM is reporting that Database Time Spent Waiting (%): Wait Class Other is nearly 100% all the time. Database 10.1.0.4 just installed on Linux(RHEL4AS) and nobody use it for now except OEM and me for admin purpose.
    Any clue for that problem ?
    Regards
    Nicolas

    Seems like you are not the first to see this kind of behaviour.
    I've found another similar thread on metalink. I can't say the answer is terribly helpful, but thought you might be interested anyway:
    From: Jose Ramón Tourón 14-Sep-07 08:34
    Subject: Database Time Spent Waiting (%) at 100 in event class Commit
    RDBMS Version: Oracle 10g r2
    Operating System and Version: Suse Enterprise Linux 10
    Error Number (if applicable):
    Product (i.e. SQL*Loader, Import, etc.): database core
    Product Version: 10gR2
    Database Time Spent Waiting (%) at 100 in event class Commit
    Hi everyone, yesterday we create a new database instance with dbca, the creation process was ok, and the two instances are running ok, database stops and starts without any problem, and listeners are ok. In the enterprise manager of this new instance we found this message:
    Database Time Spent Waiting (%) at 100 in event class Commit, this event happend every 1 or 2 minutes sometimes at 100, the next 40%, the next 98, ... and so on.
    Do you know what's happend in this instance?
    Thanks in advance to everyone
    Santiago Pérez
    From: Oracle, Helmut Pfau 14-Sep-07 12:52
    Subject: Re : Database Time Spent Waiting (%) at 100 in event class Commit
    From Oracle Database Reference Manual:
    Commit
    This wait class only comprises one wait event - wait for redo log write confirmation after a commit (that is, 'log file sync')
    So you can't write fast enough into your log files.
    Did you check the frequency of log switches?
    From: Metalink TCS User Group TCS Uruguay 14-Sep-07 15:52
    Subject: Re : Database Time Spent Waiting (%) at 100 in event class Commit
    Hi José! Please don't get anxious because of this: Wait time must be SOMEWHERE, there's a saying "An OLTP DB is only as fast as its redo logs", but if you are not having any performance problem you don't need to do anything special.
    You say you've just created the DB. Now make it DO something: put it to the test by simulating production conditions as closely as you can, and after some hours ask the users whether there is some problem. If there is, take a look at the wait statistics... you'll probably see many other top events before this one!
    Bruno abate_at_adinet.com.uy

Maybe you are looking for