How to solve repeated Bugcheck. The bugcheck was: 0x000000d1 (0x0000000000000010, 0x0000000000000002, 0x0000000000000000, 0xfffff8016a71d56c).

Log Name:      System
Source:        Microsoft-Windows-WER-SystemErrorReporting
Date:          6/25/2014 08:09:27
Event ID:      1001
Task Category: None
Level:         Error
Keywords:      Classic
User:          N/A
Description:
The computer has rebooted from a bugcheck.  The bugcheck was: 0x000000d1 (0x0000000000000010, 0x0000000000000002, 0x0000000000000000, 0xfffff8016a71d56c). A dump was saved in: C:\windows\MEMORY.DMP. Report Id: 062514-17078-01.
Event Xml:
<Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
  <System>
    <Provider Name="Microsoft-Windows-WER-SystemErrorReporting" Guid="{ABCE23E7-DE45-4366-8631-84FA6C525952}" EventSourceName="BugCheck" />
    <EventID Qualifiers="16384">1001</EventID>
    <Version>0</Version>
    <Level>2</Level>
    <Task>0</Task>
    <Opcode>0</Opcode>
    <Keywords>0x80000000000000</Keywords>
    <TimeCreated SystemTime="2014-06-25T15:09:27.000000000Z" />
    <EventRecordID>18419</EventRecordID>
    <Correlation />
    <Execution ProcessID="0" ThreadID="0" />
    <Channel>System</Channel>
    <Security />
  </System>
  <EventData>
    <Data Name="param1">0x000000d1 (0x0000000000000010, 0x0000000000000002, 0x0000000000000000, 0xfffff8016a71d56c)</Data>
    <Data Name="param2">C:\windows\MEMORY.DMP</Data>
    <Data Name="param3">062514-17078-01</Data>
  </EventData>
</Event>

Hi,
Do you need any further help regarding the BSOD here?
Besides, regarding Bugcheck ID 0xD1, please see:
Bug Check 0xD1: DRIVER_IRQL_NOT_LESS_OR_EQUAL
Please follow the suggestion provided by ZigZag team, upload us the dump file for further assistance.
Here for more information:
How to read the small memory dump file that is created
by Windows if a crash occurs
Best regards
Michael Shao
TechNet Community Support

