# New Ticket Created by  Bernhard Schmalhofer 
# Please include the string:  [perl #51790]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=51790 >


Hi,

running 'make fulltest' under Linux leaves me with segfaults for gdbmhast.t.

t/dynpmc/foo.............................ok
t/dynpmc/gdbmhash........................
#   Failed test 'get_integer'
#   at t/dynpmc/gdbmhash.t line 73.
# Exited with error code: 139
# Received:
# Segmentation fault (core dumped)
#
# Expected:
# An unitialized GDBMHash has size 0.
# An GDBMHash for a new file has size 0.
# After one assignment GDBMHash has size 1.
# After two assignments GDBMHash has size 2.
# After 15 assignments GDBMHash has size 15.
#

#   Failed test 'get_bool'
#   at t/dynpmc/gdbmhash.t line 125.
# Exited with error code: 139
# Received:
# Segmentation fault (core dumped)
#
# Expected:
# An uninitialized GDBMHash is not.
# An GDBMHash for a new file is not.
# After one insert the GDBMHash is.
#
# Looks like you failed 2 tests of 13.
 Dubious, test returned 2 (wstat 512, 0x200)
 Failed 2/13 subtests
t/dynpmc/rational........................ok

This happens only for the computed-goto and for the switched runcore.
[EMAIL PROTECTED]:~/devel/Parrot/trunk$ uname -a
Linux heist 2.6.22-14-generic #1 SMP Tue Feb 12 07:42:25 UTC 2008 i686 
GNU/Linux


Regards,
   Bernhard


Reply via email to