Welcome to MobyThreads.com!
FAQFAQ   SearchSearch      ProfileProfile    Private MessagesPrivate Messages   Log in/Register/PasswordLog in/Register/Password

Exception C0000005 Errors in Scripting Engine

 
   Web Hosting and Web Master Forums (Home) -> IIS RSS
Related Topics:
The CreateObject of '(null)' caused exception C0000005. - I am receiving an error error I am running IIS 5.0 on Windows 2000 SP4. This message is the result of some ASP issue which causes the IIS Server to crash. Error: File The..

Script Engine Exception - Hi, We are using Windows 2000 Advance Server: IIS 5 Until recent all ASP where runing fine. Recently about 2 weeks back this problem started to occur and all the ASP which have a database don't work all of a sudden...

IIS Script Engine Errors - Hi, I'm currently issues with two web servers that are load balanced using microsoft network load balancing that comes with Windows 2000 Advanced Server. The connect to a oracle database that sits on a Unix box running

Scripting IIS - I'm scripting IIS creating sites with a VBS file that I found on But I can't find where can set of Home directory tab in my Site to instead of..

Scripting IIS - Hello Is it possible to write a script that changes the home directory of a web site on IIS 5 / Win2k? -- Mikael Engdahl
Next:  IIS: Drive Mapping in IIS 6.0  
Author Message
som

External


Since: Mar 05, 2004
Posts: 1



(Msg. 1) Posted: Fri Mar 05, 2004 6:08 pm
Post subject: Exception C0000005 Errors in Scripting Engine
Archived from groups: microsoft>public>inetserver>iis (more info?)

A clients website is a combination of ASP pages and
COM/COM+ objects -
The following errors are being reported. Once this happens
on the server the entire script engine fails... we have
to restart IIS then after sometime the error reoccurs. We
have tried to debug using Adplus/CDB - attaching some
stack traces below - is this because of errors in the
external COM object - any thoughts would be gratly
appreciated.



Event Type: Error
Event Source: Active Server Pages
Event Category: None
Event ID: 5
Date: 10/3/2001
Time: 8:14:08 AM
User: N/A
Computer: XXXXX
Description:
Error: Script Engine Exception. A ScriptEngine threw
expection
'C0000005' in
'IActiveScript::SetScriptState()' from
'CActiveScriptEngine::ResetToUninitialized()'..
For additional information specific to this message please
visit the
Microsoft
Online Support site located at:
http://www.microsoft.com/contentredirect.asp.

---
--- 1st chance UnknownException exception ----
-----------------------------------------------------------
----

Occurrence happened at:
Debug session time: Fri Mar 05 17:20:13 2004
System Uptime: 0 days 3:45:52.593
Process Uptime: 0 days 0:30:22.093
Kernel time: 0 days 0:00:08.875
User time: 0 days 0:00:10.781

Faulting stack below ---
# ChildEBP RetAddr Args to Child
00 01f6d250 6a9f4e56 c000008f 00000001 00000002 KERNEL32!
RaiseException+0x56 (FPO: [Non-Fpo])
01 01f6d270 6a9f4e0b 01f6d2bc 800a0005 01f6d2c0 MSVBVM60!
RaiseVbaException+0x23
02 01f6d284 6a9f4cc4 01f6d29c 00000000 000d4650 MSVBVM60!
EbRaiseException+0x50 (FPO: [EBP 0x01f6d2c0] [1,0,4])
03 01f6d2c0 6a9f4c20 800a0005 0009ca08 110022c0 MSVBVM60!
SafeAddRef
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for C:\Program
Files\BFCore\Services\abpages.dll -
04 01f6d2d4 11003929 800a0005 0009ca08 110022c0 MSVBVM60!
__vbaHresultCheckObj+0x3f (FPO: [4,0,0])
WARNING: Stack unwind information not available. Following
frames may be wrong.
05 01f6d340 779d7d5d 000d4650 030936d0 01f6d594 abpages!
DllCanUnloadNow+0x763
06 01f6d360 6a9fa2fb 000d4650 00000034 00000004 OLEAUT32!
DispCallFunc+0x15d
07 01f6dcbc 6a9fa0f4 000d4650 110019e8 60030003 MSVBVM60!
EpiInvokeMethod+0x1e1
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for C:\WINNT\system32\vbscript.dll -
08 01f6dd18 6b614279 000d4650 60030003 6b65c888 MSVBVM60!
BASIC_CLASS_Invoke+0x52
09 01f6dd94 6b61866f 022f0110 000d4650 60030003 vbscript!
DllCanUnloadNow+0x8e24
0a 01f6e474 01f6decc 00000022 6b60b8d8 00000000 vbscript!
DllCanUnloadNow+0xd21a
0b 03700000 00000102 ffeeffee 00000000 00400000 0x1f6decc

 >> Stay informed about: Exception C0000005 Errors in Scripting Engine 
Back to top
Login to vote
patfilot

External


Since: Aug 24, 2003
Posts: 1478



