Windows Vista Forums
Vista Forums Home Join Vista Forums Webcasts Windows 7 Forum Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Avalon

Feb CTP Crash on AMD Athlon 64 X2 Dual

Update your Vista Drivers Update Your Drivers Now!!
Closed Thread
 
Thread Tools Display Modes
Old 03-10-2006   #1 (permalink)
clintsinger
Guest


 

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
Guest


 

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
Guest


 

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
Guest


 

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
Closed Thread

Thread Tools
Display Modes



Similar Threads
Thread Thread Starter Forum Replies Last Post
AMD Athlon 64 x 2 System crash Dazmarv Vista hardware & devices 13 09-04-2008 03:12 PM
Vista 64 is compatible with AMD X2 4000+ Athlon Dual? Boaby Vista General 5 09-06-2007 06:58 AM
Instalation under AMD Athlon 64 AM2 AlexUC Vista installation & setup 2 07-31-2007 04:11 AM
Vista 64: Athlon? Opteron? DP Vista General 24 04-20-2007 05:22 PM
Amd Athlon 64 X2 4800+ problem betanews.microsoft.com Vista hardware & devices 2 02-10-2007 12:13 PM


Vistax64.com 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 2005-2008

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 47 48 49 50 51