Jay
Sat Aug 16 19:24:07 CDT 2003
No, I don't think it's something users are doing, I think it's either in
Word itself or in some interaction between Word and other software. That
doesn't mean it's uncontrollable or un-catchable, but it does mean it would
take a very intensive effort to track it down -- and I haven't see any sign
yet that Microsoft thinks it's worth the effort.
One thing that makes it more difficult is that there isn't any error message
when this happens. The Watson crash-catcher (the dialog that pops up when a
program ends abnormally, and asks to send a report to Microsoft) has given
MS tons of information that it has already used to squash bugs -- but this
normal.dot problem doesn't trigger Watson, so no data are collected about
it.
One thing that might help is if everybody checked the option "Prompt to save
Normal template". But I'm not sure the bug would even trigger this dialog.
<geek> A handle is a number assigned to an open file. It's how the program
and the operating system communicate about read/write/save/delete operations
on files. You could think of it as an alias for the file name (although
actually it's the other way 'round). </geek>
--
Regards,
Jay Freedman
Microsoft Word MVP FAQ:
http://www.mvps.org/word
Larry wrote:
> Jay,
>
> Your theory is interesting and seems plausible (though I know nothing
> about the underlying issues you're describing--I don't even know what
> a handle is). If you're right, then it's not some weird thing that
> the user is doing. It's some weird uncontrollable (and un-catchable)
> oddity in the software.
>
> Larry
>
>
>
>
> "Jay Freedman" <jay.freedman@verizon.net> wrote in message
> news:OMR4yOEZDHA.3444@tk2msftngp13.phx.gbl...
>> Hi, Larry,
>>
>> When you consider the tens of millions of copies of Word that are in
>> daily use, the billions of documents they've created, and the
>> enormous number of combinations of other software running at the
>> same time, it doesn't surprise me that a few thousand weird things
>> happen.
>>
>> My theory -- unprovable, natch! -- is that some specific combination
>> of versions of Word, Windows, and some other program, possibly an
>> add-in, cause Word to pass the handle of the current document to the
>> routine that saves the attached template, when it should be passing
>> the template's handle instead. It's probably a typo in one line of
>> code out of the hundreds of thousands in Word's source. Since it
>> happens unpredictably and doesn't cause an error message when it
>> happens, it's very hard to replicate. The programs I'm responsible
>> for in my work are much less massive than Word, and it's still hard
>> to track down intermittent bugs like this one.
>>
>> --
>> Regards,
>> Jay Freedman
>> Microsoft Word MVP FAQ:
http://www.mvps.org/word
>>
>> Larry wrote:
>>> Jay,
>>>
>>> Since thousands of users have this problem, I wondered how it could
>>> happen. And I just don't see it. Even if I inadvertently change
>>> the Save as Type window in the Save As dialog box to Document
>>> Template, the name of that document is not going to be "Normal.dot"
>>> unless I deliberately type that in. So I can't figure for the life
>>> of me how this is such a common problem.
>>>
>>> I looked up the MVP article on this, and it gives no explanation at
>>> all. It just calls it a "mystery" and leaves it at that:
>>>
>>> "It is a mystery how users manage to save text in Normal.dot, but if
>>> your ?blank? documents suddenly start opening with the text of an
>>> old document in them, this is what you have done! There are
>>> basically two ways to solve this problem."
>>>
>>> Someone must have some idea of how this happens so frequently.
>>>
>>> Larry