I'm still hunting the origin of the "Bad File Descriptor" errors we get at random points in our tools.

I found another lead....I've searched here and Googled, but no love so far. Any time the "Bad File Descriptor" shows up in my application logs, I get an error showing up in the Windows System Event Viewer stating:

"Application popup: perl.exe - Application error: The instruction at "0x77c46fa3" referenced memory at "0x0188d000". The memory could not be "read""

A couple of interesting(?) tidbits:

The first memory location remains static. On every error I've found, it's "0x77c46fa3".

The second memory location is static per machine. On different machines it may be "0x0188d000", or "0x01889000", or "0x0188c000", but it remains constant across errors on a given machine

The second memory location is always something similar to what I describe above: 0x0188{$FOO}000, where $FOO is the only bit changing

I'm way over my head at this point, but I'm hoping this will help someone point me in the right direction.


In reply to Win32 - Memory can not be "read" by HuckinFappy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.