Yes, I did that already (installed the latest binary), though it seems significantly out of date.

The problem is that apache crashes. The event viewer says

Event Type: Error Event Source: Application Error Event Category: (100) Event ID: 1000 Date: 6/13/2008 Time: 4:46:48 AM User: N/A Computer: CAERUS Description: Faulting application httpd.exe, version 2.2.8.0, faulting module Pg.dl +l, version 0.0.0.0, fault address 0x0000a9bb. For more information, see Help and Support Center at http://go.microso +ft.com/fwlink/events.asp. Data: 0000: 6c707041 74616369 206e6f69 6c696146 0010: 20657275 74746820 652e6470 32206578 0020: 382e322e 6920302e 6750206e 6c6c642e 0030: 302e3020 302e302e 20746120 7366666f 0040: 30207465 61303030 626239

This happens intermittently during load testing, and I think I've traced to what type of load testing does it. Using pylot or ab, it doesn't crash. But, if I do the following procedure, I can get it to crash:

  1. Save a bunch of tabs in a browser, in my case I'm using Safari for Windows 3.1.1 (525.17).
  2. Click on the bookmark of the tabs over and over, before they get done rendering.
  3. I think safari is canceling the client requests or somehow dropping them mid-way through. I presume this is a factor.

In reply to Re^6: DBD-Pg crashes ?Resolved? by yegg
in thread DBD-Pg crashes on Win32 by punkish

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.