Re: Problem with ASP on Webserver
- From: <Frank.Juul.K@xxxxxxxxx>
- Date: Mon, 14 May 2007 08:58:04 +0200
Hi John.
Thanks for the "help" so far. I'm going to try the JSCRIPT to see if the
problem also is there.
If that is not the case then we will problerly use that as a workaround. We
are also going to
try the VBSCRIPT on an X86 platform to see if the problem only is on the
MIPSII platform
that we use.
By the way I thing I have found a bug in the private code of the ASP.DLL
that you guys should
consider to fix:
Line 173 in the Request.cpp file in the ASP/CORE source files there is no
"data" delivered for the debug error
message
// Original
// DEBUGMSG_ERR(ZONE_ERROR,(L"ASP: Request::BinaryRead failed with err =
%d, GLE = 0x%08x\r\n"));
// Modified
DEBUGMSG_ERR(ZONE_ERROR,(L"ASP: Request::BinaryRead failed with err = %d,
GLE = 0x%08x\r\n",
err, GetLastError()));
That could cause a crash, as far as I know and how knows mayby there is more
of this kind of errors in the Server code.
The bad thing is that prefast does not even catch this one.
Frank J. K.
"John Spaith [MS]" <jspaith@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:OX4LaWykHHA.3484@xxxxxxxxxxxxxxxxxxxxxxx
Frank - again I'm very sorry for the problems you've been hitting with
this. If you don't have memory exhaustion issues and you're not running
your own ActiveX, it points very strongly to this being a VBScript bug.
Unfortunately VB is way outside my are of knowledge -- actually I take
that back, it is fortunate for me at least I don't have to mess with VB
internals :).
I think the thing to do now is to contact http://support.microsoft.com/
and let them know about this. Feel free to quote me as believing this is
an MS bug as that may help speed things along for you. Be aware that
there is a general paranoia around QFE'ng things and there is typically
some time delay too even if a fix is released, so I recommend you
understand workarounds for this in parallel with contacting Microsoft.
This is about the worst possible answer for this I can give you and I
again apologize for the inconvenience you're having here.
--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation
Check out the CE Networking Team Blog at http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All rights
reserved.
"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam DOT
com> wrote in message news:OgRUHjxkHHA.3388@xxxxxxxxxxxxxxxxxxxxxxx
Yes, that's true. There's a pretty limited list of things that it can
grab. Entrek's TOOLBOX is a lot better for memory stuff. Sorry for my
lack of confidence...
Paul T.
<Frank.Juul.K@xxxxxxxxx> wrote in message
news:eytOeBtkHHA.3704@xxxxxxxxxxxxxxxxxxxxxxx
Hi Paul.
No, I know the memory model, I have made my own Virtual memory dump
program using the VirtualQuery method
to get the information from the processes counting the Comitted, free
and reserved pages in each process and the result was
that the Services.exe process had plenty of free pages so that is not
the problem. And why is there no tool from MS that can
give information about the processes virtual memory usage. I think that
should have been a part of the remote performance
monitor tool but it is not as far as I can see.
Frank J. K.
"Paul G. Tobey [eMVP]" <p space tobey no spam AT no instrument no spam
DOT com> wrote in message news:uzCi0WlkHHA.5048@xxxxxxxxxxxxxxxxxxxxxxx
As John alluded to, each process can *only have 32MB* of virtual
address space in any given process, regardless of how much total RAM
you have. Sounds like you need to bone up a bit on the Windows CE 5.0
and earlier memory model.
Paul T.
<Frank.Juul.K@xxxxxxxxx> wrote in message
news:edIxu0kkHHA.1624@xxxxxxxxxxxxxxxxxxxxxxx
Hi John.
I have checked the virtual memory and there is no problem with that
part.
Physical memory is also not a problem the target has 128 MB of RAM.
There is no ActiveX object involved in this problem, we only request a
ASP page with some
VBScript code that contains a function and some code, if we remove the
function in the script
the problem goes away in the release build. But with the function in
the script we sometimes
get a parse error on line 1 and sometimes on other lines in the
script. I have tried functions that is
empty and functions with code in it.
We get a crash even without a function in the script when running in
debug mode and hitting the refresh
button very often in the internet browser .
Frank J. K.
"John Spaith [MS]" <jspaith@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:%23WOamBZkHHA.1220@xxxxxxxxxxxxxxxxxxxxxxx
Frank - I spoke with our VBScript developer and he's not sure what's
going on either. Could you check to see if you're running out of
Virtual Memory for the process (32MB on CE5 & prior) or even real
physical memory? The next idea is there any chance your ActiveX
objects could be corrupting some memory? If you could simplify them
as much as possible that could also help limit it down.
My suggestions though are just sanity checks - my gut still tells me
this is a VBScript bug. If my ideas don't help out, I'm afraid
you're going to have to go through support.microsoft.com on this one.
I'm very sorry you're having to deal with this and that I'm not of
more help here.
--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation
Check out the CE Networking Team Blog at
http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers no
rights.
You assume all risk for your use. © 2006 Microsoft Corporation. All
rights reserved.
<Frank.Juul.K@xxxxxxxxx> wrote in message
news:uhpEEAVkHHA.680@xxxxxxxxxxxxxxxxxxxxxxx
Hi Again John.
I have made some modifications to the ASP private code to find out
where the problem is.
Here is the output from my modifications and the source where the
problem is
DEBUG OUTPUT:
4294815117 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript ParseScriptText DONE
4294815156 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript SetScriptState DONE
4294815157 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
RunScript DONE
4294815157 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
Flush DONE
4294815281 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
ConvertToScript DONE
4294815282 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
CreateCRequestStrList DONE
4294815284 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
InitScript DONE
4294815285 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript m_piActiveScriptParse = 0x501a4,
m_bstrScriptData= 0x4e968
m_wszModName=VBS-0x67bfff32
4294815300 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript ParseScriptText DONE
4294815339 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript SetScriptState DONE
4294815340 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
RunScript DONE
4294815340 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
Flush DONE
4294815458 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
ConvertToScript DONE
4294815459 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
CreateCRequestStrList DONE
4294815461 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
InitScript DONE
4294815461 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript m_piActiveScriptParse = 0x501a4,
m_bstrScriptData= 0x4e968
m_wszModName=VBS-0x67bfff32
4294815476 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript ParseScriptText DONE
4294815515 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript SetScriptState DONE
4294815516 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
RunScript DONE
4294815517 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
Flush DONE
4294815648 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
ConvertToScript DONE
4294815648 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
CreateCRequestStrList DONE
4294815651 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
InitScript DONE
4294815651 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript m_piActiveScriptParse = 0x51694,
m_bstrScriptData= 0x4f678
m_wszModName=VBS-0x67bfff32
4294815667 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript ParseScriptText DONE
4294815706 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript SetScriptState DONE
4294815707 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
RunScript DONE
4294815708 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
Flush DONE
4294815840 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
ConvertToScript DONE
4294815841 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
CreateCRequestStrList DONE
4294815843 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
InitScript DONE
4294815843 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript m_piActiveScriptParse = 0x51694,
m_bstrScriptData= 0x4f678
m_wszModName=VBS-0x67bfff32
4294815858 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript ParseScriptText DONE
4294815897 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript SetScriptState DONE
4294815898 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
RunScript DONE
4294815898 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
Flush DONE
4294816019 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
ConvertToScript DONE
4294816019 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
CreateCRequestStrList DONE
4294816022 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
InitScript DONE
4294816022 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript m_piActiveScriptParse = 0x55de4,
m_bstrScriptData= 0x545a8
m_wszModName=VBS-0x67bfff32
4294816038 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript ParseScriptText DONE
4294816076 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript SetScriptState DONE
4294816078 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
RunScript DONE
4294816078 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
Flush DONE
4294816198 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
ConvertToScript DONE
4294816199 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
CreateCRequestStrList DONE
4294816201 PID:87d1af62 TID:67bfff32 0x87bffa18: CASPState::Main
InitScript DONE
4294816202 PID:87d1af62 TID:67bfff32 0x87bffa18:
CASPState::RunScript m_piActiveScriptParse = 0x55de4,
m_bstrScriptData= 0x545a8
m_wszModName=VBS-0x67bfff32
4294816216 PID:87d1af62 TID:67bfff32 0x87bffa18: Exception 00b
Thread=87bffa18 Proc=87d1af62 'services.exe'
4294816216 PID:87d1af62 TID:67bfff32 0x87bffa18: AKY=00000041
PC=0e13fa98(services.exe+0x0012fa98)
RA=0e13fa78(services.exe+0x0012fa78) BVA=0e13eda8
SOURCE:
Function BOOL CASPState::RunScript()
// MB
DEBUGCHK(m_bstrScriptData);
DEBUGCHK(m_piActiveScriptParse);
DEBUGCHK(wcslen(m_wszModName) > 0);
DEBUGMSG(1, (_T("CASPState::RunScript m_piActiveScriptParse = 0x%x,
m_bstrScriptData= 0x%x\r\n m_wszModName=%s\r\n"),
m_piActiveScriptParse,
m_bstrScriptData,
m_wszModName));
hr = m_piActiveScriptParse->ParseScriptText(
m_bstrScriptData, // script text
m_wszModName, // module name
NULL, // pstrItemName
NULL, // punkContext
0, // End script delemiter
1, // starting line #
0,
NULL, // pvar Result
&excep // error info if there's a failure, must not = NULL
);
if (SCRIPT_E_REPORTED == hr)
hr = S_OK;
if (FAILED(hr))
{
......
}
// MB
DEBUGMSG(1, (_T("CASPState::RunScript ParseScriptText DONE\r\n")));
We never reach the point where I write
CASPState::RunScript ParseScriptText DONE
So it fails in the ParseScriptText function. I have looked for the
source for the IID_IActiveScriptParse but can not find it so I think
it must be a part of the private code that is not available to me?
One or more times the debug output reported
ASP: Parse error in script caught by IActiveScript
ASP: Error string is NULL, err code = ...
A couple of times before the crash when the webpage was request by
the browser.
I hope this information helps to find the problem.
Best regards
Frank J. K.
<Frank.Juul.K@xxxxxxxxx> wrote in message
news:egfTSXKkHHA.4596@xxxxxxxxxxxxxxxxxxxxxxx
Hi John.
I have made a new debug dump and it looks like this.
20758 PID:c7d35c6a TID:a7b85fc2 0x87be9800: ASP:
CScriptSite::Release,
count is 2
20759 PID:c7d35c6a TID:a7b85fc2 0x87be9800: ASP:
CScriptSite::Release,
count is 1
20759 PID:c7d35c6a TID:a7b85fc2 0x87be9800: ASP: In
CASPState::~CASPState
20760 PID:c7d35c6a TID:a7b85fc2 0x87be9800: ASP: ExecuteASP
completed
processing, returning to httpd
20761 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Wrote log out
to file
20761 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Calling
CHttpRequest
destructor
20762 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Calling
select(1c5).
Timeout=0
20762 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Select(1c5) got
0
20763 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: RecvToBuf
returns error
err = 1400, GLE = 0x0000274c
20903 PID:c7d35c6a TID:7db6702 0x87c6ab58: HTP_IOControl(dwCode =
0x1040034)
20905 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: HandleRequest:
entry.
Current Authorization Level = 0
20905 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: RecvToBuf()
sock=455,dwLength=-1,fFromFilter=0,fFirstPostRead=0,fSSLRenegotiate=0,fReadHeaders=1,fIsSecure=0
20906 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: m_iSize = 0,
m_iNextOut
= 0, m_iNextIn = 0, m_iNextInFollow = 0
20906 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD:
m_iNextRequestBegin =
0, m_iNextRequestSize =0, m_iNextDecrypt=0
20906 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Calling
select(1c7).
Timeout=60000
20907 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Select(1c7) got
1
20908 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: New buffer
(data=282
size=1024 buf=0x00063c68)
20908 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: RecvToBuf:
available
bytes=281, bytes we'll recv=281
20909 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: recv(1c7) got
281
20909 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: m_iSize = 1024,
m_iNextOut = 0, m_iNextIn = 281, m_iNextInFollow = 0
20909 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD:
m_iNextRequestBegin =
0, m_iNextRequestSize =0, m_iNextDecrypt=0
20910 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: RecvToBuf:
found double
CRLF to close headers
20910 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: m_iSize = 1024,
m_iNextOut = 0, m_iNextIn = 281, m_iNextInFollow = 0
20911 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD:
m_iNextRequestBegin =
0, m_iNextRequestSize =0, m_iNextDecrypt=0
20911 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: end RecvToBuf
(ret=0
err=0 iGLE=0)
20912 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got token (GET)
Len 3
20912 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got token
(/test4.asp
HTTP/1.1) Len 19
20913 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: NextLine: OK
20913 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got token
(Accept:) Len
7
20913 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Parsing Accept:
20914 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got token (*/*)
Len 3
20914 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: NextLine: OK
20915 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got token
(Accept-Language:) Len 16
20915 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Ignoring header
Accept-Language:
20915 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: NextLine: OK
20916 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got token
(UA-CPU:) Len
7
20916 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Ignoring header
UA-CPU:
20916 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: NextLine: OK
20917 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got token
(Accept-Encoding:) Len 16
20917 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Ignoring header
Accept-Encoding:
20917 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: NextLine: OK
20917 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got token
(User-Agent:)
Len 11
20918 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Ignoring header
User-Agent:
20918 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: NextLine: OK
20919 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got token
(Host:) Len 5
20919 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Parsing Host:
20919 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got token
(192.168.21.103) Len 14
20920 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: NextLine: OK
20920 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got token
(Connection:)
Len 11
20920 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Parsing
Connection:
20921 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got token
(Keep-Alive)
Len 10
20921 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: NextLine: OK
20921 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Got NULL token
20921 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: NextLine: OK
20922 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Parser: DONE
20923 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: URL /test4.asp
matched
VRoot / (path \NorFlash\www\wwwpub\, perm=517, auth=0)
20924 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: URL / matched
VRoot /
(path \NorFlash\www\wwwpub\, perm=517, auth=0)
20924 PID:c7d35c6a TID:a7b85fc2 0x87be9800: HTTPD: Found ISAPI dll
in
cache, name = \windows\asp.dll, cur ref count = 0
20925 PID:c7d35c6a TID:a7b85fc2 0x87be9800: ASP: ExecuteASP
successfully
called, ASP handler beginning
20930 PID:c7d35c6a TID:a7b85fc2 0x87be9800: ASP:
CalculateBufferSize
will add 454 bytes to script
20931 PID:c7d35c6a TID:a7b85fc2 0x87be9800: ASP: Script text is:
Response.Write("<!DOCTYPE html PUBLIC "&chr(34)&"-//W3C//DTD XHTML
1.0
Transitional//EN"&chr(34)&"
"&chr(34)&"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&chr(34)&">"&chr(13)&chr(10)&"<html
xmlns="&chr(34)&
20935 PID:c7d35c6a TID:a7b85fc2 0x87be9800: ASP:
CScriptSite::AddRef,
count will be 2
20935 PID:c7d35c6a TID:a7b85fc2 0x87be9800: ASP: GetLCID called,
lcid =
2048
20950 PID:c7d35c6a TID:a7b85fc2 0x87be9800: Exception 00a
Thread=87be9800
Proc=c7d35c6a 'services.exe'
20950 PID:c7d35c6a TID:a7b85fc2 0x87be9800: AKY=00000041
PC=0e13fa80(services.exe+0x0012fa80)
RA=0e13fa78(services.exe+0x0012fa78)
BVA=0e13ef10
Call Stack: services.exe: 0x47C38AE2 14:41:01 05/07/2007 Romance
Standard
Time
0e13fa78()
End Call Stack: services.exe: 0x47C38AE2 14:41:01 05/07/2007
Romance
Standard Time
I have the modules and symboles table showing the load address of
the services.exe
Modules and Symbols 14:38:19 05/07/2007 Romance Standard Time
Module Image Address Range Module Handle
Usage
Mask Relocated Data Address Range Status
Time Stamp Flags Trust Level Path
PDB Path
pcmcia.dll 0x01330000 - 0x01359FFF 0x87EC26D0
0x00000008 Loaded
0x463EDC99 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\PCMCIA.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\pcmcia.pdb
rsaenh.dll 0x01360000 - 0x01392FFF 0x87F24000
0x00000008 Unloaded
0x44FE1E3E 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\RSAENH.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\RSAENH.DLL
trueffs.dll 0x013A0000 - 0x013F5FFF 0x87EC6E50
0x00000008 Loaded
0x463EDCA0 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\TRUEFFS.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\TrueFFS.pdb
ohcd.dll 0x01400000 - 0x01440FFF 0x87ED29F0
0x00000008 Loaded
0x463EDC9A 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\OHCD.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ohcd.pdb
auusbsl.dll 0x01450000 - 0x01464FFF 0x87DFC1E8
0x00000008 Loaded
0x463EDC9B 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\AUUSBSL.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\auusbsl.pdb
ddi_au1100lcd.dll 0x01480000 - 0x014DAFFF 0x87D7AEB8
0x00000010 Loaded
0x463EDC9D 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\DDI_AU1100LCD.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\DDI_AU1100LCD.pdb
au16550.dll 0x014E0000 - 0x014F3FFF 0x87F90ED8
0x00000008 Loaded
0x463EDC99 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\AU16550.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\au16550.pdb
sdio.dll 0x01500000 - 0x01516FFF 0x87D96E50
0x00000008 Loaded
0x463EDC9D 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SDIO.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SDIO.pdb
touchp.dll 0x01520000 - 0x0152AFFF 0x87DE9EC8
0x00000010 Loaded
0x463EDC9A 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\TOUCHP.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\touchp.pdb
ssi.dll 0x01530000 - 0x01535FFF 0x87F325E0
0x00000018 Loaded
0x463EDC99 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SSI.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SSI.pdb
gpio.dll 0x01540000 - 0x01547FFF 0x87F8CED0
0x00000008 Loaded
0x463EDC98 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\GPIO.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\GPIO.pdb
kbdmouse.dll 0x01550000 - 0x01564FFF 0x87DDBEC8
0x00000010 Loaded
0x4639B4D7 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\KBDMOUSE.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\KbdNopUS.pdb
ddcore.dll 0x01770000 - 0x01811FFF 0x87D1DD18
0x00000010 Loaded
0x463EDBBC 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\DDCORE.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ddcore.pdb
shcore.dll 0x018E0000 - 0x018E6FFF 0x87D1FF00
0x00000020 Loaded
0x463EDBA8 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SHCORE.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\shcore.pdb
ceshell.dll 0x018F0000 - 0x0196CFFF 0x87D17BD8
0x00000020 Loaded
0x463EDBA9 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\CESHELL.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ceshell.pdb
timesvc.dll 0x01970000 - 0x01978FFF 0x87C3FE80
0x00000040 Loaded
0x4639B56E 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\TIMESVC.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\timesvc.pdb
ftpd.dll 0x019A0000 - 0x019C0FFF 0x87C3BE88
0x00000040 Loaded
0x4639B567 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\FTPD.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ftpd.pdb
telnetd.dll 0x019D0000 - 0x019E5FFF 0x87C44EB0
0x00000040 Loaded
0x4639B566 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\TELNETD.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\telnetd.pdb
asp.dll 0x01A10000 - 0x01A33FFF 0x87CE3DF8
0x00000040 Loaded
0x463EDB9E 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ASP.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\asp.pdb
httpd.dll 0x01A40000 - 0x01A8AFFF 0x87C68728
0x00000040 Loaded
0x4639B56C 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\HTTPD.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\httpd.pdb
vbscript.dll 0x01A90000 - 0x01B81FFF 0x87C16F08
0x00000040 Loaded
0x463EDB99 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\VBSCRIPT.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\vbscript.pdb
ieceext.dll 0x02E40000 - 0x02E52FFF 0x87D05878
0x00000020 0x01F2F000 - 0x01F2F26C Loaded
0x463EDB86 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\IECEEXT.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ieceext.pdb
imaging.dll 0x02F10000 - 0x02FBDFFF 0x87CF1720
0x00000020 0x01F35000 - 0x01F353EC Loaded
0x463EDB73 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\IMAGING.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\imaging.pdb
oleaut32.dll 0x031F0000 - 0x03245FFF 0x87D10B08
0x00000060 0x01F50000 - 0x01F50EF0 Loaded
0x4639B51C 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\OLEAUT32.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\oleaut32.pdb
ole32.dll 0x03250000 - 0x032B2FFF 0x87ED2270
0x00000078 0x01F52000 - 0x01F5350C Loaded
0x4639B51A 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\OLE32.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ole32.pdb
mouhid.dll 0x032D0000 - 0x032D6FFF 0x87E4C9F8
0x00000008 0x01F57000 - 0x01F574A4 Loaded
0x4639B4E6 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\MOUHID.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\mouhid.pdb
kbdhid.dll 0x032F0000 - 0x032F9FFF 0x87E701A0
0x00000008 0x01F5B000 - 0x01F5B4DC Loaded
0x4639B4E5 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\KBDHID.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\kbdhid.pdb
hidparse.dll 0x03300000 - 0x03313FFF 0x87E7B3E8
0x00000008 0x01F5D000 - 0x01F5D46C Loaded
0x4639B4E1 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\HIDPARSE.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\hidparse.pdb
usbhid.dll 0x033D0000 - 0x033E8FFF 0x87E7B260
0x00000008 0x01F6B000 - 0x01F6B53C Loaded
0x4639B4E1 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\USBHID.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\usbhid.pdb
usbd.dll 0x033F0000 - 0x03401FFF 0x87ECB788
0x00000008 0x01F6D000 - 0x01F6D5C0 Loaded
0x4639D656 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\USBD.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\usbd.pdb
sdbus.dll 0x03430000 - 0x0345FFFF 0x87D92C78
0x00000008 0x01F71000 - 0x01F71650 Loaded
0x4639B4DD 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SDBUS.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\sdbus.pdb
msasn1.dll 0x03480000 - 0x03499FFF 0x87E0F0F0
0x00000048 0x01F75000 - 0x01F750F4 Loaded
0x4639B49B 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\MSASN1.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\msasn1.pdb
crypt32.dll 0x034A0000 - 0x0352DFFF 0x87E14CB0
0x00000048 0x01F77000 - 0x01F78019 Loaded
0x4639B49E 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\CRYPT32.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\crypt32.pdb
netbios.dll 0x03530000 - 0x0354BFFF 0x87E33218
0x00000008 0x01F7A000 - 0x01F7AACC Loaded
0x4639B4B8 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\NETBIOS.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\netbios.pdb
redir.dll 0x03550000 - 0x035C5FFF 0x87E1E830
0x00000008 0x01F7C000 - 0x01F7D530 Loaded
0x4639B4B7 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\REDIR.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\redir.pdb
unimodem.dll 0x035D0000 - 0x035FAFFF 0x87EF51E8
0x00000008 0x01F7F000 - 0x01F7F7C0 Loaded
0x4639B4AB 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\UNIMODEM.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\unimodem.pdb
tapi.dll 0x03600000 - 0x03654FFF 0x87EE5DB8
0x00000008 0x01F81000 - 0x01F81C08 Loaded
0x4639B4B6 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\TAPI.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\tapi.pdb
tcpstk.dll 0x03660000 - 0x0373EFFF 0x87E3D850
0x00000008 0x01F83000 - 0x01F8ADA4 Loaded
0x4639B4AB 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\TCPSTK.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\tcpstk.pdb
vmini.dll 0x03740000 - 0x0374AFFF 0x87EEB1F0
0x00000008 0x01F8C000 - 0x01F8C650 Loaded
0x4639B4EE 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\VMINI.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\vmini.pdb
dhcp.dll 0x03750000 - 0x03765FFF 0x87E3DE60
0x00000008 0x01F8E000 - 0x01F8E614 Loaded
0x4639B4B3 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\DHCP.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\dhcp.pdb
autoras.dll 0x03770000 - 0x03777FFF 0x87E33448
0x00000008 0x01F90000 - 0x01F9051C Loaded
0x4639B4B4 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\AUTORAS.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\autoras.pdb
ndispwr.dll 0x03780000 - 0x03786FFF 0x87D90C78
0x00000008 0x01F92000 - 0x01F924F4 Loaded
0x4639B4A5 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\NDISPWR.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ndispwr.pdb
ndisuio.dll 0x03790000 - 0x037A4FFF 0x87D90EC0
0x00000008 0x01F94000 - 0x01F94684 Loaded
0x4639B4B4 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\NDISUIO.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ndisuio.pdb
ndis.dll 0x037B0000 - 0x0381FFFF 0x87F329A8
0x00000008 0x01F96000 - 0x01F971D4 Loaded
0x4639B4A9 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\NDIS.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ndis.pdb
afd.dll 0x03820000 - 0x03860FFF 0x87E70460
0x00000008 0x01F99000 - 0x01F99F08 Loaded
0x4639B4AD 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\AFD.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\afd.pdb
cryptdll.dll 0x03870000 - 0x0387DFFF 0x87E0FAD0
0x00000048 0x01F9B000 - 0x01F9BFC0 Loaded
0x4639B49A 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\CRYPTDLL.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\cryptdll.pdb
spnego.dll 0x03880000 - 0x03898FFF 0x87E062A0
0x00000048 0x01F9D000 - 0x01F9DED0 Loaded
0x4639B49C 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SPNEGO.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\spnego.pdb
kerberos.dll 0x038A0000 - 0x03909FFF 0x87E0F808
0x00000048 0x01F9F000 - 0x01FA0690 Loaded
0x4639B49B 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\KERBEROS.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\kerberos.pdb
credprov.dll 0x03910000 - 0x03915FFF 0x87C684A0
0x00000040 0x01FA2000 - 0x01FA2498 Loaded
0x4639B4A0 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\CREDPROV.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\credprov.pdb
credsvc.dll 0x03920000 - 0x03947FFF 0x87C680A8
0x00000040 0x01FA4000 - 0x01FA4670 Loaded
0x4639B4A0 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\CREDSVC.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\credsvc.pdb
schannel.dll 0x03950000 - 0x03993FFF 0x87E14A88
0x00000048 0x01FA6000 - 0x01FA7274 Loaded
0x4639B49F 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SCHANNEL.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\schannel.pdb
secur32.dll 0x039A0000 - 0x039A8FFF 0x87E14510
0x00000048 0x01FA9000 - 0x01FA952C Loaded
0x4639B49A 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SECUR32.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\secur32.pdb
ssllsp.dll 0x039B0000 - 0x039C7FFF 0x87CEA718
0x00000048 0x01FAB000 - 0x01FAC055 Loaded
0x4639B4AF 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SSLLSP.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ssllsp.pdb
wspm.dll 0x039E0000 - 0x039E6FFF 0x87C73D30
0x00000048 0x01FB0000 - 0x01FB0154 Loaded
0x4639B4AE 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\WSPM.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\wspm.pdb
ws2instl.dll 0x039F0000 - 0x039F9FFF 0x87E06EA8
0x00000008 0x01FB2000 - 0x01FB212D Loaded
0x4639B4AD 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\WS2INSTL.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ws2instl.pdb
ws2.dll 0x03A00000 - 0x03A14FFF 0x87E33B78
0x00000048 0x01FB4000 - 0x01FB4B24 Loaded
0x4639B497 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\WS2.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ws2.pdb
winsock.dll 0x03A20000 - 0x03A25FFF 0x87E33EF0
0x00000048 0x01FB6000 - 0x01FB608C Loaded
0x4639B498 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\WINSOCK.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\winsock.pdb
iphlpapi.dll 0x03A30000 - 0x03A4FFFF 0x87E33948
0x00000048 0x01FB8000 - 0x01FB8AB8 Loaded
0x4639B4A4 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\IPHLPAPI.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\iphlpapi.pdb
cxport.dll 0x03A50000 - 0x03A65FFF 0x87F32D10
0x00000008 0x01FBA000 - 0x01FBBA34 Loaded
0x4639B4A8 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\CXPORT.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\cxport.pdb
pppoe.dll 0x03A70000 - 0x03AA3FFF 0x87EEFEE0
0x00000008 0x01FBD000 - 0x01FBE969 Loaded
0x4639B4B7 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\PPPOE.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\pppoe.pdb
asyncmac.dll 0x03AB0000 - 0x03AC1FFF 0x87EEBED8
0x00000008 0x01FC0000 - 0x01FC0968 Loaded
0x4639B4AA 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ASYNCMAC.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\asyncmac.pdb
ppp.dll 0x03AD0000 - 0x03B2FFFF 0x87E5FBC8
0x00000008 0x01FC2000 - 0x01FC2EA0 Loaded
0x4639B4B5 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\PPP.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ppp.pdb
ethman.dll 0x03B30000 - 0x03B36FFF 0x87D92EC0
0x00000008 0x01FC4000 - 0x01FC4554 Loaded
0x4639B4B3 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ETHMAN.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ethman.pdb
netui.dll 0x03B40000 - 0x03B9DFFF 0x87CE3880
0x00000008 0x01FC6000 - 0x01FCC7E8 Loaded
0x4639B4A6 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\NETUI.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\netui.pdb
ceddk.dll 0x03BA0000 - 0x03BAAFFF 0x87FA5F00
0x00000018 0x01FCE000 - 0x01FCE278 Loaded
0x463EDC97 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\CEDDK.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\CEDDK.pdb
mspart.dll 0x03BB0000 - 0x03BBCFFF 0x87E702D8
0x00000002 0x01FD0000 - 0x01FD04A8 Loaded
0x4639B4EB 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\MSPART.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\mspart.pdb
fsdmgr.dll 0x03BC0000 - 0x03BF1FFF 0x87FE3E50
0x00000002 0x01FD2000 - 0x01FD27F8 Loaded
0x4639B495 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\FSDMGR.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\fsdmgr.pdb
largekb.dll 0x03C30000 - 0x03C4EFFF 0x87CEAD00
0x00000008 0x01FDB000 - 0x01FDBEC0 Loaded
0x4639B4BB 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\LARGEKB.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\LargeKB.pdb
softkb.dll 0x03C50000 - 0x03C5CFFF 0x87EDEEA8
0x00000008 0x01FDD000 - 0x01FDD2A8 Loaded
0x4639B4BC 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SOFTKB.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\softkb.pdb
commctrl.dll 0x03C90000 - 0x03D78FFF 0x87D17E20
0x00000028 0x01FE1000 - 0x01FE1C04 Loaded
0x463EDBE7 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\COMMCTRL.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\commctrl.pdb
zlib.dll 0x03DA0000 - 0x03DB3FFF 0x87CD1DC0
0x00000020 0x01FE5000 - 0x01FE54E0 Loaded
0x4639B4EC 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\ZLIB.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\zlib.pdb
toolhelp.dll 0x03DC0000 - 0x03DC5FFF 0x87FE3260
0x00000004 0x01FE7000 - 0x01FE7058 Loaded
0x4639B493 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\TOOLHELP.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\toolhelp.pdb
relfsd.dll 0x03DE0000 - 0x03DEBFFF 0x87FBAB38
0x00000002 0x01FEB000 - 0x01FEBADC Loaded
0x4639B496 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\RELFSD.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\relfsd.pdb
fatfsd.dll 0x03E20000 - 0x03E57FFF 0x87E62E90
0x00000002 0x01FF2000 - 0x01FF263C Loaded
0x4639B4E8 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\FATFSD.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\tfat.pdb
notify.dll 0x03E60000 - 0x03E7CFFF 0x87CC41F8
0x00000040 0x01FF4000 - 0x01FF494C Loaded
0x4639B4A3 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\NOTIFY.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\notify.pdb
pm.dll 0x03E80000 - 0x03EA7FFF 0x87FA5458
0x00000008 0x01FF6000 - 0x01FF6704 Loaded
0x4639B4C7 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\PM.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\pm.pdb
busenum.dll 0x03EB0000 - 0x03EB9FFF 0x87F89E48
0x00000008 0x01FF8000 - 0x01FF850C Loaded
0x4639B4CA 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\BUSENUM.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\busenum.pdb
devmgr.dll 0x03ED0000 - 0x03EECFFF 0x87FAFCA8
0x00000008 0x01FFC000 - 0x01FFC6B4 Loaded
0x4639B4C8 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\DEVMGR.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\devmgr.pdb
coredll.dll 0x03EF0000 - 0x03FF8FFF 0x87FFD930
0x0000007F 0x01FFE000 - 0x01FFF745 Loaded
0x463EDBE1 0 0
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\COREDLL.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\coredll.pdb
filesys.exe 0x04010000 - 0x040A6FFF 0x00000000
0x00000002 Loaded
0x4639B4ED 0 KERN_TRUST_FULL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\FILESYS.EXE
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\filesys.pdb
shell.exe 0x06010000 - 0x0602AFFF 0x00000000
0x00000004 Loaded
0x4639B494 0 KERN_TRUST_FULL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SHELL.EXE
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\shell.pdb
device.exe 0x08010000 - 0x08013FFF 0x00000000
0x00000008 Loaded
0x4639B4C9 0 KERN_TRUST_FULL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\DEVICE.EXE
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\device.pdb
gwes.exe 0x0A010000 - 0x0A19EFFF 0x00000000
0x00000010 Loaded
0x463EDBE5 0 KERN_TRUST_FULL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\GWES.EXE
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\gwes.pdb
explorer.exe 0x0C010000 - 0x0C06EFFF 0x00000000
0x00000020 Loaded
0x463EDBA9 0 KERN_TRUST_FULL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\EXPLORER.EXE
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\explorer.pdb
services.exe 0x0E010000 - 0x0E027FFF 0x00000000
0x00000040 Loaded
0x4639B56E 0 KERN_TRUST_FULL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\SERVICES.EXE
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\services.pdb
nk.exe 0x80300000 - 0x803B6FFF 0x00000000
0x00000001 0x829B0000 - 0x82A00B9F Unloaded (Timestamp
Mismatch)
0x463EDC95 0 KERN_TRUST_FULL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\NK.EXE
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\NK.EXE
kd.dll 0x803BE000 - 0x803DCFFF 0x87FFF990
0x00000001 0x82A06000 - 0x82A18168 Loaded
0x40DB7EFC 0 KERN_TRUST_FULL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\KD.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\kd.pdb
hd.dll 0x803DE000 - 0x803E3FFF 0x87FFF2B0
0x00000001 0x82A19000 - 0x82A19974 Loaded
0x40DB7EFC 0 KERN_TRUST_FULL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\HD.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\hd.pdb
osaxst0.dll 0x803E5000 - 0x8040EFFF 0x87FFF510
0x00000001 0x82A1A000 - 0x82A1D094 Loaded
0x40DB7EFC 0 KERN_TRUST_FULL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\OSAXST0.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\osaxst0.pdb
osaxst1.dll 0x80410000 - 0x80418FFF 0x87FFF7D8
0x00000001 0x82A1E000 - 0x82A1E964 Loaded
0x40DB7EFC 0 KERN_TRUST_FULL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\OSAXST1.DLL
D:\WINCE500\PBWORKSPACES\EASYPRINT\RELDIR\MB1100_2_MIPSII_DEBUG\osaxst1.pdb
End Modules and Symbols 14:38:19 05/07/2007 Romance Standard Time
The Code where the problem is seen looks like this in assembly:
0E13FA78 tge zero,a2
0E13FA7C nop
0E13FA80 nop
0E13FA84 sra zero,zero,0
0E13FA88 tge zero,a2
0E13FA8C sllv zero,zero,zero
0E13FA90 nop
0E13FA94 tge zero,a2
0E13FA98 movf zero,zero,$fcc0
0E13FA9C lb s1,0x8F60(at)
0E13FAA0 ???
0E13FAA4 nop
0E13FAA8 movf zero,zero,$fcc0
0E13FAAC movf zero,zero,$fcc0
0E13FAB0 tge zero,a2
0E13FAB4 add zero,zero,zero
0E13FAB8 dsll gp,a0,0
0E13FABC movf zero,zero,$fcc0
0E13FAC0 nop
0E13FAC4 sra zero,zero,0
0E13FAC8 jal 084FEBC0
0E13FACC ???
0E13FAD0 jal 084FEC40
0E13FAD4 nop
0E13FAD8 ???
0E13FADC ???
0E13FAE0 jal 084FEC40
0E13FAE4 lh t8,0xC6C8(ra)
0E13FAE8 ???
0E13FAEC jal 084FE728
0E13FAF0 ???
0E13FAF4 jal 084FEC40
0E13FAF8 lh t6,0x3DF8(s8)
0E13FAFC srl zero,zero,0
0E13FB00 srl zero,zero,0
0E13FB04 nop
0E13FB08 sllv zero,zero,zero
0E13FB0C lh ra,0x6E08(sp)
0E13FB10 ???
0E13FB14 tge zero,a2
0E13FB18 lh t6,0x3DF8(s8)
One time when I saw the error I found that the problem must have
something
to do with something trying to access the vbscript.dll because the
BVA=01b25ff8
BVA
Bad Virtual Address
Indicates the Virtual Address being accessed which resulted in
fault.
and if you look at the modules and symboles it matches the address
of the
VBScript.dll.
So the offset inside the VBScript.DLL must be 0x95FF8 and looking
at the
MAP files it looks like it is the GenPcodeLoop function, but I'm
not sure.
0001:00095f08 ?GenPcodeLoop@Parser@@AAAXPAUParseNode@@@Z
10096f08 f
vbscript:pcode.obj
0001:00096a48 ?GenCall@Parser@@AAAXPAUParseNode@@W4E_ADM@1@@Z
10097a48 f vbscript:pcode.obj
I have attached the map files for the services.exe, vbscript.dll,
asp.dll
and httpd.dll
When the crash occour I can not see any symboles and the call stack
is not
usefull, sometimes it is a invalid instruction and
other kind if exceptions, so it seems that something is trying to
access a
uninitialized area in RAM.
Looking at the address of the crash it is outside the services.exe,
is that
because the ASP.DLL, VBScrip.DLL and HTTPD.DLL is loaded
dynamically and
becomes a part of the services.exe address space? or is it in fact
a invalid
address in this case?
I hope the information can help to solve the problem and find the
function
where the crash occour.
I'm really looking forward to a solution to the problem.
"John Spaith [MS]" <jspaith@xxxxxxxxxxxxxxxxxxxx> wrote in message
news:uM4txhrjHHA.4768@xxxxxxxxxxxxxxxxxxxxxxx
Frank- first sorry you're hitting this, and many thanks for doing
a lot of
initial investigation here.
Not positive, but my gut tells me you're running into some sort of
unknown
race condition in VB that is taking down ASP :(. Could you get a
call
stack
of where the excetpion is occuring (you should get function names
at least
even if you can't debug VBscript) and pass that to newsgroup too?
Thanks
--
John Spaith
Software Design Engineer, Windows CE
Microsoft Corporation
Check out the CE Networking Team Blog at
http://blogs.msdn.com/cenet/.
This posting is provided "AS IS" with no warranties, and confers
no
rights.
You assume all risk for your use. © 2006 Microsoft Corporation.
All rights
reserved.
<Frank.Juul.K@xxxxxxxxx> wrote in message
news:uOJkDSJjHHA.5052@xxxxxxxxxxxxxxxxxxxxxxx
Hi Again
I just enabled more ASP debug information and the dump looks like
this:
251238 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP:
CScriptSite::Release,
count is 2
251239 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP:
CScriptSite::Release,
count is 1
251240 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP: In
CASPState::~CASPState
251240 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP: ExecuteASP
completed
processing, returning to httpd
251241 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Wrote log out
to file
251242 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Calling
CHttpRequest
destructor
251242 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Calling
select(45).
Timeout=0
251243 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Select(45)
got 0
251244 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: RecvToBuf
returns
error err = 1400, GLE = 0x0000274c
251329 PID:87d36fb2 TID:27c58fda 0x87ca2dc8: SERVICES!Woke up
from
select() call, iReadySockets=1
251330 PID:87d36fb2 TID:27c58fda 0x87ca2dc8:
SERVICES!ServicesAcceptThread
calling service 0x00044110 with connection socket
251330 PID:87d36fb2 TID:27c58fda 0x87ca2dc8: HTP_IOControl(dwCode
=
0x1040034)
251330 PID:87d36fb2 TID:27c58fda 0x87ca2dc8: SERVICES!About to
call
select()
251331 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD:
HandleRequest: entry.
Current Authorization Level = 0
251332 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: RecvToBuf()
sock=71,dwLength=-1,fFromFilter=0,fFirstPostRead=0,fSSLRenegotiate=0,fReadHeaders=1,fIsSecure=0
251332 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: m_iSize = 0,
m_iNextOut = 0, m_iNextIn = 0, m_iNextInFollow = 0
251332 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD:
m_iNextRequestBegin =
0, m_iNextRequestSize =0, m_iNextDecrypt=0
251333 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Calling
select(47).
Timeout=60000
251333 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Select(47)
got 1
251334 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: New buffer
(data=282
size=1024 buf=0x00065bc8)
251334 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: RecvToBuf:
available
bytes=281, bytes we'll recv=281
251334 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: recv(47) got
281
251335 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: m_iSize =
1024,
m_iNextOut = 0, m_iNextIn = 281, m_iNextInFollow = 0
251335 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD:
m_iNextRequestBegin =
0, m_iNextRequestSize =0, m_iNextDecrypt=0
251335 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: RecvToBuf:
found
double CRLF to close headers
251336 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: m_iSize =
1024,
m_iNextOut = 0, m_iNextIn = 281, m_iNextInFollow = 0
251336 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD:
m_iNextRequestBegin =
0, m_iNextRequestSize =0, m_iNextDecrypt=0
251336 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: end RecvToBuf
(ret=0
err=0 iGLE=0)
251337 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(GET) Len 3
251337 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(/test4.asp
HTTP/1.1) Len 19
251338 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251339 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(Accept:)
Len 7
251339 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Parsing
Accept:
251339 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(*/*) Len 3
251340 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251340 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(Accept-Language:) Len 16
251340 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Ignoring
header
Accept-Language:
251341 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251341 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(UA-CPU:)
Len 7
251341 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Ignoring
header
UA-CPU:
251341 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251342 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(Accept-Encoding:) Len 16
251342 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Ignoring
header
Accept-Encoding:
251342 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251342 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(User-Agent:) Len 11
251342 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Ignoring
header
User-Agent:
251343 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251343 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(Host:) Len
5
251344 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Parsing Host:
251344 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(192.168.21.104) Len 14
251344 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251345 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(Connection:) Len 11
251345 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Parsing
Connection:
251345 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(Keep-Alive)
Len 10
251346 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251346 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got NULL
token
251346 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251347 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Parser: DONE
251348 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: URL
/test4.asp
matched
VRoot / (path \NorFlash\www\wwwpub\, perm=517, auth=0)
251349 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: URL / matched
VRoot /
(path \NorFlash\www\wwwpub\, perm=517, auth=0)
251350 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Found ISAPI
dll in
cache, name = \windows\asp.dll, cur ref count = 0
251351 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP: ExecuteASP
successfully
called, ASP handler beginning
251356 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP:
CalculateBufferSize
will
add 433 bytes to script
251357 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP: Script text is:
Response.Write("<!DOCTYPE html PUBLIC "&chr(34)&"-//W3C//DTD
XHTML 1.0
Transitional//EN"&chr(34)&"
"&chr(34)&"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&chr(34)&">"&chr(13)&chr(10)&"<html
xmlns="&chr(34)&
251360 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP:
CScriptSite::AddRef,
count will be 2
251361 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP: GetLCID called,
lcid =
2048
251376 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP:
CScriptSite::AddRef,
count will be 3
251379 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP:
CScriptSite::GetItemInfo - Response
251394 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: New buffer
(data=25
size=1024 buf=0x0004ee38)
251396 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Sending
RESPONSE
HEADER<<HTTP/1.0 200 OK
Date: Thu, 02 Jan 2003 13:58:11 GMT
Server: Microsoft-WinCE/5.0
Content-Type: text/html
251418 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP:
CScriptSite::Release,
count is 2
251418 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP:
CScriptSite::Release,
count is 1
251419 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP: In
CASPState::~CASPState
251419 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP: ExecuteASP
completed
processing, returning to httpd
251420 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Wrote log out
to file
251420 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Calling
CHttpRequest
destructor
251421 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Calling
select(47).
Timeout=0
251422 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Select(47)
got 0
251422 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: RecvToBuf
returns
error err = 1400, GLE = 0x0000274c
251927 PID:87d36fb2 TID:27c58fda 0x87ca2dc8: SERVICES!Woke up
from
select() call, iReadySockets=1
251929 PID:87d36fb2 TID:27c58fda 0x87ca2dc8:
SERVICES!ServicesAcceptThread
calling service 0x00044110 with connection socket
251929 PID:87d36fb2 TID:27c58fda 0x87ca2dc8: HTP_IOControl(dwCode
=
0x1040034)
251930 PID:87d36fb2 TID:27c58fda 0x87ca2dc8: SERVICES!About to
call
select()
251931 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD:
HandleRequest: entry.
Current Authorization Level = 0
251931 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: RecvToBuf()
sock=73,dwLength=-1,fFromFilter=0,fFirstPostRead=0,fSSLRenegotiate=0,fReadHeaders=1,fIsSecure=0
251931 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: m_iSize = 0,
m_iNextOut = 0, m_iNextIn = 0, m_iNextInFollow = 0
251932 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD:
m_iNextRequestBegin =
0, m_iNextRequestSize =0, m_iNextDecrypt=0
251932 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Calling
select(49).
Timeout=60000
251932 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Select(49)
got 1
251933 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: New buffer
(data=282
size=1024 buf=0x000662f8)
251933 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: RecvToBuf:
available
bytes=281, bytes we'll recv=281
251934 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: recv(49) got
281
251934 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: m_iSize =
1024,
m_iNextOut = 0, m_iNextIn = 281, m_iNextInFollow = 0
251935 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD:
m_iNextRequestBegin =
0, m_iNextRequestSize =0, m_iNextDecrypt=0
251935 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: RecvToBuf:
found
double CRLF to close headers
251935 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: m_iSize =
1024,
m_iNextOut = 0, m_iNextIn = 281, m_iNextInFollow = 0
251936 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD:
m_iNextRequestBegin =
0, m_iNextRequestSize =0, m_iNextDecrypt=0
251936 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: end RecvToBuf
(ret=0
err=0 iGLE=0)
251936 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(GET) Len 3
251937 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(/test4.asp
HTTP/1.1) Len 19
251938 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251938 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(Accept:)
Len 7
251938 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Parsing
Accept:
251939 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(*/*) Len 3
251939 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251940 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(Accept-Language:) Len 16
251940 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Ignoring
header
Accept-Language:
251940 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251941 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(UA-CPU:)
Len 7
251941 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Ignoring
header
UA-CPU:
251942 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251942 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(Accept-Encoding:) Len 16
251942 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Ignoring
header
Accept-Encoding:
251942 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251943 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(User-Agent:) Len 11
251943 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Ignoring
header
User-Agent:
251943 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251944 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(Host:) Len
5
251944 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Parsing Host:
251945 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(192.168.21.104) Len 14
251945 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251945 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(Connection:) Len 11
251946 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Parsing
Connection:
251947 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got token
(Keep-Alive)
Len 10
251947 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251947 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Got NULL
token
251948 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: NextLine: OK
251948 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Parser: DONE
251949 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: URL
/test4.asp
matched
VRoot / (path \NorFlash\www\wwwpub\, perm=517, auth=0)
251950 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: URL / matched
VRoot /
(path \NorFlash\www\wwwpub\, perm=517, auth=0)
251952 PID:87d36fb2 TID:87c4b9e2 0x87be9000: HTTPD: Found ISAPI
dll in
cache, name = \windows\asp.dll, cur ref count = 0
251952 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP: ExecuteASP
successfully
called, ASP handler beginning
251957 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP:
CalculateBufferSize
will
add 433 bytes to script
251959 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP: Script text is:
Response.Write("<!DOCTYPE html PUBLIC "&chr(34)&"-//W3C//DTD
XHTML 1.0
Transitional//EN"&chr(34)&"
"&chr(34)&"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"&chr(34)&">"&chr(13)&chr(10)&"<html
xmlns="&chr(34)&
251962 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP:
CScriptSite::AddRef,
count will be 2
251962 PID:87d36fb2 TID:87c4b9e2 0x87be9000: ASP: GetLCID called,
lcid =
2048
251976 PID:87d36fb2 TID:87c4b9e2 0x87be9000: Exception 00a
Thread=87be9000
Proc=87d36fb2 'services.exe'
251976 PID:87d36fb2 TID:87c4b9e2 0x87be9000: AKY=00000041
PC=0e0ffa80(services.exe+0x000efa80)
RA=0e0ffa78(services.exe+0x000efa78)
BVA=0e0fede0
<Frank.Juul.K@xxxxxxxxx> wrote in message
news:ehKRB8IjHHA.1216@xxxxxxxxxxxxxxxxxxxxxxx
Hi
I have a problem with the web server on windows CE 5.0 when
running an
ASP script. When the image is running in debug mode an exception
occur
in
the web server and if I return it to the application
(services.exe) not
handled the server stop responding. Via telnet I have tried to
stop the
service HTP0: but it can not shutdown any more. It is as if it
is not
able to get access to some component or something because a
critical
section has not been released. I have dumped the debug out from
the
platform builder. The first request seen below here works fine
but the
next request for the ASP page cause the problem. This problem
occurs
when
the page is requested very often. If I keep refreshing the page
the web
server respond is that it has run out of connections and it is
busy.
4294892414 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Wrote
log out to
file
4294892414 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Calling
CHttpRequest destructor
4294892414 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Calling
select(b5). Timeout=0
4294892415 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
Select(b5) got 0
4294892416 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
RecvToBuf
returns
error err = 1400, GLE = 0x0000274c
4294892503 PID:a7d30f0a TID:7c73b02 0x87c73b28: SERVICES!Woke up
from
select() call, iReadySockets=1
4294892505 PID:a7d30f0a TID:7c73b02 0x87c73b28:
SERVICES!ServicesAcceptThread calling service 0x00043e90 with
connection
socket
4294892505 PID:a7d30f0a TID:7c73b02 0x87c73b28:
HTP_IOControl(dwCode =
0x1040034)
4294892506 PID:a7d30f0a TID:7c73b02 0x87c73b28: SERVICES!About
to call
select()
4294892507 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
HandleRequest:
entry. Current Authorization Level = 0
4294892507 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
RecvToBuf()
sock=183,dwLength=-1,fFromFilter=0,fFirstPostRead=0,fSSLRenegotiate=0,fReadHeaders=1,fIsSecure=0
4294892507 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: m_iSize
= 0,
m_iNextOut = 0, m_iNextIn = 0, m_iNextInFollow = 0
4294892508 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
m_iNextRequestBegin = 0, m_iNextRequestSize =0, m_iNextDecrypt=0
4294892508 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Calling
select(b7). Timeout=60000
4294892509 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
Select(b7) got 1
4294892509 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: New
buffer
(data=282 size=1024 buf=0x00068378)
4294892510 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
RecvToBuf:
available bytes=281, bytes we'll recv=281
4294892510 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: recv(b7)
got 281
4294892511 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: m_iSize
= 1024,
m_iNextOut = 0, m_iNextIn = 281, m_iNextInFollow = 0
4294892511 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
m_iNextRequestBegin = 0, m_iNextRequestSize =0, m_iNextDecrypt=0
4294892512 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
RecvToBuf: found
double CRLF to close headers
4294892512 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: m_iSize
= 1024,
m_iNextOut = 0, m_iNextIn = 281, m_iNextInFollow = 0
4294892512 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
m_iNextRequestBegin = 0, m_iNextRequestSize =0, m_iNextDecrypt=0
4294892513 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: end
RecvToBuf
(ret=0 err=0 iGLE=0)
4294892513 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token (GET)
Len 3
4294892514 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(/test4.asp HTTP/1.1) Len 19
4294892514 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892515 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(Accept:) Len 7
4294892515 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Parsing
Accept:
4294892515 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token (*/*)
Len 3
4294892516 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892516 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(Accept-Language:) Len 16
4294892517 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Ignoring
header
Accept-Language:
4294892517 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892517 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(UA-CPU:) Len 7
4294892517 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Ignoring
header
UA-CPU:
4294892517 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892517 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(Accept-Encoding:) Len 16
4294892518 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Ignoring
header
Accept-Encoding:
4294892518 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892518 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(User-Agent:) Len 11
4294892519 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Ignoring
header
User-Agent:
4294892519 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892520 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(Host:)
Len 5
4294892520 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Parsing
Host:
4294892520 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(192.168.21.104) Len 14
4294892521 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892521 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(Connection:) Len 11
4294892522 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Parsing
Connection:
4294892522 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(Keep-Alive) Len 10
4294892523 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892523 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got NULL
token
4294892523 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892524 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Parser:
DONE
4294892525 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: URL
/test4.asp
matched VRoot / (path \NorFlash\www\wwwpub\, perm=517, auth=0)
4294892526 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: URL /
matched
VRoot / (path \NorFlash\www\wwwpub\, perm=517, auth=0)
4294892527 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Found
ISAPI dll
in cache, name = \windows\asp.dll, cur ref count = 0
4294892569 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: New
buffer
(data=25 size=1024 buf=0x00051de8)
4294892571 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Sending
RESPONSE
HEADER<<HTTP/1.0 200 OK
Date: Thu, 02 Jan 2003 12:45:31 GMT
Server: Microsoft-WinCE/5.0
Content-Type: text/html
4294892594 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Wrote
log out to
file
4294892594 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Calling
CHttpRequest destructor
4294892595 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Calling
select(b7). Timeout=0
4294892596 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
Select(b7) got 0
4294892596 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
RecvToBuf
returns
error err = 1400, GLE = 0x0000274c
4294892704 PID:a7d30f0a TID:7c73b02 0x87c73b28: SERVICES!Woke up
from
select() call, iReadySockets=1
4294892706 PID:a7d30f0a TID:7c73b02 0x87c73b28:
SERVICES!ServicesAcceptThread calling service 0x00043e90 with
connection
socket
4294892706 PID:a7d30f0a TID:7c73b02 0x87c73b28:
HTP_IOControl(dwCode =
0x1040034)
4294892707 PID:a7d30f0a TID:7c73b02 0x87c73b28: SERVICES!About
to call
select()
4294892707 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
HandleRequest:
entry. Current Authorization Level = 0
4294892708 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
RecvToBuf()
sock=185,dwLength=-1,fFromFilter=0,fFirstPostRead=0,fSSLRenegotiate=0,fReadHeaders=1,fIsSecure=0
4294892708 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: m_iSize
= 0,
m_iNextOut = 0, m_iNextIn = 0, m_iNextInFollow = 0
4294892708 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
m_iNextRequestBegin = 0, m_iNextRequestSize =0, m_iNextDecrypt=0
4294892708 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Calling
select(b9). Timeout=60000
4294892709 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
Select(b9) got 1
4294892709 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: New
buffer
(data=282 size=1024 buf=0x00068aa8)
4294892710 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
RecvToBuf:
available bytes=281, bytes we'll recv=281
4294892710 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: recv(b9)
got 281
4294892711 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: m_iSize
= 1024,
m_iNextOut = 0, m_iNextIn = 281, m_iNextInFollow = 0
4294892711 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
m_iNextRequestBegin = 0, m_iNextRequestSize =0, m_iNextDecrypt=0
4294892711 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
RecvToBuf: found
double CRLF to close headers
4294892711 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: m_iSize
= 1024,
m_iNextOut = 0, m_iNextIn = 281, m_iNextInFollow = 0
4294892712 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
m_iNextRequestBegin = 0, m_iNextRequestSize =0, m_iNextDecrypt=0
4294892712 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: end
RecvToBuf
(ret=0 err=0 iGLE=0)
4294892712 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token (GET)
Len 3
4294892713 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(/test4.asp HTTP/1.1) Len 19
4294892713 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892713 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(Accept:) Len 7
4294892714 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Parsing
Accept:
4294892714 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token (*/*)
Len 3
4294892714 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892714 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(Accept-Language:) Len 16
4294892715 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Ignoring
header
Accept-Language:
4294892715 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892715 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(UA-CPU:) Len 7
4294892715 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Ignoring
header
UA-CPU:
4294892715 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892715 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(Accept-Encoding:) Len 16
4294892716 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Ignoring
header
Accept-Encoding:
4294892716 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892716 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(User-Agent:) Len 11
4294892719 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Ignoring
header
User-Agent:
4294892720 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892720 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(Host:)
Len 5
4294892720 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Parsing
Host:
4294892720 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(192.168.21.104) Len 14
4294892721 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892721 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(Connection:) Len 11
4294892721 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Parsing
Connection:
4294892723 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got
token
(Keep-Alive) Len 10
4294892723 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892723 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Got NULL
token
4294892724 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD:
NextLine: OK
4294892724 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Parser:
DONE
4294892725 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: URL
/test4.asp
matched VRoot / (path \NorFlash\www\wwwpub\, perm=517, auth=0)
4294892726 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: URL /
matched
VRoot / (path \NorFlash\www\wwwpub\, perm=517, auth=0)
4294892728 PID:a7d30f0a TID:27c25e42 0x87c5adc8: HTTPD: Found
ISAPI dll
in cache, name = \windows\asp.dll, cur ref count = 0
4294892751 PID:a7d30f0a TID:27c25e42 0x87c5adc8: Exception 00a
Thread=87c5adc8 Proc=a7d30f0a 'services.exe'
4294892751 PID:a7d30f0a TID:27c25e42 0x87c5adc8: AKY=00000041
PC=0e13fa80(services.exe+0x0012fa80)
RA=0e13fa78(services.exe+0x0012fa78)
BVA=0e13ed20
When the platform image is built in Release there is also a
problem with
it but it is seen in a different way. We get the following
error:
Parse error in script
Microsoft VBScript runtime error: '800a000d'
Description: Type mismatch: '[undefined]'
In file: /test4.asp
On line: 1
The error description is not very usefull, see the start if the
script
below
Start of ASP script:
<%@ Language=VBScript %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Communicator :: test4</title>
<meta http-equiv="Content-Type" content="text/html;
charset=iso-8859-1"
/>
</head>
In release mode the server does not stop responding but the
error occur
randomly, most of the time it works fine.
The image is running on a target with a AU1100 processor
(MIPSII) at 400
Mhz with 128 MB Ram.
We have tried to move the WWWPUB folder to a persistant storage
also,
but
the problem is the same. Normally the ASP file is placed in the
object
store RAM base file system.
Have anyone seen a problem like this before? Can someone help me
solve
the problem?
.
- Follow-Ups:
- Re: Problem with ASP on Webserver
- From: John Spaith [MS]
- Re: Problem with ASP on Webserver
- References:
- Problem with ASP on Webserver
- From: Frank.Juul.K
- Re: Problem with ASP on Webserver
- From: Frank.Juul.K
- Re: Problem with ASP on Webserver
- From: John Spaith [MS]
- Re: Problem with ASP on Webserver
- From: Frank.Juul.K
- Re: Problem with ASP on Webserver
- From: Frank.Juul.K
- Re: Problem with ASP on Webserver
- From: John Spaith [MS]
- Re: Problem with ASP on Webserver
- From: Frank.Juul.K
- Re: Problem with ASP on Webserver
- From: Paul G. Tobey [eMVP]
- Re: Problem with ASP on Webserver
- From: Frank.Juul.K
- Re: Problem with ASP on Webserver
- From: Paul G. Tobey [eMVP]
- Re: Problem with ASP on Webserver
- From: John Spaith [MS]
- Problem with ASP on Webserver
- Prev by Date: how to debug Eboot and how to make eboot enabled with USB connection instead of Ethernet LAN?
- Next by Date: Remoteadmin/Web Server Password
- Previous by thread: Re: Problem with ASP on Webserver
- Next by thread: Re: Problem with ASP on Webserver
- Index(es):
Relevant Pages
|