Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 28 Jul 2015 18:45:18 +0000
From:      bugzilla-noreply@freebsd.org
To:        gecko@FreeBSD.org
Subject:   [Bug 188026] www/firefox: 11.0-CURRENT r262690 ia64, ports tree at 349321: build failure: errors.fatal('Error while running startup cache precompilation')
Message-ID:  <bug-188026-21738-SSFP34ud1I@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-188026-21738@https.bugs.freebsd.org/bugzilla/>
References:  <bug-188026-21738@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=188026

Jan Beich <jbeich@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|In Progress                 |Closed
         Resolution|---                         |Not Enough Information

--- Comment #3 from Jan Beich <jbeich@FreeBSD.org> ---
Unfortunately, ia64 is not supported on 11.0-CURRENT anymore and the report is
obsolete with firefox 28.0 long being EOL.
https://lists.freebsd.org/pipermail/freebsd-ia64/2014-May/004043.html

As for powerpc or anyone else with xpcshell crashing on install without at
least backtrace such reports are not useful. Try for example,

  1. Disable OPTIMIZED_CFLAGS option (default, to avoid -fomit-frame-pointer
added by autoconf)
  2. Build with CFLAGS += -g -O0 ; STRIP = ""
  3. Don't clean WRKDIR
  4. Run gdb/lldb against the binary under MOZ_OBJDIR/dist/bin with .core file
  5. Get a stacktrace + locals
  6. File a bug noting what crashed and the likely culprit frame that doesn't
change in Summary

Note, DEBUG option builds with more than just symbols. It may disable
optimization (JIT, assembly, etc.) that cause the crash.

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-188026-21738-SSFP34ud1I>