Re: On Win32, optimized build (firefox) with profile fails with an error from cvpack

Jungshik Shin <[email protected]> Fri, 24 Jun 2005 22:32:13 +0900
Newsgroups gmane.comp.mozilla.devel.windows
Organization Another Netscape Collabra Server User
Message-ID <[email protected]>
Jungshik Shin wrote:
> Neil wrote:
> 
>>Jungshik Shin wrote:

>>>I tried to build an optimized build with symbols so that I can debug.
> 
> 
>>--enable-optimize and -disable-debug are the default for the trunk, so
>>you should only need --enable-debugger-info-modules=yes (and not
> 
> 
> Unfortunately, this doesn't seem to help me with 'the cvpack exception'
> I keep getting. Just in case, I 'distcleaned' my build and am now
> building from the scratch.

It didn't help either. cvpack threw an exception at exactly the same spot:

/cygdrive/e/works/moz/mozilla/build/cygwin-wrapper link -NOLOGO -DLL 
-OUT:gklayo
ut.dll -PDB:gklayout.pdb -SUBSYSTEM:WINDOWS  nsLayoutModule.obj 
nsContentHTTPSta
rtup.obj nsContentDLF.obj   ./module.res -DEBUG -OPT:REF -OPT:nowin98 
-PDB:NONE
  -IMPLIB:fake-import  ../../dist/l .........................
s.lib ../../dist/lib/xpcom.lib ../../dist/lib/xpcom_core.lib 
../../dist/lib/nspr
4.lib ../../dist/lib/plc4.lib ../../dist/lib/plds4.lib 
../../dist/lib/js3250.li
b   kernel32.lib user32.lib gdi32.lib winmm.lib wsock32.lib advapi32.lib
    Creating library fake-import and object fake-import.exp


***** cvpack INTERNAL ERROR, exception code = 0xc0000005 *****

LINK : warning LNK4027: CVPACK error
make[4]: *** [gklayout.dll] Error 66
make[4]: *** Deleting file `gklayout.dll'
-----------

The version information of 'cvpack' is as following:

Microsoft (R) Debugging Information Compactor  Version 6.00.8168
Copyright (C) Microsoft Corp 1987-1997. All rights reserved.

----------------------------

Has anyone come across this problem before?

Jungshik