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


As of r20786, t/stm/basic_mt.t is failing on my x86_64 box
with a failed assertion:

$ prove -v t/stm/basic_mt.t
t/stm/basic_mt....1..4
ok 1 - wait (simple)
ok 2 - wait (simple, strings)
not ok 3 - get deadlock

#     Failed test (t/stm/basic_mt.t at line 168)
# Exited with error code: 134
# Received:
# src/stm/backend.c:608: failed assertion 'successp'
# Backtrace - Obtained 13 stack frames (max trace depth is 32).
#   (unknown)
#     Parrot_confess
#       (unknown)
#         (unknown)
#           Parrot_stm_commit_ic
#             (unknown)
#               (unknown)
#                 (unknown)
#                   (unknown)
#                     Parrot_runops_fromc_args
#                       (unknown)
#                         (unknown)
#                           clone
# Aborted (core dumped)
#
# Expected:
# /okay/
#
ok 4 - wait + invalidate outer transcation
ok
All tests successful.
Files=1, Tests=4,  5 wallclock secs ( 1.92 cusr +  0.26 csys =  2.18 CPU)
$

For the 0.4.15 release I'm marking this test as 'todo' for 
64-bit platforms.

Pm

Reply via email to