Difference between revisions of "PGO Related Bugs"

From CDOT Wiki
Jump to: navigation, search
(Errors)
(Project Details)
Line 62: Line 62:
 
Vista SDK
 
Vista SDK
  
{|class="collapsible" style="border-style:solid;border-width:thin;border-color:black"
+
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
 
!align="left" style="background-color:#FF9933; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"|Firefox Compilation Errors ( Sept 26th, 2008 )
 
!align="left" style="background-color:#FF9933; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"|Firefox Compilation Errors ( Sept 26th, 2008 )
 
|-
 
|-
Line 98: Line 98:
  
  
{|class="collapsible" style="border-style:solid;border-width:thin;border-color:black"
+
{|class="collapsible collasped" style="border-style:solid;border-width:thin;border-color:black"
 
!align="left" style="background-color:#FF9933; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"|Firefox Compilation Errors ( Sept 22th, 2008 )
 
!align="left" style="background-color:#FF9933; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"|Firefox Compilation Errors ( Sept 22th, 2008 )
 
|-
 
|-
Line 114: Line 114:
  
 
=== Performance ===
 
=== Performance ===
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:#FFCC66"
+
{|class="collapsible collapsed" style="border-style:solid;border-width:thin;border-color:black"
!align="left" style="background-color:#CCFFFF;"| PGO Build Results ( Sept 20th, 2008 )
+
!align="left" style="background-color:#FF9933; font-weight:bold;border-style:solid;border-width:thin;padding: 2px 2px 2px 2px;"| PGO Build Results ( Sept 20th, 2008 )
 
|-
 
|-
 
|The program loads 15,000 random records from a text file into 4 tables each using a different method for storage and searching.
 
|The program loads 15,000 random records from a text file into 4 tables each using a different method for storage and searching.

Revision as of 22:50, 26 September 2008

Project Name

PGO Related Bugs

Project Description

Firefox crashes or experiences bugs after creating PGO builds on Windows. The focus of this project is to determine what is causing these crashes or bugs and either patch/fix them or find solutions to allow for the optimizations without incurring the problems.

Project Leader(s)

Chris Bishop

Project Contributor(s)

- None so far but that will change.

NOTE: only Project Leader(s) should add names here. You can’t add your own name to the Contributor list.

Project Tasks

Task Details Priority Status Target Link(s)
Compile Firefox PGO Compile the trunk of Firefox using make -f client.mk profiledbuild. High Done 0.1 R
Reproduce PGO Bugs or Crashes I need to reproduce the bugs or crashes other people were experiencing with their pgo builds. High Not Started 0.1 R
Compile Firefox PGO Tests Compile Firefox with VS 2005 and Vista SDK and compile with VS 2008 w/o Vista SDK. low Not Started 0.3 R

Project Details

Errors

Build Environment: Windows XP (32-bit) Visual Studio 2008 Vista SDK


Firefox Compilation Errors ( Sept 22th, 2008 )
make[6]: *** [mozlcms.dll] Error 232
make[6]: *** Deleting file `mozlcms.dll'
make[5]: *** [libs] Error 2
make[4]: *** [libs_tier_external] Error 2
make[3]: *** [tier_external] Error 2
make[2]: *** [default] Error 2
make[1]: *** [build] Error 2
make: *** [profiledbuild] Error 2


Performance


Project News

September 2008


  • Sept 26th, 2008
    Compile with VS 2005 Instead
    mconner and dbaron on the #developers on irc://moznet.org suggested I try to compile the profile build using Visual Studio 2005. My other build environment is XP (32bit), VS 2008 and Vista SDK. For testing purposes I should check if VS 2005 and Vista SDK compile then VS 2008 by itself. I'll probably use VirtualBox to make it easier.

    The actual error to my compiling with VS 2008 is found under Project Details.

  • Sept 24, 2008
  • Sept 22th, 2008
  • Sept 20th, 2008
  • Sept 19th, 2008
  • Sept 18th, 2008
  • Sept 17th, 2008
  • Sept 15th, 2008