Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Avalon

Vista - Feb CTP Crash on AMD Athlon 64 X2 Dual

 
 
Old 03-10-2006   #1 (permalink)
clintsinger


 
 

Feb CTP Crash on AMD Athlon 64 X2 Dual

Hi,

I recal that somewhere there was a posting about the January CTP of WPF
crashing on AMD machines due to an unsupported instruction being called. I
also believe that it was said that it should be fixed in the "next" CTP which
is the February CTP. When I run that build on my AMD machine I still get a
crash deep within milcore. I actually end up on an int 3 but one level above
on the call stack I am at "53229897 movsx eax,byte ptr [ebp-4]". I have a
crash dump that I have collected but I don't know where to send it.

I can also reproduce the problem all the time. For example when I load
Interactive Designer the bug can happen before the application loads or soon
afterwards. In some cases it loads but soon as I do something, say move a
windows it happens.

Just let me know where to send the crash dumps.

Cheers,
Clint

My System SpecsSystem Spec
Old 03-11-2006   #2 (permalink)
gennady wexler


 
 

Re: Feb CTP Crash on AMD Athlon 64 X2 Dual

Hi Clint!

What you are experiencing is very likely to be a known issue. Here are steps
for suggested workaround, I will also make sure that Release Notes get
updated.

- launch VS and/or XamlPad
- launch task manager (right click on toolbar, select task manager) find
whichever process you launched: e.g. devenv.exe for VS or XamlPad.exe
right
- click on that process and select "Set Affinity"
- if you have more than one CPU selected, unmark all CPUs but one (shouldn't
matter which one) now try to repro. There should be no crashes anymore.

If these steps do not solve your problem, please feel free to reply with
your dump file attached to this address - I'd be happy to take a look at it
for you (preferably if you could RAR and ZIP it).


Thanks!


On 3/10/06 8:45 AM, in article
484CB29F-79C1-4ACD-9FFE-1ED893840EEA@microsoft.com, "clintsinger"
<clintsinger@discussions.microsoft.com> wrote:

> Hi,
>
> I recal that somewhere there was a posting about the January CTP of WPF
> crashing on AMD machines due to an unsupported instruction being called. I
> also believe that it was said that it should be fixed in the "next" CTP which
> is the February CTP. When I run that build on my AMD machine I still get a
> crash deep within milcore. I actually end up on an int 3 but one level above
> on the call stack I am at "53229897 movsx eax,byte ptr [ebp-4]". I have a
> crash dump that I have collected but I don't know where to send it.
>
> I can also reproduce the problem all the time. For example when I load
> Interactive Designer the bug can happen before the application loads or soon
> afterwards. In some cases it loads but soon as I do something, say move a
> windows it happens.
>
> Just let me know where to send the crash dumps.
>
> Cheers,
> Clint


My System SpecsSystem Spec
Old 03-11-2006   #3 (permalink)
gennady wexler


 
 

Re: Feb CTP Crash on AMD Athlon 64 X2 Dual

Hi Clint!

What you are experiencing is very likely to be a known issue. Here are
steps
for suggested workaround, I will also make sure that Release Notes get
updated.

- launch VS and/or XamlPad
- launch task manager (right click on toolbar, select task manager) find
whichever process you launched: e.g. devenv.exe for VS or XamlPad.exe
right
- click on that process and select "Set Affinity"
- if you have more than one CPU selected, unmark all CPUs but one
(shouldn't
matter which one) now try to repro.

If these steps do not solve your problem, please feel free to reply with
your dump file attached to this address - I'd be happy to take a look at it
for you (preferably if you could RAR and ZIP it).


Thanks!


> On 3/10/06 8:45 AM, in article
> 484CB29F-79C1-4ACD-9FFE-1ED893840EEA@microsoft.com, "clintsinger"
> <clintsinger@discussions.microsoft.com> wrote:
>
>> Hi,
>>
>> I recal that somewhere there was a posting about the January CTP of WPF
>> crashing on AMD machines due to an unsupported instruction being called.
>> I
>> also believe that it was said that it should be fixed in the "next" CTP
>> which
>> is the February CTP. When I run that build on my AMD machine I still get
>> a
>> crash deep within milcore. I actually end up on an int 3 but one level
>> above
>> on the call stack I am at "53229897 movsx eax,byte ptr [ebp-4]". I
>> have a
>> crash dump that I have collected but I don't know where to send it.
>>
>> I can also reproduce the problem all the time. For example when I load
>> Interactive Designer the bug can happen before the application loads or
>> soon
>> afterwards. In some cases it loads but soon as I do something, say move
>> a
>> windows it happens.
>>
>> Just let me know where to send the crash dumps.
>>
>> Cheers,
>> Clint

>



My System SpecsSystem Spec
Old 03-22-2006   #4 (permalink)
clintsinger


 
 

Re: Feb CTP Crash on AMD Athlon 64 X2 Dual

Hi Gennady,

The crash was happening before I was able to set the affinity on the
application in question. I ended up getting another suggestion from Unni in
the EID team to open a cmd.exe prompt and set its affinity, then start the
WPF application. This solved my problem.

Cheers,
Clint

"gennady wexler" wrote:

> Hi Clint!
>
> What you are experiencing is very likely to be a known issue. Here are
> steps
> for suggested workaround, I will also make sure that Release Notes get
> updated.
>
> - launch VS and/or XamlPad
> - launch task manager (right click on toolbar, select task manager) find
> whichever process you launched: e.g. devenv.exe for VS or XamlPad.exe
> right
> - click on that process and select "Set Affinity"
> - if you have more than one CPU selected, unmark all CPUs but one
> (shouldn't
> matter which one) now try to repro.
>
> If these steps do not solve your problem, please feel free to reply with
> your dump file attached to this address - I'd be happy to take a look at it
> for you (preferably if you could RAR and ZIP it).
>
>
> Thanks!
>
>
> > On 3/10/06 8:45 AM, in article
> > 484CB29F-79C1-4ACD-9FFE-1ED893840EEA@microsoft.com, "clintsinger"
> > <clintsinger@discussions.microsoft.com> wrote:
> >
> >> Hi,
> >>
> >> I recal that somewhere there was a posting about the January CTP of WPF
> >> crashing on AMD machines due to an unsupported instruction being called.
> >> I
> >> also believe that it was said that it should be fixed in the "next" CTP
> >> which
> >> is the February CTP. When I run that build on my AMD machine I still get
> >> a
> >> crash deep within milcore. I actually end up on an int 3 but one level
> >> above
> >> on the call stack I am at "53229897 movsx eax,byte ptr [ebp-4]". I
> >> have a
> >> crash dump that I have collected but I don't know where to send it.
> >>
> >> I can also reproduce the problem all the time. For example when I load
> >> Interactive Designer the bug can happen before the application loads or
> >> soon
> >> afterwards. In some cases it loads but soon as I do something, say move
> >> a
> >> windows it happens.
> >>
> >> Just let me know where to send the crash dumps.
> >>
> >> Cheers,
> >> Clint

> >

>
>
>

My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
AMD Athlon 64 x 2 System crash Vista hardware & devices
Vista 64 is compatible with AMD X2 4000+ Athlon Dual? Vista General
Instalation under AMD Athlon 64 AM2 Vista installation & setup
Vista 64: Athlon? Opteron? Vista General
Amd Athlon 64 X2 4800+ problem Vista hardware & devices


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46