(Msg. 2) Posted: Sat Mar 06, 2004 4:14 am
Post subject: Re: Exception C0000005 Errors in Scripting Engine [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

The thread posted is not the problem. That is a VB error that is being
handled.

The c0000005 error is a bit more serious. I would recommend installing the
latest script engines and MDAC and see if the problem goes away. If it
doesn't then a bit more debugging will be required.

Pat

"Som" <som RemoveThis @ennovative.com> wrote in message
news:7bd501c40306$be8faab0$a501280a@phx.gbl...
 > A clients website is a combination of ASP pages and
 > COM/COM+ objects -
 > The following errors are being reported. Once this happens
 > on the server the entire script engine fails... we have
 > to restart IIS then after sometime the error reoccurs. We
 > have tried to debug using Adplus/CDB - attaching some
 > stack traces below - is this because of errors in the
 > external COM object - any thoughts would be gratly
 > appreciated.
 >
 >
 >
 > Event Type: Error
 > Event Source: Active Server Pages
 > Event Category: None
 > Event ID: 5
 > Date: 10/3/2001
 > Time: 8:14:08 AM
 > User: N/A
 > Computer: XXXXX
 > Description:
 > Error: Script Engine Exception. A ScriptEngine threw
 > expection
 > 'C0000005' in
 > 'IActiveScript::SetScriptState()' from
 > 'CActiveScriptEngine::ResetToUninitialized()'..
 > For additional information specific to this message please
 > visit the
 > Microsoft
 > Online Support site located at:
<font color=purple> > <a style='text-decoration: underline;' href="http://www.microsoft.com/contentredirect.asp.</font" target="_blank">http://www.microsoft.com/contentredirect.asp.</font</a>>
 >
 > ---
 > --- 1st chance UnknownException exception ----
 > -----------------------------------------------------------
 > ----
 >
 > Occurrence happened at:
 > Debug session time: Fri Mar 05 17:20:13 2004
 > System Uptime: 0 days 3:45:52.593
 > Process Uptime: 0 days 0:30:22.093
 > Kernel time: 0 days 0:00:08.875
 > User time: 0 days 0:00:10.781
 >
 > Faulting stack below ---
 > # ChildEBP RetAddr Args to Child
 > 00 01f6d250 6a9f4e56 c000008f 00000001 00000002 KERNEL32!
 > RaiseException+0x56 (FPO: [Non-Fpo])
 > 01 01f6d270 6a9f4e0b 01f6d2bc 800a0005 01f6d2c0 MSVBVM60!
 > RaiseVbaException+0x23
 > 02 01f6d284 6a9f4cc4 01f6d29c 00000000 000d4650 MSVBVM60!
 > EbRaiseException+0x50 (FPO: [EBP 0x01f6d2c0] [1,0,4])
 > 03 01f6d2c0 6a9f4c20 800a0005 0009ca08 110022c0 MSVBVM60!
 > SafeAddRef
 > *** ERROR: Symbol file could not be found. Defaulted to
 > export symbols for C:\Program
 > Files\BFCore\Services\abpages.dll -
 > 04 01f6d2d4 11003929 800a0005 0009ca08 110022c0 MSVBVM60!
 > __vbaHresultCheckObj+0x3f (FPO: [4,0,0])
 > WARNING: Stack unwind information not available. Following
 > frames may be wrong.
 > 05 01f6d340 779d7d5d 000d4650 030936d0 01f6d594 abpages!
 > DllCanUnloadNow+0x763
 > 06 01f6d360 6a9fa2fb 000d4650 00000034 00000004 OLEAUT32!
 > DispCallFunc+0x15d
 > 07 01f6dcbc 6a9fa0f4 000d4650 110019e8 60030003 MSVBVM60!
 > EpiInvokeMethod+0x1e1
 > *** ERROR: Symbol file could not be found. Defaulted to
 > export symbols for C:\WINNT\system32\vbscript.dll -
 > 08 01f6dd18 6b614279 000d4650 60030003 6b65c888 MSVBVM60!
 > BASIC_CLASS_Invoke+0x52
 > 09 01f6dd94 6b61866f 022f0110 000d4650 60030003 vbscript!
 > DllCanUnloadNow+0x8e24
 > 0a 01f6e474 01f6decc 00000022 6b60b8d8 00000000 vbscript!
 > DllCanUnloadNow+0xd21a
 > 0b 03700000 00000102 ffeeffee 00000000 00400000 0x1f6decc
 ><!-- ~MESSAGE_AFTER~ -->

 >> Stay informed about: Exception C0000005 Errors in Scripting Engine 
Back to top
Login to vote
anonymous77

External


Since: Oct 14, 2003
Posts: 468



(Msg. 3) Posted: Sun Mar 07, 2004 12:16 pm
Post subject: Re: Exception C0000005 Errors in Scripting Engine [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

Hi Pat,

Thanks for your reply - we have installed the latest
scripting engine(Version 5.6.7426) and MDAC (2.Cool. The
server is a Win2K-SP4, IIS 5.0, PowerEdge 1650, Dual
Pentium III-T, 1.26GHz,512K Cache with 1 GB of RAM

I am sorry I attached the wrong part of the call stack -
please see the one below which points to the c0000005
error. I can also provide the mini-dump file if required.
Please let me know if you have any thoughts.


Sat Mar 06 00:24:29 2004: (f98.6c4): Access violation -
code c0000005 (first chance)
---
--- 1st chance AccessViolation exception ----
-----------------------------------------------------------
----

Occurrence happened at:
Debug session time: Sat Mar 06 00:24:29 2004
System Uptime: 0 days 10:50:08.562
Process Uptime: 0 days 7:34:52.062
Kernel time: 0 days 0:07:15.734
User time: 0 days 0:10:56.078

Faulting stack below ---
*** WARNING: Unable to verify checksum for C:\Program
Files\BFCore\Services\MediaConverter.dll
*** ERROR: Symbol file could not be found. Defaulted to
export symbols for C:\Program
Files\BFCore\Services\MediaConverter.dll -
# ChildEBP RetAddr Args to Child
WARNING: Stack unwind information not available. Following
frames may be wrong.
00 0206ca24 03bb2d73 07ef0ff0 00000000 0000ffff
MediaConverter!DllUnregisterServer+0xc70c
01 0206ca6c 03bb3f50 0685e310 00000298 0206caac
MediaConverter!DllUnregisterServer+0xc565
02 0206ca98 03ba5d69 7803a6f0 3f333333 0206d450
MediaConverter!DllUnregisterServer+0xd742
03 0206d434 03ba5618 00000046 00000000 00000010
MediaConverter!atFreeImage+0x1d6e
04 0206dc34 779d7d5d 02240840 05dd470c 00000046
MediaConverter!atFreeImage+0x161d
05 0206dc60 77a2310e 02240840 0000006c 00000004 OLEAUT32!
DispCallFunc+0x15d
06 0206dcf0 03ba6bd1 000f343c 02240840 00000015 OLEAUT32!
CTypeInfo2::Invoke+0x244
07 0206dd18 6b614279 02240840 00000015 6b65c888
MediaConverter!DllUnregisterServer+0x3c3
08 0206dd94 6b61866f 06555888 02240840 00000015 vbscript!
DllCanUnloadNow+0x8e24
09 00000000 00000000 00000000 00000000 00000000 vbscript!
DllCanUnloadNow+0xd21a

Creating c:\debug_03042004\Crash_Mode__Date_03-05-
2004__Time_17-20-00PM\PID-3992__DLLHOST.EXE_IIS_Out-Of-
Process_Pooled_Applications__1st_chance_AccessViolation__mi
ni_2004-03-06_00-24-30-218_0F98.dmp - mini user dump

Sat Mar 06 00:28:54 2004: (f98.e10): Access violation -
code c0000005 (first chance)
---
--- 1st chance AccessViolation exception ----
-----------------------------------------------------------
----

Occurrence happened at:
Debug session time: Sat Mar 06 00:28:54 2004
System Uptime: 0 days 10:54:33.203
Process Uptime: 0 days 7:39:16.703
Kernel time: 0 days 0:07:19.265
User time: 0 days 0:10:59.500

Faulting stack below ---
# ChildEBP RetAddr Args to Child
00 1cebc0d8 780013a5 00400000 00000008 00000180 ntdll!
RtlAllocateHeap+0x291 (FPO: [Non-Fpo])
01 1cebc120 03bb269f 00000178 00000180 1cebd26c MSVCRT!
calloc+0xf8
WARNING: Stack unwind information not available. Following
frames may be wrong.
02 1cebc8a8 03ba5e17 07ffafd0 1cebd26c 0000013f
MediaConverter!DllUnregisterServer+0xbe91
03 1cebd244 03bb3a22 00000064 00000000 00000008
MediaConverter!atFreeImage+0x1e1c
04 1cebea0c 779d7d5d 021ee7c8 0723dfc0 00000064
MediaConverter!DllUnregisterServer+0xd214
05 1cebea40 77a2310e 08054008 00000034 00000004 OLEAUT32!
DispCallFunc+0x15d
06 1cebead0 03ba749c 000f3494 08054008 00000007 OLEAUT32!
CTypeInfo2::Invoke+0x244
07 1cebeaf8 6b614279 08054008 00000007 6b65c888
MediaConverter!DllUnregisterServer+0xc8e
08 1cebeb74 6b61866f 03ab4f10 08054008 00000007 vbscript!
DllCanUnloadNow+0x8e24
09 00000000 00000000 00000000 00000000 00000000 vbscript!
DllCanUnloadNow+0xd21a

Creating c:\debug_03042004\Crash_Mode__Date_03-05-
2004__Time_17-20-00PM\PID-3992__DLLHOST.EXE_IIS_Out-Of-
Process_Pooled_Applications__1st_chance_AccessViolation__mi
ni_2004-03-06_00-28-54-453_0F98.dmp - mini user dump


 >-----Original Message-----
 >The thread posted is not the problem. That is a VB error
that is being
 >handled.
 >
 >The c0000005 error is a bit more serious. I would
recommend installing the
 >latest script engines and MDAC and see if the problem
goes away. If it
 >doesn't then a bit more debugging will be required.
 >
 >Pat
 >
 >"Som" <som RemoveThis @ennovative.com> wrote in message
 >news:7bd501c40306$be8faab0$a501280a@phx.gbl...
  >> A clients website is a combination of ASP pages and
  >> COM/COM+ objects -
  >> The following errors are being reported. Once this
happens
  >> on the server the entire script engine fails... we have
  >> to restart IIS then after sometime the error reoccurs.
We
  >> have tried to debug using Adplus/CDB - attaching some
  >> stack traces below - is this because of errors in the
  >> external COM object - any thoughts would be gratly
  >> appreciated.
  >>
  >>
  >>
  >> Event Type: Error
  >> Event Source: Active Server Pages
  >> Event Category: None
  >> Event ID: 5
  >> Date: 10/3/2001
  >> Time: 8:14:08 AM
  >> User: N/A
  >> Computer: XXXXX
  >> Description:
  >> Error: Script Engine Exception. A ScriptEngine threw
  >> expection
  >> 'C0000005' in
  >> 'IActiveScript::SetScriptState()' from
  >> 'CActiveScriptEngine::ResetToUninitialized()'..
  >> For additional information specific to this message
please
  >> visit the
  >> Microsoft
  >> Online Support site located at:
<font color=green>  >> <a style='text-decoration: underline;' href="http://www.microsoft.com/contentredirect.asp.</font" target="_blank">http://www.microsoft.com/contentredirect.asp.</font</a>>
  >>
  >> ---
  >> --- 1st chance UnknownException exception ----
  >> --------------------------------------------------------
---
  >> ----
  >>
  >> Occurrence happened at:
  >> Debug session time: Fri Mar 05 17:20:13 2004
  >> System Uptime: 0 days 3:45:52.593
  >> Process Uptime: 0 days 0:30:22.093
  >> Kernel time: 0 days 0:00:08.875
  >> User time: 0 days 0:00:10.781
  >>
  >> Faulting stack below ---
  >> # ChildEBP RetAddr Args to Child
  >> 00 01f6d250 6a9f4e56 c000008f 00000001 00000002
KERNEL32!
  >> RaiseException+0x56 (FPO: [Non-Fpo])
  >> 01 01f6d270 6a9f4e0b 01f6d2bc 800a0005 01f6d2c0
MSVBVM60!
  >> RaiseVbaException+0x23
  >> 02 01f6d284 6a9f4cc4 01f6d29c 00000000 000d4650
MSVBVM60!
  >> EbRaiseException+0x50 (FPO: [EBP 0x01f6d2c0] [1,0,4])
  >> 03 01f6d2c0 6a9f4c20 800a0005 0009ca08 110022c0
MSVBVM60!
  >> SafeAddRef
  >> *** ERROR: Symbol file could not be found. Defaulted to
  >> export symbols for C:\Program
  >> Files\BFCore\Services\abpages.dll -
  >> 04 01f6d2d4 11003929 800a0005 0009ca08 110022c0
MSVBVM60!
  >> __vbaHresultCheckObj+0x3f (FPO: [4,0,0])
  >> WARNING: Stack unwind information not available.
Following
  >> frames may be wrong.
  >> 05 01f6d340 779d7d5d 000d4650 030936d0 01f6d594 abpages!
  >> DllCanUnloadNow+0x763
  >> 06 01f6d360 6a9fa2fb 000d4650 00000034 00000004
OLEAUT32!
  >> DispCallFunc+0x15d
  >> 07 01f6dcbc 6a9fa0f4 000d4650 110019e8 60030003
MSVBVM60!
  >> EpiInvokeMethod+0x1e1
  >> *** ERROR: Symbol file could not be found. Defaulted to
  >> export symbols for C:\WINNT\system32\vbscript.dll -
  >> 08 01f6dd18 6b614279 000d4650 60030003 6b65c888
MSVBVM60!
  >> BASIC_CLASS_Invoke+0x52
  >> 09 01f6dd94 6b61866f 022f0110 000d4650 60030003
vbscript!
  >> DllCanUnloadNow+0x8e24
  >> 0a 01f6e474 01f6decc 00000022 6b60b8d8 00000000
vbscript!
  >> DllCanUnloadNow+0xd21a
  >> 0b 03700000 00000102 ffeeffee 00000000 00400000
0x1f6decc
  >>
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Exception C0000005 Errors in Scripting Engine 
Back to top
Login to vote
patfilot

External


Since: Aug 24, 2003
Posts: 1478



(Msg. 4) Posted: Sun Mar 07, 2004 12:54 pm
Post subject: Re: Exception C0000005 Errors in Scripting Engine [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This failure was caused by the MediaConverter.dll. I would recommend
getting it updated and see if your other problems go away.

Pat

<anonymous.RemoveThis@discussions.microsoft.com> wrote in message
news:861701c40467$eb110400$a301280a@phx.gbl...
 > Hi Pat,
 >
 > Thanks for your reply - we have installed the latest
 > scripting engine(Version 5.6.7426) and MDAC (2.Cool. The
 > server is a Win2K-SP4, IIS 5.0, PowerEdge 1650, Dual
 > Pentium III-T, 1.26GHz,512K Cache with 1 GB of RAM
 >
 > I am sorry I attached the wrong part of the call stack -
 > please see the one below which points to the c0000005
 > error. I can also provide the mini-dump file if required.
 > Please let me know if you have any thoughts.
 >
 >
 > Sat Mar 06 00:24:29 2004: (f98.6c4): Access violation -
 > code c0000005 (first chance)
 > ---
 > --- 1st chance AccessViolation exception ----
 > -----------------------------------------------------------
 > ----
 >
 > Occurrence happened at:
 > Debug session time: Sat Mar 06 00:24:29 2004
 > System Uptime: 0 days 10:50:08.562
 > Process Uptime: 0 days 7:34:52.062
 > Kernel time: 0 days 0:07:15.734
 > User time: 0 days 0:10:56.078
 >
 > Faulting stack below ---
 > *** WARNING: Unable to verify checksum for C:\Program
 > Files\BFCore\Services\MediaConverter.dll
 > *** ERROR: Symbol file could not be found. Defaulted to
 > export symbols for C:\Program
 > Files\BFCore\Services\MediaConverter.dll -
 > # ChildEBP RetAddr Args to Child
 > WARNING: Stack unwind information not available. Following
 > frames may be wrong.
 > 00 0206ca24 03bb2d73 07ef0ff0 00000000 0000ffff
 > MediaConverter!DllUnregisterServer+0xc70c
 > 01 0206ca6c 03bb3f50 0685e310 00000298 0206caac
 > MediaConverter!DllUnregisterServer+0xc565
 > 02 0206ca98 03ba5d69 7803a6f0 3f333333 0206d450
 > MediaConverter!DllUnregisterServer+0xd742
 > 03 0206d434 03ba5618 00000046 00000000 00000010
 > MediaConverter!atFreeImage+0x1d6e
 > 04 0206dc34 779d7d5d 02240840 05dd470c 00000046
 > MediaConverter!atFreeImage+0x161d
 > 05 0206dc60 77a2310e 02240840 0000006c 00000004 OLEAUT32!
 > DispCallFunc+0x15d
 > 06 0206dcf0 03ba6bd1 000f343c 02240840 00000015 OLEAUT32!
 > CTypeInfo2::Invoke+0x244
 > 07 0206dd18 6b614279 02240840 00000015 6b65c888
 > MediaConverter!DllUnregisterServer+0x3c3
 > 08 0206dd94 6b61866f 06555888 02240840 00000015 vbscript!
 > DllCanUnloadNow+0x8e24
 > 09 00000000 00000000 00000000 00000000 00000000 vbscript!
 > DllCanUnloadNow+0xd21a
 >
 > Creating c:\debug_03042004\Crash_Mode__Date_03-05-
 > 2004__Time_17-20-00PM\PID-3992__DLLHOST.EXE_IIS_Out-Of-
 > Process_Pooled_Applications__1st_chance_AccessViolation__mi
 > ni_2004-03-06_00-24-30-218_0F98.dmp - mini user dump
 >
 > Sat Mar 06 00:28:54 2004: (f98.e10): Access violation -
 > code c0000005 (first chance)
 > ---
 > --- 1st chance AccessViolation exception ----
 > -----------------------------------------------------------
 > ----
 >
 > Occurrence happened at:
 > Debug session time: Sat Mar 06 00:28:54 2004
 > System Uptime: 0 days 10:54:33.203
 > Process Uptime: 0 days 7:39:16.703
 > Kernel time: 0 days 0:07:19.265
 > User time: 0 days 0:10:59.500
 >
 > Faulting stack below ---
 > # ChildEBP RetAddr Args to Child
 > 00 1cebc0d8 780013a5 00400000 00000008 00000180 ntdll!
 > RtlAllocateHeap+0x291 (FPO: [Non-Fpo])
 > 01 1cebc120 03bb269f 00000178 00000180 1cebd26c MSVCRT!
 > calloc+0xf8
 > WARNING: Stack unwind information not available. Following
 > frames may be wrong.
 > 02 1cebc8a8 03ba5e17 07ffafd0 1cebd26c 0000013f
 > MediaConverter!DllUnregisterServer+0xbe91
 > 03 1cebd244 03bb3a22 00000064 00000000 00000008
 > MediaConverter!atFreeImage+0x1e1c
 > 04 1cebea0c 779d7d5d 021ee7c8 0723dfc0 00000064
 > MediaConverter!DllUnregisterServer+0xd214
 > 05 1cebea40 77a2310e 08054008 00000034 00000004 OLEAUT32!
 > DispCallFunc+0x15d
 > 06 1cebead0 03ba749c 000f3494 08054008 00000007 OLEAUT32!
 > CTypeInfo2::Invoke+0x244
 > 07 1cebeaf8 6b614279 08054008 00000007 6b65c888
 > MediaConverter!DllUnregisterServer+0xc8e
 > 08 1cebeb74 6b61866f 03ab4f10 08054008 00000007 vbscript!
 > DllCanUnloadNow+0x8e24
 > 09 00000000 00000000 00000000 00000000 00000000 vbscript!
 > DllCanUnloadNow+0xd21a
 >
 > Creating c:\debug_03042004\Crash_Mode__Date_03-05-
 > 2004__Time_17-20-00PM\PID-3992__DLLHOST.EXE_IIS_Out-Of-
 > Process_Pooled_Applications__1st_chance_AccessViolation__mi
 > ni_2004-03-06_00-28-54-453_0F98.dmp - mini user dump
 >
 >
  > >-----Original Message-----
  > >The thread posted is not the problem. That is a VB error
 > that is being
  > >handled.
  > >
  > >The c0000005 error is a bit more serious. I would
 > recommend installing the
  > >latest script engines and MDAC and see if the problem
 > goes away. If it
  > >doesn't then a bit more debugging will be required.
  > >
  > >Pat
  > >
  > >"Som" <som.RemoveThis@ennovative.com> wrote in message
  > >news:7bd501c40306$be8faab0$a501280a@phx.gbl...
   > >> A clients website is a combination of ASP pages and
   > >> COM/COM+ objects -
   > >> The following errors are being reported. Once this
 > happens
   > >> on the server the entire script engine fails... we have
   > >> to restart IIS then after sometime the error reoccurs.
 > We
   > >> have tried to debug using Adplus/CDB - attaching some
   > >> stack traces below - is this because of errors in the
   > >> external COM object - any thoughts would be gratly
   > >> appreciated.
   > >>
   > >>
   > >>
   > >> Event Type: Error
   > >> Event Source: Active Server Pages
   > >> Event Category: None
   > >> Event ID: 5
   > >> Date: 10/3/2001
   > >> Time: 8:14:08 AM
   > >> User: N/A
   > >> Computer: XXXXX
   > >> Description:
   > >> Error: Script Engine Exception. A ScriptEngine threw
   > >> expection
   > >> 'C0000005' in
   > >> 'IActiveScript::SetScriptState()' from
   > >> 'CActiveScriptEngine::ResetToUninitialized()'..
   > >> For additional information specific to this message
 > please
   > >> visit the
   > >> Microsoft
   > >> Online Support site located at:
<font color=brown>   > >> <a style='text-decoration: underline;' href="http://www.microsoft.com/contentredirect.asp.</font" target="_blank">http://www.microsoft.com/contentredirect.asp.</font</a>>
   > >>
   > >> ---
   > >> --- 1st chance UnknownException exception ----
   > >> --------------------------------------------------------
 > ---
   > >> ----
   > >>
   > >> Occurrence happened at:
   > >> Debug session time: Fri Mar 05 17:20:13 2004
   > >> System Uptime: 0 days 3:45:52.593
   > >> Process Uptime: 0 days 0:30:22.093
   > >> Kernel time: 0 days 0:00:08.875
   > >> User time: 0 days 0:00:10.781
   > >>
   > >> Faulting stack below ---
   > >> # ChildEBP RetAddr Args to Child
   > >> 00 01f6d250 6a9f4e56 c000008f 00000001 00000002
 > KERNEL32!
   > >> RaiseException+0x56 (FPO: [Non-Fpo])
   > >> 01 01f6d270 6a9f4e0b 01f6d2bc 800a0005 01f6d2c0
 > MSVBVM60!
   > >> RaiseVbaException+0x23
   > >> 02 01f6d284 6a9f4cc4 01f6d29c 00000000 000d4650
 > MSVBVM60!
   > >> EbRaiseException+0x50 (FPO: [EBP 0x01f6d2c0] [1,0,4])
   > >> 03 01f6d2c0 6a9f4c20 800a0005 0009ca08 110022c0
 > MSVBVM60!
   > >> SafeAddRef
   > >> *** ERROR: Symbol file could not be found. Defaulted to
   > >> export symbols for C:\Program
   > >> Files\BFCore\Services\abpages.dll -
   > >> 04 01f6d2d4 11003929 800a0005 0009ca08 110022c0
 > MSVBVM60!
   > >> __vbaHresultCheckObj+0x3f (FPO: [4,0,0])
   > >> WARNING: Stack unwind information not available.
 > Following
   > >> frames may be wrong.
   > >> 05 01f6d340 779d7d5d 000d4650 030936d0 01f6d594 abpages!
   > >> DllCanUnloadNow+0x763
   > >> 06 01f6d360 6a9fa2fb 000d4650 00000034 00000004
 > OLEAUT32!
   > >> DispCallFunc+0x15d
   > >> 07 01f6dcbc 6a9fa0f4 000d4650 110019e8 60030003
 > MSVBVM60!
   > >> EpiInvokeMethod+0x1e1
   > >> *** ERROR: Symbol file could not be found. Defaulted to
   > >> export symbols for C:\WINNT\system32\vbscript.dll -
   > >> 08 01f6dd18 6b614279 000d4650 60030003 6b65c888
 > MSVBVM60!
   > >> BASIC_CLASS_Invoke+0x52
   > >> 09 01f6dd94 6b61866f 022f0110 000d4650 60030003
 > vbscript!
   > >> DllCanUnloadNow+0x8e24
   > >> 0a 01f6e474 01f6decc 00000022 6b60b8d8 00000000
 > vbscript!
   > >> DllCanUnloadNow+0xd21a
   > >> 0b 03700000 00000102 ffeeffee 00000000 00400000
 > 0x1f6decc
   > >>
  > >
  > >
  > >.
  > ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Exception C0000005 Errors in Scripting Engine 
Back to top
Login to vote
som1

External


Since: Mar 10, 2004
Posts: 1



(Msg. 5) Posted: Wed Mar 10, 2004 9:51 am
Post subject: Re: Exception C0000005 Errors in Scripting Engine [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

We are debugging the Mediaconverter.dll and have disabled
it for the time being - in the meanwhile another set of
c0000005 errors are being reported in a website (on the
same server) set to high isolation - adplus logs for the
same are attached below. Any thoughts would be greatly
appreciated.


Creating c:\debug_03082004\Crash_Mode__Date_03-09-
2004__Time_14-42-05PM\PID-2820__DLLHOST.EXE_IIS-
{Default_Web_Site-Root-bfexego}
__1st_chance_AccessViolation__mini_2004-03-09_15-35-56-
640_0B04.dmp - mini user dump
Tue Mar 09 15:35:57 2004: (b04.b28): Access violation -
code c0000005 (first chance)
---
--- 1st chance AccessViolation exception ----
-----------------------------------------------------------
----

Occurrence happened at:
Debug session time: Tue Mar 09 15:35:57 2004
System Uptime: 0 days 23:38:23.671
Process Uptime: 0 days 1:12:51.312
Kernel time: 0 days 0:00:18.703
User time: 0 days 0:00:21.562

Faulting stack below ---
# ChildEBP RetAddr Args to Child
00 01faf2f4 77a652d2 00070000 00000000 00000010 ntdll!
RtlAllocateHeap+0x27f (FPO: [Non-Fpo])
01 01faf304 77a0feb1 77b2b170 00000010 00000010 ole32!
CRetailMalloc_Alloc+0x12 (FPO: [2,0,0])
02 01faf314 779d95ab 00000010 05ea0008 023a374c OLEAUT32!
APP_DATA::AllocCachedMem+0x42 (FPO: [1,0,1])
03 01faf32c 779d9512 023a374c 00000002 01faf390 OLEAUT32!
SysAllocStringByteLen+0x5b (FPO: [EBP 0x01fa0008] [2,0,4])
04 01faf33c 779db995 023a374c 01faf398 05ea0008 OLEAUT32!
ErrStringCopyNoNull+0x12 (FPO: [2,0,1])
05 01faf358 779dbafe 01faf390 0040c598 05ea2e8c OLEAUT32!
VariantCopy+0x85 (FPO: [EBP 0x01faf9b8] [2,0,4])
06 01faf374 6b60d907 01faf390 0040c598 00000002 OLEAUT32!
VariantCopyInd+0x1e (FPO: [EBP 0x01faf9b8] [2,0,4])
WARNING: Stack unwind information not available. Following
frames may be wrong.
07 01faf9b8 6b62d316 00000000 00000000 00000000 vbscript!
DllCanUnloadNow+0x24b2
08 00000000 00000000 00000000 00000000 00000000 vbscript!
DllCanUnloadNow+0x21ec1

Creating c:\debug_03082004\Crash_Mode__Date_03-09-
2004__Time_14-42-05PM\PID-2820__DLLHOST.EXE_IIS-
{Default_Web_Site-Root-bfexego}
__1st_chance_AccessViolation__mini_2004-03-09_15-35-57-
906_0B04.dmp - mini user dump
Tue Mar 09 15:35:58 2004: (b04.d3c): Access violation -
code c0000005 (first chance)
---
--- 1st chance AccessViolation exception ----
-----------------------------------------------------------
----

Occurrence happened at:
Debug session time: Tue Mar 09 15:35:58 2004
System Uptime: 0 days 23:38:24.171
Process Uptime: 0 days 1:12:51.812
Kernel time: 0 days 0:00:18.750
User time: 0 days 0:00:21.562

Faulting stack below ---
# ChildEBP RetAddr Args to Child
00 0088f5b8 77a652d2 00070000 00000000 00000010 ntdll!
RtlAllocateHeap+0x27f (FPO: [Non-Fpo])
01 0088f5c8 77a65300 77b2b170 00000010 787bfb99 ole32!
CRetailMalloc_Alloc+0x12 (FPO: [2,0,0])
02 0088f5d4 787bfb99 00000010 01a584d0 00000000 ole32!
CoTaskMemAlloc+0xf (FPO: [1,0,0])
03 0088f5f4 787c0297 01a58364 01a584d0 749f17b2 COMSVCS!
CAsyncCall::Create+0x29 (FPO: [0,5,1])
04 0088f600 749f17b2 749f7d48 01a584d4 016d21e8 COMSVCS!
MTSCreateActivity+0x37 (FPO: [2,0,2])
05 0088f610 749f28aa 01293bc8 01a58330 00000000 asp!
CViperActivity::Init+0x11 (FPO: [0,0,1])
06 0088f620 749f2628 01451e90 016d21dc 00000001 asp!
CSession::Init+0x84 (FPO: [2,0,3])
07 0088f638 749f247a 016d21dc 0088f670 00000001 asp!
CSessionMgr::NewSession+0x47 (FPO: [2,0,3])
08 0088f678 749f1ac7 0088f698 0088f69c 0088f6cc asp!
CHitObj::AssignSessionToBrowserRequest+0xf7 (FPO: [Non-
Fpo])
09 0088f6b0 749f183b 00ea0030 0088f6cc 00000bb8 asp!
CHitObj::BrowserRequestInit+0x252 (FPO: [Non-Fpo])
0a 0088f6dc 749f167e 00ea2b88 0088f708 0088f700 asp!
CHitObj::NewBrowserRequest+0x7a (FPO: [Non-Fpo])
0b 0088f710 749f157a 00ea2b88 00ea2c54 00ea2b88 asp!
HandleHit+0x128 (FPO: [Non-Fpo])
0c 0088f728 65d81f30 00ea2b88 00ea2c54 00ea2b88 asp!
HttpExtensionProc+0x3d (FPO: [EBP 0x0088f770] [1,0,4])
0d 0088f73c 65d81ec1 00ea2b88 00ea2c54 00ea2b88 wam!
HSE_APPDLL::ExecuteRequest+0x93 (FPO: [1,0,3])
0e 0088f770 65d81b06 00408188 00ea2d50 00ea2b88 wam!
WAM::InvokeExtension+0x35 (FPO: [Non-Fpo])
0f 0088f7b4 77d77fb0 00406a38 00000000 000000fb wam!
WAM::ProcessRequest+0x240 (FPO: [Non-Fpo])
10 0088f7dc 77d95ad7 65d819bf 0088f7f8 00000005 RPCRT4!
Invoke+0x30
11 0088fa54 77d8f77e 000ab8f0 000a0084 00107a78 RPCRT4!
NdrStubCall2+0x655 (FPO: [Non-Fpo])
12 0088fab8 77b22548 000ab8f0 00107a78 000a0084 RPCRT4!
CStdStubBuffer_Invoke+0xc8 (FPO: [Non-Fpo])
13 0088fafc 77b22823 00107a78 000a96b4 000a1290 ole32!
SyncStubInvoke+0x61 (FPO: [Non-Fpo])
14 0088fb44 77ab6e81 00107a78 000a95c8 000ab8f0 ole32!
StubInvoke+0xa8 (FPO: [Non-Fpo])
15 0088fba8 77aa9a11 000a0084 00000000 000ab8f0 ole32!
CCtxComChnl::ContextInvoke+0xbb (FPO: [Non-Fpo])
16 0088fbc4 77b2242d 00107a78 00000001 000ab8f0 ole32!
MTAInvoke+0x18 (FPO: [Non-Fpo])
17 0088fbf4 77b22b58 00107a30 000a0084 000ab8f0 ole32!
AppInvoke+0xb5 (FPO: [Non-Fpo])
18 0088fcb4 77b20360 02fae030 00000000 000a9698 ole32!
ComInvokeWithLockAndIPID+0x29e (FPO: [Non-Fpo])
19 0088fcf4 77d52156 00107a30 000a9698 0009c648 ole32!
ThreadInvoke+0x1b7 (FPO: [Non-Fpo])
1a 0088fd2c 77d37ee1 77b201a9 0009c648 0088fe0c RPCRT4!
DispatchToStubInC+0x32 (FPO: [Non-Fpo])
1b 0088fd84 77d37db5 00000000 00000000 0088fe0c RPCRT4!
RPC_INTERFACE::DispatchToStubWorker+0x100 (FPO: [Non-Fpo])
1c 0088fda4 77d38081 0009c648 00000000 0088fe0c RPCRT4!
RPC_INTERFACE::DispatchToStub+0x5e (FPO: [Non-Fpo])
1d 0088fdd4 77d58bda 0009c648 0009c60c 00000000 RPCRT4!
RPC_INTERFACE::DispatchToStubWithObject+0xa9 (FPO: [Non-
Fpo])
1e 0088fe10 77d5717a 000a47d0 00081fd0 80030001 RPCRT4!
LRPC_SCALL::DealWithRequestMessage+0x1cd (FPO: [Non-Fpo])
1f 0088fe28 77d57689 0009c550 0088fe50 000a47d0 RPCRT4!
LRPC_ADDRESS::DealWithLRPCRequest+0x10c (FPO: [Non-Fpo])
20 0088ff74 77d56d9e 77d39a00 00081fd0 0006f73c RPCRT4!
LRPC_ADDRESS::ReceiveLotsaCalls+0x229 (FPO: [Non-Fpo])
21 0088ff78 77d39a00 00081fd0 0006f73c 00000000 RPCRT4!
RecvLotsaCallsWrapper+0x9 (FPO: [1,0,0])
22 0088ffa8 77d41c6c 00080ff8 0088ffec 7c57b382 RPCRT4!
BaseCachedThreadRoutine+0x4f (FPO: [Non-Fpo])
23 0088ffb4 7c57b382 0007e810 0006f73c 00000000 RPCRT4!
ThreadStartRoutine+0x18 (FPO: [Non-Fpo])
24 0088ffec 00000000 77d41c54 0007e810 00000000 KERNEL32!
BaseThreadStart+0x52 (FPO: [Non-Fpo])

Creating c:\debug_03082004\Crash_Mode__Date_03-09-
2004__Time_14-42-05PM\PID-2820__DLLHOST.EXE_IIS-
{Default_Web_Site-Root-bfexego}
__1st_chance_AccessViolation__mini_2004-03-09_15-35-58-
421_0B04.dmp - mini user dump
Tue Mar 09 15:35:58 2004: ModLoad: 77920000 77943000
C:\WINNT\system32\imagehlp.dll
---
--- 1st chance DLL_Load exception ----
-----------------------------------------------------------
----
Tue Mar 09 15:35:58 2004: (b04.d3c): Access violation -
code c0000005 (first chance)
---
--- 1st chance AccessViolation exception ----
-----------------------------------------------------------
----

Occurrence happened at:
Debug session time: Tue Mar 09 15:35:58 2004
System Uptime: 0 days 23:38:24.687
Process Uptime: 0 days 1:12:52.328
Kernel time: 0 days 0:00:18.796
User time: 0 days 0:00:21.562

Faulting stack below ---
# ChildEBP RetAddr Args to Child
00 0088eb18 77f9555f 00070000 00000000 0000000c ntdll!
RtlAllocateHeap+0x27f (FPO: [Non-Fpo])
01 0088eb2c 77f84e64 0000000c 7c5c7f91 7c5c3e90 ntdll!
NtdllpAllocateStringRoutine+0x19 (FPO: [Non-Fpo])
02 0088eb44 77f89ed6 0088eb78 0088eb80 00000001 ntdll!
RtlAnsiStringToUnicodeString+0x49 (FPO: [Non-Fpo])
03 0088eb88 77f8232c 7c570000 7793ceda 7793cb00 ntdll!
LdrpSnapThunk+0x10c (FPO: [Non-Fpo])
04 0088ec24 77f8a939 00072528 001033e8 7793ca1c ntdll!
LdrpSnapIAT+0x1dc (FPO: [Non-Fpo])
05 0088ec78 77f949b7 0007a4b8 00103301 00000000 ntdll!
LdrpWalkImportDescriptor+0x27d (FPO: [Non-Fpo])
06 0088ef14 77f83278 0007a4b8 0088ef94 0088ef9c ntdll!
LdrpLoadDll+0x1c5 (FPO: [Non-Fpo])
07 0088ef2c 7c5905d8 0007a4b8 0088ef94 0088ef9c ntdll!
LdrLoadDll+0x17 (FPO: [4,0,0])
08 0088efc0 7c59015d 7ffddc00 00000000 00000000 KERNEL32!
LoadLibraryExW+0x231 (FPO: [Non-Fpo])
09 0088efd0 7c590129 65d83a70 00000000 00000000 KERNEL32!
LoadLibraryExA+0x1d (FPO: [3,0,0])
0a 0088eff0 65d88e2c 65d83a70 65d81f48 0088f06c KERNEL32!
LoadLibraryA+0xaa (FPO: [Non-Fpo])
0b 0088f008 65d893d4 ffffffff 65d81f48 00000000 wam!
StackWalker::StackWalker+0x1c (FPO: [EBP 0x0088f03c]
[1,0,4])
0c 0088f03c 65d88d6e 0088f06c c00000cc 00ea2b88 wam!
WAMExceptionFilter+0x32 (FPO: [Non-Fpo])
0d 0088f770 65d81b06 00408188 00ea2d50 00ea2b88 wam!
WAM::InvokeExtension+0x54 (FPO: [Non-Fpo])
0e 0088f7b4 77d77fb0 00406a38 00000000 000000fb wam!
WAM::ProcessRequest+0x240 (FPO: [Non-Fpo])
0f 0088f7dc 77d95ad7 65d819bf 0088f7f8 00000005 RPCRT4!
Invoke+0x30
10 0088fa54 77d8f77e 000ab8f0 000a0084 00107a78 RPCRT4!
NdrStubCall2+0x655 (FPO: [Non-Fpo])
11 0088fab8 77b22548 000ab8f0 00107a78 000a0084 RPCRT4!
CStdStubBuffer_Invoke+0xc8 (FPO: [Non-Fpo])
12 0088fafc 77b22823 00107a78 000a96b4 000a1290 ole32!
SyncStubInvoke+0x61 (FPO: [Non-Fpo])
13 0088fb44 77ab6e81 00107a78 000a95c8 000ab8f0 ole32!
StubInvoke+0xa8 (FPO: [Non-Fpo])
14 0088fba8 77aa9a11 000a0084 00000000 000ab8f0 ole32!
CCtxComChnl::ContextInvoke+0xbb (FPO: [Non-Fpo])
15 0088fbc4 77b2242d 00107a78 00000001 000ab8f0 ole32!
MTAInvoke+0x18 (FPO: [Non-Fpo])
16 0088fbf4 77b22b58 00107a30 000a0084 000ab8f0 ole32!
AppInvoke+0xb5 (FPO: [Non-Fpo])
17 0088fcb4 77b20360 02fae030 00000000 000a9698 ole32!
ComInvokeWithLockAndIPID+0x29e (FPO: [Non-Fpo])
18 0088fcf4 77d52156 00107a30 000a9698 0009c648 ole32!
ThreadInvoke+0x1b7 (FPO: [Non-Fpo])
19 0088fd2c 77d37ee1 77b201a9 0009c648 0088fe0c RPCRT4!
DispatchToStubInC+0x32 (FPO: [Non-Fpo])
1a 0088fd84 77d37db5 00000000 00000000 0088fe0c RPCRT4!
RPC_INTERFACE::DispatchToStubWorker+0x100 (FPO: [Non-Fpo])
1b 0088fda4 77d38081 0009c648 00000000 0088fe0c RPCRT4!
RPC_INTERFACE::DispatchToStub+0x5e (FPO: [Non-Fpo])
1c 0088fdd4 77d58bda 0009c648 0009c60c 00000000 RPCRT4!
RPC_INTERFACE::DispatchToStubWithObject+0xa9 (FPO: [Non-
Fpo])
1d 0088fe10 77d5717a 000a47d0 00081fd0 80030001 RPCRT4!
LRPC_SCALL::DealWithRequestMessage+0x1cd (FPO: [Non-Fpo])
1e 0088fe28 77d57689 0009c550 0088fe50 000a47d0 RPCRT4!
LRPC_ADDRESS::DealWithLRPCRequest+0x10c (FPO: [Non-Fpo])
1f 0088ff74 77d56d9e 77d39a00 00081fd0 0006f73c RPCRT4!
LRPC_ADDRESS::ReceiveLotsaCalls+0x229 (FPO: [Non-Fpo])
20 0088ff78 77d39a00 00081fd0 0006f73c 00000000 RPCRT4!
RecvLotsaCallsWrapper+0x9 (FPO: [1,0,0])
21 0088ffa8 77d41c6c 00080ff8 0088ffec 7c57b382 RPCRT4!
BaseCachedThreadRoutine+0x4f (FPO: [Non-Fpo])
22 0088ffb4 7c57b382 0007e810 0006f73c 00000000 RPCRT4!
ThreadStartRoutine+0x18 (FPO: [Non-Fpo])
23 0088ffec 00000000 77d41c54 0007e810 00000000 KERNEL32!
BaseThreadStart+0x52 (FPO: [Non-Fpo])



Thanks

Som
 >-----Original Message-----
 >This failure was caused by the MediaConverter.dll. I
would recommend
 >getting it updated and see if your other problems go away.
 >
 >Pat
 >
 ><anonymous.TakeThisOut@discussions.microsoft.com> wrote in message
 >news:861701c40467$eb110400$a301280a@phx.gbl...
  >> Hi Pat,
  >>
  >> Thanks for your reply - we have installed the latest
  >> scripting engine(Version 5.6.7426) and MDAC (2.Cool. The
  >> server is a Win2K-SP4, IIS 5.0, PowerEdge 1650, Dual
  >> Pentium III-T, 1.26GHz,512K Cache with 1 GB of RAM
  >>
  >> I am sorry I attached the wrong part of the call stack -
  >> please see the one below which points to the c0000005
  >> error. I can also provide the mini-dump file if
required.
  >> Please let me know if you have any thoughts.
  >>
  >>
  >> Sat Mar 06 00:24:29 2004: (f98.6c4): Access violation -
  >> code c0000005 (first chance)
  >> ---
  >> --- 1st chance AccessViolation exception ----
  >> --------------------------------------------------------
---
  >> ----
  >>
  >> Occurrence happened at:
  >> Debug session time: Sat Mar 06 00:24:29 2004
  >> System Uptime: 0 days 10:50:08.562
  >> Process Uptime: 0 days 7:34:52.062
  >> Kernel time: 0 days 0:07:15.734
  >> User time: 0 days 0:10:56.078
  >>
  >> Faulting stack below ---
  >> *** WARNING: Unable to verify checksum for C:\Program
  >> Files\BFCore\Services\MediaConverter.dll
  >> *** ERROR: Symbol file could not be found. Defaulted to
  >> export symbols for C:\Program
  >> Files\BFCore\Services\MediaConverter.dll -
  >> # ChildEBP RetAddr Args to Child
  >> WARNING: Stack unwind information not available.
Following
  >> frames may be wrong.
  >> 00 0206ca24 03bb2d73 07ef0ff0 00000000 0000ffff
  >> MediaConverter!DllUnregisterServer+0xc70c
  >> 01 0206ca6c 03bb3f50 0685e310 00000298 0206caac
  >> MediaConverter!DllUnregisterServer+0xc565
  >> 02 0206ca98 03ba5d69 7803a6f0 3f333333 0206d450
  >> MediaConverter!DllUnregisterServer+0xd742
  >> 03 0206d434 03ba5618 00000046 00000000 00000010
  >> MediaConverter!atFreeImage+0x1d6e
  >> 04 0206dc34 779d7d5d 02240840 05dd470c 00000046
  >> MediaConverter!atFreeImage+0x161d
  >> 05 0206dc60 77a2310e 02240840 0000006c 00000004
OLEAUT32!
  >> DispCallFunc+0x15d
  >> 06 0206dcf0 03ba6bd1 000f343c 02240840 00000015
OLEAUT32!
  >> CTypeInfo2::Invoke+0x244
  >> 07 0206dd18 6b614279 02240840 00000015 6b65c888
  >> MediaConverter!DllUnregisterServer+0x3c3
  >> 08 0206dd94 6b61866f 06555888 02240840 00000015
vbscript!
  >> DllCanUnloadNow+0x8e24
  >> 09 00000000 00000000 00000000 00000000 00000000
vbscript!
  >> DllCanUnloadNow+0xd21a
  >>
  >> Creating c:\debug_03042004\Crash_Mode__Date_03-05-
  >> 2004__Time_17-20-00PM\PID-3992__DLLHOST.EXE_IIS_Out-Of-
  >>
Process_Pooled_Applications__1st_chance_AccessViolation__mi
  >> ni_2004-03-06_00-24-30-218_0F98.dmp - mini user dump
  >>
  >> Sat Mar 06 00:28:54 2004: (f98.e10): Access violation -
  >> code c0000005 (first chance)
  >> ---
  >> --- 1st chance AccessViolation exception ----
  >> --------------------------------------------------------
---
  >> ----
  >>
  >> Occurrence happened at:
  >> Debug session time: Sat Mar 06 00:28:54 2004
  >> System Uptime: 0 days 10:54:33.203
  >> Process Uptime: 0 days 7:39:16.703
  >> Kernel time: 0 days 0:07:19.265
  >> User time: 0 days 0:10:59.500
  >>
  >> Faulting stack below ---
  >> # ChildEBP RetAddr Args to Child
  >> 00 1cebc0d8 780013a5 00400000 00000008 00000180 ntdll!
  >> RtlAllocateHeap+0x291 (FPO: [Non-Fpo])
  >> 01 1cebc120 03bb269f 00000178 00000180 1cebd26c MSVCRT!
  >> calloc+0xf8
  >> WARNING: Stack unwind information not available.
Following
  >> frames may be wrong.
  >> 02 1cebc8a8 03ba5e17 07ffafd0 1cebd26c 0000013f
  >> MediaConverter!DllUnregisterServer+0xbe91
  >> 03 1cebd244 03bb3a22 00000064 00000000 00000008
  >> MediaConverter!atFreeImage+0x1e1c
  >> 04 1cebea0c 779d7d5d 021ee7c8 0723dfc0 00000064
  >> MediaConverter!DllUnregisterServer+0xd214
  >> 05 1cebea40 77a2310e 08054008 00000034 00000004
OLEAUT32!
  >> DispCallFunc+0x15d
  >> 06 1cebead0 03ba749c 000f3494 08054008 00000007
OLEAUT32!
  >> CTypeInfo2::Invoke+0x244
  >> 07 1cebeaf8 6b614279 08054008 00000007 6b65c888
  >> MediaConverter!DllUnregisterServer+0xc8e
  >> 08 1cebeb74 6b61866f 03ab4f10 08054008 00000007
vbscript!
  >> DllCanUnloadNow+0x8e24
  >> 09 00000000 00000000 00000000 00000000 00000000
vbscript!
  >> DllCanUnloadNow+0xd21a
  >>
  >> Creating c:\debug_03042004\Crash_Mode__Date_03-05-
  >> 2004__Time_17-20-00PM\PID-3992__DLLHOST.EXE_IIS_Out-Of-
  >>
Process_Pooled_Applications__1st_chance_AccessViolation__mi
  >> ni_2004-03-06_00-28-54-453_0F98.dmp - mini user dump
  >>
  >>
   >> >-----Original Message-----
   >> >The thread posted is not the problem. That is a VB
error
  >> that is being
   >> >handled.
   >> >
   >> >The c0000005 error is a bit more serious. I would
  >> recommend installing the
   >> >latest script engines and MDAC and see if the problem
  >> goes away. If it
   >> >doesn't then a bit more debugging will be required.
   >> >
   >> >Pat
   >> >
   >> >"Som" <som.TakeThisOut@ennovative.com> wrote in message
   >> >news:7bd501c40306$be8faab0$a501280a@phx.gbl...
   >> >> A clients website is a combination of ASP pages and
   >> >> COM/COM+ objects -
   >> >> The following errors are being reported. Once this
  >> happens
   >> >> on the server the entire script engine fails... we
have
   >> >> to restart IIS then after sometime the error
reoccurs.
  >> We
   >> >> have tried to debug using Adplus/CDB - attaching some
   >> >> stack traces below - is this because of errors in the
   >> >> external COM object - any thoughts would be gratly
   >> >> appreciated.
   >> >>
   >> >>
   >> >>
   >> >> Event Type: Error
   >> >> Event Source: Active Server Pages
   >> >> Event Category: None
   >> >> Event ID: 5
   >> >> Date: 10/3/2001
   >> >> Time: 8:14:08 AM
   >> >> User: N/A
   >> >> Computer: XXXXX
   >> >> Description:
   >> >> Error: Script Engine Exception. A ScriptEngine
threw
   >> >> expection
   >> >> 'C0000005' in
   >> >> 'IActiveScript::SetScriptState()' from
   >> >> 'CActiveScriptEngine::ResetToUninitialized()'..
   >> >> For additional information specific to this message
  >> please
   >> >> visit the
   >> >> Microsoft
   >> >> Online Support site located at:
<font color=brown>   >> >> <a style='text-decoration: underline;' href="http://www.microsoft.com/contentredirect.asp.</font" target="_blank">http://www.microsoft.com/contentredirect.asp.</font</a>>
   >> >>
   >> >> ---
   >> >> --- 1st chance UnknownException exception ----
   >> >> -----------------------------------------------------
---
  >> ---
   >> >> ----
   >> >>
   >> >> Occurrence happened at:
   >> >> Debug session time: Fri Mar 05 17:20:13 2004
   >> >> System Uptime: 0 days 3:45:52.593
   >> >> Process Uptime: 0 days 0:30:22.093
   >> >> Kernel time: 0 days 0:00:08.875
   >> >> User time: 0 days 0:00:10.781
   >> >>
   >> >> Faulting stack below ---
   >> >> # ChildEBP RetAddr Args to Child
   >> >> 00 01f6d250 6a9f4e56 c000008f 00000001 00000002
  >> KERNEL32!
   >> >> RaiseException+0x56 (FPO: [Non-Fpo])
   >> >> 01 01f6d270 6a9f4e0b 01f6d2bc 800a0005 01f6d2c0
  >> MSVBVM60!
   >> >> RaiseVbaException+0x23
   >> >> 02 01f6d284 6a9f4cc4 01f6d29c 00000000 000d4650
  >> MSVBVM60!
   >> >> EbRaiseException+0x50 (FPO: [EBP 0x01f6d2c0] [1,0,4])
   >> >> 03 01f6d2c0 6a9f4c20 800a0005 0009ca08 110022c0
  >> MSVBVM60!
   >> >> SafeAddRef
   >> >> *** ERROR: Symbol file could not be found.
Defaulted to
   >> >> export symbols for C:\Program
   >> >> Files\BFCore\Services\abpages.dll -
   >> >> 04 01f6d2d4 11003929 800a0005 0009ca08 110022c0
  >> MSVBVM60!
   >> >> __vbaHresultCheckObj+0x3f (FPO: [4,0,0])
   >> >> WARNING: Stack unwind information not available.
  >> Following
   >> >> frames may be wrong.
   >> >> 05 01f6d340 779d7d5d 000d4650 030936d0 01f6d594
abpages!
   >> >> DllCanUnloadNow+0x763
   >> >> 06 01f6d360 6a9fa2fb 000d4650 00000034 00000004
  >> OLEAUT32!
   >> >> DispCallFunc+0x15d
   >> >> 07 01f6dcbc 6a9fa0f4 000d4650 110019e8 60030003
  >> MSVBVM60!
   >> >> EpiInvokeMethod+0x1e1
   >> >> *** ERROR: Symbol file could not be found.
Defaulted to
   >> >> export symbols for C:\WINNT\system32\vbscript.dll -
   >> >> 08 01f6dd18 6b614279 000d4650 60030003 6b65c888
  >> MSVBVM60!
   >> >> BASIC_CLASS_Invoke+0x52
   >> >> 09 01f6dd94 6b61866f 022f0110 000d4650 60030003
  >> vbscript!
   >> >> DllCanUnloadNow+0x8e24
   >> >> 0a 01f6e474 01f6decc 00000022 6b60b8d8 00000000
  >> vbscript!
   >> >> DllCanUnloadNow+0xd21a
   >> >> 0b 03700000 00000102 ffeeffee 00000000 00400000
  >> 0x1f6decc
   >> >>
   >> >
   >> >
   >> >.
   >> >
 >
 >
 >.
 ><!-- ~MESSAGE_AFTER~ -->
 >> Stay informed about: Exception C0000005 Errors in Scripting Engine 
Back to top
Login to vote
patfilot

External


Since: Aug 24, 2003
Posts: 1478



(Msg. 6) Posted: Wed Mar 10, 2004 7:14 pm
Post subject: Re: Exception C0000005 Errors in Scripting Engine [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

This is heap corruption, most likely caused by VBScript.dll. OLEAUT32
(which provides string manipulation API's to VB & VBScript) provides a
'private' memory area for string manipulation to improve performance. This
'private' area appears to have become corrupted.

If you have not already done so, download the latest script engines
(msdn.microsoft.com/scripting) and see if the issue goes away. If it
doesn't (i.e. after installation, you get the exact same thread failing)
then you will need to call MS-Support and open an incident.

Pat



<som.DeleteThis@ennovative.com> wrote in message
news:a28601c406af$2f919510$a301280a@phx.gbl...
 > We are debugging the Mediaconverter.dll and have disabled
 > it for the time being - in the meanwhile another set of
 > c0000005 errors are being reported in a website (on the
 > same server) set to high isolation - adplus logs for the
 > same are attached below. Any thoughts would be greatly
 > appreciated.
 >
 >
 > Creating c:\debug_03082004\Crash_Mode__Date_03-09-
 > 2004__Time_14-42-05PM\PID-2820__DLLHOST.EXE_IIS-
 > {Default_Web_Site-Root-bfexego}
 > __1st_chance_AccessViolation__mini_2004-03-09_15-35-56-
 > 640_0B04.dmp - mini user dump
 > Tue Mar 09 15:35:57 2004: (b04.b28): Access violation -
 > code c0000005 (first chance)
 > ---
 > --- 1st chance AccessViolation exception ----
 > -----------------------------------------------------------
 > ----
 >
 > Occurrence happened at:
 > Debug session time: Tue Mar 09 15:35:57 2004
 > System Uptime: 0 days 23:38:23.671
 > Process Uptime: 0 days 1:12:51.312
 > Kernel time: 0 days 0:00:18.703
 > User time: 0 days 0:00:21.562
 >
 > Faulting stack below ---
 > # ChildEBP RetAddr Args to Child
 > 00 01faf2f4 77a652d2 00070000 00000000 00000010 ntdll!
 > RtlAllocateHeap+0x27f (FPO: [Non-Fpo])
 > 01 01faf304 77a0feb1 77b2b170 00000010 00000010 ole32!
 > CRetailMalloc_Alloc+0x12 (FPO: [2,0,0])
 > 02 01faf314 779d95ab 00000010 05ea0008 023a374c OLEAUT32!
 > APP_DATA::AllocCachedMem+0x42 (FPO: [1,0,1])
 > 03 01faf32c 779d9512 023a374c 00000002 01faf390 OLEAUT32!
 > SysAllocStringByteLen+0x5b (FPO: [EBP 0x01fa0008] [2,0,4])
 > 04 01faf33c 779db995 023a374c 01faf398 05ea0008 OLEAUT32!
 > ErrStringCopyNoNull+0x12 (FPO: [2,0,1])
 > 05 01faf358 779dbafe 01faf390 0040c598 05ea2e8c OLEAUT32!
 > VariantCopy+0x85 (FPO: [EBP 0x01faf9b8] [2,0,4])
 > 06 01faf374 6b60d907 01faf390 0040c598 00000002 OLEAUT32!
 > VariantCopyInd+0x1e (FPO: [EBP 0x01faf9b8] [2,0,4])
 > WARNING: Stack unwind information not available. Following
 > frames may be wrong.
 > 07 01faf9b8 6b62d316 00000000 00000000 00000000 vbscript!
 > DllCanUnloadNow+0x24b2
 > 08 00000000 00000000 00000000 00000000 00000000 vbscript!
 > DllCanUnloadNow+0x21ec1
 >
 > Creating c:\debug_03082004\Crash_Mode__Date_03-09-
 > 2004__Time_14-42-05PM\PID-2820__DLLHOST.EXE_IIS-
 > {Default_Web_Site-Root-bfexego}
 > __1st_chance_AccessViolation__mini_2004-03-09_15-35-57-
 > 906_0B04.dmp - mini user dump
 > Tue Mar 09 15:35:58 2004: (b04.d3c): Access violation -
 > code c0000005 (first chance)
 > ---
 > --- 1st chance AccessViolation exception ----
 > -----------------------------------------------------------
 > ----
 >
 > Occurrence happened at:
 > Debug session time: Tue Mar 09 15:35:58 2004
 > System Uptime: 0 days 23:38:24.171
 > Process Uptime: 0 days 1:12:51.812
 > Kernel time: 0 days 0:00:18.750
 > User time: 0 days 0:00:21.562
 >
 > Faulting stack below ---
 > # ChildEBP RetAddr Args to Child
 > 00 0088f5b8 77a652d2 00070000 00000000 00000010 ntdll!
 > RtlAllocateHeap+0x27f (FPO: [Non-Fpo])
 > 01 0088f5c8 77a65300 77b2b170 00000010 787bfb99 ole32!
 > CRetailMalloc_Alloc+0x12 (FPO: [2,0,0])
 > 02 0088f5d4 787bfb99 00000010 01a584d0 00000000 ole32!
 > CoTaskMemAlloc+0xf (FPO: [1,0,0])
 > 03 0088f5f4 787c0297 01a58364 01a584d0 749f17b2 COMSVCS!
 > CAsyncCall::Create+0x29 (FPO: [0,5,1])
 > 04 0088f600 749f17b2 749f7d48 01a584d4 016d21e8 COMSVCS!
 > MTSCreateActivity+0x37 (FPO: [2,0,2])
 > 05 0088f610 749f28aa 01293bc8 01a58330 00000000 asp!
 > CViperActivity::Init+0x11 (FPO: [0,0,1])
 > 06 0088f620 749f2628 01451e90 016d21dc 00000001 asp!
 > CSession::Init+0x84 (FPO: [2,0,3])
 > 07 0088f638 749f247a 016d21dc 0088f670 00000001 asp!
 > CSessionMgr::NewSession+0x47 (FPO: [2,0,3])
 > 08 0088f678 749f1ac7 0088f698 0088f69c 0088f6cc asp!
 > CHitObj::AssignSessionToBrowserRequest+0xf7 (FPO: [Non-
 > Fpo])
 > 09 0088f6b0 749f183b 00ea0030 0088f6cc 00000bb8 asp!
 > CHitObj::BrowserRequestInit+0x252 (FPO: [Non-Fpo])
 > 0a 0088f6dc 749f167e 00ea2b88 0088f708 0088f700 asp!
 > CHitObj::NewBrowserRequest+0x7a (FPO: [Non-Fpo])
 > 0b 0088f710 749f157a 00ea2b88 00ea2c54 00ea2b88 asp!
 > HandleHit+0x128 (FPO: [Non-Fpo])
 > 0c 0088f728 65d81f30 00ea2b88 00ea2c54 00ea2b88 asp!
 > HttpExtensionProc+0x3d (FPO: [EBP 0x0088f770] [1,0,4])
 > 0d 0088f73c 65d81ec1 00ea2b88 00ea2c54 00ea2b88 wam!
 > HSE_APPDLL::ExecuteRequest+0x93 (FPO: [1,0,3])
 > 0e 0088f770 65d81b06 00408188 00ea2d50 00ea2b88 wam!
 > WAM::InvokeExtension+0x35 (FPO: [Non-Fpo])
 > 0f 0088f7b4 77d77fb0 00406a38 00000000 000000fb wam!
 > WAM::ProcessRequest+0x240 (FPO: [Non-Fpo])
 > 10 0088f7dc 77d95ad7 65d819bf 0088f7f8 00000005 RPCRT4!
 > Invoke+0x30
 > 11 0088fa54 77d8f77e 000ab8f0 000a0084 00107a78 RPCRT4!
 > NdrStubCall2+0x655 (FPO: [Non-Fpo])
 > 12 0088fab8 77b22548 000ab8f0 00107a78 000a0084 RPCRT4!
 > CStdStubBuffer_Invoke+0xc8 (FPO: [Non-Fpo])
 > 13 0088fafc 77b22823 00107a78 000a96b4 000a1290 ole32!
 > SyncStubInvoke+0x61 (FPO: [Non-Fpo])
 > 14 0088fb44 77ab6e81 00107a78 000a95c8 000ab8f0 ole32!
 > StubInvoke+0xa8 (FPO: [Non-Fpo])
 > 15 0088fba8 77aa9a11 000a0084 00000000 000ab8f0 ole32!
 > CCtxComChnl::ContextInvoke+0xbb (FPO: [Non-Fpo])
 > 16 0088fbc4 77b2242d 00107a78 00000001 000ab8f0 ole32!
 > MTAInvoke+0x18 (FPO: [Non-Fpo])
 > 17 0088fbf4 77b22b58 00107a30 000a0084 000ab8f0 ole32!
 > AppInvoke+0xb5 (FPO: [Non-Fpo])
 > 18 0088fcb4 77b20360 02fae030 00000000 000a9698 ole32!
 > ComInvokeWithLockAndIPID+0x29e (FPO: [Non-Fpo])
 > 19 0088fcf4 77d52156 00107a30 000a9698 0009c648 ole32!
 > ThreadInvoke+0x1b7 (FPO: [Non-Fpo])
 > 1a 0088fd2c 77d37ee1 77b201a9 0009c648 0088fe0c RPCRT4!
 > DispatchToStubInC+0x32 (FPO: [Non-Fpo])
 > 1b 0088fd84 77d37db5 00000000 00000000 0088fe0c RPCRT4!
 > RPC_INTERFACE::DispatchToStubWorker+0x100 (FPO: [Non-Fpo])
 > 1c 0088fda4 77d38081 0009c648 00000000 0088fe0c RPCRT4!
 > RPC_INTERFACE::DispatchToStub+0x5e (FPO: [Non-Fpo])
 > 1d 0088fdd4 77d58bda 0009c648 0009c60c 00000000 RPCRT4!
 > RPC_INTERFACE::DispatchToStubWithObject+0xa9 (FPO: [Non-
 > Fpo])
 > 1e 0088fe10 77d5717a 000a47d0 00081fd0 80030001 RPCRT4!
 > LRPC_SCALL::DealWithRequestMessage+0x1cd (FPO: [Non-Fpo])
 > 1f 0088fe28 77d57689 0009c550 0088fe50 000a47d0 RPCRT4!
 > LRPC_ADDRESS::DealWithLRPCRequest+0x10c (FPO: [Non-Fpo])
 > 20 0088ff74 77d56d9e 77d39a00 00081fd0 0006f73c RPCRT4!
 > LRPC_ADDRESS::ReceiveLotsaCalls+0x229 (FPO: [Non-Fpo])
 > 21 0088ff78 77d39a00 00081fd0 0006f73c 00000000 RPCRT4!
 > RecvLotsaCallsWrapper+0x9 (FPO: [1,0,0])
 > 22 0088ffa8 77d41c6c 00080ff8 0088ffec 7c57b382 RPCRT4!
 > BaseCachedThreadRoutine+0x4f (FPO: [Non-Fpo])
 > 23 0088ffb4 7c57b382 0007e810 0006f73c 00000000 RPCRT4!
 > ThreadStartRoutine+0x18 (FPO: [Non-Fpo])
 > 24 0088ffec 00000000 77d41c54 0007e810 00000000 KERNEL32!
 > BaseThreadStart+0x52 (FPO: [Non-Fpo])
 >
 > Creating c:\debug_03082004\Crash_Mode__Date_03-09-
 > 2004__Time_14-42-05PM\PID-2820__DLLHOST.EXE_IIS-
 > {Default_Web_Site-Root-bfexego}
 > __1st_chance_AccessViolation__mini_2004-03-09_15-35-58-
 > 421_0B04.dmp - mini user dump
 > Tue Mar 09 15:35:58 2004: ModLoad: 77920000 77943000
 > C:\WINNT\system32\imagehlp.dll
 > ---
 > --- 1st chance DLL_Load exception ----
 > -----------------------------------------------------------
 > ----
 > Tue Mar 09 15:35:58 2004: (b04.d3c): Access violation -
 > code c0000005 (first chance)
 > ---
 > --- 1st chance AccessViolation exception ----
 > -----------------------------------------------------------
 > ----
 >
 > Occurrence happened at:
 > Debug session time: Tue Mar 09 15:35:58 2004
 > System Uptime: 0 days 23:38:24.687
 > Process Uptime: 0 days 1:12:52.328
 > Kernel time: 0 days 0:00:18.796
 > User time: 0 days 0:00:21.562
 >
 > Faulting stack below ---
 > # ChildEBP RetAddr Args to Child
 > 00 0088eb18 77f9555f 00070000 00000000 0000000c ntdll!
 > RtlAllocateHeap+0x27f (FPO: [Non-Fpo])
 > 01 0088eb2c 77f84e64 0000000c 7c5c7f91 7c5c3e90 ntdll!
 > NtdllpAllocateStringRoutine+0x19 (FPO: [Non-Fpo])
 > 02 0088eb44 77f89ed6 0088eb78 0088eb80 00000001 ntdll!
 > RtlAnsiStringToUnicodeString+0x49 (FPO: [Non-Fpo])
 > 03 0088eb88 77f8232c 7c570000 7793ceda 7793cb00 ntdll!
 > LdrpSnapThunk+0x10c (FPO: [Non-Fpo])
 > 04 0088ec24 77f8a939 00072528 001033e8 7793ca1c ntdll!
 > LdrpSnapIAT+0x1dc (FPO: [Non-Fpo])
 > 05 0088ec78 77f949b7 0007a4b8 00103301 00000000 ntdll!
 > LdrpWalkImportDescriptor+0x27d (FPO: [Non-Fpo])
 > 06 0088ef14 77f83278 0007a4b8 0088ef94 0088ef9c ntdll!
 > LdrpLoadDll+0x1c5 (FPO: [Non-Fpo])
 > 07 0088ef2c 7c5905d8 0007a4b8 0088ef94 0088ef9c ntdll!
 > LdrLoadDll+0x17 (FPO: [4,0,0])
 > 08 0088efc0 7c59015d 7ffddc00 00000000 00000000 KERNEL32!
 > LoadLibraryExW+0x231 (FPO: [Non-Fpo])
 > 09 0088efd0 7c590129 65d83a70 00000000 00000000 KERNEL32!
 > LoadLibraryExA+0x1d (FPO: [3,0,0])
 > 0a 0088eff0 65d88e2c 65d83a70 65d81f48 0088f06c KERNEL32!
 > LoadLibraryA+0xaa (FPO: [Non-Fpo])
 > 0b 0088f008 65d893d4 ffffffff 65d81f48 00000000 wam!
 > StackWalker::StackWalker+0x1c (FPO: [EBP 0x0088f03c]
 > [1,0,4])
 > 0c 0088f03c 65d88d6e 0088f06c c00000cc 00ea2b88 wam!
 > WAMExceptionFilter+0x32 (FPO: [Non-Fpo])
 > 0d 0088f770 65d81b06 00408188 00ea2d50 00ea2b88 wam!
 > WAM::InvokeExtension+0x54 (FPO: [Non-Fpo])
 > 0e 0088f7b4 77d77fb0 00406a38 00000000 000000fb wam!
 > WAM::ProcessRequest+0x240 (FPO: [Non-Fpo])
 > 0f 0088f7dc 77d95ad7 65d819bf 0088f7f8 00000005 RPCRT4!
 > Invoke+0x30
 > 10 0088fa54 77d8f77e 000ab8f0 000a0084 00107a78 RPCRT4!
 > NdrStubCall2+0x655 (FPO: [Non-Fpo])
 > 11 0088fab8 77b22548 000ab8f0 00107a78 000a0084 RPCRT4!
 > CStdStubBuffer_Invoke+0xc8 (FPO: [Non-Fpo])
 > 12 0088fafc 77b22823 00107a78 000a96b4 000a1290 ole32!
 > SyncStubInvoke+0x61 (FPO: [Non-Fpo])
 > 13 0088fb44 77ab6e81 00107a78 000a95c8 000ab8f0 ole32!
 > StubInvoke+0xa8 (FPO: [Non-Fpo])
 > 14 0088fba8 77aa9a11 000a0084 00000000 000ab8f0 ole32!
 > CCtxComChnl::ContextInvoke+0xbb (FPO: [Non-Fpo])
 > 15 0088fbc4 77b2242d 00107a78 00000001 000ab8f0 ole32!
 > MTAInvoke+0x18 (FPO: [Non-Fpo])
 > 16 0088fbf4 77b22b58 00107a30 000a0084 000ab8f0 ole32!
 > AppInvoke+0xb5 (FPO: [Non-Fpo])
 > 17 0088fcb4 77b20360 02fae030 00000000 000a9698 ole32!
 > ComInvokeWithLockAndIPID+0x29e (FPO: [Non-Fpo])
 > 18 0088fcf4 77d52156 00107a30 000a9698 0009c648 ole32!
 > ThreadInvoke+0x1b7 (FPO: [Non-Fpo])
 > 19 0088fd2c 77d37ee1 77b201a9 0009c648 0088fe0c RPCRT4!
 > DispatchToStubInC+0x32 (FPO: [Non-Fpo])
 > 1a 0088fd84 77d37db5 00000000 00000000 0088fe0c RPCRT4!
 > RPC_INTERFACE::DispatchToStubWorker+0x100 (FPO: [Non-Fpo])
 > 1b 0088fda4 77d38081 0009c648 00000000 0088fe0c RPCRT4!
 > RPC_INTERFACE::DispatchToStub+0x5e (FPO: [Non-Fpo])
 > 1c 0088fdd4 77d58bda 0009c648 0009c60c 00000000 RPCRT4!
 > RPC_INTERFACE::DispatchToStubWithObject+0xa9 (FPO: [Non-
 > Fpo])
 > 1d 0088fe10 77d5717a 000a47d0 00081fd0 80030001 RPCRT4!
 > LRPC_SCALL::DealWithRequestMessage+0x1cd (FPO: [Non-Fpo])
 > 1e 0088fe28 77d57689 0009c550 0088fe50 000a47d0 RPCRT4!
 > LRPC_ADDRESS::DealWithLRPCRequest+0x10c (FPO: [Non-Fpo])
 > 1f 0088ff74 77d56d9e 77d39a00 00081fd0 0006f73c RPCRT4!
 > LRPC_ADDRESS::ReceiveLotsaCalls+0x229 (FPO: [Non-Fpo])
 > 20 0088ff78 77d39a00 00081fd0 0006f73c 00000000 RPCRT4!
 > RecvLotsaCallsWrapper+0x9 (FPO: [1,0,0])
 > 21 0088ffa8 77d41c6c 00080ff8 0088ffec 7c57b382 RPCRT4!
 > BaseCachedThreadRoutine+0x4f (FPO: [Non-Fpo])
 > 22 0088ffb4 7c57b382 0007e810 0006f73c 00000000 RPCRT4!
 > ThreadStartRoutine+0x18 (FPO: [Non-Fpo])
 > 23 0088ffec 00000000 77d41c54 0007e810 00000000 KERNEL32!
 > BaseThreadStart+0x52 (FPO: [Non-Fpo])
 >
 >
 >
 > Thanks
 >
 > Som
  > >-----Original Message-----
  > >This failure was caused by the MediaConverter.dll. I
 > would recommend
  > >getting it updated and see if your other problems go away.
  > >
  > >Pat
  > >
  > ><anonymous.DeleteThis@discussions.microsoft.com> wrote in message
  > >news:861701c40467$eb110400$a301280a@phx.gbl...
   > >> Hi Pat,
   > >>
   > >> Thanks for your reply - we have installed the latest
   > >> scripting engine(Version 5.6.7426) and MDAC (2.Cool. The
   > >> server is a Win2K-SP4, IIS 5.0, PowerEdge 1650, Dual
   > >> Pentium III-T, 1.26GHz,512K Cache with 1 GB of RAM
   > >>
   > >> I am sorry I attached the wrong part of the call stack -
   > >> please see the one below which points to the c0000005
   > >> error. I can also provide the mini-dump file if
 > required.
   > >> Please let me know if you have any thoughts.
   > >>
   > >>
   > >> Sat Mar 06 00:24:29 2004: (f98.6c4): Access violation -
   > >> code c0000005 (first chance)
   > >> ---
   > >> --- 1st chance AccessViolation exception ----
   > >> --------------------------------------------------------
 > ---
   > >> ----
   > >>
   > >> Occurrence happened at:
   > >> Debug session time: Sat Mar 06 00:24:29 2004
   > >> System Uptime: 0 days 10:50:08.562
   > >> Process Uptime: 0 days 7:34:52.062
   > >> Kernel time: 0 days 0:07:15.734
   > >> User time: 0 days 0:10:56.078
   > >>
   > >> Faulting stack below ---
   > >> *** WARNING: Unable to verify checksum for C:\Program
   > >> Files\BFCore\Services\MediaConverter.dll
   > >> *** ERROR: Symbol file could not be found. Defaulted to
   > >> export symbols for C:\Program
   > >> Files\BFCore\Services\MediaConverter.dll -
   > >> # ChildEBP RetAddr Args to Child
   > >> WARNING: Stack unwind information not available.
 > Following
   > >> frames may be wrong.
   > >> 00 0206ca24 03bb2d73 07ef0ff0 00000000 0000ffff
   > >> MediaConverter!DllUnregisterServer+0xc70c
   > >> 01 0206ca6c 03bb3f50 0685e310 00000298 0206caac
   > >> MediaConverter!DllUnregisterServer+0xc565
   > >> 02 0206ca98 03ba5d69 7803a6f0 3f333333 0206d450