-
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 +DEVEL8465 on i686-linux 2.2.13 #3138
Comments
From @AbigailThis is an automatically generated message. ========== Test failure ========== Failed Test Status Wstat Total Fail Failed List of Failed lib/odbm.t 2 512 66 62 93.94% 5-66 ---------- lib/odbm.t ---------- lib/odbm.t 2 512 66 62 93.94% 5-66 Flags: Site configuration information for perl v5.7.0: Configured by abigail at Thu Jan 18 01:50:26 MET 2001. Summary of my perl5 (revision 5.0 version 7 subversion 0) configuration: Locally applied patches: @INC for perl v5.7.0: Environment for perl v5.7.0: |
From @jhi
t/lib/odbm.t: 87 sv.c: 3531 IV iv = len; Something is calling sv_setpvn with a negative pv length. Could you recompile with debug and set a breakpoint before on the assert() |
From @AbigailOn Thu, Jan 18, 2001 at 08:20:55AM -0600, Jarkko Hietaniemi wrote:
I'll give it a shot after dinner, but since my experience with debuggers Abigail |
From @AbigailOn Thu, Jan 18, 2001 at 08:20:55AM -0600, Jarkko Hietaniemi wrote:
Breakpoint 1, Perl_sv_setpvn (sv=0x81c092c, ptr=0x0, len=3221223300) Abigail |
From @jhiOn Thu, Jan 18, 2001 at 11:02:41PM +0100, abigail@foad.org wrote:
Okay, thanks. Looks like RETVAL.dsize (where RETVAL is a DBM 'datum')
|
From @jhiOn Thu, Jan 18, 2001 at 11:02:41PM +0100, abigail@foad.org wrote:
Could you say "up" until you are in this stack frame and then call Perl_sv_dump(sv)
|
From @AbigailOn Tue, Jan 23, 2001 at 09:33:51AM -0600, Jarkko Hietaniemi wrote:
(gdb) call Perl_sv_dump(sv) (gdb) call Perl_sv_dump(key) |
Migrated from rt.perl.org#5225 (status was 'resolved')
Searchable as RT5225$
The text was updated successfully, but these errors were encountered: