id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,lang,patch,platform
1517,Comparing Rational PMC to Integer PMC with == blows up,dukeleto,coke,"{{{
parrot_shell 1> loadlib $P1, 'rational'
    new $P2, 'Rational'
    new $P3, 'Integer'
    $P2 = ""2/1""
    $P3 = 2
    if $P2 == $P3 goto pass
    ok(0,'== on Rational and Integer PMC')
    .return()
  pass:
    ok(1,'== on Rational and Integer PMC')

.
sh: line 1: 15416 Bus error               ./parrot /var/folders/B3/B3qJ-edQFWKuziEWXxoYbU+++TI/-Tmp-/pi9VLNZE7y > /var/folders/B3/B3qJ-edQFWKuziEWXxoYbU+++TI/-Tmp-/IXPYvruA5j 2>&1
Error: child exited with value 138
Time: 2.03318 wallclock secs 
}}}",bug,closed,normal,,core,2.2.0,medium,fixed,,,,,all
