Closed
Bug 321395
Opened 20 years ago
Closed 20 years ago
crash [@ GetNormalLineHeight] from seamonkey-1.0b/components/libgklayout.so
Categories
(Core Graveyard :: GFX: Gtk, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: mr.zbiggy+bugzilla.mozilla.org, Unassigned)
Details
(Keywords: crash)
Crash Data
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20051207
Build Identifier: seamonkey 1.0b
I build seamonkey 1.0b with following options:
./configure --prefix=/usr \
--with-default-mozilla-five-home=/usr/lib/seamonkey-1.0b \
--sysconfdir=/etc \
--localstatedir=/var \
--infodir=/usr/share/info \
--mandir=/usr/share/man \
--with-x \
--with-pthreads \
--with-system-jpeg \
--with-system-zlib \
--with-system-png \
--enable-canvas \
--enable-default-toolkit=gtk2 \
--enable-application=suite \
--disable-xprint \
--disable-jsd \
--enable-extensions=default \
--enable-image-decoders=default \
--enable-mathml \
--enable-svg \
--enable-svg-renderer=cairo \
--disable-installer \
--enable-update-channel=default \
--enable-update-packaging \
--enable-cpp-rtti \
--enable-cpp-exceptions \
--enable-system-cairo \
--enable-necko-protocols=default \
--disable-accessibility \
--disable-gnomevfs \
--disable-gnomeui \
--enable-xft \
--disable-freetype2 &&
Build was OK, but seamonkey does not start. seamonkey -g shows this in ddd debugger (run as root):
(gdb) run
[Thread debugging using libthread_db enabled]
[New Thread 16384 (LWP 2007)]
[New Thread 32769 (LWP 2016)]
[New Thread 16386 (LWP 2017)]
[New Thread 32771 (LWP 2018)]
[New Thread 49156 (LWP 2019)]
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 16384 (LWP 2007)]
0x4108e2c3 in GetNormalLineHeight () from /usr/lib/seamonkey-1.0b/components/libgklayout.so
(gdb)
I can run binary seamonkey downloaded from mozilla site.
If I configure seamonkey source options in the same way as about:buildconfig from binary seamonkey tells everything works in source builded seamonkey too.
Could you tell me what option from this list causes seamonkey break?
I use gcc-3.4.4
Reproducible: Always
Steps to Reproduce:
Comment 1•20 years ago
|
||
When you get the (gdb), type `bt' to get a stack. Then attach/post the stack here. Also, if you're not getting any useful symbols then you might want to try building with --enable-debug and repeating.
Component: Build Config → Layout: Fonts and Text
Keywords: crash
Product: Mozilla Application Suite → Core
QA Contact: build-config → layout.fonts-and-text
Summary: 0x4108e2c3 in GetNormalLineHeight () from seamonkey-1.0b/components/libgklayout.so Segmentation fault → crash [@ GetNormalLineHeight] from seamonkey-1.0b/components/libgklayout.so
Version: unspecified → 1.8 Branch
Component: Layout: Fonts and Text → GFX: Gtk
QA Contact: layout.fonts-and-text → gtk
Version: 1.8 Branch → 1.7 Branch
Version: 1.7 Branch → 1.8 Branch
| Reporter | ||
Comment 2•20 years ago
|
||
In seamonkey I chosen other configure options and everything runs fine. Seamonkey works now. It looks some options breaks seamonkey execution.
These compiles and runs fine:
--enable-application=suite
--disable-tests
--enable-extensions=default,xforms
--without-system-nspr
--with-system-jpeg
--with-system-zlib
--with-system-png
--disable-debug
'--enable-optimize=-O2\ -gstabs+'
--enable-crypto
--disable-elf-dynstr-gc
--enable-strip
--enable-default-toolkit=gtk2
--enable-xft
--disable-freetype2
--disable-xprint
--enable-svg
--enable-svg-renderer-cairo
--with-system-cairo
--enable-canvas
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Updated•20 years ago
|
Status: RESOLVED → UNCONFIRMED
Resolution: FIXED → ---
Updated•20 years ago
|
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago → 20 years ago
Resolution: --- → WORKSFORME
| Assignee | ||
Updated•17 years ago
|
Product: Core → Core Graveyard
| Assignee | ||
Updated•14 years ago
|
Crash Signature: [@ GetNormalLineHeight]
You need to log in
before you can comment on or make changes to this bug.
Description
•