SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.

The Southern California OS/2 User Group
USA

SCOUG-HELP Mailing List Archives

Return to [ 16 | April | 2008 ]

<< Previous Message << >> Next Message >>


Date: Wed, 16 Apr 2008 17:30:43 -0700
From: Sandy <sshapiro@ucsd.edu >
Reply-To: scoug-help@scoug.com
To: scoug-help@scoug.com
Subject: SCOUG-Help: Seamonkey


1
This is a multi-part message in MIME format.

Content Type: text/plain

Content-Transfer-Encoding: 7bit

Steven Levine wrote:
>
> Linear address space is the set of addresses that a program can utilize.
> In a 32-bit OS like eCS/OS2 the maximal linear address space available to
> an application is 4GB. For various reasons, the usable address space will
> be less. Some of the address space will reserved for the kernel; some may
> be reserved by video hardware; some may be unavailable because the kernel
> simply does not make is available (i.e. VIRTUALADDRESSLIMIT). In addition
> not all applications are capable of using the all of the address space
> that may be available. For example, Peter's enhanced Mozilla app builds
> can use more of the available address space than the traditional builds.
>
>
>> and if that is the
>> problem, is there anything I can do about it?
>>
>
> First you need to be sure this is the problem. After this, you need to
> tune your system to maximize the available address and maximize the use of
> the available address space while minimizing negative side-effects.
> Tuning is always a balancing act.
>
>

A few observations:

I ran Seamonkey under eCS for a whole day on two different days without
difficulty.

Under Warp 4, at least once a day the program disappears. The following
appears in the popup log:

04-04-2008 19:34:46 SYS3175 PID 0026 TID 0001 Slot 0068
H:\SEAMONKEY\SEAMONKEY.EXE
c0000005
1f247d1d
P1=00000002 P2=00000000 P3=XXXXXXXX P4=XXXXXXXX
EAX=00000000 EBX=18e41248 ECX=00000000 EDX=18e41248
ESI=00000000 EDI=00000000
DS=0053 DSACC=f0f3 DSLIM=ffffffff
ES=0053 ESACC=f0f3 ESLIM=ffffffff
FS=150b FSACC=00f3 FSLIM=00000030
GS=0000 GSACC=**** GSLIM=********
CS:EIP=005b:1f250832 CSACC=f0df CSLIM=ffffffff
SS:ESP=0053:0011f0cc SSACC=f0f3 SSLIM=ffffffff
EBP=0011f348 FLG=00252206

FT2LIB.DLL 0001:00007d1d

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

04-07-2008 08:49:25 SYS3175 PID 0027 TID 0011 Slot 0076
H:\SEAMONKEY\SEAMONKEY.EXE
c0000005
16e3b7be
P1=00000001 P2=63662d78 P3=XXXXXXXX P4=XXXXXXXX
EAX=02a60000 EBX=63662d78 ECX=00000030 EDX=2f6e6f69
ESI=02a6150b EDI=02dfdc30
DS=0053 DSACC=f0f3 DSLIM=ffffffff
ES=0053 ESACC=f0f3 ESLIM=ffffffff
FS=150b FSACC=00f3 FSLIM=00000030
GS=0000 GSACC=**** GSLIM=********
CS:EIP=005b:16e3b7be CSACC=f0df CSLIM=ffffffff
SS:ESP=0053:09b30d98 SSACC=f0f3 SSLIM=ffffffff
EBP=09b30de4 FLG=00012206

FLASHWIN.DLL 0001:001cb7be

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

04-08-2008 13:53:10 SYS3175 PID 0027 TID 0001 Slot 004a
H:\SEAMONKEY\SEAMONKEY.EXE
c0000005
1f237d1d
P1=00000002 P2=00000000 P3=XXXXXXXX P4=XXXXXXXX
EAX=45b3c17a EBX=00000001 ECX=7061701f EDX=44914174
ESI=00000000 EDI=8000150b
DS=0053 DSACC=f0f3 DSLIM=ffffffff
ES=0053 ESACC=f0f3 ESLIM=ffffffff
FS=150b FSACC=00f3 FSLIM=00000030
GS=0000 GSACC=**** GSLIM=********
CS:EIP=005b:1e99176a CSACC=f0df CSLIM=ffffffff
SS:ESP=0053:0011ff48 SSACC=f0f3 SSLIM=ffffffff
EBP=0000f40a FLG=00252202

FT2LIB.DLL 0001:00007d1d

In Config.sys for eCS, I have a statement:

VIRTUALADDRESSLIMIT=1536.

In Config.sys for Warp 4 there is no VIRTUALADDRESSLIMIT= statement.

