Each core shows different 'clock multipliers'...
This doesn't strike me as kosher.
Seems they should be 'ballpark' to each other...
You doin' some overclocking experiments with the hw ?
actually the showing different clock multipliers is a feature from these AMD turion processors and no i cant overclock this tablet (since there is no
OK, so you are not playing with us. The negative value is generated from a poorly written calculation drawn from WMI (single core is a good clue here). Because this condition appears to be related to a media file, with the limited data available, I suspect the file was either compressed with a faulty codec, is being read by a faulty codec, or is corrupted.
hmm you might be unto something...
this is was after i finished some converting on 2 videos...
(memory corruption?)
i wouldnt think any overflow or underflow since i believe either DEP or Windows itself would have crashed (i have DEP enabled for almost every process except those that wouldnt work)
It seems that you are playing with a new codec.
Is the problem on the machine with the HD3200 or with the integrated video?
I found a utility to
identify supported DXVA modes, but it is in Japanese. Have not examined it. Yes, I understand that you have probably investigated your supported modes already. I am looking for a way to isolate what is making the call/calculation.
actually the hd3200 is a IGP solution...

yes dxva checker was to check if the ATI driver does offer Avivo (that is what the Hw acceleration technology is called while nvidia calls it PureVideo) on their Win 7 drivers (which i eventually found later is that the converter is the one that is not supported....)
I'm getting confused here - the problem is on the tablet, no?
OMG! 84 processes??! I take it you're running all the out-of-the-box bloatware. I'm a tablet + workstation dude too, but I'm only running 56-58 processes on my Lenovo tablet, which out-of-the-box also shows up with 80+ processes, probably including one that lets you know when you should go to the bathroom ...
I just run the stuff that enables the special buttons, screen rotation, the power manager, plus I use Ritepen instead of the TIP.
Edit: In your system specs some of the entries are flipped between what's in the tablet & the home server ... I take it you didn't somehow embed an ATI HD3200 PCI-E card into your tablet, right? Cause that could really make your CPU flip out

.
yes this is on the tablet
lol yeah i was hard at work multitasking....

actually i usually have 65 -70 processes...
those 80 is because i finished some converting)(or actually trying to finshing converting)...

i actually dont have any of that bloatware but i am running full touchscreen (that is an extra 5 processes)
Fingerprint software (extra 2)
monitoring software ( Process Explorer, which is 2 extra since im running 64 bit)
Ati and its process (which accounts for another 4)
Synaptic touchpad software (another 2)
modem software (another one, [windows keep nagging me to install the modem software...:rolleyes]
and my security monitoring software (secunia psi)
and AFAIK left is the tablet specs and right are my server specs...
Not useful to this conversation but with all the mention of poor coders I wanted to add that if you really want to get an accurate CPU utilization use Native APIs (yes undocumented). WMI is great for quick scripts but I wouldn't use it for a real-time monitoring software.
Edit: This is the Native API ZwQuerySystemInformation
i would think WMI is more of alerts (you know such as remote email alerts and such)
the info is usefull, well at least to me...
lol on the native API's though.
i never thought how much work has to be done in order to bring a proper real-time resource monitoring program...
Sorry, I didn't mean to imply you suggested that. Quite the contrary actually, your posts speak for themselves in terms of vast experience and knowledge.
I just deal with a lot of developers who started as script kiddies (no derogatory implications intended) and attempt to use WMI for everything. I can’t help but comment, even when out of context, on coding best practices.
Edit: Sorry I can't help myself but add more to my own statement. Using undocumented APIs is generally considered a bad programming practice but in terms of real-time monitoring it is a must.
Same thing with dll injecting and LSASS hijacking, Native APIs are needed =D
yeah it seems that way (i havent done any wmi scripting, just right onto basic and java programing head on...

)
as for undocumented API's it seems to be a gray area...
the programers that i heard that are for using these are saying that they API's are there for a reason why not use them...
the ones against are just as you saying that they are bad programming practices and they should only never be used unless absolutely necessary...
my view is that these API's allow a chance for security flaws (since they are not tested vigorously as the well documented api's....
i am very conscious of this (which is why i am thinking of planning to eventually migrate from programing in C and C++ (eventually when i get there) to programing in C#...

)
It's ok, you're among fellow programmers.
I'm a software engineer working for Penn State. I've done my share of API and regular windows apps, though I do mostly web apps these days.
so as engineer (just a quick question)
which language do you think is being most used?
i would think java or are javascript (which is pretty much the backbone of almost every single page in the internet...)
in the end i was thinking of memory corruption and was thinking of dumping a whole memory image but i forgot and shutdown the whole thing....
