Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error cause not pretty clear,...

57 views
Skip to first unread message

Kerem Gümrükcü

unread,
Oct 12, 2010, 12:32:59 PM10/12/10
to
Hi,

its been a long time i have opened a IDE or the Debugger (computers at
all!), so
i found out that i forgot most of it,...sounds strange, but its true. My
Question here is
why the application fails i have written long time ago. It is a .NET 2.0
appilcation,
written MSIL (platform independent), runs perfect on windows 2000,xp, vista
(32bit and
64bit), runs also perfect on 32 bit 7, but fails with that exception on
64bit 7, but only
on 64bit windows 7, why??? Here is the output from the debugger:

//BEGIN-----------------------------------------------------------------------------

Microsoft (R) Windows Debugger Version 6.11.0001.404 AMD64
Copyright (c) Microsoft Corporation. All rights reserved.

CommandLine: "C:\Users\devuser\Desktop\Some Folder\Testbuild.exe"
Symbol search path is: *** Invalid ***
****************************************************************************
* Symbol loading may be unreliable without a symbol search path. *
* Use .symfix to have the debugger choose a symbol path. *
* After setting your symbol path, use .reload to refresh symbol locations. *
****************************************************************************
Executable search path is:
ModLoad: 00000000`008f0000 00000000`00e7c000 Testbuild.exe
ModLoad: 00000000`77210000 00000000`773bb000 ntdll.dll
ModLoad: 000007fe`f11a0000 000007fe`f120f000
C:\Windows\SYSTEM32\MSCOREE.DLL
ModLoad: 00000000`76ff0000 00000000`7710f000
C:\Windows\system32\KERNEL32.dll
ModLoad: 000007fe`fd240000 000007fe`fd2ab000
C:\Windows\system32\KERNELBASE.dll
(6c4.b28): Break instruction exception - code 80000003 (first chance)
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
ntdll.dll -
ntdll!CsrSetPriorityClass+0x40:
00000000`772c1220 cc int 3
0:000> g
ModLoad: 000007fe`fe330000 000007fe`fe40b000
C:\Windows\system32\ADVAPI32.dll
ModLoad: 000007fe`ff340000 000007fe`ff3df000
C:\Windows\system32\msvcrt.dll
ModLoad: 000007fe`ff250000 000007fe`ff26f000
C:\Windows\SYSTEM32\sechost.dll
ModLoad: 000007fe`fef20000 000007fe`ff04e000
C:\Windows\system32\RPCRT4.dll
ModLoad: 000007fe`f1110000 000007fe`f11a0000
C:\Windows\Microsoft.NET\Framework64\v4.0.30319\mscoreei.dll
ModLoad: 000007fe`fe590000 000007fe`fe601000
C:\Windows\system32\SHLWAPI.dll
ModLoad: 000007fe`ff4b0000 000007fe`ff517000 C:\Windows\system32\GDI32.dll
ModLoad: 00000000`77110000 00000000`7720a000
C:\Windows\system32\USER32.dll
ModLoad: 000007fe`fe320000 000007fe`fe32e000 C:\Windows\system32\LPK.dll
ModLoad: 000007fe`ff3e0000 000007fe`ff4aa000 C:\Windows\system32\USP10.dll
ModLoad: 000007fe`ff050000 000007fe`ff07e000 C:\Windows\system32\IMM32.DLL
ModLoad: 000007fe`fee10000 000007fe`fef19000 C:\Windows\system32\MSCTF.dll
ModLoad: 000007fe`ef530000 000007fe`efede000
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorwks.dll
ModLoad: 00000000`74350000 00000000`74419000
C:\Windows\WinSxS\amd64_microsoft.vc80.crt_1fc8b3b9a1e18e3b_8.0.50727.4927_none_88dce9872fb18caf\MSVCR80.dll
ModLoad: 000007fe`fd540000 000007fe`fe2c6000
C:\Windows\system32\shell32.dll
ModLoad: 000007fe`febe0000 000007fe`fede1000 C:\Windows\system32\ole32.dll
ModLoad: 000007fe`fd170000 000007fe`fd17f000
C:\Windows\system32\profapi.dll
ModLoad: 000007fe`ee650000 000007fe`ef52b000
C:\Windows\assembly\NativeImages_v2.0.50727_64\mscorlib\2e16a238456fbe4a41233d7a732d086b\mscorlib.ni.dll
ModLoad: 00000642`ffaf0000 00000642`ffb09000
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\mscorsec.dll
ModLoad: 000007fe`fd500000 000007fe`fd53a000
C:\Windows\system32\WINTRUST.dll
ModLoad: 000007fe`fd2f0000 000007fe`fd456000
C:\Windows\system32\CRYPT32.dll
ModLoad: 000007fe`fd210000 000007fe`fd21f000
C:\Windows\system32\MSASN1.dll
ModLoad: 00000000`704c0000 00000000`7065e000
C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16385_none_421189da2b7fabfc\COMCTL32.dll
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
ModLoad: 00000642`ff4a0000 00000642`ff4aa000
C:\Windows\Microsoft.NET\Framework64\v2.0.50727\culture.dll
(6c4.b28): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
*** WARNING: Unable to verify checksum for
C:\Windows\assembly\NativeImages_v2.0.50727_64\mscorlib\2e16a238456fbe4a41233d7a732d086b\mscorlib.ni.dll
*** ERROR: Module load completed but symbols could not be loaded for
C:\Windows\assembly\NativeImages_v2.0.50727_64\mscorlib\2e16a238456fbe4a41233d7a732d086b\mscorlib.ni.dll
mscorlib_ni+0x2e8c8d:
000007fe`ee938c8d 803b00 cmp byte ptr [rbx],0
ds:00000000`00000000=??
0:000> g
(6c4.b28): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
*** ERROR: Symbol file could not be found. Defaulted to export symbols for
C:\Windows\system32\KERNELBASE.dll -
KERNELBASE!RaiseException+0x3d:
000007fe`fd24aa7d 4881c4c8000000 add rsp,0C8h
0:000> g
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): CLR exception - code e0434f4d (first chance)
ModLoad: 000007fe`fd060000 000007fe`fd06f000
C:\Windows\system32\CRYPTBASE.dll
ModLoad: 000007fe`fe4b0000 000007fe`fe587000
C:\Windows\system32\OLEAUT32.dll
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): CLR exception - code e0434f4d (first chance)
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): Access violation - code c0000005 (first chance)
First chance exceptions are reported before any exception handling.
This exception may be expected and handled.
KERNELBASE!RaiseException+0x3d:
000007fe`fd24aa7d 4881c4c8000000 add rsp,0C8h
0:000> g
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): CLR exception - code e0434f4d (first chance)
(6c4.b28): C++ EH exception - code e06d7363 (first chance)
(6c4.b28): CLR exception - code e0434f4d (first chance)
(6c4.b28): CLR exception - code e0434f4d (first chance)
(6c4.b28): CLR exception - code e0434f4d (!!! second chance !!!)
KERNELBASE!RaiseException+0x3d:
000007fe`fd24aa7d 4881c4c8000000 add rsp,0C8h
0:000> g
WARNING: Continuing a non-continuable exception
(6c4.b28): Break instruction exception - code 80000003 (first chance)
KERNELBASE!DebugBreak+0x2:
000007fe`fd272442 cc int 3
0:000> g
ntdll!ZwWaitForMultipleObjects+0xa:
00000000`7726046a c3 ret
0:001> g
^ No runnable debuggees error in 'g'

//END-----------------------------------------------------------------------------

Is this my fault or something inside the libraries of windows?
Any suggestions how i can find out what the problem in detail is?

regards

Kerem


-----------------------
Beste Grüsse / Best regards / Votre bien devoue
Kerem Gümrükcü
-----------------------

0 new messages