Closed
Bug 562820
Opened 16 years ago
Closed 15 years ago
Same as bug 557060, but for '_Raise_handler'
Categories
(Core :: XPCOM, defect)
Tracking
()
RESOLVED
WONTFIX
| Tracking | Status | |
|---|---|---|
| blocking2.0 | --- | - |
People
(Reporter: sgautherie, Unassigned)
References
Details
(Keywords: regression)
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1272490041.1272502051.452.gz
WINNT 5.2 comm-central-trunk leak test build on 2010/04/28 14:27:21
rev:d053363b9ca7
moz:67ca2de6d9db
already had this regression.
http://tinderbox.mozilla.org/showlog.cgi?log=SeaMonkey/1272569664.1272578736.20185.gz
WINNT 5.2 comm-central-trunk leak test build on 2010/04/29 12:34:24
rev:182e43de366e
moz:b826d7ba5c45
still has it: bug 560723 (+ bug 562655) made no difference.
I assume this is caused by some of the other bug 557060 (related) fixes that happened in the meantime.
| Reporter | ||
Comment 1•16 years ago
|
||
The situation is a little different in this bug, actually:
on my local Win2K, I can "still" build both FF and SM.
Either the cause is worked-around by
{
ac_add_options --disable-ctypes
ac_add_options --disable-ipc
}
or it is (likely) related to the SDK (or VC++) used by the tinderboxes.
Updated•15 years ago
|
blocking2.0: ? → -
| Reporter | ||
Comment 2•15 years ago
|
||
I downloaded .zip and tests from
ftp://ftp.eu.mozilla.org/pub/seamonkey/tinderbox-builds/comm-central-trunk-win32-debug/1282797289
but I still can't start it:
{
seamonkey.exe - entry point not found
... ?_Raise_handler@std@@... not found in ... MSVCP80D.dll
}
NB:
As expected,
ftp://ftp.eu.mozilla.org/pub/seamonkey/tinderbox-builds/comm-central-trunk-win32/1282796695
Non-Debug works fine.
| Reporter | ||
Comment 3•15 years ago
|
||
Sorry, I didn't mean to remove 'blocking2.0-' :-/
Updated•15 years ago
|
| Reporter | ||
Updated•15 years ago
|
| Reporter | ||
Comment 4•15 years ago
|
||
It's been 5 months since I couldn't run Debug SeaMonkey build anymore,
which is quite bad to check and fix test failures :-(
| Reporter | ||
Comment 5•15 years ago
|
||
Ftr,
SeaMonkey has just switched to libxul (bug 394502) then enabled ipc (bug 545716).
I downloaded a Debug Windows build and I'm now seeing bug 555485 instead of this one.
Depends on: 555485
| Reporter | ||
Comment 6•15 years ago
|
||
Ftr, bug 555485 comment 7:
{
Benjamin Smedberg [:bsmedberg] 2010-09-23 07:24:41 PDT
We do not intend to make debug builds work on win2k.
}
| Reporter | ||
Comment 7•15 years ago
|
||
Ftr, I just found
http://code.google.com/p/chromiumembedded/issues/detail?id=67
"Issue 67: Build cefclient with vc 2005 express edition"
You need to log in
before you can comment on or make changes to this bug.
Description
•