Closed
Bug 279482
Opened 20 years ago
Closed 20 years ago
firefox-installer crash on line 56 --- free(): invalid pointer 0x8235a10! Mandrake 10.1
Categories
(Firefox :: Installer, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 261194
People
(Reporter: garyrust2003, Assigned: bugs)
Details
(Keywords: crash)
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804
Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.2) Gecko/20040804
[garyrust@www firefox-installer]$ ./firefox-installer
SCIM: im_module_init
free(): invalid pointer 0x8235a10!
free(): invalid pointer 0x82359e8!
./firefox-installer: line 56: 22188 Segmentation fault ./${BINNAME}-bin $@
[garyrust@www firefox-installer]$ ./firefox-installer: line 56: 22188
Segmentation fault ./${BINNAME}-bin $@[garyrust@www firefox-installer]$
./firefox-installer
bash: ./firefox-installer:: No such file or directory
Reproducible: Always
Steps to Reproduce:
1.execute firefox-installer as root
2.
3.
Actual Results:
Install screen came up. I clicked on button and got
invalid pointer
after SCIM: im_module_init (see details)
Expected Results:
failed install because of seg fault
SCIM: im_module_init on firefox-installer
Comment 1•20 years ago
|
||
can you grab a stacktrace with gdb? env LD_LIBRARY_PATH=. gdb firefox-installer-bin (gdb) run [installer crashes] (gdb) bt paste the output of "bt" here
Comment 2•20 years ago
|
||
Isn't it a dupe of 261194 ?
Comment 3•20 years ago
|
||
yup *** This bug has been marked as a duplicate of 261194 ***
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•18 years ago
|
Status: RESOLVED → VERIFIED
QA Contact: bugzilla → installer
You need to log in
before you can comment on or make changes to this bug.
Description
•