Watching bug's description

HI,
I found my problem is similar with bug number 4956604. Since I don't have account in SunSolve thus I can't read bug's description.
Could anybody post the description of this bug or the related one (bug number 4802179). I just want to see if this bug is the same with my problem. (using /usr/sbin/ping caused memory leak)
Thanks

Hi,
You cannot search bug number. It doesn't work! If you search with "/usr/sbin/ping" + "memory leak" under support then you will see
Here is the link:
http://onesearch.sun.com/search/onesearch/index.jsp?charset=UTF-8&qt=%2Fusr%2Fsbin%2Fping+memory+leak&rf=0&subCat=siteforumid%3Asw24%2Csiteforumid%3Asw114%2Csiteforumid%3Asw129%2Csiteforumid%3Asw130%2Csiteforumid%3Asw82%2Csiteforumid%3Asw132%2Csiteforumid%3Asw133%2Csiteforumid%3Asw119%2Csiteforumid%3Asw115%2Csiteforumid%3Asw76%2Csiteforumid%3Asw17%2Csiteforumid%3Asw83%2Csiteforumid%3Asw12&rt=1&site=dev&nh=10&cs=0&dftab=siteforumid%3Asw24%2Csiteforumid%3Asw114%2Csiteforumid%3Asw129%2Csiteforumid%3Asw130%2Cs&col=support-all

