[svn:dbd-oracle] r15302 - in dbd-oracle/trunk: . lib/DBD/Oracle

[email protected] Wed, 25 Apr 2012 12:03:36 -0700 (PDT)
Newsgroups perl.dbd.oracle.changes
Message-ID <[email protected]>
Author: mjevans
Date: Wed Apr 25 12:03:36 2012
New Revision: 15302

Modified:
   dbd-oracle/trunk/Changes
   dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting.pm

Log:
Add entry to troubleshooting guide for rt 72989


Modified: dbd-oracle/trunk/Changes
==============================================================================
--- dbd-oracle/trunk/Changes	(original)
+++ dbd-oracle/trunk/Changes	Wed Apr 25 12:03:36 2012
@@ -34,6 +34,9 @@
  - minor change to confusing debug output for input parameters
    (Martin J. Evans)
 
+ - RT72989 - add note to trouble shooting guide re this RT and
+   Module::Runtime (Martin J. Evans)
+
 1.44      2012-04-23
  - promote 1.43_00 to official release
 

Modified: dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting.pm
==============================================================================
--- dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting.pm	(original)
+++ dbd-oracle/trunk/lib/DBD/Oracle/Troubleshooting.pm	Wed Apr 25 12:03:36 2012
@@ -363,6 +363,18 @@
 Oracle 9.0 is uncertain, since testing has not been possible yet,
 but the remedy will not hurt :)
 
+=head1 Miscellaneous
+
+=head2 Crash with an open connection and Module::Runtime in mod_perl2
+
+See RT 72989 (https://rt.cpan.org/Ticket/Display.html?id=72989)
+
+Apache2 MPM Prefork with mod_perl2 will crash if Module::Runtime is
+loaded, and an Oracle connection is opened through PerlRequire (before
+forking).
+
+It looks like this was fixed in 0.012 of Module::Runtime.
+
 =head1 AUTHORS
 
 =over 4
@@ -379,6 +391,10 @@
 
 Yanick Champoux <[email protected]>
 
+=item *
+
+Martin J. Evans <[email protected]>
+
 =back
 
 =head1 COPYRIGHT AND LICENSE