William A. Rowe, Jr. wrote:

Subject asks it all, candidates are up at http://apr.apache.org/dev/dist/
for your reviewing pleasure... vote away;

  +/-1
  [  ] Release apr 1.3.1 as GA
  [  ] Release apr-util 1.3.1 as GA


Windows .zip's will follow when my head is above water and my sinuses clear up.

apr-util fails like so on FC8:

testdbd             : -Line 205: failed to fetch driver
|
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1208899824 (LWP 25720)]
apr_dbd_name (driver=0x9ba4a00) at dbd/apr_dbd.c:279
279     {

It looks like this is responsible:

APU_DECLARE(const char*) apr_dbd_name(const apr_dbd_driver_t *driver)
{
    return driver->name;
}

Seems driver is NULL. Does this ring any bells for anyone?

Regards,
Graham
--

Attachment: smime.p7s
Description: S/MIME Cryptographic Signature

Reply via email to