Closed
Bug 325675
Opened 20 years ago
Closed 20 years ago
Crash during start of seamonkey 1.0
Categories
(SeaMonkey :: Build Config, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mr.zbiggy+bugzilla.mozilla.org, Unassigned)
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.7.12) Gecko/20051207
Build Identifier: ftp://ftp.mozilla.org/pub/mozilla.org/seamonkey/releases/1.0/seamonkey-1.0.source.tar.bz2
my gcc is 3.4.5 version. I have successful, working build of complete mozilla 1.7.12 and firefox 1.5.0 on this machine. Also seamonkey 1.0a and 1.0b works fine with such configuration.
build config:
./configure --enable-application=suite \
--with-x \
--with-pthreads \
--with-system-jpeg \
--with-system-zlib \
--with-system-png \
--enable-canvas \
--enable-default-toolkit=gtk2 \
--enable-application=suite \
--disable-freetype2 \
--enable-xft \
--disable-pango \
--disable-xprint \
--disable-gnomevfs \
--disable-gnomeui \
--enable-crypto \
--disable-jsd \
--enable-plugins \
--enable-oji \
--disable-xinerama \
--disable-accessibility \
--enable-single-profile \
--enable-image-decoders=all \
--enable-mathml \
--enable-svg \
--enable-svg-renderer=cairo \
--enable-update-channel=default \
--enable-update-packaging \
--enable-xterm-updates \
--enable-cpp-rtti \
--enable-cpp-exceptions \
--enable-system-cairo \
--enable-necko-protocols=all \
--enable-debug \
--disable-optimize \
--enable-debug-modules \
--enable-debugger-info-modules \
--enable-logging \
--enable-logrefcnt \
--disable-strip \
--enable-timeline
Reproducible: Always
Steps to Reproduce:
1. run seamonkey 1.0 after build
Actual Results:
bash-3.1# seamonkey
Type Manifest File: /usr/local/lib/seamonkey-1.0/components/xpti.dat
nsNativeComponentLoader: autoregistering begins.
nsNativeComponentLoader: autoregistering succeeded
nsNativeComponentLoader: registering deferred (0)
WARNING: NS_ENSURE_TRUE(NS_SUCCEEDED(rv)) failed, file nsAppStartup.cpp, line 164
WARNING: nsExceptionService ignoring thread destruction after shutdown, file nsExceptionService.cpp, line 191
nsStringStats
=> mAllocCount: 1558
=> mReallocCount: 1052
=> mFreeCount: 1558
=> mShareCount: 1885
=> mAdoptCount: 226
=> mAdoptFreeCount: 225 -- LEAKED 1 !!!
bash-3.1#
Expected Results:
Seamonkey should work fine.
Comment 1•20 years ago
|
||
These are all defaults:
--with-x \
--with-pthreads \
--enable-default-toolkit=gtk2 \
--disable-freetype2 \
--enable-xft \
--disable-pango \
--enable-plugins \
--enable-oji \
--enable-crypto \
--enable-mathml \
--enable-image-decoders=all \
--enable-necko-protocols=all \
--enable-logging \
These don't work in SeaMonkey. I suspect the update options have no effect. The single-profile is almost certainly disastrous.
--enable-single-profile \
--enable-update-channel=default \
--enable-update-packaging \
These are all redundant with just setting --enable-debug, which you're already doing.
--enable-debug-modules \
--enable-debugger-info-modules \
--enable-logrefcnt \
--disable-strip \
I'd recommend backing off trying to specify every build option you can find. Take the defaults and add options if/when you discover that the defaults don't meet your needs.
Resolving INVALID. single-profile doesn't work with SeaMonkey
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Version: unspecified → 1.8 Branch
Hi Andrew, your comment is interesting. How to know what it is necessary to put or not in the options of compilations (seamonkey, firefox, thunderbird ..)?
You need to log in
before you can comment on or make changes to this bug.
Description
•