Closed Bug 609447 Opened 15 years ago Closed 15 years ago

Tinderboxpushlog is broken on MozillaTry

Categories

(Tree Management Graveyard :: TBPL, defect)

All
Linux
defect
Not set
major

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 583098

People

(Reporter: smichaud, Unassigned)

References

()

Details

Currently the page at http://tbpl.mozilla.org/?tree=MozillaTry fails to display any current tryserver builds. This has been true for the last couple of days. The page's headers (the top two lines are displayed), but the page stalls forever at "Loading 75%...".
WFM on Firefox4b6
I see this problem with FF 3.6.12 on Linux, even with a fresh profile. But just now I tried with FF 3.6.12 on OS X 10.6.4 and didn't see it. My Linux FF 3.6.12 is a home-made 64-bit build. Here's my results from about:buildconfig: Build platform target x86_64-unknown-linux-gnu Build tools Compiler: gcc Version: gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) Compiler flags: -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -Wno-long-long -pedantic -gstabs+ -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -finline-limit=50 c++ gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pedantic -gstabs+ -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -finline-limit=50 Configure arguments --enable-application=browser --enable-optimize --disable-debug --disable-tests --enable-official-branding --disable-crashreporter
Version: Trunk → other
Here's my about:buildconfig again. It got garbled in my previous comment. target x86_64-unknown-linux-gnu Build tools Compiler: gcc Version: gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) Compiler flags: -Wall -W -Wno-unused -Wpointer-arith -Wcast-align -W -Wno-long-long -pedantic -gstabs+ -fno-strict-aliasing -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -finline-limit=50 Compiler: c++ Version: gcc version 4.1.3 20070929 (prerelease) (Ubuntu 4.1.2-16ubuntu2) Compiler flags: -fno-rtti -fno-exceptions -Wall -Wpointer-arith -Woverloaded-virtual -Wsynth -Wno-ctor-dtor-privacy -Wno-non-virtual-dtor -Wcast-align -Wno-invalid-offsetof -Wno-long-long -pedantic -gstabs+ -fno-strict-aliasing -fshort-wchar -pthread -pipe -DNDEBUG -DTRIMMED -Os -freorder-blocks -fno-reorder-functions -finline-limit=50 Configure arguments --enable-application=browser --enable-optimize --disable-debug --disable-tests --enable-official-branding --disable-crashreporter
Jeff saw this today too, with a stack exhaustion error on the error console, which makes me worry if this is a recent js regression?
Here's what I see in my error console after visiting http://tbpl.mozilla.org/?tree=MozillaTry and waiting for it to stall: Warning: Unknown property 'box-shadow'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 77 Warning: Unknown property 'border-radius'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 194 Warning: Unknown property 'box-shadow'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 198 Warning: Unknown property 'box-shadow'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 387 Warning: Unknown property 'box-shadow'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 392 Warning: Unknown property 'box-shadow'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 403 Warning: Unknown property 'box-shadow'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 408 Warning: Unknown property 'box-shadow'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 413 Warning: Unknown property 'column-width'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 439 Warning: Unknown property 'border-radius'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 537 Warning: Unknown property 'border-image'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 544 Warning: Unknown property 'border-radius'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 601 Warning: Unknown property 'box-shadow'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 614 Warning: Unknown property 'box-shadow'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 622 Warning: Unknown property 'outline-radius'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 632 Warning: Unknown property 'border-radius'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 637 Warning: Unknown property 'box-shadow'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 643 Warning: Unknown property 'box-shadow'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 653 Warning: Unknown property 'box-shadow'. Declaration dropped. Source File: http://tbpl.mozilla.org/css/style.css Line: 659 Error: script stack space quota is exhausted Error: tinderbox_data is not defined Source File: http://tbpl.mozilla.org/js/TinderboxJSONUser.js Line: 11
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → DUPLICATE
I see the same thing in FF 3.6.10 on Linux (another home-made 64-bit build with the same buildconfig). So this doesn't seem to be a recent regression.
OS: All → Linux
The "recent regression" part is that there have been something like 36 pushes to try in the last 12 hours, and part of that span includes the time when we were getting two or three builds and sets of tests per platform, so we're swallowing a big chunk of json.
(In reply to comment #8) OK, thanks. That makes sense. But it's odd this problem only happens on Linux, or at least is easier to see on Linux. I just failed to reproduce it in FF 3.6.10 on Windows XP. This copy of Windows XP is running in VMWare on my Linux box, and has only 1GB of RAM allocated to it. So the problem can't (presumably) have anything to do with the amount of RAM available.
Product: Webtools → Tree Management
Version: other → unspecified
Product: Tree Management → Tree Management Graveyard
You need to log in before you can comment on or make changes to this bug.