adobe / avmplus

Source code for the Actionscript virtual machine
Mozilla Public License 2.0
203 stars 69 forks source link

lirasm --random crashes on Linux and Mac OSX #3

Open dibyendumajumdar opened 7 years ago

dibyendumajumdar commented 7 years ago

Hi,

The lirasm test suite fails on Linux and Mac OSX because the random test fails with a segmentation fault.

Regards

wmaddox commented 7 years ago

Not surprising, because there have been a number of changes to how Nanojit interfaces to the host that have not been propagated to lirasm. It's not regularly built anymore. Although we're not seeing any issues in Flash-based testing, I'll take a look at it. Thanks,

--Bill

On Fri, Mar 10, 2017 at 1:50 PM, Dibyendu Majumdar <notifications@github.com

wrote:

Hi,

The lirasm test suite fails on Linux and Mac OSX because the random test fails with a segmentation fault.

Regards

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/adobe/avmplus/issues/3, or mute the thread https://github.com/notifications/unsubscribe-auth/APjpd_Z4Zif2uHkOhoJaT1F6re72MwUrks5rkcW5gaJpZM4MZ55O .

dibyendumajumdar commented 7 years ago

Thank you!