How To Test Core2Duo Processor for defects?

All,
as I still have frequent crashing programs on my C2D (E6300) machine,
I now want to check whether the processor is defect or not.
Anybody any idea, how one can do a processor-check?
I did run memtest86 with no errors and also tried a prime95 run for 24hrs
without any problem. Also, SiSoft Sandra did not encounter any problems,
3DMark06 runs okay as well.
Thanks for tips,
Dualis
P.S.: runs on a P965Neo board with default timings (no oc).
One thing I noticed : CoreCenter display 5,36 Volts for the 5V line - may that too much?

Quote from: GauchoDoyle on 18-September-06, 22:51:15
Thanks Frankenputer, was wondering how to do that.
Hello again!
I still have the problem of crashes!!
In the meantime I have found that only certain programs crash. These are:
- Need for Speed Underground II (5-15 minutes after start)
- Grand Prix II (5-10 minutes after start)
- Zone Labs Pro sometimes crashes during boot, thus disabling internet access
I have run two instances of Prime 95 for 24 hours with no problem!
The way to have Prime95 run on a particular processor is to create a link with the following
command line:
<Path>\PRIME95.EXE -a0
This runs Prime95 on Core0. Using -a1 runs it on Core 1, respectively.
But back to my problem.
I have installed Windows 2000 Professional on another harddisk - the same results with the above programs !!
The only difference is that I do not get any message but the programs simply crash.
Windows still runs afterwards.
I am about to get totally confused, frustrated, ...
Any more help?

