B
bovinepoor
I just verified that the problem is not associated with
hyperthreading. I disabled hyperthreading in the BIOS and
the problem is still present.
I used to write IO drivers and driver front-end plugins for NT,
etc. I'm quite familiar with threading and critical sections and
such. This has the feeling of a threaded reentrancy problem. I
do know for a fact that I never observed a duplicated icon
prior to last night--then, poof!--after the processor, mother
board and memory were changed the problem appeared.
It's probably a simple (!) execution speed issue; I changed from
a standard 2.4 P4 to 3.0 P4 530. That's not a real large clock
speed increase but there is a significant change in cache size
that increases performance and can give much problems if
one or more variables were not protected.
The memory change would also have a significant impact
on speed. The prior memory was a single DDR-266 with FSB
533. The new memory is two DDR-400 with FSB 800. That
change would produce a significant speed boost.
It could be a reentrancy problem; but I'm leaning toward a
problem that is a combination of speed and the larger cache.
I've notice something else. Duplicate icons are not intermittent.
As example; with everything idle and no network stuff going on,
if I click on IE in the Taskbar I get one added icon; click on IE
that's pinned to the start menu I do NOT get an added icon;
click on 'Help and Support' in the start menu I get four added
icon; click on Calculator in the Taskbar I get two added
icon. This happens every time. It's not intermittent at all on
this platform, and it didn't fail at all prior to changing the mother
board and processor. It should be noted that I'm still using the
same primary disk and the OS (XP Pro) and applications were
NOT reloaded.
Have a nice one;
bov
hyperthreading. I disabled hyperthreading in the BIOS and
the problem is still present.
I used to write IO drivers and driver front-end plugins for NT,
etc. I'm quite familiar with threading and critical sections and
such. This has the feeling of a threaded reentrancy problem. I
do know for a fact that I never observed a duplicated icon
prior to last night--then, poof!--after the processor, mother
board and memory were changed the problem appeared.
It's probably a simple (!) execution speed issue; I changed from
a standard 2.4 P4 to 3.0 P4 530. That's not a real large clock
speed increase but there is a significant change in cache size
that increases performance and can give much problems if
one or more variables were not protected.
The memory change would also have a significant impact
on speed. The prior memory was a single DDR-266 with FSB
533. The new memory is two DDR-400 with FSB 800. That
change would produce a significant speed boost.
It could be a reentrancy problem; but I'm leaning toward a
problem that is a combination of speed and the larger cache.
I've notice something else. Duplicate icons are not intermittent.
As example; with everything idle and no network stuff going on,
if I click on IE in the Taskbar I get one added icon; click on IE
that's pinned to the start menu I do NOT get an added icon;
click on 'Help and Support' in the start menu I get four added
icon; click on Calculator in the Taskbar I get two added
icon. This happens every time. It's not intermittent at all on
this platform, and it didn't fail at all prior to changing the mother
board and processor. It should be noted that I'm still using the
same primary disk and the OS (XP Pro) and applications were
NOT reloaded.
Have a nice one;
bov