1.22_01-dev
+reset the stack pointer after calling perl_require_module() in
+perl_call_handler(). this fix will most likely cure the reports of
+"Can't upgrade that kind of scalar at ..."
+[Ben Cottrell <[EMAIL PROTECTED]>]
+
workaround use of Perl api functions that are no lon
Aside from gdb, any fishing tips on how to track this fatal problem
down?
Can't upgrade that kind of scalar at XXX line NN...
Happens intermittently, often on a call to one of these (maybe the
first access of $r?):
$r->server->server_hostname()
$r->connect
offer any tips/help which unlock this riddle for me...
Cheers,
Ed Loehr
SYMPTOMS...
---
Spurious errors in my error_log with increasingly nasty consequences:
Can't upgrade that kind of scalar at XXX line NN...
Not a CODE reference at XXX line NN...
Modific