Similar Messages

  • How to test VOFM routine for output cntrol-issue o/p when certain conds met

    Hai,
    I have created a vofm routine 903 for  the output type 'ZSH1'.This is for sales order output.
    The 903 routine changes the sy-subrc value to non zero if certain conditions met.
    My doubt is how to test this vofm routine? where can we check the status of the output processed?
    This output is to trigger a smartform.
    In my case the output smart form got displayed when I click on print preview even if the condtions met (or) dont met.
    Is this the correct way of testing?
    Regards,
    Bhaskar

    Hai All,
    Thanks for your replies.
    here my question is,
    how to test the VOFM (not manual )& where we can check the status of output issued or not issued?
    see the step 1.
    Step1: goto->va02->from the menu select 'issue output'->select the codition type in the displayed popup->click OK.
    after this where can I check the status of the output issued?
    or is the way I described in Step 1 is correct or not ?
    other way Step 2:
    goto VA02->enter order number->goto overview page->from Extras->output->header->edit
    in this page maintain the output type & click Save.
    after Save , is this the time to check whether the output issued or not? if yes where to check the status?
    or again is this the right way to test the VOFM.
    Regards,
    Bhaskar
    Edited by: Mbhaskar_comps on Dec 15, 2010 7:00 AM

  • ECM Backend-Test Transaction or how to test column FM for MSS

    Hi there,
    I need some help on testing customer development for the ECM Planning scenario on the Portal (MSS).
    I have added a new column with a customer developed Function Module. (Copied from HR_ECM_UI_DISP_NEW_SALARY standard Function Module).
    Question: How can I test this Function Module in the backend?
    Isn't there a backend transaction that simlulates the frontend? So that I can test and debug the new columns?
    Thanks for your help in advance!
    Regards
      Bianca

    I don't think there is a way to test ECM directly in the backend. You will have to use the external breakpoints & initiate the debugger via MSS.
    ~Suresh

  • How to Use Image Processor for Multiple Sizes

    I'm trying to use Image Processor to work on a folder of images and to create several sizes of .jpg's . I find an option to Save as JPEG in one size only. Is there any way to set up Image Processor to save JPEG to multiple sizes?
    Thanks in advance for your help!!!

    Hi Mehtap,
    Using the script will give you multiple selections.
    This is how I did it and it works well. It just separated the values by semicolon ";" .
    TEXT_1.setText(DS_1.getFilterText("0CUSTOMER"));
    When selected only one value:
    When selected more than one value:

  • How  to test reports notification for iStore

    Hi,
    In notification manager,i have seen below notification events.
    Reports - iStore Historical Summary
    Reports - iStore Top Orders
    how I can test these report and the output of these reports.

    Hi kalyani,
    I am pretty clear with what you want.
    The output on screen after report execution usually prints some values on screen, which are really CANNOT be captured by GETGUI ,
    there are several ways to automate this, in case some changes can be dont to report.
    1.Make changes in your report in such way that selction options are replaced by parameters of ecatt (Here you have to pass values from ecatt) and you have to call your code within ABAP ...ENDABAP.
    2.Make changes to report so that it returns you the success or failure in form of a status message in the status bar , this can be captured in eCATT within MESSAGE..ENDMESSAGE .By doing this, after each execution of report with different inputs,Status message will tell me the results of execution.
    3.In case report is making some database commits then please execute the report and check for database changes after report execution for results to ensure success or failure.
    i hope this helped you
    regards
    vinay

  • How to test HTTP request for Sender SOAP Channel

    Hi all,
    We are testing Soap requests from SOAP UI tool.
    We are able to call HTTPS calls from SOAPUI tool, but unable to call HTTP request.
    we eanbles ssl and able to post https requests.
    please advice .
    Thanks
    RGDASARI

    Hi Stefan, I configured the way you have put it, but I get the error "no receiver could be determined"
    Here are my settings:
    Sender service - HTTP_SEND
    sender o/b interface - PROD_MSG_INT_OB_ASYNC
    receiver service - FILE_RECEIVE
    receiver i/b interface - PROD_MSG_INT_IB_ASYNC
    receiver communication channel - FILE adapter
    JAVA script:
    String Party       = "MFC";
    String Service     = "HTTP_SEND";
    String XINameSpace = "mfc%3Anamespace1";
    String Interface   = "PROD_MSG_INT_OB_ASYNC";
    String Url   = "http://nemo:8000/sap/xi/adapter_plain?";
    XML DATA File:
    <?xml version="1.0" encoding="UTF-8"?>
    <ns0:PRODUCT xmlns:ns0="mfc:namespace1">
    <ID>E</ID>
    <NAME>thank god</NAME>
    <BRAND>SOME BRAND</BRAND>
    </ns0:PRODUCT>
    Stefan Am I missing anything?
    XML error message:
    <?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
    - <!--  Receiver Identification
      -->
    - <SAP:Error xmlns:SAP="http://sap.com/xi/XI/Message/30" xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/" SOAP:mustUnderstand="1">
      <SAP:Category>XIServer</SAP:Category>
      <SAP:Code area="RCVR_DETERMINATION">NO_RECEIVER_CASE_BE</SAP:Code>
      <SAP:P1 />
      <SAP:P2 />
      <SAP:P3 />
      <SAP:P4 />
      <SAP:AdditionalText />
      <SAP:ApplicationFaultMessage namespace="" />
      <SAP:Stack>No receiver could be determined</SAP:Stack>
      <SAP:Retry>N</SAP:Retry>
      </SAP:Error>
    It would be great if you have solution for this.
    Regards
    felix

  • Test Driving OpenOffice for the Cloud

    Does anyone know how to test drive OpenOffice for the Cloud. It tried going to http://www.oracle.com/office and there is nothing directing me to the demo site. This is almost as bad as Microsoft Office 365 beta where you can sign up, but they aren't accepting any new beta customers. At least Microsoft Office online with 2010 is working and I can test out Microsoft's offering along with Google Docs. It's hard to make decisions from hype from Oracle when the office is trying to make a decision on how to approach the cloud.
    Thanks,
    The Grumpy Oracle DBA

    Looking at the documentation I can find the following:
    "For a online SaaS test account, test pilot, or a virtal machine applicance please contact Oracle Office Sales.
    You can also download CLoud Office 1.0 for edelivery.oracle.com to evaluate the software for 30 days"
    more information can be found at: http://www.oracle.com/us/products/...office/oracle-cloud-office-faq-198312.pdf
    Regards,
    Johan Louwers

  • How to Validate or test SJW parameter For HS CAN Node?

    Hi All,
    To paraphrase the Question asked in the post, If the CAN parameters for Baud rate, Tq, BRP ,Prop Seg 1, PRop Seg 2 are all programmed with proper Tq. How to test them ?
    I have worked on CAN Stress Tool to test Sample point of a  CAN Bit for a HS Node  I achieved this by disturbing a Transmit message from the ECU at Tq level and confirm the sampling point by observing Stuff ERRORs ( for the HS node chosen, NBT -  was 16 Tqs)
    However, please share information in case any one had tested/ Validate SJW parameter for a CAN node. 
    Please also  provide information on Bench setup/ Test Steps if any required.
    Tq- Time Quanta
    BRP -Baud Rate Prescalar
    HS-High Speed
    NBT - Nominal Bit Time
    Thanks,
    Gouri

    Hi All,
    To paraphrase the Question asked in the post, If the CAN parameters for Baud rate, Tq, BRP ,Prop Seg 1, PRop Seg 2 are all programmed with proper Tq. How to test them ?
    I have worked on CAN Stress Tool to test Sample point of a  CAN Bit for a HS Node  I achieved this by disturbing a Transmit message from the ECU at Tq level and confirm the sampling point by observing Stuff ERRORs ( for the HS node chosen, NBT -  was 16 Tqs)
    However, please share information in case any one had tested/ Validate SJW parameter for a CAN node. 
    Please also  provide information on Bench setup/ Test Steps if any required.
    Tq- Time Quanta
    BRP -Baud Rate Prescalar
    HS-High Speed
    NBT - Nominal Bit Time
    Thanks,
    Gouri

  • How can we define no of processors for a server

    How can we define no of processors for a server.on what factor that No of Processors depends? Is it based on
    1.Application type,
    2.No of transaction perday,
    3.No Of users connected simulatneoulsy

    You can also add the quality of the application to your list. A poorly writtern application cangobble up resources faster than you can spend.
    Also, the size of the database. Bigger size means increased memory, disk, and CPU.

  • How to install only OATS for Functional Testing ?

    How to install only OATS for Functional Testing for Oracle EBS?
    I tried micro installation, but installation tried to install whole test manager/oracle xe db/Weblogic etc..
    I want to evaluate how it works, can we leverage for Functional/regression tesitng...
    Please advise...
    Thanks
    Edited by: 956069 on Aug 30, 2012 6:19 AM

    Hello
    You should be able to install OpenScript only using the micro install distribution. You can just skip the steps concerning XE & WLS installation/connection.
    JB

  • HT3696 How its' possible to change from 32 bit to 64 bit Processor for MacMini?

    How its' possible to change from 32 bit to 64 bit Processor for MacMini? Mini?

    You probably have a Core Solo or Core Duo model. You can upgrade the CPU to a 64-bit Core 2 Duo in the T7200-T7600 family.
    iFixit and OWC provide easy-to-follow, step-by-step guides. It's a delicate procedure, but not overly difficult. I'm all thumbs, and I have done it twice.
    Cheers!

  • How to test context or popup Menus for a Composite.

    Hello SWTBot gurus and fellow users,
    Question: I'm wondering if it is possible and, if so, how to test a context (popup, right-click) Menu that is set for a Composite.
    So far, I've only seen examples where the context Menu is for an item in a Tree. I've also tried using the built-in context Menu finders with no luck.
    I have some sample code below for a simple Composite with a context Menu and SWTBot test code.
    Thanks in advance for any pointers, clues, etc.
    Jordan
    Example: Here are a couple of test classes to demonstrate the problem.
    The Composite being tested. A simple Composite with a context Menu set for it. The Menu is built using a JFace MenuManager.
    import org.eclipse.jface.action.Action;
    import org.eclipse.jface.action.MenuManager;
    import org.eclipse.swt.SWT;
    import org.eclipse.swt.layout.FillLayout;
    import org.eclipse.swt.widgets.Composite;
    public class TestComposite extends Composite {
    public boolean menuItemClicked = false;
    public TestComposite(Composite parent) {
    super(parent, SWT.NONE);
    setLayout(new FillLayout());
    final MenuManager menuManager = new MenuManager();
    menuManager.add(new Action("bleh") {
    @Override
    public void run() {
    menuItemClicked = true;
    System.out.println("bleh clicked...");
    setMenu(menuManager.createContextMenu(this));
    return;
    The SWTBot test code.
    import org.eclipse.swt.widgets.Display;
    import org.eclipse.swt.widgets.Shell;
    import org.eclipse.swtbot.swt.finder.SWTBotTestCase;
    import org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner;
    import org.eclipse.swtbot.swt.finder.widgets.SWTBotShell;
    import org.junit.Test;
    import org.junit.runner.RunWith;
    @RunWith(SWTBotJunit4ClassRunner.class)
    public class TestCompositeTester extends SWTBotTestCase {
    private Shell s;
    private TestComposite c;
    @Test
    public void checkContextMenuItem() {
    final Display display = Display.getDefault();
    display.syncExec(new Runnable() {
    @Override
    public void run() {
    s = new Shell(display);
    c = new TestComposite(s);
    SWTBotShell botShell = new SWTBotShell(s);
    botShell.contextMenu("bleh").click();
    assertTrue(c.menuItemClicked);
    The failure trace when running the SWTBot test code.
    org.eclipse.swtbot.swt.finder.widgets.TimeoutException: Timeout after: 5000 ms.: Could not find context menu with text: bleh
    at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:437)
    at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:411)
    at org.eclipse.swtbot.swt.finder.SWTBotFactory.waitUntil(SWTBotFactory.java:399)
    at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.contextMenu(AbstractSWTBot.java:442)
    at org.eclipse.swtbot.swt.finder.widgets.AbstractSWTBot.contextMenu(AbstractSWTBot.java:423)
    at sandbox.plugin.TestCompositeTester.checkContextMenuItem(TestCompositeTester.java:29)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:50)
    at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
    at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:47)
    at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
    at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:325)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:78)
    at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:57)
    at org.junit.runners.ParentRunner$3.run(ParentRunner.java:290)
    at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:71)
    at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:288)
    at org.junit.runners.ParentRunner.access$000(ParentRunner.java:58)
    at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:268)
    at org.junit.runners.ParentRunner.run(ParentRunner.java:363)
    at org.eclipse.swtbot.swt.finder.junit.SWTBotJunit4ClassRunner.run(SWTBotJunit4ClassRunner.java:54)
    at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:86)
    at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:459)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:675)
    at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:382)
    at org.eclipse.swtbot.eclipse.core.RemotePluginTestRunner.main(RemotePluginTestRunner.java:64)
    at org.eclipse.swtbot.eclipse.core.UITestApplication.runTests(UITestApplication.java:117)
    at org.eclipse.e4.ui.internal.workbench.swt.E4Testable$1.run(E4Testable.java:73)
    at java.lang.Thread.run(Unknown Source)

    Your DBA should be able to help you..........

  • JSTL Core - How to test for null?

    How do I test an attribute for null using JSLT's if statement? The below code does not work (the JSTL if statement does not return true). The scriptlet however does work and displays the statement.
    - Chris
    index.jsp
    <%@ taglib uri="c.tld" prefix="c"%>
    <%@ taglib uri="fmt.tld" prefix="fmt"%>
    <%@page import="java.util.*"%>
    <%
       request.setAttribute("null", null);
    %>
    <html>
    <head>
      <title>JSTL Test Page</title>
    </head>
    <body>
    <c:if test="${null}==null">
    The value was null (JSTL)
    </c:if>
    <%
      if (request.getAttribute("null")==null) out.print("The value was null (Scriptlet)");
    %>
    </body>
    </html>
    <%out.flush();%>

    Well, I figured out. If anyone is interested, here is the code:
    <c:if test="${empty varName}">
      Its null
    </c:if>

  • How to read device report for HP Deskjet 1510

    Hi HP,
    I can see from the software provided with this printer there is this option to print the device reports.
    Please assist on how to read this report because it consist of unknown coding and stuff. 
    I would appreciate if your side can help me on this coz I assume that we can track our usage through this report.
    If this is not the purpose, perhaps you may suggest any other way to get an understandable usage reports? 
    Regards,
    Nadiya
    This question was solved.
    View Solution.

    Hello Nadiya,
    Welcome to the forums
    I understand you are looking for a usage report. The printer will print a test page and you can see the page count on that page, along with the printer information, such as your serial number, etc. If there is anything else you may mean by "usage" please let me know and I will do my best to help.
    Click this link: Fixing Ink Streaks, Faded Prints, and Other Common Print Quality Problems
    In the guide, look under "Solution six: Print and evaluate a test page and troubleshoot defects" and print a test page.
    Take care,
    R a i n b o w 7000I work on behalf of HP
    Click the “Kudos Thumbs Up" at the bottom of this post to say
    “Thanks” for helping!
    Click “Accept as Solution” if you feel my post solved your issue, it will help others find the solution!

  • How to test FM

    Hi,
    I have to test the function module FRE_ORD_IN_CREATE_DOC.please let me know how to test.It has two tables how to test them.
    Thanks,
    satish.

    You are right when you try to test this function it will give you the same output, because it is a dynamic call function module from some enhancement/interface.
    This FM is used for 'Order Proposal Inbound Processor' in Function Group
    <b>FRE_ORDER_IN</b>               F&R CON R/3 - Purchasing Functions
    You have to look for the caller of this FM as where use help will not able to help you on this.
    Regards,
    Amit

