Rostlab / JS16_ProjectF

In this project we will build a web portal for our GoT data analysis and visualization system. The website will integrate all the apps created in projects B-D with the help of the integration team assigned to Project E.
GNU General Public License v3.0
10 stars 8 forks source link

Portal crash on safari #396

Closed boriside closed 8 years ago

boriside commented 8 years ago

For those who don't believe me I created a video :D The site crashes on regular mac computers on safari only. Tested on 4 machines. https://drive.google.com/open?id=0B64iNLTxwWNPS0FnNGJpUGdJdHM

jorjo1 commented 8 years ago

lol bring me an apple product to test

mammuth commented 8 years ago

Can't reproduce on El Capitan and Safari 9.0

mammuth commented 8 years ago

Same as with your mobile devices: Can you make sure nothing at your network is blocking something?

boriside commented 8 years ago

Yes, but it's not my internet. Maybe the internet of the Uni. It happens only on safary on Mac.

sacdallago commented 8 years ago

This time I can confirm! Happens to me as well, am also behind the LRZ network though.

The error only seems to happen if I scroll right after the page loads, if I wait one/two second/s it doesn't happen

jorjo1 commented 8 years ago

@sacdallago can you look thru your network logs and tell us what happens then?

sacdallago commented 8 years ago

Tomorrow afternoon :D I just got home and I'm busy from 8 to 16 tomorrow, no lunch break.. It's awful being a full time procrastinator :joy:

togiberlin commented 8 years ago

I can confirm, OS X El Capitan v10.11.4 with Safari 9.1

sacdallago commented 8 years ago

@jorjo1 @mammuth @yashha I think solving #369 will solve this one too! Please start working on that issue if you can :)

sacdallago commented 8 years ago

Done some further testing: Only happens on home page. Must definitely be a component of that. Would make sense to selectively turn off components and see whether the problem still occurs.

If you need macs for testing, come to rostlab

yashha commented 8 years ago

Is there anything in the console when this is happening?

yashha commented 8 years ago

Or and requests that fail? Maybe no bundle.js included or sth like that?

sacdallago commented 8 years ago

I can't test the console if safari crashes :(

yashha commented 8 years ago

Safari crashes completely? :O

sacdallago commented 8 years ago

From the crash I get:

Exception Type:        EXC_BAD_ACCESS (SIGSEGV)
Exception Codes:       KERN_INVALID_ADDRESS at 0x0000000000000000

But that's not very informative! Apart that you managed to try to access a non-user-space address :D

sacdallago commented 8 years ago

@yashha sort of! The thread for that page crashes, but ever since they introduced separate threads for separate pages (like chrome) the whole-whole app is much harder to bring down. But you still managed to do something I had never seen happening before! :D

yashha commented 8 years ago

The other pages of the site don't crash?

sacdallago commented 8 years ago

Nope

yashha commented 8 years ago

Maybe I have a fix. We should try it asap. Edit: No, probably not a fix

yashha commented 8 years ago

Maybe this is a fix for this issue but probably not. https://github.com/Rostlab/JS16_ProjectF/pull/430

sacdallago commented 8 years ago

I merged but have some questions on the PR

sacdallago commented 8 years ago

@yashha your fix hasn't made it to develop. I have messed up a little too much with the PRs I fear... Need to go to a meeting now, will check it later! Sorry

sacdallago commented 8 years ago

This should be fixed