Opened 7 years ago
Closed 7 years ago
#13626 closed bug (fixed)
GMail standard webinterface doesn't load anymore
Reported by: | humdinger | Owned by: | pulkomandy |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Applications/WebPositive | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Change History (5)
comment:1 by , 7 years ago
comment:2 by , 7 years ago
As it turns out from a binary-search of past revisions, the regressions started with hrev51291 when the very outdated jam package was updated for gcc2hybrid Haiku. The speculation is that -O2 optimization might have to do with it, see btrev43089.
comment:3 by , 7 years ago
I have a difficult time seeing how that optimization change would be the cause. If it's triggering a bug in the OS itself, then it should long since have been visible since the nightlies to my knowledge rebuild the cross tools including jam every time (ergo should have included said commit since 3 years ago). This should theoretically only affect packages built on Haiku itself afterwards, and none were changed.
comment:4 by , 7 years ago
I think I have found the bug, yet another race condition in HaikuWebKit network code. I don't know why, but it seems starting from this commit, Haiku is more optimized and the race will happen more often.
Other noticed ill effects:
- After logging in, github will fail to load its CSS. Refreshing the page fixes it.
comment:5 by , 7 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
All fixed with hrev51316 webkit 1.6.1. Thanks!
Doesn't work here anyway...