I will go ahead and add VIRTUALADDRESSLIMIT=1536 to the Config.sys for
Warp 4 and see what happens (unless you think that is a mistake).

Thanks,
Sandy


Content Type: text/html

Content-Transfer-Encoding: 7bit Steven Levine wrote:


Linear address space is the set of addresses that a program can utilize. 
In a 32-bit OS like eCS/OS2 the maximal linear address space available to
an application is 4GB.  For various reasons, the usable address space will
be less.  Some of the address space will reserved for the kernel; some may
be reserved by video hardware; some may be unavailable because the kernel
simply does not make is available (i.e. VIRTUALADDRESSLIMIT).  In addition
not all applications are capable of using the all of the address space
that may be available.  For example,  Peter's enhanced Mozilla app builds
can use more of the available address space than the traditional builds.

  
and if that is the 
problem, is there anything I can do about it?
    

First you need to be sure this is the problem.  After this, you need to
tune your system to maximize the available address and maximize the use of
the available address space while minimizing negative side-effects. 
Tuning is always a balancing act.

  

A few observations:

I ran Seamonkey under eCS for a whole day on two different days without difficulty.

Under Warp 4, at least once a day the program disappears. The following appears in the popup log:

04-04-2008  19:34:46  SYS3175  PID 0026  TID 0001  Slot 0068
H:\SEAMONKEY\SEAMONKEY.EXE
c0000005
1f247d1d
P1=00000002  P2=00000000  P3=XXXXXXXX  P4=XXXXXXXX 
EAX=00000000  EBX=18e41248  ECX=00000000  EDX=18e41248
ESI=00000000  EDI=00000000 
DS=0053  DSACC=f0f3  DSLIM=ffffffff 
ES=0053  ESACC=f0f3  ESLIM=ffffffff 
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1f250832  CSACC=f0df  CSLIM=ffffffff
SS:ESP=0053:0011f0cc  SSACC=f0f3  SSLIM=ffffffff
EBP=0011f348  FLG=00252206

FT2LIB.DLL 0001:00007d1d

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

04-07-2008  08:49:25  SYS3175  PID 0027  TID 0011  Slot 0076
H:\SEAMONKEY\SEAMONKEY.EXE
c0000005
16e3b7be
P1=00000001  P2=63662d78  P3=XXXXXXXX  P4=XXXXXXXX 
EAX=02a60000  EBX=63662d78  ECX=00000030  EDX=2f6e6f69
ESI=02a6150b  EDI=02dfdc30 
DS=0053  DSACC=f0f3  DSLIM=ffffffff 
ES=0053  ESACC=f0f3  ESLIM=ffffffff 
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:16e3b7be  CSACC=f0df  CSLIM=ffffffff
SS:ESP=0053:09b30d98  SSACC=f0f3  SSLIM=ffffffff
EBP=09b30de4  FLG=00012206

FLASHWIN.DLL 0001:001cb7be

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

04-08-2008  13:53:10  SYS3175  PID 0027  TID 0001  Slot 004a
H:\SEAMONKEY\SEAMONKEY.EXE
c0000005
1f237d1d
P1=00000002  P2=00000000  P3=XXXXXXXX  P4=XXXXXXXX 
EAX=45b3c17a  EBX=00000001  ECX=7061701f  EDX=44914174
ESI=00000000  EDI=8000150b 
DS=0053  DSACC=f0f3  DSLIM=ffffffff 
ES=0053  ESACC=f0f3  ESLIM=ffffffff 
FS=150b  FSACC=00f3  FSLIM=00000030
GS=0000  GSACC=****  GSLIM=********
CS:EIP=005b:1e99176a  CSACC=f0df  CSLIM=ffffffff
SS:ESP=0053:0011ff48  SSACC=f0f3  SSLIM=ffffffff
EBP=0000f40a  FLG=00252202

FT2LIB.DLL 0001:00007d1d


In Config.sys for eCS, I have a statement:

VIRTUALADDRESSLIMIT=1536.

In Config.sys for Warp 4 there is no VIRTUALADDRESSLIMIT=    statement.

I will go ahead and add VIRTUALADDRESSLIMIT=1536  to the Config.sys for Warp 4 and see what happens (unless you think that is a mistake).

Thanks,
Sandy

Content Type: text/plain

=====================================================

To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".

For problems, contact the list owner at
"postmaster@scoug.com".

=====================================================


<< Previous Message << >> Next Message >>

Return to [ 16 | April | 2008 ]



The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA

Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS RESERVED.

SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group. OS/2, Workplace Shell, and IBM are registered trademarks of International Business Machines Corporation. All other trademarks remain the property of their respective owners.