Similar Messages

  • Bug: incorrect description of 2 "button position" options (region buttons)

    Hi,
    I don't know whether this qualifies as a bug, but I found two descriptions that aren't correct in the "+button position+" option for region buttons.
    According to me, the description of the following two options should be changed from
    - Left of Page Title
    - Right of Page Title
    to
    - Left of Region Title
    - Right of Region Title
    Hopefully this is the correct way of reporting a bug for Oracle Apex?
    Kind regards,
    Tim

    RobaloBill wrote:
    > Just fabulous, really.....How? Adobe tells me that it
    can be done.....just not
    > how.
    Click on the button to select it, and then change the text on
    the 'TEXT'
    line in the Property inspector.
    > I import a 3 position button from the library. I use the
    9 slice tool to set
    > the button size, enter the text in the properties box.
    Tried to change the
    > font, style or even use the fonts in the styles
    tab....no luck.
    Double click on the button to open the button editor window.
    Change the
    font properties in the Properties inspector. Return to page
    1.
    Linda Rathgeber - Adobe Community Expert
    http://www.adobe.com/communities/experts/members/8.html

  • How to find bug fix descriptions related to CPU patch

    Oracle 11.2.0.2
    I am getting ready to apply CPU Oct. 2011 patch (12828071) for AIX 32-bit. I went on Metalink and found bug fixes were in this patch: The issue I am having is where can I find out the description for these bugs and what they correct.
    Any ideas??
    11830776 - DB-11.2.0.2-MOLECULE-001-CPUAPR2011
    11830777 - DB-11.2.0.2-MOLECULE-002-CPUAPR2011
    11830778 - DB-11.2.0.2-MOLECULE-003-CPUAPR2011
    12586486 - DB-11.2.0.2-MOLECULE-004-CPUJUL2011
    12586487 - DB-11.2.0.2-MOLECULE-005-CPUJUL2011
    12586488 - DB-11.2.0.2-MOLECULE-006-CPUJUL2011
    12586489 - DB-11.2.0.2-MOLECULE-007-CPUJUL2011
    12586490 - DB-11.2.0.2-MOLECULE-008-CPUJUL2011
    12586491 - DB-11.2.0.2-MOLECULE-009-CPUJUL2011
    12586492 - DB-11.2.0.2-MOLECULE-010-CPUJUL2011
    12586493 - DB-11.2.0.2-MOLECULE-011-CPUJUL2011
    12586494 - DB-11.2.0.2-MOLECULE-012-CPUJUL2011
    12586495 - DB-11.2.0.2-MOLECULE-013-CPUJUL2011
    12586496 - DB-11.2.0.2-MOLECULE-014-CPUJUL2011
    12846268 - DB-11.2.0.2-MOLECULE-015-CPUOCT2011
    12846269 - DB-11.2.0.2-MOLECULE-016-CPUOCT2011

    You can search for the bugs mentioned in My Oracle Support by bug number.
    Also a description uses to be included in the readme coming with the patch.
    As the readme contains instructions on how to install the patch, you need to read it anyway.
    Sybrand Bakker
    Senior Oracle DBA

  • Program similar to 'watch' available in repositories?

    On other linux distros, a program I often use to monitor lsof in "real time" is 'watch'. Sadly, it appears that this app is not available in the Arch repos. Does anyone know of a similar app that performs the same function?
    Here's the man page from 'watch' from an ubuntu box:
    WATCH(1) User Commands WATCH(1)
    NAME
    watch - execute a program periodically, showing output fullscreen
    SYNOPSIS
    watch [options] command
    DESCRIPTION
    watch runs command repeatedly, displaying its output and errors (the first screenfull). This allows you to watch the program output
    change over time. By default, the program is run every 2 seconds. By default, watch will run until interrupted.
    OPTIONS
    -d, --differences [permanent]
    Highlight the differences between successive updates. Option will read optional argument that changes highlight to be perma‐
    nent, allowing to see what has changed at least once since first iteration.
    -n, --interval seconds
    Specify update interval. The command will not allow quicker than 0.1 second interval, in which the smaller values are con‐
    verted.
    -p, --precise
    Make watch attempt to run command every interval seconds. Try it with ntptime and notice how the fractional seconds stays
    (nearly) the same, as opposed to normal mode where they continuously increase.
    -t, --no-title
    Turn off the header showing the interval, command, and current time at the top of the display, as well as the following blank
    line.
    -b, --beep
    Beep if command has a non-zero exit.
    -e, --errexit
    Freeze updates on command error, and exit after a key press.
    -g, --chgexit
    Exit when the output of command changes.
    -c, --color
    Interpret ANSI color sequences.
    -x, --exec
    command is given to sh -c which means that you may need to use extra quoting to get the desired effect. This with the --exec
    option, which passes the command to exec(2) instead.
    -h, --help
    Display help text and exit.
    -v, --version
    Display version information and exit.
    NOTE
    Note that POSIX option processing is used (i.e., option processing stops at the first non-option argument). This means that flags
    after command don't get interpreted by watch itself.
    EXAMPLES
    To watch for mail, you might do
    watch -n 60 from
    To watch the contents of a directory change, you could use
    watch -d ls -l
    If you're only interested in files owned by user joe, you might use
    watch -d 'ls -l | fgrep joe'
    To see the effects of quoting, try these out
    watch echo $$
    watch echo '$$'
    watch echo "'"'$$'"'"
    To see the effect of precision time keeping, try adding -p to
    watch -n 10 sleep 1
    You can watch for your administrator to install the latest kernel with
    watch uname -r
    (Note that -p isn't guaranteed to work across reboots, especially in the face of ntpdate or other bootup time-changing mechanisms)
    BUGS
    Upon terminal resize, the screen will not be correctly repainted until the next scheduled update. All --differences highlighting is
    lost on that update as well.
    Non-printing characters are stripped from program output. Use "cat -v" as part of the command pipeline if you want to see them.
    Combining Characters that are supposed to display on the character at the last column on the screen may display one column early, or
    they may not display at all.
    Combining Characters never count as different in --differences mode. Only the base character counts.
    Blank lines directly after a line which ends in the last column do not display.
    --precise mode doesn't yet have advanced temporal distortion technology to compensate for a command that takes more than interval sec‐
    onds to execute. watch also can get into a state where it rapid-fires as many executions of command as it can to catch up from a pre‐
    vious executions running longer than interval (for example, netstat taking ages on a DNS lookup).
    EXIT STATUS
    0 Success.
    1 Various failures.
    2 Forking the process to watch failed.
    3 Replacing child process stdout with write side pipe failed.
    4 Command execution failed.
    5 Closign child process write pipe failed.
    7 IPC pipe creation failed.
    8 Getting child process return value with waitpid(2) failed, or command exited up on error.
    other The watch will propagate command exit status as child exit status.
    AUTHORS
    The original watch was written by Tony Rems ⟨[email protected]⟩ in 1991, with mods and corrections by Francois Pinard. It was
    reworked and new features added by Mike Coleman ⟨[email protected]⟩ in 1999. The beep, exec, and error handling features were added by Morty
    Abzug ⟨[email protected]⟩ in 2008. On a not so dark and stormy morning in March of 2003, Anthony DeRobertis ⟨[email protected]⟩ got
    sick of his watches that should update every minute eventually updating many seconds after the minute started, and added microsecond
    precision. Unicode support was added in 2009 by Jarrod Lowe ⟨[email protected]
    procps-ng June 2011 WATCH(1)

    bzpnbx wrote: I was interested to know if it was just from know-how or some info was presented from that output that also indicated that. I just wanted to make sure that that's how he knew to check /usr/bin and not that I just assume that.
    All user-installed binaries on GNU/Linux systems are placed in the /usr/bin directory. Yes, this is common knowledge, hence Trilby basically asking "Where else would they be?"
    parchd wrote:Isn't procps-ng in base anyway, and therefore almost certainly installed already?
    It is in the base group, but it doesn't appear to be a dependency of any other base package. So if you installed your system using 'pacstrap -i' to manually select base packages and didn't explicitly select procps-ng, it wouldn't have been installed.

  • I am unable to get the Apple Watch to create a passcode

    Could this be due to security settings on my phone from Airwatch?
    If I enter a four digit passcode, it asks me to enter a six digit passcode, when I enter a six digit nothing happens when I press OK, it just goes back to wanting a number in an endless loop.

    I had the same problem. I realized that I had a Device Policy on my iPhone that required a 6 character password that contained at least one non-number. Since the Apple Watch can only support numeric passcodes, it was impossible to create a compliant passcode. Unfortunately, there's no error message from the Watch -- it just silently fails. This appears to be a Watch bug.
    The work-around is to remove the Device Policy from your iPhone (you can test whether it's gone by trying to change your iPhone's passcode to a "Simple" 4-digit number), then set up the Passcode on your watch. After it's set up, you can re-install the Device Policy on your iPhone (by whatever means you originally installed it), and continue using the passcode on your Watch. However, you'll be unable to change or turn off the passcode on your Watch.

  • Cursor_sharing改成force,会引起什么bug吗?

    公司的数据库内有一套老的应用,跑了好多年了,但没有绑定变量,导致SQLAREA占用大量资源
    我想将cursor_sharing改成force,会不会引起bug
    我在此之前将此参数similar ,应用会报错
    数据库版 10.2.0.4 64bit
    SELECT substr(sql_text, 1, 40) "SQL", count(*), sum(executions) "TotExecs"
    FROM v$sqlarea
    WHERE executions < 5
    GROUP BY substr(sql_text, 1, 40) HAVING count(*) > 30 ORDER BY 2 desc;
    结果为
    1     SELECT …………     22625     23047
    2     insert …………     21437     21437
    3     insert …………     21429     21429
    4     select …………     19464     22630
    5     delete …………     18655     18655
    6     INSERT …………     18078     20520
    7     SELECT …………     13218     15798
    8     INSERT …………     9060     9060
    9     INSERT …………     9060     9060
    10     select ………… 7870     8451
    11     insert …………     7837     8350
    12     select …………     7790     7790
    13     select …………     7789     7789
    14     insert …………     7768     7937
    15     SELECT …………     7716     9052
    16     insert …………     6636     6643
    17     SELECT …………     6392     6392
    18     UPDATE …………     6077     6439
    19     SELECT …………     6027     6389
    20     update …………     4414     4414
    21     INSERT …………     4018     4016

    1. 不推荐在任何版本上继续使用 CURSOR_SHARING=SIMILAR
    2. cursor_sharing=force 在某些特性条件下会触发bug, 主要是在低版本(9iR2,10gR2早期),具体是否触发bug取决于SQL的写法。
    建议你直接参考以下 10.2.0.4上cursor_sharing的 bug list:
    NB     Bug     Fixed     Description
    12862170     12.1.0.0     INSERT ALL fails with ORA-600[kkslhsh1] with CURSOR_SHARING enabled / High Version Count on HASH_MATCH_FAILED
    12374212     11.2.0.3, 12.1.0.0     Assorted dump , internal errors, memory corruptions with cursor_sharing = force
    12334286     11.2.0.3, 12.1.0.0     High version counts with CURSOR_SHARING=FORCE (BIND_MISMATCH and INCOMP_LTRL_MISMATCH)
    11063191     11.2.0.2.7, 11.2.0.2.BP17, 11.2.0.3.2, 11.2.0.3.BP04, 12.1.0.0     ORA-4031 with hint /*+ CURSOR_SHARING_EXACT */ - excessive "KKSSP^nn" memory
    10013170     11.2.0.3, 12.1.0.0     ORA-600 [736] from literal replacement with a "WAIT n" clause
    9877964     11.2.0.3, 12.1.0.0     ORA-600 [19003] raised by LIKE :BIND in query
    9680430     11.2.0.3, 12.1.0.0     High version count with CURSOR_SHARING = FORCE due to CBO transformation
    9411496     11.2.0.2, 12.1.0.0     ORA-979 on GROUP BY query with CURSOR_SHARING set
    9362218     11.2.0.2, 12.1.0.0     Literals replaced by binds when CURSOR_SHARING=EXACT
    9348402     12.1.0.0     OERI [kks-hash-collision] can occur with CURSOR_SHARING=FORCE|SIMILAR
    9223586     11.2.0.2, 12.1.0.0     Problems with variable length NCHAR literals with cursor sharing
    9031183     11.2.0.2, 12.1.0.0     ORA-1722 with CURSOR_SHARING=SIMILAR and with NCHAR
    8246445     11.2.0.2, 12.1.0.0     Query rewrite not working for multi-MV rewrite with literal replacement
    5751866     11.2.0.2     Wrong Results with CASE and CURSOR_SHARING
    9767674     10.2.0.5.5     Dump [kkslmtl] using CURSOR_SHARING - superceded
    8794693     11.2.0.2     Dump [kkscsmtl] using literal replacement (CURSOR_SHARING)
    8453245     11.2.0.1     Many child cursors with CURSOR_SHARING = FORCE
    8264642     11.2.0.1     ORA-600 [kkexbindopn0] with CURSOR_SHARING = SIMILAR
    7516867     10.2.0.5, 11.1.0.7.1, 11.2.0.1     Intermittent Wrong results from literal replacement with fix for bug 6163785
    7272297     10.2.0.4.1, 10.2.0.5, 11.1.0.7, 11.2.0.1     Memory corruption / OERI[17114] / OERI[17125] with literal replacement
    6337716     10.2.0.5, 11.1.0.7, 11.2.0.1     Wrong max column size for NULL strings with literal replacement
    4071519     10.2.0.5, 11.1.0.7, 11.2.0.1     GROUP BY query with CURSOR_SHARING fails with ORA-1802
    3461251     11.1.0.7, 11.2.0.1     V$SQL_SHARED_CURSOR shows all N with CURSOR_SHARING
    7296258     10.2.0.5, 11.1.0.7.1     Intermittent Wrong results from literal replacement and remote objects
    6163785     10.2.0.5, 11.1.0.7     Intermittent Wrong Results with dblink and cursor_sharing
    8202234          Intermittent Wrong Results with dblink and cursor_sharing
    4867724     10.2.0.5, 11.1.0.6     Literal replacement limits column names to 30 characters

  • Sharepoint REST API - Bug in Sharepoint

    Hello,
    I found bug in sharepoint, where I can submit this bug or get answer from Microsoft about bug?
    Description:
    Open web appilication properties (Authentication Providers -> Default -> Anonymous Access -> check check box Enable anonymous access)
    Create any new site collection(http://myWebpplication/sites/NewSiteCollection) in this web application (don't change any settings in new site collection)
    Open fiddler and try to create following Get request without any additional headers.
    http://myWebpplication/sites/NewSiteCollection/_api/Web
    Now you get following error:

    Unfortunately, this needs to be reported through Product Support (PSS)... there is no guarantee that it'll get addressed, or when that might happen.
    Scott Brickey
    MCTS, MCPD, MCITP
    www.sbrickey.com
    Strategic Data Systems - for all your SharePoint needs

  • Fp11 text bug | mask bug

    1.  FP11 and fp10.3.183.5  text bug:
    2. fp11 fla have one mask will lead to dynamic text can not be show.

    I've worked out how to fix it, I posted 2 bug reports by accident:
    https://bugbase.adobe.com/index.cfm?event=bug&id=2951270
    https://bugbase.adobe.com/index.cfm?event=bug&id=2951267
    Title
    How to fix the vertical text bug.
    Description
    Problem Description:
    Many of my textfields display vertically. In other words, 1 char per line.
    Steps to Reproduce:
    Possibly by using Flash CS3 to create textfields.
    I think the bug began in the lastest FlashPlayer update.
    Actual Result:
    Text displays 1 char per line with many textfields
    Expected Result:
    It should display properly
    Any Workarounds:
    The cause for this is a hidden property in textfields called "left"
    Please see the attached file DomDocument.xml.
    If you look at the first 3 textboxes in the xml, they have very large x values and very large "left" values to counteract the x value.
    If you remove the "left" property then it will work properly, as shown in the 4th textfield
    Download DomDocument XML: https://bugbase.adobe.com/index.cfm?event=file.view&id=2951267&seqNum=1&name=DOMDocument%2 Exml

  • VOD: The Bleeding TMC vs. The Bleeding House SHOW descriptions incorrect on TMC VOD Listing

    Just watched The Bleeding - description is for The Bleeding House which does not match The Bleeding plot.  This isn't the first time the descriptions are incorrect.  Is this a Verizon issue or the actual channel's responsibility?

  • Windows 8.1 Freezes

    My system
    CPU: Intel i7 4770K
    Graphicscard: GeForce 770GTX
    Motherboard: MSI Z87-GD65
    RAM: 16GB 1600-999 RipjawsX K4 GSK 
    PSU: Aerocool Strike-X CM 800W ATX
    My problem: Random freezes, especially when gaming or watching streams on Twitch.tv.
    I have checked my temps and nothing is out of the ordinary.
    The only time i get bluescreens is when i turn on verifier ( driver checker)
    They are all with ntoskrnl.exe errors like this:
    On Mon 20-4-2015 17:24:58 GMT your computer crashed
    crash dump file: C:\WINDOWS\Minidump\042015-8312-01.dmp
    This was probably caused by the following module:
    ntoskrnl.exe (nt+0x1509A0)
    Bugcheck code: 0xA (0x4, 0x2, 0x0, 0xFFFFF800404A60AB)
    Error: IRQL_NOT_LESS_OR_EQUAL
    file path: C:\WINDOWS\system32\ntoskrnl.exe
    product: Microsoft® Windows® Operating System
    company: Microsoft Corporation
    description: NT Kernel & System
    Bug check description: This indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at DISPATCH_LEVEL or above.
    This appears to be a typical software driver bug and is not likely to be caused by a hardware problem.
    The crash took place in the Windows kernel. Possibly this problem is caused by another driver that cannot be identified at this time. 
    This is my eventviewer at the time of crashes without verifier on:
    1. 15:20:44 The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.
    2. 15:20:48 The previous system shutdown at 15:18:50 on ‎12-‎4-‎2015 was unexpected.
    Log Name:      System
    Source:        Microsoft-Windows-Kernel-Power
    Date:          12-4-2015 15:20:44
    Event ID:      41
    Task Category: (63)
    Level:         Critical
    Keywords:      (2)
    User:          SYSTEM
    Computer:      FRANKEYEYYE
    Description:
    The system has rebooted without cleanly shutting down first. This error could be caused if the system stopped responding, crashed, or lost power unexpectedly.
    Event Xml:
    <Event xmlns="http//schemas.microsoft
    com/win/2004/08/events/event">
      <System>
        <Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" />
        <EventID>41</EventID>
        <Version>3</Version>
        <Level>1</Level>
        <Task>63</Task>
        <Opcode>0</Opcode>
        <Keywords>0x8000000000000002</Keywords>
        <TimeCreated SystemTime="2015-04-12T13:20:44.442372700Z" />
        <EventRecordID>4785</EventRecordID>
        <Correlation />
        <Execution ProcessID="4" ThreadID="8" />
        <Channel>System</Channel>
        <Computer>FRANKEYEYYE</Computer>
        <Security UserID="S-1-5-18" />
      </System>
      <EventData>
        <Data Name="BugcheckCode">0</Data>
        <Data Name="BugcheckParameter1">0x0</Data>
        <Data Name="BugcheckParameter2">0x0</Data>
        <Data Name="BugcheckParameter3">0x0</Data>
        <Data Name="BugcheckParameter4">0x0</Data>
        <Data Name="SleepInProgress">0</Data>
        <Data Name="PowerButtonTimestamp">0</Data>
        <Data Name="BootAppStatus">0</Data>
      </EventData>
    </Event>
    Log Name:      System
    Source:        EventLog
    Date:          12-4-2015 15:20:48
    Event ID:      6008
    Task Category: None
    Level:         Error
    Keywords:      Classic
    User:          N/A
    Computer:      FRANKEYEYYE
    Description:
    The previous system shutdown at 15:18:50 on ‎12-‎4-‎2015 was unexpected.
    Event Xml:
    <Event xmlns="http//schemasmicrosoftcom/win/2004/08/events/event">
      <System>
        <Provider Name="EventLog" />
        <EventID Qualifiers="32768">6008</EventID>
        <Level>2</Level>
        <Task>0</Task>
        <Keywords>0x80000000000000</Keywords>
        <TimeCreated SystemTime="2015-04-12T13:20:48.000000000Z" />
        <EventRecordID>4775</EventRecordID>
        <Channel>System</Channel>
        <Computer>FRANKEYEYYE</Computer>
        <Security />
      </System>
      <EventData>
        <Data>15:18:50</Data>
        <Data>‎12-‎4-‎2015</Data>
        <Data>
        </Data>
        <Data>
        </Data>
        <Data>15786</Data>
        <Data>
        </Data>
        <Data>
        </Data>
        <Binary>DF07040000000C000F00120032006902DF07040 000000C000D001200320069023C0000003C0000 000000000000000000000000000000000001000 00000000000</Binary>
      </EventData>
    </Event>
    What i have tried: memtest86, chkdsk, i bought a new motherboard, new memory and new power supply all to no avail.
    Any help would be appreciated!

    Hi Frank,
    You mentioned that you had already tried memtest86 which would've ruled out the memory for you. However, you've also mentioned that you went out and bought a new motherboard, new memory, and a new power supply.
    Please take special note to the following lines:
    This appears to be a typical software driver bug and is not likely to be caused by a hardware problem.
    The crash took place in the Windows kernel. Possibly this problem is caused by another driver that cannot be identified at this time.
    The problems you are experiencing are probably not hardware related at all, but could well be driver-related. Could you please supply the actual dump files so we can have a look?
    Best regards,
    Please remember to mark the replies as helpful if they help, or as answers if they answer your question. Please also unmark the answers if they provide no help.
    Zach Roberts
    Independent Microsoft Community Support Advisor
    Disclaimer: I don't work for Microsoft. Any advice given is my own and does not represent Microsoft.
    Follow me on Twitter:
    @WindowsZach

  • Yoga 2 Pro: Freezing, BSODs, and restarting

    I got my Yoga 2 Pro in March, and I've loved it. About a month or a month and a half ago(maybe), it started having random glitches.
    At first, I'd notice it when using the Netflix app. When waking the computer up from sleep when Netflix was open, it would just bluescreen and come back up and act normal. Then, it happened occasionally during shows I watched.
    Then, I started having it happen more often, almost never with the same bluescreen error message. I would be browsing the web with the only program open being Firefox, and suddenly Firefox would close, saying it had something go wrong. Shortly after, I would get a BSOD.  I can't do anything to recreate or predict when something like this will happen next.
    I recently updated BIOS, thinking that it could help.  I went about a week with no problems.  Out of nowhere, today, I got a BSOD when I was trying to log in after starting it up. Later, I had it restart suddenly, with no warning or bluescreen whatsoever.  Then, I had the screen freeze completely.  I couldn't use the mouse, keyboard or touchscreen. I tried ctrl+alt+delete and Ctrl+shift+esc. I did a hard restart, and it's been fine since. I have googled, looked at discussion boards, and gone through with the Lenovo Solutions Center thing to try to identify a problem.  It can't find anything, but I know there is a problem or it wouldn't bluescreen.
    Please help! I may just need a new unit. :/

    Crash Dump Analysis
    Crash dump directory: C:\windows\Minidump
    Crash dumps are enabled on your computer.
    On Tue 9/9/2014 6:46:30 AM GMT your computer crashed
    crash dump file: C:\windows\Minidump\090914-4546-01.dmp
    This was probably caused by the following module: ntoskrnl.exe (nt+0x14DCA0)
    Bugcheck code: 0x139 (0x3, 0xFFFFD000377F83E0, 0xFFFFD000377F8338, 0x0)
    Error: KERNEL_SECURITY_CHECK_FAILURE
    file path: C:\windows\system32\ntoskrnl.exe
    product: Microsoft® Windows® Operating System
    company: Microsoft Corporation
    description: NT Kernel & System
    Bug check description: The kernel has detected the corruption of a critical data structure.
    The crash took place in the Windows kernel. Possibly this problem is caused by another driver that cannot be identified at this time.
    On Tue 9/9/2014 6:46:30 AM GMT your computer crashed
    crash dump file: C:\windows\memory.dmp
    This was probably caused by the following module: ntkrnlmp.exe (nt!KeBugCheckEx+0x0)
    Bugcheck code: 0x139 (0x3, 0xFFFFD000377F83E0, 0xFFFFD000377F8338, 0x0)
    Error: KERNEL_SECURITY_CHECK_FAILURE
    Bug check description: The kernel has detected the corruption of a critical data structure.
    The crash took place in the Windows kernel. Possibly this problem is caused by another driver that cannot be identified at this time.
    On Thu 9/4/2014 4:28:13 AM GMT your computer crashed
    crash dump file: C:\windows\Minidump\090314-6671-01.dmp
    This was probably caused by the following module: ntoskrnl.exe (nt+0x14DCA0)
    Bugcheck code: 0xA (0xFFFFF68000027800, 0x0, 0x0, 0xFFFFF802CA45B943)
    Error: IRQL_NOT_LESS_OR_EQUAL
    file path: C:\windows\system32\ntoskrnl.exe
    product: Microsoft® Windows® Operating System
    company: Microsoft Corporation
    description: NT Kernel & System
    Bug check description: This indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at DISPATCH_LEVEL or above.
    This appears to be a typical software driver bug and is not likely to be caused by a hardware problem.
    The crash took place in the Windows kernel. Possibly this problem is caused by another driver that cannot be identified at this time.
    Conclusion
    3 crash dumps have been found and analyzed. No offending third party drivers have been found. Connsider using WhoCrashed Professional which offers more detailed analysis using symbol resolution. Also configuring your system to produce a full memory dump may help you.

  • Error in emagent.trc

    Hi
    got error in emagent.trc
    2010-03-05 15:27:38,062 Thread-1900551 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://192.168.21.243:1159/em/upload: retStatus=-1
    2010-03-05 15:27:38,104 Thread-1900551 ERROR ssl: 9: Common Name = "localhost" Does not Match Hostname = "192.168.21.243"
    2010-03-05 15:27:38,104 Thread-1900551 ERROR http: 9: Unable to initialize ssl connection with server, aborting connection attempt
    2010-03-05 15:27:38,104 Thread-1900551 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://192.168.21.243:1159/em/upload: retStatus=-1
    2010-03-05 15:28:08,324 Thread-1966087 ERROR ssl: 9: Common Name = "localhost" Does not Match Hostname = "192.168.21.243"
    2010-03-05 15:28:08,341 Thread-1966087 ERROR http: 9: Unable to initialize ssl connection with server, aborting connection attempt
    2010-03-05 15:28:08,342 Thread-1966087 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://192.168.21.243:1159/em/upload: retStatus=-1
    2010-03-05 15:28:08,391 Thread-1966087 ERROR ssl: 9: Common Name = "localhost" Does not Match Hostname = "192.168.21.243"
    2010-03-05 15:28:08,391 Thread-1966087 ERROR http: 9: Unable to initialize ssl connection with server, aborting connection attempt
    2010-03-05 15:28:08,391 Thread-1966087 ERROR pingManager: nmepm_pingReposURL: Cannot connect to https://192.168.21.243:1159/em/upload: retStatus=-1
    I have installed OMS Grid on one server (192.168.21.243) and agent is installed on other server(192.168.21.244)
    entry in /etc/hosts of 21.244 server
    192.168.21.244 isgmmlds244.insolutionsglobal.local localhost
    192.168.21.243 isgmmlds243.insolutionsglobal.local isgmmlds243
    entry in emd.properties
    # perl executable directory
    perlBin=/u01/app/oracle/product/agent10g/perl/bin
    # script directory
    scriptsDir=/u01/app/oracle/product/agent10g/sysman/admin/scripts
    # emd Root directory(read-only location). Metrics should not create files
    # under this directory
    emdRoot=/u01/app/oracle/product/agent10g
    # agent Root directory(writeable).
    # Use this property to base any temporary file creation.
    agentStateDir=/u01/app/oracle/product/agent10g
    # Chronos root directory
    chronosRoot=/u01/app/oracle/product/agent10g/sysman/emd/chronos
    # OMS Upload URL
    # if there is no receiving OMS or if you wish to disable the UploadManager
    # please set this value to empty or comment out below line
    REPOSITORY_URL=https://192.168.21.243:1159/em/upload
    # Proxy settings used for fetchlets. not applicable for uploader.
    #proxyHost=www-proxy.us.oracle.com
    #proxyPort=80
    #dontProxyFor=.us.oracle.com
    # If it is necessary to go through an http proxy server to get to the
    # repository, uncomment the following two lines
    #REPOSITORY_PROXYHOST=
    #REPOSITORY_PROXYPORT=
    #REPOSITORY_PROXYREALM=%EM_REPOS_PROXYREALM%
    #REPOSITORY_PROXYUSER=%EM_REPOS_PROXYUSER%
    #REPOSITORY_PROXYPWD=%EM_REPOS_PROXYPWD%
    # This string is used by the agent to connect to remote targets
    # ***IMPORTANT*** Do not change the contents of this setting. Only the
    # install should modify this value.
    agentSeed=267923712
    # This string is used by the agent to determine which algorithm to use for encrypted data
    # The string value will be same as the release version
    agentVersion=10.2.0.0.0
    # How long, in minutes, collector will wait until next load.
    UploadInterval=15
    # If an upload fails, we want to backoff by UploadFailBackoff
    # percentage more each time for each successive upload failure
    # e.g. if we start the retry at 1 minute. If we fail in our next
    # upload attempt, we try again 1minute 12 seconds later etc.
    UploadFailBackoffPct= 20
    # Maximum amount of time, in seconds, upload will wait for response from
    # repository before timing out.
    # 0 means infinite.
    UploadTimeout=1800
    # Timeout for upload a file, HealthMonitor will abort the EMD process if
    # UploadManager does not finish uploading one file within this time
    # Unit is minite, the default value is 1 hour ( 15 Min)
    #UploadMaxTime=30
    # How big the file the collector will upload (in KB)
    # the actual file size could be slightly bigger.
    # This is only a guidance.
    UploadFileSize=2048
    # The maximum number of megabytes(MB) the upload manager will support in the
    # upload directory before temporarily disabling collections, logging and tracing
    UploadMaxBytesXML=50
    # The maximum number of files the upload manager will support in the
    # upload directory before temporarily disabling collections, logging and tracing
    UploadMaxNumberXML=5000
    # The maximum amount (%) of disk space that can be used on the EMD filesystem
    # before the following is disabled:
    # - Collection of data (upload manager)
    # - Logging and tracing
    UploadMaxDiskUsedPct=98
    # The amount (%) of disk space that can be used on the EMD filesystem
    # before the following is re-enabled after being disabled previously:
    # - Collection of data (upload manager)
    # - Logging and tracing
    UploadMaxDiskUsedPctFloor=95
    # How long, in minutes, upload manager waits until it schedules recount
    # of the XML files in upload directory (defaults to 60 mins)
    UploadFileRecountInterval=60
    # Time out for the Agent to think that the access to the database could be
    # hung. The Agent would not allow more threads to go and hang with a database
    # if any one access to the database does not return within DbHangTimeout
    # seconds.
    # The more the timeout more the possibility of allowing more threads
    # to be hung in the EMD with a bad database.it is specified in seconds.
    #DbHangTimeout=200
    # The script to run if disk space usage exceeds parameters or if certain other
    # error conditions occur.
    #emdFailureScript=emdfail.command
    # The location of the file that contains the root certificate.
    emdRootCertLoc=/u01/app/oracle/product/agent10g/sysman/config/b64LocalCertificate.txt
    internetCertLoc=/u01/app/oracle/product/agent10g/sysman/config/b64InternetCertificate.txt
    # The download URL for the EMD Oracle Wallet and its local file location.
    # Note: Ensure that this URL references a valid port number at which the
    # console is available on http
    emdWalletSrcUrl=http://isgmmlds243.insolutionsglobal.local:4889/em/wallets/emd
    emdWalletDest=/u01/app/oracle/product/agent10g/sysman/config/server
    # The email address for out-of-band notifications
    emd_email_address=_NOT_AVAILABLE_
    emd_email_gateway=_NOT_AVAILABLE_
    # The return email address for out-of-band notifications
    emd_from_email_address=_NOT_AVAILABLE_
    # EMD main servlet URL
    EMD_URL=https://isgmmlds244.insolutionsglobal.local:1831/emd/main/
    # Whether the EMD should listen on all NICs on the current host (the default)
    # or just the NIC associated with the hostname in EMD_URL
    AgentListenOnAllNICs=FALSE
    # This parameter indicates the thread model to use. uncomment one of the
    # following ThreadPoolModel line to indicate the model, agent need to use.
    # SMALL if number of targets is less than 11.
    # MEDIUM if number of targets is from 11 to 50.
    # LARGE if number of targets is greater than 50.
    # This parameter can be overriden by 'MaxThreads' which indicates the maximum
    # number of threads that CEMD can have running at any point of time. User can
    # mostly use the other parameter ThreadPoolModel to indicate what model for the
    # agent to use.
    # ThreadPoolModel = SMALL
    # ThreadPoolModel = MEDIUM
    # ThreadPoolModel = LARGE
    # This parameter indicates the stack size, threads have to be created with.
    # we can set it to 0 to use the OS default value.
    # In some version of solaris(such as 2.9 ) specify a stack size may cause Java Hotspot warning
    # when JVM is used.
    NormalThreadStackSize=0
    #Signals that users want to ignore.
    #It can be one or combination of SIGTERM, SIGINT
    # The signals can listed with ',' as delimiter.
    #IgnoreSignals=
    # This property is NO LONGER USED for host config collection (instead, hostConfigClasspath is used).
    # If noone else uses it, it can be removed.
    ouiLoc=/u01/app/oracle/product/agent10g/oui
    # Classpath for host config collection
    # VERY IMPORTANT NOTE: If you change the host config classpath entries in this section, you HAVE
    # to change the HOST_CONFIG_TEST_CLASSPATH entry in the utl/emdwqaenv file too.
    # NOTE: if the location of log4j-core.jar is changed
    # make sure that appropriate changes are also made
    # to the CLASSPATH variable in this file if necessary
    # PORTING NOTE: Check OUI-required jar files for OUI APIs to work. They could be different on your platform.
    # Also, our version of xmlparserv2.jar must be compatible with the one OUI expects (both OUI and ECM use XML parser).
    hostConfigClasspath=/u01/app/oracle/product/agent10g/oui/jlib/xmlparserv2.jar:/u01/app/oracle/product/agent10g/oui/jlib/OraInstaller.jar:/u01/app/oracle/product/agent10g/oui/jlib/srvm.jar:/u01/app/oracle/product/agent10g/oui/jlib/share.jar:/u01/app/oracle/product/agent10g/sysman/jlib/emcoreAgent.jar:/u01/app/oracle/product/agent10g/sysman/jlib/emagentRT.jar:/u01/app/oracle/product/agent10g/sysman/jlib/emagentSDK.jar:/u01/app/oracle/product/agent10g/sysman/jlib/log4j-core.jar
    # JAVA HOME required for JavaExt metric calls
    JAVA_HOME=/u01/app/oracle/product/agent10g/jdk/jre
    # CLASSPATH required for JavaExt metric calls
    CLASSPATH=/u01/app/oracle/product/agent10g/jdbc/lib/ojdbc14.jar:/u01/app/oracle/product/agent10g/lib/xmlparserv2.jar:/u01/app/oracle/product/agent10g/sysman/jlib/log4j-core.jar:/u01/app/oracle/product/agent10g/jlib/http_client.jar:/u01/app/oracle/product/agent10g/oc4j/j2ee/home/lib/http_client.jar:/u01/app/oracle/product/agent10g/lib/http_client.jar:/u01/app/oracle/product/agent10g/jlib/share.jar:/u01/app/oracle/product/agent10g/jlib/jssl-1_1.jar:/u01/app/oracle/product/agent10g/jlib/javax-ssl-1_1.jar:/u01/app/oracle/product/agent10g/jlib/ojmisc.jar:/u01/app/oracle/product/agent10g/jlib/repository.jar:/u01/app/oracle/product/agent10g/opmn/lib/optic.jar:/u01/app/oracle/product/agent10g/sysman/jlib/emagentRT.jar:/u01/app/oracle/product/agent10g/sysman/jlib/emagentSDK.jar:/u01/app/oracle/product/agent10g/lib/dmsEmd.jar:/u01/app/oracle/product/agent10g/sysman/jlib/emcoreAgent.jar
    # this is the java option
    #JAVA_OPTIONS=-Xmx128m
    #JAVA_OPTIONS=-Djava.awt.headless=true
    # These are the optional Java flags for the in-process Java
    # Native Interface (JNI)
    agentJavaDefines=-Doracle.dms.refresh.wait.time=1000 -DUrlTiming.UseJSSE=true -Dnetworkaddress.cache.ttl=1800 -Djava.awt.headless=true
    # When set to true, the emd.log and emd.trc file will be appended by a pid
    # For example:
    # emd_15789.log
    # emd_15789.trc
    # By default, it is not set for regression test purpose.
    # After installed, please uncomment this line because when EMD is restarted,
    # previous log information will be lost if not set to true.
    #LogFileWithPID=true
    # Default log file maximum size before rolling in Kilobytes
    LogFileMaxSize=4096
    # Maximum number of log file roll files to maintain before deletion
    LogFileMaxRolls=4
    # Default trace file maximum size before rolling in Kilobytes
    TrcFileMaxSize=4096
    # Maximum number of trace file roll files to maintain before deletion
    TrcFileMaxRolls=4
    # To enable the metric browser, uncomment the following line
    # This is a reloadable parameter
    #enableMetricBrowser=true
    # To disable Remote operations (non-reachable agent) uncomment the following
    # line:
    #disableRemoteOperations=true
    # How long (in secs) until a remote operation sumbitted via the dispatcher can
    # take before the agent in bounced by the watchdog. This timeout applied to only
    # those operation which ought to finish within a certain interval of time
    RemoteAPITimeout=300
    # add an additional admin path from which the agent will read additional
    # target metadata. The specified path should have the mandatory 4 directories
    # under it. 1. metadata 2. scripts 3. default_collection 4. discover
    #altAdminPath=<additional admin path>
    # The health monitor executes callbacks in a separate thread. if for some
    # reason the threads spawned from health monitor to execute callbacks are
    # hung, the agent could run out of resource and freeze.
    # so when the current thread count spawned from the Health monitor reaches
    # this limit, the agent is bounced. the default is set to 5.
    #MaxHealthMonitorThreads=5
    # SSL session cache flag
    SSLSessionCache=FALSE
    # emagent perl tracing levels
    # supported levels: DEBUG, INFO, WARN, ERROR
    # default level is WARN
    EMAGENT_PERL_TRACE_LEVEL=WARN
    # other optional parameters for perl tracing
    # EMAGENT_PERL_TRACE_DIR default to $ORACLE_HOME/sysman/log
    #EMAGENT_PERL_TRACE_DIR=
    # EMAGENT_PERL_TRACE_FILESIZE default to 5M
    #EMAGENT_PERL_TRACE_FILESIZE=5
    # this section define the logging level for each component,
    # it is "reloadable", you can change the level at runtime to reset
    # the logging level, but if you remove the line, it will not be
    # changed.
    tracelevel.main=WARN
    tracelevel.emSDK.xml=WARN
    tracelevel.emSDK.utl=WARN
    tracelevel.Dispatcher=WARN
    tracelevel.ThreadPool=WARN
    tracelevel.pingManager=WARN
    tracelevel.collector=WARN
    tracelevel.http=WARN
    tracelevel.http.client=WARN
    tracelevel.browser=WARN
    tracelevel.ssl=WARN
    tracelevel.ssl.io=WARN
    tracelevel.blackouts=WARN
    tracelevel.upload=WARN
    tracelevel.command=WARN
    tracelevel.reload=WARN
    tracelevel.scheduler=WARN
    tracelevel.Authentication=WARN
    tracelevel.metadata=WARN
    tracelevel.targets=WARN
    tracelevel.TargetManager=DEBUG
    tracelevel.engine=WARN
    tracelevel.javaproc=WARN
    tracelevel.vpxoci=WARN
    tracelevel.javavm=WARN
    tracelevel.fetchlets=WARN
    tracelevel.fetchlets.os=WARN
    tracelevel.fetchlets.osline=WARN
    tracelevel.fetchlets.oslinetok=WARN
    tracelevel.fetchlets.snmp=WARN
    tracelevel.fetchlets.UDM=WARN
    tracelevel.fetchlets.PropsFromAssocTgt=WARN
    tracelevel.fetchlets.sql=WARN
    tracelevel.fetchlets.url=WARN
    tracelevel.fetchlets.urllines=WARN
    tracelevel.fetchlets.urllinetoken=WARN
    tracelevel.fetchlets.URLTiming=WARN
    tracelevel.fetchlets.OJMX=WARN
    tracelevel.emd.fetchlets.JMX.generic=WARN
    tracelevel.fetchlets.propEcho=WARN
    tracelevel.fetchlets.readFromFile=WARN
    tracelevel.fetchlets.readMultFromFile=WARN
    tracelevel.fetchlets.throwable=WARN
    tracelevel.fetchlets.resourceGrab=WARN
    tracelevel.fetchlets.statusHang=WARN
    tracelevel.fetchlets.emSDK=WARN
    tracelevel.recvlets=WARN
    tracelevel.recvlets.snmp=WARN
    tracelevel.credproviders=WARN
    tracelevel.utl=WARN
    tracelevel.NLS=WARN
    tracelevel.util.dates=WARN
    tracelevel.util.emdprops=WARN
    tracelevel.util.files=WARN
    tracelevel.util.fileops=WARN
    tracelevel.resman.socket=WARN
    tracelevel.resman.process=WARN
    tracelevel.ResMonitor=WARN
    tracelevel.emtgtctl=WARN
    # The following three properties are for HTTP timeout
    # Timeout value for reading Http primary header, default is 30 seconds.
    httpTimeoutPrimaryHeader=30
    # Timeout value for reading http secondary headers, default is 30 seconds
    httpTimeoutSecondaryHeaders=30
    # Timeout value for reading http body, default is 60 seconds.
    httpTimeoutBody=60
    # Timeout used by ping manager
    #PingTimeout=30
    #Timeout for Dynamic property evaluation. This is provided in seconds.
    #The dynamicPropsComputeTimeout value applies to all target types unless if a
    #target type specific value is provided using the
    #dynamicPropsComputeTimeout_<targetType>= syntax
    #dynamicPropsComputeTimeout=30
    #Requested by RAC team in bug 4423072
    dynamicPropsComputeTimeout_rac_database=120
    #bug 4595094
    dynamicPropsComputeTimeout_oracle_database=120
    #bug 5016243
    dynamicPropsComputeTimeout_oc4jjvm=120
    #bug 5647863
    #@description=DynamicProperty evaluation timeout value of Microsoft SQL Server
    #@default=120
    dynamicPropsComputeTimeout_microsoft_sqlserver_database=120
    # changes in context of bug id 4591002
    # Need to recompute the values of dynamic properties in case of failure to do so
    # at startup and reload. Currently this applies only to "Critical" marked dynamic
    # properties. The following two values are applicable per target and not per
    # dynamic property
    # dynamicPropReComputeInterval --> time difference between a failed dynamic property
    # computation and the next try to compute the property in seconds. The default value is 120 seconds.
    # dynamicPropReComputeMaxTries --> maximum number of reties for calculating failed
    # dynamic properties. The default value is 4 retires.
    agentTZRegion=Asia/Calcutta
    output of status of agent
    [oracle@isgmmlds244 patchset10.2.0.4]$ /u01/app/oracle/product/agent10g/bin/emctl status agent
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.4.0
    OMS Version : 10.2.0.4.0
    Protocol Version : 10.2.0.4.0
    Agent Home : /u01/app/oracle/product/agent10g
    Agent binaries : /u01/app/oracle/product/agent10g
    Agent Process ID : 12468
    Parent Process ID : 12377
    Agent URL : https://isgmmlds244.insolutionsglobal.local:1831/emd/main/
    Repository URL : https://192.168.21.243:1159/em/upload
    Started at : 2010-03-05 15:34:24
    Started by user : oracle
    Last Reload : 2010-03-05 15:34:24
    Last successful upload : (none)
    Last attempted upload : (none)
    Total Megabytes of XML files uploaded so far : 0.00
    Number of XML files pending upload : 129
    Size of XML files pending upload(MB) : 38.17
    Available disk space on upload filesystem : 29.76%
    Last attempted heartbeat to OMS : 2010-03-05 15:35:17
    Last successful heartbeat to OMS : unknown
    Agent is Running and Ready
    error for upload agent[oracle@isgmmlds244 patchset10.2.0.4]$ /u01/app/oracle/product/agent10g/bin/emctl upload agent
    Oracle Enterprise Manager 10g Release 4 Grid Control 10.2.0.4.0.
    Copyright (c) 1996, 2007 Oracle Corporation. All rights reserved.
    EMD upload error: uploadXMLFiles skipped :: OMS version not checked yet..
    Please provide solution
    Regards
    shd

    shd wrote:
    entry in /etc/hosts of 21.244 server
    192.168.21.244 isgmmlds244.insolutionsglobal.local localhost
    192.168.21.243 isgmmlds243.insolutionsglobal.local isgmmlds243
    Remove the localhost alias from this above enty.
    localhost should be - and probably also is - pointing to 127.0.0.1
    HTH

  • Studio 12: C compiler generates bad code with -m64 -KPIC -xO2

    Hello,
    after upgrading my Solaris 10/x64 machine from Studio 11 to Studio 12 some problems were fixed, but others came up; like this one:
    I have a code snippet that obviously causes the C compiler to generate wrong code if compiled with options -m64 -KPIC -xO2. If any of these options are missing, it runs fine. Here's the example code:
    #include <stdio.h>
    #include <strings.h>
    static int do_something() { return 0; }
    static int foo() {
        fprintf(stderr, "\n!! BUG: BAD CODE! unexpected function call foo()!\n\n");
        return 222;
    static int bar() {
        fprintf(stdout, "\nOK: bar() called\n\n");
        return 0;
    static const struct {
        const char* name;
        int (*func)();
        int flag;
    } tab[] = {
        { "foo",  &foo,  0 },
        { "bar",  &bar,  0 },
        { 0, 0, 0 }
    int main(int argc, const char** argv) {
        int i;
        for (i=0; tab.name; i++) {
    if( strcmp(tab[i].name, "bar") == 0 ) {
    if(tab[i].flag) {   /* not reached */
    if(!do_something()) {
    return 2;
    return (*tab[i].func)();
    return 1; /* not reached */
    Many lines seem to be bogus, but they are actually needed to reproduce the problem.
    This is what happens:# cc -m64 -KPIC -xO2 bug.c && ./a.out ; echo $?
    !! BUG: BAD CODE! unexpected function call foo()!
    222
    If I compile with debugging information (-g), I get expected behavior, which is:# cc -m64 -KPIC -g bug.c && ./a.out ; echo $?
    OK: bar() called
    0
    While creating the test case I've also seen SIGSEGV at runtime in the bug case - which is probably due to a wrong calculated function address for jmp (just guessing).
    Does anyone know if this is a known bug?
    Any help is appreciated.
    The rest of this posting is information about my system and Studio 12 patch level:# uname -a
    SunOS v20 5.10 Generic_137112-08 i86pc i386 i86pc
    # /usr/SUNWspro/bin/version
    Machine hardware: i86pc
    OS version: 5.10
    Processor type: i386
    Hardware: i86pc
    The following components are installed on your system:
    Sun Studio 12
    Sun Studio 12 C Compiler
    Sun Studio 12 C++ Compiler
    Sun Studio 12 Tools.h++ 7.1
    Sun Studio 12 C++ Standard 64-bit Class Library
    Sun Studio 12 Garbage Collector
    Sun Studio 12 Fortran 95
    Sun Studio 12 Debugging Tools (including dbx)
    Sun Studio 12 IDE
    Sun Studio 12 Debugger GUI
    Sun Studio 12 Performance Analyzer (including collect, ...)
    Sun Studio 12 X-Designer
    Sun Studio 12 VIM editor
    Sun Studio 12 XEmacs editor
    Sun Studio 12 Performance Library
    Sun Studio 12 LockLint
    Sun Studio 12 Building Software (including dmake)
    Sun Studio 12 Documentation Set
    Sun Studio 12 /usr symbolic links and GNOME menu item
    version of "/usr/SUNWspro/bin/../prod/bin/../../bin/cc": Sun C 5.9 SunOS_i386 Patch 124868-07 2008/10/07
    version of "/usr/SUNWspro/bin/../prod/bin/../../bin/CC": Sun C++ 5.9 SunOS_i386 Patch 124864-08 2008/10/16
    version of "/usr/SUNWspro/bin/../prod/bin/../../bin/f90": Sun Fortran 95 8.3 SunOS_i386 Patch 127002-04 2008/04/16
    version of "/usr/SUNWspro/bin/../prod/bin/../../bin/dbx": Sun Dbx Debugger 7.6 SunOS_i386 Patch 124873-06 2008/08/20
    version of "/usr/SUNWspro/bin/../prod/bin/../../bin/analyzer": Sun Analyzer 7.6 SunOS_i386 Patch 126996-04 2008/09/03
    version of "/usr/SUNWspro/bin/../prod/bin/../../bin/dmake": Sun Distributed Make 7.8 SunOS_i386 Patch 126504-01 2007/07/19

    I'm watching Bug ID: [6774287|http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6774287] for quite a while and it seems to be fixed some time ago (State: 8-Fix Available, bug). Does anybody know if the fix made it in some officially available SunStudio 12 C compiler (backend) patch already? I'm using this SS12 patch-level meanwhile:
    # /usr/SUNWspro/bin/version
    version of "/usr/SUNWspro/bin/../prod/bin/../../bin/cc": Sun C 5.9 SunOS_i386 Patch 124868-08 2008/11/25
    version of "/usr/SUNWspro/bin/../prod/bin/../../bin/CC": Sun C++ 5.9 SunOS_i386 Patch 124864-09 2008/12/16
    version of "/usr/SUNWspro/bin/../prod/bin/../../bin/f90": Sun Fortran 95 8.3 SunOS_i386 Patch 127002-05 2008/10/21
    version of "/usr/SUNWspro/bin/../prod/bin/../../bin/dbx": Sun Dbx Debugger 7.6 SunOS_i386 Patch 124873-06 2008/08/20
    version of "/usr/SUNWspro/bin/../prod/bin/../../bin/analyzer": Sun Analyzer 7.6 SunOS_i386 Patch 126996-04 2008/09/03
    version of "/usr/SUNWspro/bin/../prod/bin/../../bin/dmake": Sun Distributed Make 7.8 SunOS_i386 Patch 126504-01 2007/07/19

  • Windows 7 Home Premium Crashes in Sleep Mode

    Over the last few days my Windows 7 PC refuses to wake up from sleep mode.  
    My configuration is as follows:
    Windows 7 Home Premium 64 bit 
    Asus P8Z77-V-LE Plus Motherbaord (BIOS 0910)
    Intel Core i7-3770 
    Samsung 830 SSD
    Corsair Vengence RAM (16 Gbytes)
    EVGA GeForce GTX660 
    I have not made any changes to the machine and I don't think the hardware is a problem as the system does not crash when I disable sleep mode.  I try to keep my drivers current and my system clean.  Virus scans using Avast, Malwarebytes (on demand)
    and Microsoft's own Malicious Software Removal tool all come back clean.
    Each crash is recorded in an event log entry that looks like this
    - <Event xmlns="http://schemas.microsoft.com/win/2004/08/events/event">
    - <System>
      <Provider Name="Microsoft-Windows-Kernel-Power" Guid="{331C3B3A-2005-44C2-AC5E-77220C37D6B4}" /> 
      <EventID>41</EventID> 
      <Version>2</Version> 
      <Level>1</Level> 
      <Task>63</Task> 
      <Opcode>0</Opcode> 
      <Keywords>0x8000000000000002</Keywords> 
      <TimeCreated SystemTime="2014-05-30T03:08:32.089604600Z" /> 
      <EventRecordID>149206</EventRecordID> 
      <Correlation /> 
      <Execution ProcessID="4" ThreadID="8" /> 
      <Channel>System</Channel> 
      <Computer>Raven</Computer> 
      <Security UserID="S-1-5-18" /> 
      </System>
    - <EventData>
      <Data Name="BugcheckCode">10</Data> 
      <Data Name="BugcheckParameter1">0xfffff8a000399818</Data> 
      <Data Name="BugcheckParameter2">0x2</Data> 
      <Data Name="BugcheckParameter3">0x0</Data> 
      <Data Name="BugcheckParameter4">0xfffff80002e8225b</Data> 
      <Data Name="SleepInProgress">true</Data> 
      <Data Name="PowerButtonTimestamp">0</Data> 
      </EventData>
      </Event>
    And a tool called WhoCrashed generates this report.
    On Fri 5/30/2014 5:58:45 PM GMT your computer crashed
    crash dump file: C:\Windows\Minidump\053014-7129-01.dmp
    This was probably caused by the following module: ntoskrnl.exe (nt+0x75BC0) 
    Bugcheck code: 0xA (0xFFFFF8A0003954A8, 0x2, 0x0, 0xFFFFF80002EC225B)
    Error: IRQL_NOT_LESS_OR_EQUAL
    file path: C:\Windows\system32\ntoskrnl.exe
    product: Microsoft® Windows® Operating System
    company: Microsoft Corporation
    description: NT Kernel & System
    Bug check description: This indicates that Microsoft Windows or a kernel-mode driver accessed paged memory at DISPATCH_LEVEL or above.
    This appears to be a typical software driver bug and is not likely to be caused by a hardware problem. 
    The crash took place in the Windows kernel. Possibly this problem is caused by another driver that cannot be identified at this time. 
    I tried to analyze install the SDK to analyze the MiniDump files but the installation keeps failing.
    My most recent mindump  - the last one before I tuned off sleep mode - is here 
    https://dl.dropboxusercontent.com/u/8391385/053014-7129-01.dmp
    My impression is that an analysis of the dump file will help me zero in on the fault.
    hope I can get some help on this and please let me know if I left out anything
    Thanks in advance.

    The DMP file is inconclusive. You could run driver verifier to find the underlying issue but WPR is often easier.
    In order to diagnose your problem you will need to download and install the below
    Install the WPT (windows Performance Toolkit) 
    http://www.microsoft.com/en-us/download/details.aspx?id=30652
    Help with installation (if needed) is here
    When you have, open an elevated command prompt and type the following 
    WPRUI.exe (which is the windows performance recorder) and check off the boxes for the following:
    First level triage, CPU usage, Disk IO.  
    If you problem is not CPU or HD then check off the relevant box/s as well (for example networking or registry)  Please configure your as per the below snip
    Click Start
    It will reboot 3 t imes and record the data to a file and tell you its name and location.
    Zip the file and upload to us on Onedrive (or any file sharing service) and give us a link to it in your next post.
    These crashes were related to memory corruption (probably caused by a driver). 
    Please run these tests to verify your memory and find which driver is causing the problem.  
    If you are overclocking (pushing the components beyond their design) you should revert to default at least until the crashing is solved. If you don't
    know what it is you probably are not overclocking.
    Since it is more likely to be a driver please run verifier first.
    1-Driver verifier (for complete directions see our wiki here)
    If verifier does not find the issue we can move on to this.
    2-Memtest. (You can read more about running memtest here)
    Co-Authored by  JMH3143
    Wanikiya and Dyami--Team Zigzag

  • G500 Driver_Power_State_Failure problem most likely related to Wireless Card

    I recently upgraded my Lenovo G500 laptop to 8.1.
    After that, I've been constantly getting BSOD every time I modify some settings on my WIreless card (Broadcom 802.11n Network Adapter). For instance, changing my MAC under the"Locally Administered MAC Address" causes the Wireless configuration window to stop responding, then my wireless adapter becomes permanently disabled (I try to enable it and it says that it is enabling but the adapter remains faded out and locked in a disabled state) unless I restart or power down my laptop. If I restart, the laptop hangs for 3-5 minutes and then a BSOD comes up and suggests that I look online for DRIVER_POWER_STATE_FAILURE.
    I have updated the adapter as well as most, if not all outdated drivers on my laptop with the 8.1 drivers offered on Lenovo's support pages (This includes power management, BIOS, LAN, Audio, etc.). Even attempting to voluntarily disable my wireless card causes the BSOD.
    As long as I don't touch/modify such settings, I have wireless internet and all seems fine but once I do what I stated above, my laptop crashes with a BSOD. I have looked up and searched about such a BSOD but my laptop has zero problems when I put it to sleep or wake it up. My laptop functions practically flawless except for when changing/modifying settings on my wireless card.
    For instance, on Whocrashed.exe:
    On Thu 11/7/2013 9:33:19 AM GMT your computer crashed
    crash dump file: C:\WINDOWS\Minidump\110713-17031-01.dmp
    This was probably caused by the following module: ntoskrnl.exe (nt+0x150B36)
    Bugcheck code: 0x9F (0x4, 0x12C, 0xFFFFE00000EB5040, 0xFFFFD000205F8860)
    Error: DRIVER_POWER_STATE_FAILURE
    file path: C:\WINDOWS\system32\ntoskrnl.exe
    product: Microsoft® Windows® Operating System
    company: Microsoft Corporation
    description: NT Kernel & System
    Bug check description: This bug check indicates that the driver is in an inconsistent or invalid power state.
    This appears to be a typical software driver bug and is not likely to be caused by a hardware problem.
    The crash took place in the Windows kernel. Possibly this problem is caused by another driver that cannot be identified at this time.
    On Thu 11/7/2013 9:33:19 AM GMT your computer crashed
    crash dump file: C:\WINDOWS\memory.dmp
    This was probably caused by the following module: ntkrnlmp.exe (nt!KeBugCheckEx+0x0)
    Bugcheck code: 0x9F (0x4, 0x12C, 0xFFFFE00000EB5040, 0xFFFFD000205F8860)
    Error: DRIVER_POWER_STATE_FAILURE
    Bug check description: This bug check indicates that the driver is in an inconsistent or invalid power state.
    This appears to be a typical software driver bug and is not likely to be caused by a hardware problem.
    The crash took place in the Windows kernel. Possibly this problem is caused by another driver that cannot be identified at this time
    On bluescreenview:
    Bug check string: DRIVER_POWER_STATE_FAILURE
    Bug check code: 0x0000009f
    Parameter 1: 00000000`00000004
    Parameter 2: 00000000`0000012c
    Parameter 3: ffffe000`00eb8040
    Parameter 4: ffffd000`20472860
    Processor: x64
    Caused by driver: NETIO.SYS
    Caused by address: NETIO.SYS+1ddb2
    Crash address: ntoskrnl.exe+150b36
    I ran SFC /scannow and it did detect corrupted files but that has been resolved using the Restorehealth command prompt. I have tried booting to safe mode, uninstalling the adapter and then updating straight to the most current 8.1 driver and that still causes the BSOD.
    I'm almost certain that my wireless card probably is defective, or the laptop is defective. I'm still under warranty but I'm hoping to fix this issue before resorting to what I deem as last resorts of factory restoring the laptop or calling Lenovo support.
    I am also providing minidumps, driver lists and a whole ton of useful information on my Skydrive:
    http://sdrv.ms/17OIYda
    Any suggestions or help on this matter would be greatly appreciated as I feel like I've exhausted all other methods.
    Moderator Note; subject edited; system type added

    "If I restart, the laptop hangs for 3-5 minutes and then a BSOD comes up and suggests that I look online for DRIVER_POWER_STATE_FAILURE."
    I had the exact same problem on a Thinkpad Helix after upgrading to Windows 8.1, although I do not know if it was in anyway related to the wireless hardware as you described. However, I noted that in the Device Manager many wireless hardware components had been highlighted with an exclamation mark since the problem had occured (e.g. Bluetooth, Geolocation, Broadband). Here is how I fixed it:
    1. I went to System Settings / Device Manager.
    2. Disabled all devices that were highlighted with an exclamation mark. I noted that the Device Manager would not respond after disabling so I closed it and then chose to not wait (i.e. forced the Device Manager to close).
    3. Repeated step (2.) until all devices highlighted with an exclamation mark were disabled.
    4. Restarted the laptop (I don't know if I had to force the shut down via power off at that time, but it may be necessary or you wait for the BSOD).
    5. Repeated step (1.) and uninstalled all the drivers of the devices disabled in steps (2.) to (3.), enabling the option to remove the driver from the system, where possible.
    6. Restarted the system. This time the shutdown should only take a few seconds.
    So far, everything works fine again and I cannot identify any limitations through the disabling and uninstalling of devices (esp. wireless devices do work flawlessly).
    Hope this works for some of you guys out there as well. Let me know.
    Good luck!
    neophilos

Maybe you are looking for

  • How to sync iPhone to a different iTunes library without losing content on phone

    I've been using iTunes on my Macbook Air mostly for podcasts, which I periodically clean up to conserve disk space. I had a separate iTunes library on an iMac that holds my complete music collection. My iPhone is synced to the library on the Macbook

  • Music not working on iPhone after iOS 5 upgrade

    Hi all, Apparently I spoke too soon- To review, ever since I upgraded to iOS 5, the iPod functionality of my iPhone (ie all of my music) doesn't function.  It worked for the first day or so, then when I tried to start the app, it would present with a

  • Adobe flash 11.4.402.265 doesn't work for me either. Anyone else having a problem?

    I installed the latest update and once again this version is not working for me either. I again had to go back to 10.3 Is it okay for me to just stay with 10.3 indefinately?

  • RFC User Type

    Hi Calling gurus. When gererating RFC users for the READ and TMW rfc's in Solution Manager users gets generated, and I know the user type is Communication user, however should you be forced to have to create your own users to use within this rfc woul

  • Firefox problems installing

    I have Firefox.  The first time I tried to install Flash, I got close Firefo to installx.  But it was closed and for a considerable amount of times.  HELP!!!!!  I can't play a lot of my games because of this.  Thx  Fred