|
-
January 25th, 2000, 09:16 AM
#1
IPF on release of ActiveX DLL object reference
Development Environment:
VB6SP3 EE on Windows98SE
Third Party Objects in Use:
Mabry FTPx v1.08.000
Mabry RAS v1.08.000
Symptoms:
Sometimes in VB IDE, sometimes in compiled binary on development machine, and sometimes on production machine I receive an Invalid Page Fault caused:
by VB in VB.exe
by MyApplication in FTPX.dll
by VB in KERNEL32.dll
after setting
m_objFtp = nothing
I am confident that I am not making any method calls after I release the object reference. I am aware of similar cases involving internal references in the IN_PROCESS_SERVER's Object not being cleaned up/released properly ala Microsoft KB articles:
Q196026 - PRB: Firing Event in Second Thread Causes IPF or GPF
Q190519 - BUG: UserControl Causes VB IDE to Crash on Shutdown
Q189156 - BUG: Crash When Closing Application That Uses ActiveX DLL
Any specific solutions to the problem would be much appreciated.
Cheers,
Rob
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|