Similar Messages

  • Mac shut down due to problem; I rebooted fine. how do I determine what the problem was?

    mac shut down due to problem; I rebooted fine. how do I determine what the problem was?

    When shut down and rebooted, the Mac OS X does background maintenance on the system. That can solve minor issues.
    Beyond this, it is a good idea to run Disk Repair yourself just to make sure.
    Reboot with the option key held down. On the screen that comes up select the Recovery disk icon and Continue.
    On the next screen Clcik Disk Utility and Continue.
    In DU, in the list on the left select the drive to be repaired - click the item that is indented to the right, not an an item whose name starts on the far left.
    Click First Aid, then Repair Disk.
    After that is done, quit DU and restart as usual.

  • When I upgraded from v4 to v5 my bookmarks was lost. I do have the one that is in the firefox toolbar. Apparently I had a bookmarks add-on. V5 changed my browser how can I determine what the program was and if the bookmarks are still there?

    When I upgraded from v4 to v5 my bookmarks was lost. I do have the one that is in the firefox toolbar. Apparently I had a bookmarks add-on. V5 changed my browser how can I determine what the program was and if the bookmarks are still there?

    Start Firefox in <u>[[Safe Mode|Safe Mode]]</u> to check if one of the extensions (Firefox/Tools > Add-ons > Extensions) or if hardware acceleration is causing the problem (switch to the DEFAULT theme: Firefox/Tools > Add-ons > Appearance).
    *Do NOT click the Reset button on the Safe Mode start window or otherwise make changes.
    *https://support.mozilla.org/kb/Safe+Mode
    *https://support.mozilla.org/kb/Troubleshooting+extensions+and+themes
    Websites remembering you and automatically log you in is stored in a cookie.
    *Create an allow Cookie Exception to keep such a cookie, especially for secure websites and if cookies expire when Firefox is closed.
    *Tools > Options > Privacy > Cookies: Exceptions
    In case you are using "Clear history when Firefox closes":
    *do not clear Cookies
    *do not clear Site Preferences
    *Tools > Options > Privacy > Firefox will: "Use custom settings for history": [X] "Clear history when Firefox closes" > Settings
    *https://support.mozilla.org/kb/Clear+Recent+History
    Note that clearing "Site Preferences" clears all exceptions for cookies, images, pop-up windows, software installation, and passwords.
    Clearing cookies will remove all specified (selected) cookies including cookies that have an allow exception and cookies from plugins.

  • BP_EVENT_RAISE : How do I know if the event was raised successfully ?

    Hi All,
    I need to start a process chain after an event Z_MYEVENT.
    In BI7
    1) For the pc Z_MYPC, the start process variant -> direct scheduling -> After Event -> specified the event Z_MYEVENT, parameter: blank
    2) In SM62 under BckProcEvts I created a background processing event Z_MYEVENT.
    3) Then created a function module that calls BP_EVENT_RAISE. When I run the fm I pass Z_MYEVENT as the Event Id parameter.
    The BP_EVENT_RAISE runs without any error. sy-subrc = 0 after execution.
    But my process chain wont start!! I can start it manually though.
    What could be wrong ? How do I make sure that the event was actually triggered or not ? my "Event History" tab in SM62 does not list any events - does this mean that the event was not at all raised ?
    any help would be appreciated.
    Thanks in advance,
    rithesh

    Hi,
    I did try triggering the event manually in SM64. But no luck!
    Now I did the following:
    Created another program ( Z_CHAIN_START)  that calls "RSPC_API_CHAIN_START" to start the process chain and this program does start the pc.
    Then I scheduled this program Z_CHAIN_START in sm37 to run after the event Z_MYEVENT.
    Now when I run the program that triggers the event it does work perfectly. PC gets started. That indicates the event is raised correctly.
    But somehow the PC does not get triggered directly when the event is raised. Any idea what could be wrong ?
    Thanks for all your replies.

  • How do I find if the Invoice was added ( add button )

    Is there a way that I can catch if the Invoice was added successfylly or not,  Given that the adding invoice is a manual user action and NOT a SDK process.
    Version: SAP 2005A
    any sugesstions/workarounds are highly appreciated.
    Thanks,
    Indika

    Hi Indika
    Are you using the UI Api?  If so you can catch an item event and see if the transaction was successful:
    !itemEvent.BeforeAction - tells us the action has already happened.
    itemEvent.FormType == 13 - only looks at Object Type 13 (Invoices)
    itemEvent.ActionSuccess - tells us the action was successful (ie the Invoice was added)
    public override void CatchItemEvent(string formUid, ref SAPbouiCOM.ItemEvent itemEvent, out bool BubbleEvent)
        if(!itemEvent.BeforeAction && itemEvent.ActionSuccess && itemEvent.FormType == 13)
            // transaction has occured successfully
    Daniel

  • How I can examine whether the hardware was successfully installed

    hallo evryone,
    one week ago, i got the testing set of NI and i have installed the software for the hardware (PXI-4110 , PXI-4065, PXI-GPIB), however if I want to use the DMM , I get an error message "NO DEVICE found"
    is there any  possibility  to examine if the hardware was successfully installed or not
    thank you in advance
    Toni

    Hi Matthew
    i used the measurement & Automation like u told me and i found the name of the 2 Cards with a strange (X) is this normal or i have to reinstall the software again !!!!
    plz take a look at the attached Pic. to understand what  i mean
    thank you
    Toni
    Attachments:
    Pic1.JPG ‏111 KB

  • My uncle sent me a factory unlocked iphone 3gs from US and sent it to me to India. but when i inserted a sim ,it said that my simcard is not combatible. is there any chance to solve this problem. the phone was bought from a apple reseller.

    it worked in US with a sprint sim card. i am very sure that it wasnt jailbroken. then how this happened. plz explain me what i should do

    A: There is no such thing as an unlocked iPhone 3Gs in the United States. ALL iPhone 3Gs's sold in the US are locked to AT&T. AT&T will NOT unlock iPhones, therefore it is not legitimately unlocked.
    B: Sprint is a CDMA network as others have mentioned. They do NOT use SIM cards. The iPhone 3Gs will NEVER work on Sprint. Ever. It's not physically possible.
    Either your Uncle misunderstood or he was mislead. Send it back and tell him to get his money back. Buy an iPhone in India from a supported carrier.

  • HT1766 how do i check if the backup was done

    How do I check to see if the back up was done correctly on itunes?

    Hello,
    Most update installs of the nature you describe download and install Flash Player directly.  Sometimes (at least 4 per year), instead of downloading and installing Flash Player directly, the user is taken to the adobe.com site to download the player.
    Maria

  • How can I know when the laptop was last used?

    I left my laptop at the office, which is also my parents' house over the weekend. How can I know if someone else had used it while I was gone? Is there a log somewhere I can read or check?

    Console.app and check your browser(s) history. 

  • How to tell which Mac the iPod was synced to?

    I recently found an old iPod classic from 2009.  The last time it was used was likely around 2013 and it works just fine.   I'd used the iPod on a few long flights and "favorited" a large number of songs that I'd like to preserve the ratings for.  I assume the best way is to resync the iPod but I can't recall which of my Macs this was synced to. 
    Is there some way to tell which Mac this iPod was synced with?
    Failing that, is there a recommended way to pull some of the metadata for songs I've rated off the iPod?
    Thanks
    MM

    Look in the serial number. It's the 4th and 5th digits. I believe week 38 and 39 are good. I have week 38 and have had no problems other than a few software glitches.

  • How to solve Error SPSite - The Web application at address could not be found

    Hello,
    I am trying to find out the internal name of a custom SharePoint list columns, for this I have used following code snippet in my
    console application but getting below error. The site I am accessing is a public SharePoint web site. This code is working
    well with my local host site and i am able to get the internal names of any list columns but don't understand why this is failing with
    public SharePoint site
    For avoiding this issue I have done following steps:
    1.Rebuild the application
    2.changed the  platform target as "Any CPU"
    3.Visual studio and this public site is working in my admin account, but still I am getting the error!
    I use visual studio 2010 and SharePoint 2010
    please note the error I am getting
    Error : The Web application at https://public.sp.a5-group.com/ could not be found. Verify that you have typed the URL correctly.
    If the URL should be serving existing content, the system administrator may need to add a new request URL mapping to the intended application
    Code Snippet
    static void Main(string[] args)
    using (SPSite Site = new SPSite("https://public.sp.a5-group.com/"))
    using (SPWeb web = Site.RootWeb)
    SPList splst = web.Lists["ListCard"];
    foreach (var field in splst.Fields)
    bool isHidden = splst.Fields[field.ToString()].Hidden;
    if (!isHidden)
    string internalName = splst.Fields[field.ToString()].InternalName; //This will give you the internal column name.
    Console.WriteLine(internalName);
    Console.ReadLine();

    I thin you need to have sharepoint installed on same computer and URL should be working on this computer.
    If this URL WEB APP is in your IISsite try to create disableloopbackcheck registry which should be help
    When you use the fully qualified domain name (FQDN) or a custom host header to browse a local Web site that is hosted on a computer that is running Microsoft Internet Information Services (IIS) 5.1 or a later version, you may receive an error
    message 
    http://support.microsoft.com/kb/896861

  • JMS message compression: How do you verify that the message was compressed

    Is there any way to verify that a JMS message which exceeds the "Default Compression Threshold" setting for the connection factory has actually been compressed. Does WL add any JMS property or header to the message to indicate that it has been compressed?
    Thanks
    Aspi Engineer

    To my knowledge, please correct me if i am wrong, there not a property that indicates a message is compressed.
    But i do know that compression only occurs when message producers and consumers are located on separate server instances where messages must cross a JVM boundary, typically across a network connection when WebLogic domains reside on different machines.

  • How to solve "connection to the server has failed"

    Keep getting the following message - connection to the server has failed. So now unable to send or recieve E Mails

    in Settings > Mail, Contacts, Calendars > Accounts check that the settings for the problem account are correct according to what your email provider requires.
    In you still have problems try deleting the account and reinstalling it.
    Also check, of course, to make sure that your e-mail provider has not been having technical problems.

  • How to change row background when the value was changed?

    hello expers!!
    i need your help...plz help me.
    i want my table row(specific) background changes when the user changed the value in a cell. I am able to know that a value in a cell was changed but the problem is i dont know how to change row color background. I've researched over the internet on how to solve this problem but nothing was found.
    please see the link to help you visualize what i mean. tnx!
    [http://www.flickr.com/photos/28686474@N04/2708299927/]
    tnx in advance!! code snippet will be a great help...
    Edited by: kagaw3000 on Jul 27, 2008 8:22 PM

    final JTable table = new JTable(data, columnNames) {
    int lastRowChanged = -1;
    @Override
    public void tableChanged(TableModelEvent e) {
         super.tableChanged(e);
         lastRowChanged = e.getFirstRow();
         repaint();         
    @Override
    public Component prepareRenderer(TableCellRenderer renderer,
                   int rowIndex, int vColIndex) {
    Component c = super.prepareRenderer(renderer, rowIndex, vColIndex);
         if (rowIndex == lastRowChanged) {
              c.setBackground(Color.RED);
         } else { 
              c.setBackground(getBackground());
         return c;        
    ...........this code will changed background color when data was changed BUT if i changed another data in another row the previous backgound color(RED) will be erase. To make it more clearer, it will only change background color of a row only to one row NOT to multiple rows(that is being edited).

  • I'm trying to connect my 30" Cinema Display to my new Mac Pro along with a new Apple 23'" monitor.  The new Apple monitor is fine.  On the cinema monitor everything is blown up pretty large.  Any ideas on how to solve this?

    I'm trying to connect my 30" Cinema Display to my new Mac Pro along with a new Apple 23'" monitor.  The new Apple monitor is fine.  On the cinema monitor everything is blown up pretty large.  Any ideas on how to solve this?

    The 30" display needs a DUAL-LINK adapter.
    <http://store.apple.com/us/product/MB571Z/A/mini-displayport-to-dual-link-dvi-ada pter>

Maybe you are looking for