Closed
Bug 1693
Opened 26 years ago
Closed 26 years ago
Could not run mozilla
Categories
(SeaMonkey :: Build Config, defect, P1)
Tracking
(Not tracked)
VERIFIED
WONTFIX
People
(Reporter: rygar, Assigned: blythe)
Details
platform windows 98
using VC++ 5.0 from Microsoft
Cygnus GNU tools beta-20
perl5.005.02, downloaded as source code from MIT
Windows build tools downloaded from mozilla.org
mozilla build 98112422 (I download newer codes via CVS nearly everyday)
Modification : none
You see, the biggest problem I had is that I couldn't run xpviwer.exe and
viewer.exe.I've seen a few warnings in the original code such as:
signed/unsigned conversion warning
undeclared variable (.c files)
loss of significant digits
The messages come too fast. So , I didn't check much. Condensed error reports
are down this list.
the makefile provided in the mozilla directory couldn't make properly.I've
to dwell into individual directories right under mozilla to make it.It's
just a simple reordering problem.
Oh, yeah. I have both nglayout and the old mozilla together in the mozilla
directory. view.exe and xpviewer.exe both stopped with the same error.Read
down the files list. They stopped the moment when it's showing the connection
dialog. The window is blank with the menus seen and 3 out of many buttons
seen on the top of the window. There's text displayed under the window when
view.exe and xpviewer.exe stopped.
Other files that return error shows no message.
These are OK only when they could execute.Other notes are not investigated.
bittest.exe caused invalid page fault in raptorwidget.dll
cvturl.exe OK
dumpcolors.exe OK
htmlrobot.exe OK
imagetest.exe caused an invalid page fault in RAPTORWIDGET.DLL
nettest.exe OK
regfactory.exe OK
rebasedlls.exe OK
scribble.exe caused an invalid page fault in LIBNSPR21.DLL
testarray.exe OK
testatoms.exe OK
testattributes.exe with message : OK
begin string tests
string tests complete
begin attribute tests
test 0 failed
test 1 failed
test 3 (case comparison) failed
test 5 (unset attriubte) failed
test 6 failed
attribute tests complete
testcolornames.exe OK
testcom.exe with message : OK
nsTestComFactory: Locking server
nsTestCom: Adding ref = 1
nsTestComFactory: successfully created nsTestCom
instance
nsTestComFactory: Unlocking server
nsTestCom: Adding ref = 2
Accessed nsITestCom::Test() from COM
nsTestCom: Releasing = 1
nsTestCom: Releasing = 0
nsTestCom instance successfully deleted
test_com_auto_ptr.exe OK
testcomfactory.exe with message : OK
CoCreateInstance(...) succeeded.
testcrt.exe OK
testcssscanner.exe OK
testcsspropertylookup.exe OK
testcssparser.exe OK
testfactory.exe with message : OK
hello, world!
Dynamic CreateInstance failed
testid.exe OK
testservmgr.exe with message : OK
loading my service factory
initializing my service factory
creating my service
invoking my service
destroying my service
test 1 succeeded
creating my service
destroying my service
finalizing my service factory
unloading my service factory
test 2 succeeded
loading my service factory
initializing my service factory
creating my service
async shutdown -- service still in use
test 3 succeeded
destroying my service
async shutdown -- service not found
there was great success
testrect.exe OK
testspacemanager.exe OK
timertest.exe OK
viewer.exe caused an invalid page fault in LIBPLC21.DLL
widget.exe caused an invalid page fault in RAPTORWIDGET.DLL
xpviewer.exe caused an invalid page fault in LIBPLC21.DLL
I would be gratefull if anyone can help me. My e-mail is rygar@pd.jaring.my.
I've got some inroads. The problem for my view.exe and xpviewer.exe come from
.dll files. The culprits identified are raptorhtml.dll raptorgfxwin.dll
img3250.dll and jsdom.dll. I've mixed up the old mozilla code along with
nglayout code.
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
The bug was fixed. Congratulations to the ones who fix the bugs. And a big THANK
YOU to them. All I did was to re-update the code and it's all done.
Newest update.
xpviewer.exe, viewer.exe hung right after the Internet connection was
established. Other .exe files that always hang seemed to be annoying as
well.(bittest.exe, scribble.exe and imagetest.exe). Note that these comes from
the source code I've just compiled.(The code is downloaded at 3rd Dec 98)
Bad news again.Viewer.exe and xpviewer.exe hang under Win98 after the Internet
connection dialog was closed, wether logged in or not.Downloaded as source
code (3 Dec 1998) and compiled under Win98,VC++5.0 on a Pentium II 350.
Status: REOPENED → RESOLVED
Closed: 26 years ago → 26 years ago
Resolution: --- → WONTFIX
This is the last message of mine. After this, I QUIT.
(environment:VC++5.0,win98,cygnus-b20,perlwin32 V5.003_7 build300,PII 350)
As I downloaded everything under mozilla directory via CVS, so this is what I've
got so far.(most recent code: today)
Ignore the 12/03/98 02:08 message as there's some bugs in Win98. Sometimes
hang when I'm compiling, or deleting a large directory.
This one is what I've got from the compiling the code downloaded at 3 Dec 98
1. xpviewer.exe and viewer.exe hangs when it reads a file.(.htm,.gif)
2. xpviewer.exe and viewer.exe couldn't be used to connect to the web.Although
connection to the Internet can be established,they hang when they read a
web page.
3. I've even tested all these under the real Internet and my stored web pages.
After this, there'll be no more messages.
Status: RESOLVED → VERIFIED
Component: Platform: MFC/Win32 on Windows → Build Config
Updated•20 years ago
|
Product: Browser → Seamonkey
You need to log in
before you can comment on or make changes to this bug.
Description
•