# New Ticket Created by Joshua Isom # Please include the string: [perl #38407] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=38407 >
A while back I noticed that hcf didn't crash parrot(apparently the bug got optimized away), and leo fixed it. But another problem arose, "Segmentation fault (core dumped)" was printed out so the output still differed. Here are two patches that fix the issue. The first just uses a regex and is an "ugly but it works" idea, and doesn't add anything new. The second adds unlike functions to Parrot::Test. Whoever it is that wrote up the Parrot::Test module, thanks for making it so easy to adapt.
myops_regex.patch
Description: Binary data
myops_unlike.patch
Description: Binary data