Ticket #1517 (closed bug: fixed)
Comparing Rational PMC to Integer PMC with == blows up
| Reported by: | dukeleto | Owned by: | coke |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | core | Version: | 2.2.0 |
| Severity: | medium | Keywords: | |
| Cc: | Language: | ||
| Patch status: | Platform: | all |
Description
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
Change History
Note: See
TracTickets for help on using
tickets.
