-
Notifications
You must be signed in to change notification settings - Fork 559
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED) #2404
Comments
From @vanstyn@6713 failed one test: (gdb) where Using libgdbm.so.2.0.0. Perl Info
|
From @jhiOn Sat, Aug 19, 2000 at 05:26:40PM +0100, Hugo wrote:
Where did that come from? Please retry with 6716 (though I don't |
From @vanstynIn <20000819121852.B617@chaos.wustl.edu>, Jarkko Hietaniemi writes: Possibly because I've been turning on LEAKTEST in trying to debug the Hugo |
From @vanstynIn <200008191902.UAA09594@crypt.compulink.co.uk>, Hugo writes: Confirmed that all tests pass with @6718 if I avoid LEAKTEST. Hugo |
From [Unknown Contact. See original ticket]On Sat, 19 Aug 2000, Jarkko Hietaniemi wrote:
The attached patch makes lib/gdbm.t tests pass on 6717. This comment from handy.h is enlightning: /* Thanks, Inline Patch--- ext/GDBM_File/GDBM_File.xs~ Sun Aug 13 21:33:34 2000
+++ ext/GDBM_File/GDBM_File.xs Sun Aug 20 17:04:28 2000
@@ -56,7 +56,7 @@
static void
output_datum(pTHX_ SV *arg, char *str, int size)
{
-#if !defined(MYMALLOC) || (defined(MYMALLOC) && defined(PERL_POLLUTE_MALLOC))
+#if !defined(MYMALLOC) || (defined(MYMALLOC) && defined(PERL_POLLUTE_MALLOC) && !defined(LEAKTEST))
sv_usepvn(arg, str, size);
#else
sv_setpvn(arg, str, size); |
From @jhiOn Sun, Aug 20, 2000 at 06:03:26PM +0300, Radu Greab wrote:
Thanks, applied. (Included in the 6727 snapshot.)
Anyone with too much free time feel like cleaning up the extensions |
From @timjOn Sun, 20 Aug 2000, Jarkko Hietaniemi wrote:
For the record safemalloc is used in *DBM_File, DB_File and DynaLoader (aix, mpeix, next and vms) About 25 lines in total (10 from x2p). saferealloc is used in DynaLoader for VMS 6 lines. No patch since for most of these cases I can't test the code on |
Migrated from rt.perl.org#3759 (status was 'resolved')
Searchable as RT3759$
The text was updated successfully, but these errors were encountered: