View Single Post
Old 02-04-2012, 05:41 AM   #1
UltraDef
Junior Member
 
Join Date: Feb 2012
Posts: 2
Default dlumd32.dll crash in Visual Studio 2010 when debugging WPF programs

My WPF applications frequently crash while being debugged in Visual Studio 2010. Fault module always points to dlumd32.dll, a DisplayLink library.

Frequent crash dialog #1:

Quote:
---------------------------
Microsoft Visual C++ Runtime Library
---------------------------
Runtime Error!

Program: C:\Program File...

R6025

- pure virtual function call


---------------------------
OK
---------------------------
Frequent crash dialog #2:

Quote:
Problem signature:
Problem Event Name: APPCRASH
Application Name: <my_app_name>.vshost.exe
Application Version: 10.0.30319.1
Application Timestamp: 4ba2084b
Fault Module Name: dlumd32.dll
Fault Module Version: 8.6.1.35912
Fault Module Timestamp: 4ee813d4
Exception Code: c0000005
Exception Offset: 000247e4
OS Version: 6.1.7601.2.1.0.256.1
Locale ID: 1033

Read our privacy statement online:
http://go.microsoft.com/fwlink/?link...8&clcid=0x0409

If the online privacy statement is not available, please read our privacy statement offline:
C:\Windows\system32\en-US\erofflps.txt
Checking "Enable unmanaged code debugging" would sometimes give the following errors:





Sometimes it freezes up the whole computer including the mouse pointer. The screen would update "ever so slightly" every 3-5 minutes so it isn't a complete freeze... but it's ultimately unusable and needs a hard reboot.

EDIT: Tried the following; didn't help.
- No monitor connected to USB adapter.
- USB adapter not plugged in (drivers including dlumd32.dll still loaded).
- Disabled switchable graphics; use dedicated ATI graphics.
- Disabled switchable graphics; use onboard Intel graphics.
Attached Files
File Type: zip TOR44649_20120203_223248.zip (274.4 KB, 3 views)
File Type: zip TOR44649_20120204_000539.zip (443.5 KB, 1 views)
File Type: zip TOR44649_20120204_001551.zip (521.9 KB, 3 views)

Last edited by UltraDef; 02-15-2012 at 06:20 PM.
UltraDef is offline   Reply With Quote