Closed
Bug 259811
Opened 21 years ago
Closed 20 years ago
firefox-installer crash with $LANG=sk_SK.UTF-8
Categories
(Firefox :: Installer, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: peter.kovar, Assigned: bugs)
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; sk-SK; rv:1.8a4) Gecko/20040915
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; sk-SK; rv:1.8a4) Gecko/20040915
Installer crashed often with environment variable LANG set to sk_SK.UTF-8
LC_ALL and LC_... are were not set.
# ./firefox-installer
./firefox-installer: line 56: 10893 Chyba segmentácie ./${BINNAME}-bin $@
p3 /usr/mozilla/firefox-installer
# unset LANG
p3 /usr/mozilla/firefox-installer
# ./firefox-installer
** (firefox-installer-bin:10902): WARNING **: Invalid UTF8 string passed to
pango_layout_set_text()
** (firefox-installer-bin:10902): WARNING **: Invalid UTF8 string passed to
pango_layout_set_text()
** (firefox-installer-bin:10902): WARNING **: Invalid UTF8 string passed to
pango_layout_set_text()
** (firefox-installer-bin:10902): WARNING **: Invalid UTF8 string passed to
pango_layout_set_text()
Reproducible: Sometimes
Steps to Reproduce:
1. download firefox-1.0PR-i686-linux-gtk2+xft-installer.tar.gz
2. unpack in firefox-installer/
3. ./firefox-installer
4. click, click
5. select "Custom"
6. select appropriate installation directory
Actual Results:
In the "Setup Type" 4 times
** (firefox-installer-bin:10902): WARNING **: Invalid UTF8 string passed to
pango_layout_set_text()
# export LANG=cs_CZ.UTF-8
./firefox-installer: line 56: 11528 Neoprávněný přístup do paměti (SIGSEGV)
./${BINNAME}-bin $@
Comment 1•20 years ago
|
||
the UTF warnings were fixed as part of bug 280740. can you try a more recent
(trunk) build?
ftp://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/latest-trunk
Reporter | ||
Comment 2•20 years ago
|
||
firefox-1.0+.en-US.linux-i686.installer.tar.gz
is OK
firefox-1.0.3.installer.tar.gz still complains, but installs properly and works.
Comment 3•20 years ago
|
||
excellent.
resolving WORKSFORME
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → WORKSFORME
Updated•19 years ago
|
QA Contact: bugzilla → installer
You need to log in
before you can comment on or make changes to this bug.
Description
•