Maybe you are looking for

  • Regarding syntax error while updating from 4.6b to ECC 6.0

    hello Experts, I'm presently working in upgrade project, Here it shows an error for one of the form pasted below. FORM MAKEPRINT USING TXT. DATA: BEGIN OF CVT_TABLE,         X0(1) TYPE X VALUE 0,         C0(1) VALUE '#',         X1(1) TYPE X VALUE '7

  • PXI-5122 External Sample Clock

    PXI-1031 Chassis PXI-8106 PC PXI-5122 14bit 100MS/s Digitizer Labview 8.5 I am driving X-Y mirrors steering a laser. I am measuring the reflected light to develop a raster image of a sample. I have a pixel clock running at 60MHz that I want to clock

  • JDeveloper 11g Sample Schema FOD installation failure

    Do not have any previous experience about JDeveloper. Downloaded 11g version. Try to follow this link:http://www.oracle.com/technology/obe/obe11jdev/11/common/connection11g.htm to install a sample schema FOD for a tutorial. However at the following s

  • Color picker changes no longer preview?

    I often choose the color for a selected object by manipulating the color in the picker while viewing the object to see the actual result before clicking OK on the color once it's right. I just upgraded to CC from CS5, and this no longer seems to work

  • How can you remove a figure from one photo and put it in another?

    I am trying to move a figure (dog) from one photo/pic to another.  Is this possible with elements?