Closed
Bug 315463
Opened 20 years ago
Closed 16 years ago
Build fails on SuSE 9.3 x86_64 [malloc(): memory corruption @ nsIConsoleListener]
Categories
(Firefox Build System :: General, defect)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: andreas, Unassigned)
Details
(Whiteboard: closeme 2009-06-26)
User-Agent: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.7.12) Gecko/20050920
Build Identifier: Mozilla/5.0 (X11; U; Linux i686 (x86_64); en-US; rv:1.7.12) Gecko/20050920
nsIConsoleListener.idl
../../dist/bin/xpidl -m header -w -I. -I../../dist/idl -o _xpidlgen/nsIConsoleListener nsIConsoleListener.idl
malloc: using debugging hooks
*** glibc detected *** malloc(): memory corruption (fast): 0x0000000000522a50 ***
gmake[4]: *** [_xpidlgen/nsIConsoleListener.h] Speicherzugriffsfehler
gmake[4]: Leaving directory `/entwicklung/0work/mozilla/xpcom/base'
gmake[3]: *** [export] Fehler 2
gmake[3]: Leaving directory `/entwicklung/0work/mozilla/xpcom'
gmake[2]: *** [tier_2] Fehler 2
gmake[2]: Leaving directory `/entwicklung/0work/mozilla'
gmake[1]: *** [default] Fehler 2
gmake[1]: Leaving directory `/entwicklung/0work/mozilla'
gmake: *** [build] Fehler 2
Reproducible: Always
Steps to Reproduce:
1. configure (no options set)
2. gmake -f client.mk build
AMD Athlon64
SuSE 9.3 / 64bit-Version
Updated•20 years ago
|
Product: Mozilla Application Suite → Core
Hardware: PC → Other
Version: unspecified → 1.7 Branch
Comment 1•20 years ago
|
||
I get a similar error when trying to compile 1.7.12 with the same config. options as an official binary (installer from mozilla.org) on Slamd64, wich basicly is a 64-bit version of Slackware. But it builds just fine if i configure the build with gtk2, freetype2 and xft like the Slamd64 buildscript:
http://ftp.slamd64.be/slamd64-current/source/xap/mozilla/mozilla.SlackBuild
My error looks like this:
# ../../dist/bin/xpidl -m header -w -I. -I../../dist/idl -o _xpidlgen/nsIConsoleListener nsIConsoleListener.idl
*** glibc detected *** malloc(): memory corruption (fast): 0x000000000051e7a0 ***
Comment 2•17 years ago
|
||
do you still see problem if you use current beta, latest version of all plugins (for example flash v10 - check using about:plugins), java (1.6_0_13), etc
started in safe mode
https://support.mozilla.com/en-US/kb/Safe+Mode
- latest beta
http://www.mozilla.com/en-US/firefox/all-beta.html
Whiteboard: closeme 2009-06-26
Comment 3•16 years ago
|
||
No reply, INCO. Reporter, please reopen this bug if you can see this issue with Firefox 3.5 or later in Firefox Safe Mode (http://support.mozilla.com/kb/Safe+Mode) or a new profile (http://support.mozilla.com/kb/Profiles)
Status: UNCONFIRMED → RESOLVED
Closed: 16 years ago
Resolution: --- → INCOMPLETE
Updated•8 years ago
|
Product: Core → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•