Yes, if you are confident this is a chrome bug, I would file a bug on their tracker with a testcase. If you're not sure yet, you can post the testcase here and we can check it first.
On Wed, Nov 4, 2015 at 3:35 AM, Eden Zhao <[email protected]> wrote: > Hi Alon, > > I've tested some of the browsers and seems the wrong output happens on the > 64bits chrome on Mac, windows, and Linux, and the 32 bits chrome on windows > will have the codes working well. > while I fail to see the issue happen on 64/32 bits firefox. > Since 64 bits of firefox can have it work, it might be a chrome bug as you > said, so should I open a bug to track the problem and gather more > information with the related js codes attached? > > the details are: > 1) the working platforms: > > 1.1) win7 enterprice 64 bits sp1 (japenese version) + Version > 46.0.2490.80m > > 1.2) win7 utilmate 32bits (chinese version) + Version 46.0.2490.80m > > p.s. fail to install 32 bits of chrome to linux, will try later > > > 2) the not-working platforms: > > 2.1) win7 enterprice 64 bits sp1 (japenese version) + Version 46.0.2490.80 > m (64 bits) > > 2.2) Mac OS X 10.8.5 64bits(english version) + Version 46.0.2490.80 > (64-bit) > > 2.4) ubuntu 14.04.3 64bits(english version) > + Version google-chrome-stable 46.0.2490.80 (64 bits) > > 3) firefox platforms: > > 3.1) Mac OS X 10.8.5 64bits(english version) + Version 41.0.2 (default > mode, not sure 64 or 32 bits) > > 3.2) Mac OS X 10.8.5 64bits(english version) + Version 41.0.2 (32-bits > mode) > > 3.3) win7 utilmate 32bits (chinese version) + Version 41.0.2 (32 bits) > > 3.4) win7 enterprice 64 bits sp1 (japenese version) + Version 42.0b9 (64 > bits) > > 3.5) ubuntu 14.04.3 64bits(english version) + Version 42.0 (64 bits) > > > Best Regards, > > Eden > > On Wednesday, November 4, 2015 at 11:31:35 AM UTC+8, Alon Zakai wrote: >> >> That should not be a problem. emcc targets asm.js, which is a portable >> 32-bit architecture. It doesn't matter on what OS you build, in other >> words. If you see a difference due to where you build, then it's an >> emscripten bug >> > -- > You received this message because you are subscribed to the Google Groups > "emscripten-discuss" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
