From: phil on
I've just moved to a new machine and everything is OK except that about 20%
of the time the linker fails and reports

Linking...
LINK : error : Internal error during EmitMap
ExceptionCode = C0000005
ExceptionFlags = 00000000
ExceptionAddress = 0043FA43
NumberParameters = 00000002
ExceptionInformation[ 0] = 00000000
ExceptionInformation[ 1] = 7375708B
CONTEXT:
Eax = 7375705F Esp = 0012F7C0
Ebx = 00591962 Ebp = 0012F8DC
Ecx = 4D89D38B Esi = 0085A61E
Edx = 00591962 Edi = 0085A61E
Eip = 0043FA43 EFlags = 00010206
SegCs = 0000001B SegDs = 00000023
SegSs = 00000023 SegEs = 00000023
SegFs = 0000003B SegGs = 00000000
Dr0 = 0012F7C0 Dr3 = 00591962
Dr1 = 0012F8DC Dr6 = 4D89D38B
Dr2 = 00000000 Dr7 = 00000000
Error executing link.exe.
Tool execution canceled by user.


any ideas will be much appreciated
Phil


From: Jon on
does the same code compile on a different machine?

If so, it sounds like a problem with either the PC or with the install.

"phil" <phil(a)oakleafsoftware.co.nospam> wrote in message
news:%23bXKPonaFHA.2076(a)TK2MSFTNGP15.phx.gbl...
> I've just moved to a new machine and everything is OK except that about
20%
> of the time the linker fails and reports
>
> Linking...
> LINK : error : Internal error during EmitMap
> ExceptionCode = C0000005
> ExceptionFlags = 00000000
> ExceptionAddress = 0043FA43
> NumberParameters = 00000002
> ExceptionInformation[ 0] = 00000000
> ExceptionInformation[ 1] = 7375708B
> CONTEXT:
> Eax = 7375705F Esp = 0012F7C0
> Ebx = 00591962 Ebp = 0012F8DC
> Ecx = 4D89D38B Esi = 0085A61E
> Edx = 00591962 Edi = 0085A61E
> Eip = 0043FA43 EFlags = 00010206
> SegCs = 0000001B SegDs = 00000023
> SegSs = 00000023 SegEs = 00000023
> SegFs = 0000003B SegGs = 00000000
> Dr0 = 0012F7C0 Dr3 = 00591962
> Dr1 = 0012F8DC Dr6 = 4D89D38B
> Dr2 = 00000000 Dr7 = 00000000
> Error executing link.exe.
> Tool execution canceled by user.
>
>
> any ideas will be much appreciated
> Phil
>
>


From: KMA on
Sometimes we get problems like this. We have the source on a network drive.
When we copy locally the problem disappears. Difficult to proove
categorically because it's an intermittent problem, but we suspect either
the network is generally overloaded or the anti virus software is
interferring with the file writing.

I've got no idea what EmitMap (or in out case EmitThunk) is trying to do.

"phil" <phil(a)oakleafsoftware.co.nospam> wrote in message
news:#bXKPonaFHA.2076(a)TK2MSFTNGP15.phx.gbl...
> I've just moved to a new machine and everything is OK except that about
20%
> of the time the linker fails and reports
>
> Linking...
> LINK : error : Internal error during EmitMap
> ExceptionCode = C0000005
> ExceptionFlags = 00000000
> ExceptionAddress = 0043FA43
> NumberParameters = 00000002
> ExceptionInformation[ 0] = 00000000
> ExceptionInformation[ 1] = 7375708B
> CONTEXT:
> Eax = 7375705F Esp = 0012F7C0
> Ebx = 00591962 Ebp = 0012F8DC
> Ecx = 4D89D38B Esi = 0085A61E
> Edx = 00591962 Edi = 0085A61E
> Eip = 0043FA43 EFlags = 00010206
> SegCs = 0000001B SegDs = 00000023
> SegSs = 00000023 SegEs = 00000023
> SegFs = 0000003B SegGs = 00000000
> Dr0 = 0012F7C0 Dr3 = 00591962
> Dr1 = 0012F8DC Dr6 = 4D89D38B
> Dr2 = 00000000 Dr7 = 00000000
> Error executing link.exe.
> Tool execution canceled by user.
>
>
> any ideas will be much appreciated
> Phil
>
>