My address book database is crawling

M

Michael Zeik

Mac OS 10.4.2
Office 2004

Recently, after downloading Microsoft¹s latest software update for Office,
my address book functionality has been operating very slowly. When I switch
from Mail to Address Book, it zips along, but when I start doing a search
for a name or company name, it begins to crawl. When I shut down the
computer, I now have a Microsoft error report in the dock. I have used the
data tool to rebuild my database and this has not solved the problem. I
also removed my Office application files and reinstalled the program from
scratch, and this too didn¹t fix the problem. Any help on this matter
would be greatly appreciated since the performance that I now have with
Address Book is unacceptable at this point.
 
N

Nathan Herring [MSFT]

I¹m assuming by latest update you mean SP2, and your software versions are
11.2.0. Are you searching in the local address book or a Directory Service
account or something else?

Could you provide the Microsoft Error Report (click More Information, and
copy the text from there)?

-nh
 
M

Michael Zeik

Thanks Nathan:

Yes, I have SP2 installed. When I go to the Microsoft Error Report, I can¹t
seem to find any text inside when I double click on it. It seems to be hung
up somehow. The slowness issue behaves like an indexing problem. Yet, when
I use the database utility, it says the database is fine. Why I say that is
I can now tell you when it hangs up precisely. After I do a search of my
contacts, and want to go to email, before I can go to my email window, it
needs to first find all of the contacts and stays there for about 1 to 2
minutes until all contacts pop up. Sometime in between finds it does the
same, especially when I change my find criteria from name to company name.

I cannot get a ³report² from the Microsoft Error Report, yet it pops up at
startup. (I have since disabled it since it constantly does it without
sending a an error report to anyone.) I usually find Office documents in
the trash under ³Recovered² folder. It always involves Entourage files, but
it sometimes also includes Word files as well.

Any help to resolve this is greatly appreciated. Mike Zeik
 
M

Michael Zeik

Thanks Nathan:

Yes, I have SP2 installed. When I go to the Microsoft Error Report, I can¹t
seem to find any text inside when I double click on it. It seems to be hung
up somehow. The slowness issue behaves like an indexing problem. Yet, when
I use the database utility, it says the database is fine. Why I say that is
I can now tell you when it hangs up precisely. After I do a search of my
contacts, and want to go to email, before I can go to my email window, it
needs to first find all of the contacts and stays there for about 1 to 2
minutes until all contacts pop up. Sometime in between finds it does the
same, especially when I change my find criteria from name to company name.

I cannot get a ³report² from the Microsoft Error Report, yet it pops up at
startup. (I have since disabled it since it constantly does it without
sending a an error report to anyone.) I usually find Office documents in
the trash under ³Recovered² folder. It always involves Entourage files, but
it sometimes also includes Word files as well.

Any help to resolve this is greatly appreciated.
 
N

Nathan Herring [MSFT]

Ah. Microsoft Error Reporting does not store crash reports by default, so
you won¹t be able to see them just by launching it manually. You can get it
to store crash reports, but it requires a setting not available via the
preferences: add the key ³WriteReportToThisFolder² with a string value that
is a POSIX path to an existing folder to
~/Library/Preferences/com.microsoft.error_reporting.plist. I usually create
a folder in ~/Library/Logs named ³Microsoft Error Reporting² and use that
like Apple¹s CrashReporter¹s directory. (But then again, I can debug my own
logs. :)

When Microsoft Error Reporting popped up, what buttons did it have? Did it
only have an ³OK² button, or a ³More Information², ³Send² and ³Don¹t Send²?
There are some circumstances where it does not believe it can send the
report, and switches to the ³OK² mode, including if there¹s no network
access. In those cases, the above preference can help you view those
reports.

About searching for your contacts, I need some more information: Are you
searching contacts in the Address Book pane? Or in the address book area of
addressing a message? Or are you talking about the autocompletion dropdown
when you are typing in an e-mail address? Again, it also matters whether
you¹re talking about a Directory Service or regular Address Book / Exchange
Contacts.

-nh
 
M

Michael Zeik

Nathan,
Thanks again for responding. You raise a couple of issues and I will
respond one issue at a time.

Microsoft Error Report (storing crash reports):
I really don¹t understand your directions for storing crash reports by
default. I just don¹t get what you would like me to do so that I can store
reports and then view them later.

Microsoft Error Report (What buttons does it have?):
I have no buttons regarding MER. I don¹t get ³OK², ³more info², ³send², or
³don¹t send.² I get nothing. All I get is the report icon in the dock. If
I double click it, nothing happens except that my pull down menus reflect
that I am in the Error Report program. When I use the pull down menus on
top, this is what happens:
* Under Microsoft Error Reporting (MER) pull down menu, I get the following
choices:
* about MER (if I select this, I get):
* Preferences (if I select this, I get):
* Services
* Hide MER
* Hide Other
* Quit MER
* Under Edit Pull Down menu I get:
* One clickable possibility, ³special characters²
* Under Window pull down menu, I get:
* Nothing that is clickable; it is all grey not black.

Searching Contacts (More info):
* When slowdown occurs, it is when I am in the Address book pane.
* If I am sending an email message and typing in contact names as a part of
my email message, it works in a normal fast fashion.
* I am not on Outlook exchange. However, we may go to exchange in the near
future.
* The slowdown does not occur in the mail or calendar pane. In fact, if I
am in the mail pain and use the pull down menu ³edit² and select ³find² and
select ³contacts² it works fine that way too. The slowdown only occurs
when I am inside the address book pane and when I have done a search in this
pane, and try to switch to another pane (When this happens, address book
tries to find all contacts before changing panes and this causes a
significant delay as it is listing all of the contacts before switching to
another pane.

I hope this helps you figure out what is going on Nathan. I greatly
appreciate your help.

Mike
 
N

Nathan Herring [MSFT]

Answers inline.


Nathan,
Thanks again for responding. You raise a couple of issues and I will respond
one issue at a time.

Microsoft Error Report (storing crash reports):
I really don¹t understand your directions for storing crash reports by
default. I just don¹t get what you would like me to do so that I can store
reports and then view them later.
Let me expand on this. There is a way to manually edit preference files to
add preferences to them. The best UI is to use the Property List Editor, but
that is only installed when you install Apple¹s developer tools. Otherwise,
you can edit the files (they¹re usually text files), but you kind of have to
know what you¹re doing. If you open
~/Library/Preferences/com.microsoft.error_reporting.plist in a text editor,
you should see XML text. Under the top level ³plist² tag and its child
³dict² tag should be a list of tags that alternate ³key² and then some value
type and value. If you add:

<key>WriteReportToThisFolder</key>
<string>/Users/username/Library/Logs/Microsoft Error Reporting</string>

before the trailing </dict></plist> and save the file (still as text), then
Microsoft Error Reporting will, if that folder exists, write crash reports
in there.
Microsoft Error Report (What buttons does it have?):
I have no buttons regarding MER. I don¹t get ³OK², ³more info², ³send², or
³don¹t send.² I get nothing. All I get is the report icon in the dock. If I
double click it, nothing happens except that my pull down menus reflect that I
am in the Error Report program.
Microsoft Error Reporting isn¹t put into the Dock by default. Someone has
added it manually. There¹s no reason to run it manually. It will
automatically run if there is a crash. You were saying it was running at
boot; was there a crash in some Office application that it was reporting, or
is MERP listed in your Login Items as something to launch when booting? If
it¹s the latter, you can safely remove it; there¹s no reason to launch it at
boot.
Searching Contacts (More info):
* When slowdown occurs, it is when I am in the Address book pane.
* If I am sending an email message and typing in contact names as a part of my
email message, it works in a normal fast fashion.
* I am not on Outlook exchange. However, we may go to exchange in the near
future.
* The slowdown does not occur in the mail or calendar pane. In fact, if I am
in the mail pain and use the pull down menu ³edit² and select ³find² and
select ³contacts² it works fine that way too. The slowdown only occurs when
I am inside the address book pane and when I have done a search in this pane,
and try to switch to another pane (When this happens, address book tries to
find all contacts before changing panes and this causes a significant delay as
it is listing all of the contacts before switching to another pane.

Are you using the quickfilter in the upper right hand of the window? The one
that has two dropdown menus (usually ³Subject² and ³contains²) and an edit
field? (I¹m assuming so since you¹re talking about an alternative being the
Find dialog.) Again, are you searching a Directory Service? You can tell if
you¹re searching a directory service via the quickfilter because the Folder
List will show an icon that doesn¹t look like the contact icon in front of
the Address Book [On My Computer] or the networked contact icon in front of
Exchange Contact folders. How many contact items do you have? What is the
criteria you¹re using to search? How many contacts ultimately match that
criteria?
 
M

Michael Zeik

Nathan:
Thanks again for your persistence in helping me. Here are my responses to
yours.

MER (storing crash reports)
First, I do not know if this helps, but following your directory as to where
the crash report logs are, I am copying and pasting into this email the
contents of two logs: the console log and the Microsoft Word crash Log.
Here they are:
Console Log Contents:
Mac OS X Version 10.4.2 (Build 8C46)
2005-10-07 12:51:16 -0400
2005-10-07 12:51:20.713 SystemUIServer[202] lang is:en
Oct 7 12:51:37 Michael-Zeiks-Laptop configd[33]: AppleTalk shutdown failed,
status = 71 (retrying)
Oct 7 12:51:37 Michael-Zeiks-Laptop /usr/sbin/AppleFileServer:
AFPServer::AbnormalATListenerShutDown - clear listener
Oct 7 12:51:38 Michael-Zeiks-Laptop configd[33]: Error:
SecTrustedApplicationCreateFromPath() returns 100002

Microsoft Word Crash Log Contents:
**********

Host Name: Michael-Zeiks-Laptop
Date/Time: 2005-09-30 10:33:02.036 -0400
OS Version: 10.4.2 (Build 8C46)
Report Version: 3

Command: Microsoft Word
Path: /Applications/Microsoft Office 2004/Microsoft Word
Parent: WindowServer [63]

Version: 11.2.0 (11.2.0 (050714), © 2004 Microsoft Corporation. All rights
reserved.)

PID: 334
Thread: 0

Exception: EXC_BAD_INSTRUCTION (0x0002)
Code[0]: 0x00000002
Code[1]: 0x07000200


Thread 0 Crashed:
0 ...pple.AppleIntermediateCodec 0x07000200
ZN11iDecodeTile8decode_eEPhS0_S0_S0_iiiii.eh + 15508
1 com.apple.CoreFoundation 0x9075ed10 __CFRunLoopDoTimer + 184
2 com.apple.CoreFoundation 0x9074b688 __CFRunLoopRun + 1680
3 com.apple.CoreFoundation 0x9074ac3c CFRunLoopRunSpecific + 268
4 com.apple.HIToolbox 0x93129ac0 RunCurrentEventLoopInMode +
264
5 com.apple.HIToolbox 0x93129154 ReceiveNextEventCommon + 380
6 com.apple.HIToolbox 0x9322e620 ReceiveNextEventInMode + 72
7 MCPZ.stb 0x005934c0 0x561220 + 205472
8 Microsoft Word 0x020f390c 0x2008000 + 964876
9 Microsoft Word 0x020205fc 0x2008000 + 99836
10 Microsoft_Office_2001Z 0x01023454 0x1008000 + 111700
11 Microsoft Word 0x02020078 0x2008000 + 98424

Thread 1:
0 libSystem.B.dylib 0x9005cce0 accept + 12
1 com.microsoft.shmem.bundle 0x01692474 FWaitForConnection + 48
2 MCPCoreZ 0x007493d4 0x72b2b0 + 123172
3 MCPZ.stb 0x006a9e48 0x561220 + 1346600
4 MCPZ.stb 0x006aa02c 0x561220 + 1347084
5 ...ple.CoreServices.CarbonCore 0x90ba94dc _MP_CFMTaskProc + 32
6 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
7 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 2:
0 libSystem.B.dylib 0x90023b80 recvfrom + 12
1 com.microsoft.shmem.bundle 0x01692630 FReceiveMessage + 132
2 MCPCoreZ 0x0074954c 0x72b2b0 + 123548
3 MCPZ.stb 0x006aa25c 0x561220 + 1347644
4 MCPZ.stb 0x006aa3f4 0x561220 + 1348052
5 ...ple.CoreServices.CarbonCore 0x90ba94dc _MP_CFMTaskProc + 32
6 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
7 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 3:
0 libSystem.B.dylib 0x90056418
semaphore_timedwait_signal_trap + 8
1 libSystem.B.dylib 0x900723b0
pthread_cond_timedwait_relative_np + 592
2 ...ple.CoreServices.CarbonCore 0x90b777e4 MPWaitOnSemaphore + 184
3 MCPZ.stb 0x006aa598 0x561220 + 1348472
4 ...ple.CoreServices.CarbonCore 0x90ba94dc _MP_CFMTaskProc + 32
5 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
6 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 4:
0 libSystem.B.dylib 0x9002f66c kevent + 12
1 com.apple.DesktopServices 0x92792ad8
TFSNotificationTask::FSNotificationTaskProc(void*) + 56
2 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
3 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 5:
0 libSystem.B.dylib 0x9002ca78 semaphore_wait_signal_trap +
8
1 libSystem.B.dylib 0x9003125c pthread_cond_wait + 508
2 ...ple.CoreServices.CarbonCore 0x90b39880 MPWaitOnQueue + 224
3 com.apple.DesktopServices 0x92793330
TNodeSyncTask::SyncTaskProc(void*) + 108
4 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
5 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 6:
0 libSystem.B.dylib 0x9001efcc select + 12
1 com.apple.CoreFoundation 0x9075dbcc __CFSocketManager + 472
2 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 0 crashed with PPC Thread State 64:
srr0: 0x0000000007000200 srr1: 0x000000000008d030
vrsave: 0x0000000000000000
cr: 0x24028482 xer: 0x0000000020000004 lr: 0x000000009075ed10
ctr: 0x0000000007000202
r0: 0x0000000000000002 r1: 0x00000000bfffed20 r2: 0x0000000000002588
r3: 0x000000000803af40
r4: 0x0000000000000001 r5: 0x000000000802aff0 r6: 0x0000000007000202
r7: 0x00000000080b7df0
r8: 0x000000005e4e3e2c r9: 0x0000000000000000 r10: 0x0000000000000008
r11: 0x00000000a07292d0
r12: 0x0000000007000202 r13: 0x0000000000000000 r14: 0x0000000000000001
r15: 0x0000000000000001
r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x000000000000810f
r19: 0x0000000000000000
r20: 0x000000000000002b r21: 0x000000000d24f130 r22: 0x0000000000304288
r23: 0x0000000000304280
r24: 0x0000000000304190 r25: 0x0000000000304288 r26: 0x0000000000000001
r27: 0x000000000000002b
r28: 0x0000000009e16227 r29: 0x0000000008051c98 r30: 0x0000000008051c90
r31: 0x000000009075ec60

Binary Images Description:
0x1000 - 0x2fff LaunchCFMApp
/System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
0x27f000 - 0x2ce3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
0x2ce3d0 - 0x2e66bd Apple;Carbon;Multimedia PEF binary:
Apple;Carbon;Multimedia
0x2e7c00 - 0x2e998b Apple;Carbon;Networking PEF binary:
Apple;Carbon;Networking
0x30e0c0 - 0x30e172 CFMPriv_CoreFoundation PEF binary:
CFMPriv_CoreFoundation
0x30e8e0 - 0x30e995 CFMPriv_DVComponentGlue PEF binary:
CFMPriv_DVComponentGlue
0x30ebd0 - 0x30ec73 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
0x30ecf0 - 0x30ed67 CFMPriv_System PEF binary: CFMPriv_System
0x30f010 - 0x30f0e0 CFMPriv_CarbonSound PEF binary:
CFMPriv_CarbonSound
0x30f160 - 0x30f233 CFMPriv_CommonPanels PEF binary:
CFMPriv_CommonPanels
0x30f310 - 0x30f3cb CFMPriv_Help PEF binary: CFMPriv_Help
0x30f3d0 - 0x30f49a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
0x313520 - 0x3135f6 CFMPriv_HTMLRendering PEF binary:
CFMPriv_HTMLRendering
0x313670 - 0x313743 CFMPriv_ImageCapture PEF binary:
CFMPriv_ImageCapture
0x3137d0 - 0x3138b5 CFMPriv_NavigationServices PEF binary:
CFMPriv_NavigationServices
0x313930 - 0x313a06 CFMPriv_OpenScripting•MacBLib PEF binary:
CFMPriv_OpenScripting•MacBLib
0x313ae0 - 0x313b9e CFMPriv_Print PEF binary: CFMPriv_Print
0x313bc0 - 0x313c8d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
0x313d10 - 0x313df2 CFMPriv_SpeechRecognition PEF binary:
CFMPriv_SpeechRecognition
0x313e70 - 0x313f43 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
0x313fc0 - 0x314093 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
0x314170 - 0x314232 CFMPriv_AE PEF binary: CFMPriv_AE
0x314240 - 0x314305 CFMPriv_ATS PEF binary: CFMPriv_ATS
0x314380 - 0x314457 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
0x3144e0 - 0x3145c3 CFMPriv_FindByContent PEF binary:
CFMPriv_FindByContent
0x314640 - 0x31471a CFMPriv_HIServices PEF binary: CFMPriv_HIServices
0x314790 - 0x314870 CFMPriv_LangAnalysis PEF binary:
CFMPriv_LangAnalysis
0x314900 - 0x3149e6 CFMPriv_LaunchServices PEF binary:
CFMPriv_LaunchServices
0x314ac0 - 0x314b97 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
0x314ba0 - 0x314c62 CFMPriv_QD PEF binary: CFMPriv_QD
0x314d60 - 0x314e49 CFMPriv_SpeechSynthesis PEF binary:
CFMPriv_SpeechSynthesis
0x405000 - 0x43c811 MicrosoftLSLibZ PEF binary: MicrosoftLSLibZ
0x46b6a0 - 0x55deb5 PowerPlantZ PEF binary: PowerPlantZ
0x55dec0 - 0x561218 MCP RuntimeZ.DLL PEF binary: MCP RuntimeZ.DLL
0x561220 - 0x72b2a2 MCPZ.stb PEF binary: MCPZ.stb
0x72b2b0 - 0x7746d9 MCPCoreZ PEF binary: MCPCoreZ
0x1008000 - 0x1214c80 Microsoft_Office_2001Z PEF binary:
Microsoft_Office_2001Z
0x168f000 - 0x16fcfff com.microsoft.shmem.bundle 050715 (11.2.0)
/Applications/Microsoft Office 2004/Office/ShMem.bundle/Contents/MacOS/ShMem
0x2008000 - 0x30501a2 Microsoft Word PEF binary: Microsoft Word
0x52bb000 - 0x52c3fff com.apple.print.converter.plugin 4.0 (157)
/System/Library/Printers/CVs/Converter.plugin/Contents/MacOS/Converter
0x544e000 - 0x552ddaa Microsoft OLE X PEF binary: Microsoft OLE X
0x665d000 - 0x666faa2 English Spelling PEF binary: English Spelling
0x6f4b000 - 0x6f8dfff com.apple.QuickTimeFireWireDV.component 7.0.2
/System/Library/QuickTime/QuickTimeFirewireDV.component/Contents/MacOS/QuickTi
meFireWireDV
0x6f9e000 - 0x7007fff com.apple.AppleIntermediateCodec 1.0.1 (124)
/Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInterm
ediateCodec
0x715d000 - 0x71d6fff com.apple.applepixletvideo 1.2.5 (1.2d5)
/System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixle
tVideo
0x72c6000 - 0x72effff com.apple.print.framework.Print.Private 4.1 (157.2)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framew
ork/Versions/Current/Plugins/PrintCocoaUI.bundle/Contents/MacOS/PrintCocoaUI
0x731f000 - 0x732ffff com.microsoft.pde 040322 (11.0.0)
/Applications/Microsoft Office
2004/Office/WordPDE.plugin/Contents/MacOS/WordPDE
0x7335000 - 0x733ffff com.hp.print.pde.ColorOptions 2.0.4.062
/Library/Printers/hp/PDEs/hpColorOptions.plugin/Contents/MacOS/hpColorOptions
0x7343000 - 0x734afff com.hp.print.pde.EdgeToEdge 2.0.4.062
/Library/Printers/hp/PDEs/hpEdgeToEdge.plugin/Contents/MacOS/hpEdgeToEdge
0x747e000 - 0x7492fff com.hp.framework.imaging 2.0.4.062
/Library/Printers/hp/Frameworks/hpImaging.framework/Versions/C/hpImaging
0x74b9000 - 0x74c2fff com.hp.print.pde.HPFinishing 2.0.4.062
/Library/Printers/hp/PDEs/hpFinishing.plugin/Contents/MacOS/hpFinishing
0x74d1000 - 0x74d8fff com.hp.print.pde.ImageQuality 2.0.4.062
/Library/Printers/hp/PDEs/hpImageQuality.plugin/Contents/MacOS/hpImageQuality
0x74e6000 - 0x74edfff com.hp.print.pde.ProofAndPrint 2.0.4.062
/Library/Printers/hp/PDEs/hpProofAndPrint.plugin/Contents/MacOS/hpProofAndPrin>
t
0x7584000 - 0x75a2fff com.apple.print.PrintingCocoaPDEs 4.0 (157)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framew
ork/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoaPD
Es
0x75b1000 - 0x75cafff com.apple.print.PrintingTiogaPDEs 4.0 (157)
/System/Library/Frameworks/Carbon.framework/Frameworks/Print.framework/Version
s/A/Plugins/PrintingTiogaPDEs.bundle/Contents/MacOS/PrintingTiogaPDEs
0x7dc7000 - 0x7f0420b English Grammar PEF binary: English Grammar
0x8105000 - 0x810aa20 oanlsZ PEF binary: oanlsZ
0x8195830 - 0x81af998 oacoreZ PEF binary: oacoreZ
0xc104dd0 - 0xc20d081 Microsoft Framework DB PEF binary: Microsoft
Framework DB
0x74400000 - 0x74413fff libPPDLib.dylib
/System/Library/Printers/Libraries/libPPDLib.dylib
0x78e00000 - 0x78e07fff libLW8Utils.dylib
/System/Library/Printers/Libraries/libLW8Utils.dylib
0x79200000 - 0x7923efff libLW8Converter.dylib
/System/Library/Printers/Libraries/libLW8Converter.dylib
0x8fe00000 - 0x8fe51fff dyld 43.1 /usr/lib/dyld
0x90000000 - 0x901a6fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x901fe000 - 0x90202fff libmathCommon.A.dylib
/usr/lib/system/libmathCommon.A.dylib
0x90204000 - 0x90257fff com.apple.CoreText 1.0.0 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/CoreText.framework/Versions/A/CoreText
0x90284000 - 0x90335fff ATS
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/ATS.framework/Versions/A/ATS
0x90364000 - 0x9069dfff com.apple.CoreGraphics 1.256.14 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/CoreGraphics.framework/Versions/A/CoreGraphics
0x90728000 - 0x90801fff com.apple.CoreFoundation 6.4.3 (368.12)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9084a000 - 0x9084afff com.apple.CoreServices 10.4 (???)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9084c000 - 0x9094efff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x909a8000 - 0x90a2cfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90a56000 - 0x90acafff com.apple.framework.IOKit 1.4 (???)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90ae4000 - 0x90af6fff libauto.dylib /usr/lib/libauto.dylib
0x90afd000 - 0x90dc2fff com.apple.CoreServices.CarbonCore 10.4.1 (611.1)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Carbon
Core.framework/Versions/A/CarbonCore
0x90e25000 - 0x90ea5fff com.apple.CoreServices.OSServices 4.0 (4.0.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServ
ices.framework/Versions/A/OSServices
0x90eef000 - 0x90f2ffff com.apple.CFNetwork 10.4.2 (80)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetw
ork.framework/Versions/A/CFNetwork
0x90f44000 - 0x90f5cfff com.apple.WebServices 1.1.2 (1.1.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebSer
vicesCore.framework/Versions/A/WebServicesCore
0x90f6c000 - 0x90feafff com.apple.SearchKit 1.0.3
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Search
Kit.framework/Versions/A/SearchKit
0x9102f000 - 0x91056fff com.apple.Metadata 1.1 (121.6)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metada
ta.framework/Versions/A/Metadata
0x91066000 - 0x91074fff libz.1.dylib /usr/lib/libz.1.dylib
0x91077000 - 0x91239fff com.apple.security 4.0.1 (223)
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x9133b000 - 0x91344fff com.apple.DiskArbitration 2.1
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitratio>
n
0x9134b000 - 0x91372fff com.apple.SystemConfiguration 1.8.0
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConf
iguration
0x91385000 - 0x9138dfff libbsm.dylib /usr/lib/libbsm.dylib
0x91391000 - 0x9140ffff com.apple.audio.CoreAudio 3.0.1
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9144d000 - 0x9144dfff com.apple.ApplicationServices 10.4 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Applicatio
nServices
0x9144f000 - 0x91487fff com.apple.AE 1.5 (297)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/AE.framework/Versions/A/AE
0x914a2000 - 0x9156dfff com.apple.ColorSync 4.4
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/ColorSync.framework/Versions/A/ColorSync
0x915c2000 - 0x91655fff com.apple.print.framework.PrintCore 4.0 (172.1)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/PrintCore.framework/Versions/A/PrintCore
0x9169b000 - 0x91758fff com.apple.QD 3.8.16 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/QD.framework/Versions/A/QD
0x91796000 - 0x917f4fff com.apple.HIServices 1.5.0 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/HIServices.framework/Versions/A/HIServices
0x91822000 - 0x91845fff com.apple.LangAnalysis 1.6
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/LangAnalysis.framework/Versions/A/LangAnalysis
0x91859000 - 0x9187efff com.apple.FindByContent 1.5
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/FindByContent.framework/Versions/A/FindByContent
0x91891000 - 0x918d2fff com.apple.LaunchServices 10.4.3 (157)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/LaunchServices.framework/Versions/A/LaunchServices
0x918ed000 - 0x91901fff com.apple.speech.synthesis.framework 3.3
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9190f000 - 0x91945fff com.apple.ImageIO.framework 1.0.2
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/ImageIO.framework/Versions/A/ImageIO
0x91959000 - 0x91a1ffff libcrypto.0.9.7.dylib
/usr/lib/libcrypto.0.9.7.dylib
0x91a6c000 - 0x91a81fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91a86000 - 0x91aa2fff libJPEG.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91aa7000 - 0x91b16fff libJP2.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91b2d000 - 0x91b31fff libGIF.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91b33000 - 0x91b4bfff libRaw.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b4e000 - 0x91b91fff libTIFF.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91b98000 - 0x91bb1fff libPng.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91bb6000 - 0x91bb9fff libRadiance.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91bbb000 - 0x91bbbfff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91bbd000 - 0x91ca7fff com.apple.vImage 2.0
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.f
ramework/Versions/A/vImage
0x91caf000 - 0x91ccefff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.f
ramework/Versions/A/vecLib
0x91d3a000 - 0x91d5afff libmx.A.dylib /usr/lib/libmx.A.dylib
0x91d60000 - 0x91dc5fff libvMisc.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.f
ramework/Versions/A/libvMisc.dylib
0x91dcf000 - 0x91e61fff libvDSP.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.f
ramework/Versions/A/libvDSP.dylib
0x91e7b000 - 0x9240bfff libBLAS.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.f
ramework/Versions/A/libBLAS.dylib
0x92453000 - 0x92763fff libLAPACK.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.f
ramework/Versions/A/libLAPACK.dylib
0x92790000 - 0x9281bfff com.apple.DesktopServices 1.3
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/Des
ktopServicesPriv
0x9285d000 - 0x92a86fff com.apple.Foundation 6.4.1 (567.12)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92ba4000 - 0x92c82fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x92ca2000 - 0x92d90fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92da2000 - 0x92dc0fff libGL.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92dcb000 - 0x92e25fff libGLU.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92e43000 - 0x92e43fff com.apple.Carbon 10.4 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92e45000 - 0x92e59fff com.apple.ImageCapture 3.0
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture
.framework/Versions/A/ImageCapture
0x92e71000 - 0x92e81fff com.apple.speech.recognition.framework 3.4
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecogn
ition.framework/Versions/A/SpeechRecognition
0x92e8d000 - 0x92ea2fff com.apple.securityhi 2.0 (203)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.f
ramework/Versions/A/SecurityHI
0x92eb4000 - 0x92f3bfff com.apple.ink.framework 101.2 (69)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framewor
k/Versions/A/Ink
0x92f4f000 - 0x92f5afff com.apple.help 1.0.3 (32)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewo
rk/Versions/A/Help
0x92f64000 - 0x92f91fff com.apple.openscripting 1.2.2 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScriptin
g.framework/Versions/A/OpenScripting
0x92fab000 - 0x92fbbfff com.apple.print.framework.Print 4.0 (187)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framew
ork/Versions/A/Print
0x92fc7000 - 0x9302dfff com.apple.htmlrendering 1.1.2
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRenderin
g.framework/Versions/A/HTMLRendering
0x9305e000 - 0x930b0fff com.apple.NavigationServices 3.4.1 (3.4)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationSe
rvices.framework/Versions/A/NavigationServices
0x930dc000 - 0x930f9fff com.apple.audio.SoundManager 3.9
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.
framework/Versions/A/CarbonSound
0x9310b000 - 0x93118fff com.apple.CommonPanels 1.2.2 (73)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels
.framework/Versions/A/CommonPanels
0x93121000 - 0x93431fff com.apple.HIToolbox 1.4.3 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fr
amework/Versions/A/HIToolbox
0x9357c000 - 0x93588fff com.apple.opengl 1.4.0
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9358d000 - 0x935affff com.apple.DirectoryService.Framework 2.0
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryServ
ice
0x935fa000 - 0x935fafff com.apple.Cocoa 6.4 (???)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x935fc000 - 0x93c2dfff com.apple.AppKit 6.4.2 (824.11)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93fb9000 - 0x94023fff com.apple.CoreData 1.0 (46)
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9405b000 - 0x94125fff com.apple.audio.toolbox.AudioToolbox 1.4.1
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94179000 - 0x94179fff com.apple.audio.units.AudioUnit 1.4
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9417b000 - 0x942dafff com.apple.QuartzCore 1.4.1
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94322000 - 0x9435ffff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x94367000 - 0x943b2fff libGLImage.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dy
lib
0x94553000 - 0x94562fff libCGATS.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9456a000 - 0x94576fff libCSync.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9457c000 - 0x9459afff libPDFRIP.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
0x945bb000 - 0x945cffff libRIP.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x945d5000 - 0x9483ffff com.apple.QuickTime 7.0.2
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94a16000 - 0x94b43fff com.apple.AddressBook.framework 4.0.2 (475)
/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x94bd4000 - 0x94be3fff com.apple.DSObjCWrappers.Framework 1.1
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCWr
appers
0x94beb000 - 0x94c12fff com.apple.LDAPFramework 1.4 (68)
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94c18000 - 0x94c28fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
0x94c2c000 - 0x94c5afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
0x94c6a000 - 0x94c87fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
0x9619a000 - 0x961b0fff libJapaneseConverter.dylib
/System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x961b2000 - 0x961d2fff libKoreanConverter.dylib
/System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x961e0000 - 0x961eefff libSimplifiedChineseConverter.dylib
/System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x961f6000 - 0x96209fff libTraditionalChineseConverter.dylib
/System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x96c3a000 - 0x96c59fff com.apple.vecLib 3.1.1 (vecLib 3.1.1)
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97425000 - 0x97432fff com.apple.agl 2.5.6 (AGL-2.5.6)
/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x98733000 - 0x98febfff com.apple.QuickTimeComponents.component 7.0.2
/System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickTi
meComponents
0x9925d000 - 0x99260fff com.apple.QuickTimeH264.component 7.0.2
/System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH264
0x99262000 - 0x992e5fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x99363000 - 0x9936bfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x9955d000 - 0x99600fff com.apple.QuickTimeMPEG4.component 7.0.2
/System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMPE
G4
0x99fda000 - 0x99ff8fff com.apple.OpenTransport 2.0
/System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
0x9a073000 - 0x9a074fff com.apple.iokit.dvcomponentglue 1.7.5
/System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGlu>
e
0x9a47e000 - 0x9a495fff libCFilter.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks
/CoreGraphics.framework/Versions/A/Resources/libCFilter.A.dylib
0xeab00000 - 0xeab25fff libConverter.dylib
/System/Library/Printers/Libraries/libConverter.dylib


Microsoft Error Report (What Buttons Does It Have):
During the last several reboots of my computer, the MER does not show up in
my dock. Originally, it was showing up (not because I put the application
in the dock, or not because I had it in my ³startup item², but because at
startup it was simply running (I guess trying to send an error report that
never seemed to go out. In my emails, I told you about this so you could
understand that when I started having serious slowdowns with my address book
function in Entourage, Microsoft¹s error reporting mechanism began to
function because it knew that something wasn¹t working right with, my guess,
Entourage. Having said that, the MER has not booted up during the past two
boots. Yet, each time when I restart the computer, I still find ³recovered
files² in my trash. Keep in mind, I always empty the trash before reboot,
so this recovered files are new. In this case, it appears that all of these
files are related to emailing, since even though some are word documents,
the ones I can see relate to documents I had emailed during my last computer
session.

Entourage Questions:

Below are your questions and my inline responses to each:

Are you using the quickfilter in the upper right hand of the window? The one
that has two dropdown menus (usually ³Subject² and ³contains²) and an edit
field? (I¹m assuming so since you¹re talking about an alternative being the
Find dialog.)

Yes, when I encounter the slowness problem, it involves the top upper right
find dialogue box which has the pull down menus of contains name, contains
company, category is, and project is.

Again, are you searching a Directory Service? You can tell if you¹re searching
a directory service via the quickfilter because the Folder List will show an
icon that doesn¹t look like the contact icon in front of the Address Book [On
My Computer] or the networked contact icon in front of Exchange Contact
folders.

I am searching my addressbook [on my computer]. I am not searching a
directory service. I currently am not running exchange and have never run
exchange. (We may do this in the future.).

How many contact items do you have? What is the criteria you¹re using to
search? How many contacts ultimately match that criteria?

I have 2500 contacts in my address book. It was working fine just a couple of
weeks ago. In fact when I search these contacts from within the mail pane, I
don¹t experience any delays. It is only when I switch to the address book
pane.
Again Nathan. I appreciate your help on this. I know I have given you a
ton of information, I hope this is helpful.



Answers inline.


Nathan,
Thanks again for responding. You raise a couple of issues and I will respond
one issue at a time.

Microsoft Error Report (storing crash reports):
I really don¹t understand your directions for storing crash reports by
default. I just don¹t get what you would like me to do so that I can store
reports and then view them later.
Let me expand on this. There is a way to manually edit preference files to add
preferences to them. The best UI is to use the Property List Editor, but that
is only installed when you install Apple¹s developer tools. Otherwise, you can
edit the files (they¹re usually text files), but you kind of have to know what
you¹re doing. If you open
~/Library/Preferences/com.microsoft.error_reporting.plist in a text editor,
you should see XML text. Under the top level ³plist² tag and its child ³dict²
tag should be a list of tags that alternate ³key² and then some value type and
value. If you add:

<key>WriteReportToThisFolder</key>
<string>/Users/username/Library/Logs/Microsoft Error Reporting</string>

before the trailing </dict></plist> and save the file (still as text), then
Microsoft Error Reporting will, if that folder exists, write crash reports in
there.
Microsoft Error Report (What buttons does it have?):
I have no buttons regarding MER. I don¹t get ³OK², ³more info², ³send², or
³don¹t send.² I get nothing. All I get is the report icon in the dock. If
I double click it, nothing happens except that my pull down menus reflect
that I am in the Error Report program.
Microsoft Error Reporting isn¹t put into the Dock by default. Someone has
added it manually. There¹s no reason to run it manually. It will automatically
run if there is a crash. You were saying it was running at boot; was there a
crash in some Office application that it was reporting, or is MERP listed in
your Login Items as something to launch when booting? If it¹s the latter, you
can safely remove it; there¹s no reason to launch it at boot.
Searching Contacts (More info):
* When slowdown occurs, it is when I am in the Address book pane.
* If I am sending an email message and typing in contact names as a part of
my email message, it works in a normal fast fashion.
* I am not on Outlook exchange. However, we may go to exchange in the near
future.
* The slowdown does not occur in the mail or calendar pane. In fact, if I am
in the mail pain and use the pull down menu ³edit² and select ³find² and
select ³contacts² it works fine that way too. The slowdown only occurs when
I am inside the address book pane and when I have done a search in this pane,
and try to switch to another pane (When this happens, address book tries to
find all contacts before changing panes and this causes a significant delay
as it is listing all of the contacts before switching to another pane.

Are you using the quickfilter in the upper right hand of the window? The one
that has two dropdown menus (usually ³Subject² and ³contains²) and an edit
field? (I¹m assuming so since you¹re talking about an alternative being the
Find dialog.) Again, are you searching a Directory Service? You can tell if
you¹re searching a directory service via the quickfilter because the Folder
List will show an icon that doesn¹t look like the contact icon in front of the
Address Book [On My Computer] or the networked contact icon in front of
Exchange Contact folders. How many contact items do you have? What is the
criteria you¹re using to search? How many contacts ultimately match that
criteria?
I hope this helps you figure out what is going on Nathan. I greatly
appreciate your help.

Mike
 
M

Michael Zeik

Nathan,
One more thing I thought you should know. I booted up my computer and only
fired up Entourage. I did a couple of searches within address book, sent
and received email, and then I quit and rebooted. Entourage was the only
program I had opened during that session. When I rebooted, for the first
time in a long time, there were no recovered files in my trash. FYI, this
doesn¹t mean that address book didn¹t crawl ‹ it did. But I didn¹t get a
recovered files folder in the trash when I only opened up Entourage and no
other programs. I don¹t know if this is helpful to you in finding a
solution for me. Thanks again for your assistance.


Nathan:
Thanks again for your persistence in helping me. Here are my responses to
yours.

MER (storing crash reports)
First, I do not know if this helps, but following your directory as to where
the crash report logs are, I am copying and pasting into this email the
contents of two logs: the console log and the Microsoft Word crash Log. Here
they are:
Console Log Contents:
Mac OS X Version 10.4.2 (Build 8C46)
2005-10-07 12:51:16 -0400
2005-10-07 12:51:20.713 SystemUIServer[202] lang is:en
Oct 7 12:51:37 Michael-Zeiks-Laptop configd[33]: AppleTalk shutdown failed,
status = 71 (retrying)
Oct 7 12:51:37 Michael-Zeiks-Laptop /usr/sbin/AppleFileServer:
AFPServer::AbnormalATListenerShutDown - clear listener
Oct 7 12:51:38 Michael-Zeiks-Laptop configd[33]: Error:
SecTrustedApplicationCreateFromPath() returns 100002

Microsoft Word Crash Log Contents:
**********

Host Name: Michael-Zeiks-Laptop
Date/Time: 2005-09-30 10:33:02.036 -0400
OS Version: 10.4.2 (Build 8C46)
Report Version: 3

Command: Microsoft Word
Path: /Applications/Microsoft Office 2004/Microsoft Word
Parent: WindowServer [63]

Version: 11.2.0 (11.2.0 (050714), © 2004 Microsoft Corporation. All rights
reserved.)

PID: 334
Thread: 0

Exception: EXC_BAD_INSTRUCTION (0x0002)
Code[0]: 0x00000002
Code[1]: 0x07000200


Thread 0 Crashed:
0 ...pple.AppleIntermediateCodec 0x07000200
ZN11iDecodeTile8decode_eEPhS0_S0_S0_iiiii.eh + 15508
1 com.apple.CoreFoundation 0x9075ed10 __CFRunLoopDoTimer + 184
2 com.apple.CoreFoundation 0x9074b688 __CFRunLoopRun + 1680
3 com.apple.CoreFoundation 0x9074ac3c CFRunLoopRunSpecific + 268
4 com.apple.HIToolbox 0x93129ac0 RunCurrentEventLoopInMode +
264
5 com.apple.HIToolbox 0x93129154 ReceiveNextEventCommon +
380
6 com.apple.HIToolbox 0x9322e620 ReceiveNextEventInMode + 72
7 MCPZ.stb 0x005934c0 0x561220 + 205472
8 Microsoft Word 0x020f390c 0x2008000 + 964876
9 Microsoft Word 0x020205fc 0x2008000 + 99836
10 Microsoft_Office_2001Z 0x01023454 0x1008000 + 111700
11 Microsoft Word 0x02020078 0x2008000 + 98424

Thread 1:
0 libSystem.B.dylib 0x9005cce0 accept + 12
1 com.microsoft.shmem.bundle 0x01692474 FWaitForConnection + 48
2 MCPCoreZ 0x007493d4 0x72b2b0 + 123172
3 MCPZ.stb 0x006a9e48 0x561220 + 1346600
4 MCPZ.stb 0x006aa02c 0x561220 + 1347084
5 ...ple.CoreServices.CarbonCore 0x90ba94dc _MP_CFMTaskProc + 32
6 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
7 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 2:
0 libSystem.B.dylib 0x90023b80 recvfrom + 12
1 com.microsoft.shmem.bundle 0x01692630 FReceiveMessage + 132
2 MCPCoreZ 0x0074954c 0x72b2b0 + 123548
3 MCPZ.stb 0x006aa25c 0x561220 + 1347644
4 MCPZ.stb 0x006aa3f4 0x561220 + 1348052
5 ...ple.CoreServices.CarbonCore 0x90ba94dc _MP_CFMTaskProc + 32
6 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
7 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 3:
0 libSystem.B.dylib 0x90056418
semaphore_timedwait_signal_trap + 8
1 libSystem.B.dylib 0x900723b0
pthread_cond_timedwait_relative_np + 592
2 ...ple.CoreServices.CarbonCore 0x90b777e4 MPWaitOnSemaphore + 184
3 MCPZ.stb 0x006aa598 0x561220 + 1348472
4 ...ple.CoreServices.CarbonCore 0x90ba94dc _MP_CFMTaskProc + 32
5 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
6 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 4:
0 libSystem.B.dylib 0x9002f66c kevent + 12
1 com.apple.DesktopServices 0x92792ad8
TFSNotificationTask::FSNotificationTaskProc(void*) + 56
2 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
3 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 5:
0 libSystem.B.dylib 0x9002ca78 semaphore_wait_signal_trap
+ 8
1 libSystem.B.dylib 0x9003125c pthread_cond_wait + 508
2 ...ple.CoreServices.CarbonCore 0x90b39880 MPWaitOnQueue + 224
3 com.apple.DesktopServices 0x92793330
TNodeSyncTask::SyncTaskProc(void*) + 108
4 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
5 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 6:
0 libSystem.B.dylib 0x9001efcc select + 12
1 com.apple.CoreFoundation 0x9075dbcc __CFSocketManager + 472
2 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 0 crashed with PPC Thread State 64:
srr0: 0x0000000007000200 srr1: 0x000000000008d030
vrsave: 0x0000000000000000
cr: 0x24028482 xer: 0x0000000020000004 lr: 0x000000009075ed10
ctr: 0x0000000007000202
r0: 0x0000000000000002 r1: 0x00000000bfffed20 r2: 0x0000000000002588
r3: 0x000000000803af40
r4: 0x0000000000000001 r5: 0x000000000802aff0 r6: 0x0000000007000202
r7: 0x00000000080b7df0
r8: 0x000000005e4e3e2c r9: 0x0000000000000000 r10: 0x0000000000000008
r11: 0x00000000a07292d0
r12: 0x0000000007000202 r13: 0x0000000000000000 r14: 0x0000000000000001
r15: 0x0000000000000001
r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x000000000000810f
r19: 0x0000000000000000
r20: 0x000000000000002b r21: 0x000000000d24f130 r22: 0x0000000000304288
r23: 0x0000000000304280
r24: 0x0000000000304190 r25: 0x0000000000304288 r26: 0x0000000000000001
r27: 0x000000000000002b
r28: 0x0000000009e16227 r29: 0x0000000008051c98 r30: 0x0000000008051c90
r31: 0x000000009075ec60

Binary Images Description:
0x1000 - 0x2fff LaunchCFMApp
/System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
0x27f000 - 0x2ce3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
0x2ce3d0 - 0x2e66bd Apple;Carbon;Multimedia PEF binary:
Apple;Carbon;Multimedia
0x2e7c00 - 0x2e998b Apple;Carbon;Networking PEF binary:
Apple;Carbon;Networking
0x30e0c0 - 0x30e172 CFMPriv_CoreFoundation PEF binary:
CFMPriv_CoreFoundation
0x30e8e0 - 0x30e995 CFMPriv_DVComponentGlue PEF binary:
CFMPriv_DVComponentGlue
0x30ebd0 - 0x30ec73 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
0x30ecf0 - 0x30ed67 CFMPriv_System PEF binary: CFMPriv_System
0x30f010 - 0x30f0e0 CFMPriv_CarbonSound PEF binary:
CFMPriv_CarbonSound
0x30f160 - 0x30f233 CFMPriv_CommonPanels PEF binary:
CFMPriv_CommonPanels
0x30f310 - 0x30f3cb CFMPriv_Help PEF binary: CFMPriv_Help
0x30f3d0 - 0x30f49a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
0x313520 - 0x3135f6 CFMPriv_HTMLRendering PEF binary:
CFMPriv_HTMLRendering
0x313670 - 0x313743 CFMPriv_ImageCapture PEF binary:
CFMPriv_ImageCapture
0x3137d0 - 0x3138b5 CFMPriv_NavigationServices PEF binary:
CFMPriv_NavigationServices
0x313930 - 0x313a06 CFMPriv_OpenScripting•MacBLib PEF binary:
CFMPriv_OpenScripting•MacBLib
0x313ae0 - 0x313b9e CFMPriv_Print PEF binary: CFMPriv_Print
0x313bc0 - 0x313c8d CFMPriv_SecurityHI PEF binary: CFMPriv_SecurityHI
0x313d10 - 0x313df2 CFMPriv_SpeechRecognition PEF binary:
CFMPriv_SpeechRecognition
0x313e70 - 0x313f43 CFMPriv_CarbonCore PEF binary: CFMPriv_CarbonCore
0x313fc0 - 0x314093 CFMPriv_OSServices PEF binary: CFMPriv_OSServices
0x314170 - 0x314232 CFMPriv_AE PEF binary: CFMPriv_AE
0x314240 - 0x314305 CFMPriv_ATS PEF binary: CFMPriv_ATS
0x314380 - 0x314457 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
0x3144e0 - 0x3145c3 CFMPriv_FindByContent PEF binary:
CFMPriv_FindByContent
0x314640 - 0x31471a CFMPriv_HIServices PEF binary: CFMPriv_HIServices
0x314790 - 0x314870 CFMPriv_LangAnalysis PEF binary:
CFMPriv_LangAnalysis
0x314900 - 0x3149e6 CFMPriv_LaunchServices PEF binary:
CFMPriv_LaunchServices
0x314ac0 - 0x314b97 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
0x314ba0 - 0x314c62 CFMPriv_QD PEF binary: CFMPriv_QD
0x314d60 - 0x314e49 CFMPriv_SpeechSynthesis PEF binary:
CFMPriv_SpeechSynthesis
0x405000 - 0x43c811 MicrosoftLSLibZ PEF binary: MicrosoftLSLibZ
0x46b6a0 - 0x55deb5 PowerPlantZ PEF binary: PowerPlantZ
0x55dec0 - 0x561218 MCP RuntimeZ.DLL PEF binary: MCP RuntimeZ.DLL
0x561220 - 0x72b2a2 MCPZ.stb PEF binary: MCPZ.stb
0x72b2b0 - 0x7746d9 MCPCoreZ PEF binary: MCPCoreZ
0x1008000 - 0x1214c80 Microsoft_Office_2001Z PEF binary:
Microsoft_Office_2001Z
0x168f000 - 0x16fcfff com.microsoft.shmem.bundle 050715 (11.2.0)
/Applications/Microsoft Office 2004/Office/ShMem.bundle/Contents/MacOS/ShMem
0x2008000 - 0x30501a2 Microsoft Word PEF binary: Microsoft Word
0x52bb000 - 0x52c3fff com.apple.print.converter.plugin 4.0 (157)
/System/Library/Printers/CVs/Converter.plugin/Contents/MacOS/Converter
0x544e000 - 0x552ddaa Microsoft OLE X PEF binary: Microsoft OLE X
0x665d000 - 0x666faa2 English Spelling PEF binary: English Spelling
0x6f4b000 - 0x6f8dfff com.apple.QuickTimeFireWireDV.component 7.0.2
/System/Library/QuickTime/QuickTimeFirewireDV.compone
nt/Contents/MacOS/QuickTimeFireWireDV
0x6f9e000 - 0x7007fff com.apple.AppleIntermediateCodec 1.0.1 (124)
/Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInter
mediateCodec
0x715d000 - 0x71d6fff com.apple.applepixletvideo 1.2.5 (1.2d5)
/System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePixl
etVideo
0x72c6000 - 0x72effff com.apple.print.framework.Print.Private 4.1 (157.2)
/System/Library/Frameworks/Carbon.framework/Ver
sions/A/Frameworks/Print.framework/Versions/Current/Plugins/PrintCocoaUI.bund
le/Contents/MacOS/PrintCocoaUI
0x731f000 - 0x732ffff com.microsoft.pde 040322 (11.0.0)
/Applications/Microsoft Office
2004/Office/WordPDE.plugin/Contents/MacOS/WordPDE
0x7335000 - 0x733ffff com.hp.print.pde.ColorOptions 2.0.4.062
/Library/Printers/hp/PDEs/hpColorOptions.plugin/Contents/MacOS/hpColorOptions
0x7343000 - 0x734afff com.hp.print.pde.EdgeToEdge 2.0.4.062
/Library/Printers/hp/PDEs/hpEdgeToEdge.plugin/Contents/MacOS/hpEdgeToEdge
0x747e000 - 0x7492fff com.hp.framework.imaging 2.0.4.062
/Library/Printers/hp/Frameworks/hpImaging.framework/Versions/C/hpImaging
0x74b9000 - 0x74c2fff com.hp.print.pde.HPFinishing 2.0.4.062
/Library/Printers/hp/PDEs/hpFinishing.plugin/Contents/MacOS/hpFinishing
0x74d1000 - 0x74d8fff com.hp.print.pde.ImageQuality 2.0.4.062
/Library/Printers/hp/PDEs/hpImageQuality.plugin/Contents/MacOS/hpImageQuality
0x74e6000 - 0x74edfff com.hp.print.pde.ProofAndPrint 2.0.4.062
/Library/Printers/hp/PDEs/hpProofAndPrint.plugin/Contents/MacOS/hpProofAndPri
nt
0x7584000 - 0x75a2fff com.apple.print.PrintingCocoaPDEs 4.0 (157)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.frame
work/Versions/A/Plugins/PrintingCocoaPDEs.bundle/Contents/MacOS/PrintingCocoa
PDEs
0x75b1000 - 0x75cafff com.apple.print.PrintingTiogaPDEs 4.0 (157)
/System/Library/Frameworks/Carbon.framework/Frameworks/Print.framework/Versio
ns/A/Plugins/PrintingTiogaPDEs.bundle/Contents/MacOS/PrintingTiogaPDEs
0x7dc7000 - 0x7f0420b English Grammar PEF binary: English Grammar
0x8105000 - 0x810aa20 oanlsZ PEF binary: oanlsZ
0x8195830 - 0x81af998 oacoreZ PEF binary: oacoreZ
0xc104dd0 - 0xc20d081 Microsoft Framework DB PEF binary: Microsoft
Framework DB
0x74400000 - 0x74413fff libPPDLib.dylib
/System/Library/Printers/Libraries/libPPDLib.dylib
0x78e00000 - 0x78e07fff libLW8Utils.dylib
/System/Library/Printers/Libraries/libLW8Utils.dylib
0x79200000 - 0x7923efff libLW8Converter.dylib
/System/Library/Printers/Libraries/libLW8Converter.dylib
0x8fe00000 - 0x8fe51fff dyld 43.1 /usr/lib/dyld
0x90000000 - 0x901a6fff libSystem.B.dylib /usr/lib/libSystem.B.dylib
0x901fe000 - 0x90202fff libmathCommon.A.dylib
/usr/lib/system/libmathCommon.A.dylib
0x90204000 - 0x90257fff com.apple.CoreText 1.0.0 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/CoreText.framework/Versions/A/CoreText
0x90284000 - 0x90335fff ATS
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/ATS.framework/Versions/A/ATS
0x90364000 - 0x9069dfff com.apple.CoreGraphics 1.256.14 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/CoreGraphics.framework/Versions/A/CoreGraphics
0x90728000 - 0x90801fff com.apple.CoreFoundation 6.4.3 (368.12)
/System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x9084a000 - 0x9084afff com.apple.CoreServices 10.4 (???)
/System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x9084c000 - 0x9094efff libicucore.A.dylib /usr/lib/libicucore.A.dylib
0x909a8000 - 0x90a2cfff libobjc.A.dylib /usr/lib/libobjc.A.dylib
0x90a56000 - 0x90acafff com.apple.framework.IOKit 1.4 (???)
/System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x90ae4000 - 0x90af6fff libauto.dylib /usr/lib/libauto.dylib
0x90afd000 - 0x90dc2fff com.apple.CoreServices.CarbonCore 10.4.1 (611.1)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Carbo
nCore.framework/Versions/A/CarbonCore
0x90e25000 - 0x90ea5fff com.apple.CoreServices.OSServices 4.0 (4.0.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSSer
vices.framework/Versions/A/OSServices
0x90eef000 - 0x90f2ffff com.apple.CFNetwork 10.4.2 (80)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNet
work.framework/Versions/A/CFNetwork
0x90f44000 - 0x90f5cfff com.apple.WebServices 1.1.2 (1.1.0)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/WebSe
rvicesCore.framework/Versions/A/WebServicesCore
0x90f6c000 - 0x90feafff com.apple.SearchKit 1.0.3
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Searc
hKit.framework/Versions/A/SearchKit
0x9102f000 - 0x91056fff com.apple.Metadata 1.1 (121.6)
/System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metad
ata.framework/Versions/A/Metadata
0x91066000 - 0x91074fff libz.1.dylib /usr/lib/libz.1.dylib
0x91077000 - 0x91239fff com.apple.security 4.0.1 (223)
/System/Library/Frameworks/Security.framework/Versions/A/Security
0x9133b000 - 0x91344fff com.apple.DiskArbitration 2.1
/System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitrati
on
0x9134b000 - 0x91372fff com.apple.SystemConfiguration 1.8.0
/System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemCon
figuration
0x91385000 - 0x9138dfff libbsm.dylib /usr/lib/libbsm.dylib
0x91391000 - 0x9140ffff com.apple.audio.CoreAudio 3.0.1
/System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x9144d000 - 0x9144dfff com.apple.ApplicationServices 10.4 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Applicati
onServices
0x9144f000 - 0x91487fff com.apple.AE 1.5 (297)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/AE.framework/Versions/A/AE
0x914a2000 - 0x9156dfff com.apple.ColorSync 4.4
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/ColorSync.framework/Versions/A/ColorSync
0x915c2000 - 0x91655fff com.apple.print.framework.PrintCore 4.0 (172.1)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/PrintCore.framework/Versions/A/PrintCore
0x9169b000 - 0x91758fff com.apple.QD 3.8.16 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/QD.framework/Versions/A/QD
0x91796000 - 0x917f4fff com.apple.HIServices 1.5.0 (???)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/HIServices.framework/Versions/A/HIServices
0x91822000 - 0x91845fff com.apple.LangAnalysis 1.6
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/LangAnalysis.framework/Versions/A/LangAnalysis
0x91859000 - 0x9187efff com.apple.FindByContent 1.5
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/FindByContent.framework/Versions/A/FindByContent
0x91891000 - 0x918d2fff com.apple.LaunchServices 10.4.3 (157)
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/LaunchServices.framework/Versions/A/LaunchServices
0x918ed000 - 0x91901fff com.apple.speech.synthesis.framework 3.3
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x9190f000 - 0x91945fff com.apple.ImageIO.framework 1.0.2
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/ImageIO.framework/Versions/A/ImageIO
0x91959000 - 0x91a1ffff libcrypto.0.9.7.dylib
/usr/lib/libcrypto.0.9.7.dylib
0x91a6c000 - 0x91a81fff libcups.2.dylib /usr/lib/libcups.2.dylib
0x91a86000 - 0x91aa2fff libJPEG.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x91aa7000 - 0x91b16fff libJP2.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x91b2d000 - 0x91b31fff libGIF.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x91b33000 - 0x91b4bfff libRaw.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/ImageIO.framework/Versions/A/Resources/libRaw.dylib
0x91b4e000 - 0x91b91fff libTIFF.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x91b98000 - 0x91bb1fff libPng.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x91bb6000 - 0x91bb9fff libRadiance.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x91bbb000 - 0x91bbbfff com.apple.Accelerate 1.1.1 (Accelerate 1.1.1)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x91bbd000 - 0x91ca7fff com.apple.vImage 2.0
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.
framework/Versions/A/vImage
0x91caf000 - 0x91ccefff com.apple.Accelerate.vecLib 3.1.1 (vecLib 3.1.1)
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.
framework/Versions/A/vecLib
0x91d3a000 - 0x91d5afff libmx.A.dylib /usr/lib/libmx.A.dylib
0x91d60000 - 0x91dc5fff libvMisc.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.
framework/Versions/A/libvMisc.dylib
0x91dcf000 - 0x91e61fff libvDSP.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.
framework/Versions/A/libvDSP.dylib
0x91e7b000 - 0x9240bfff libBLAS.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.
framework/Versions/A/libBLAS.dylib
0x92453000 - 0x92763fff libLAPACK.dylib
/System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.
framework/Versions/A/libLAPACK.dylib
0x92790000 - 0x9281bfff com.apple.DesktopServices 1.3
/System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/De
sktopServicesPriv
0x9285d000 - 0x92a86fff com.apple.Foundation 6.4.1 (567.12)
/System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x92ba4000 - 0x92c82fff libxml2.2.dylib /usr/lib/libxml2.2.dylib
0x92ca2000 - 0x92d90fff libiconv.2.dylib /usr/lib/libiconv.2.dylib
0x92da2000 - 0x92dc0fff libGL.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x92dcb000 - 0x92e25fff libGLU.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x92e43000 - 0x92e43fff com.apple.Carbon 10.4 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92e45000 - 0x92e59fff com.apple.ImageCapture 3.0
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCaptur
e.framework/Versions/A/ImageCapture
0x92e71000 - 0x92e81fff com.apple.speech.recognition.framework 3.4
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecog
nition.framework/Versions/A/SpeechRecognition
0x92e8d000 - 0x92ea2fff com.apple.securityhi 2.0 (203)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.
framework/Versions/A/SecurityHI
0x92eb4000 - 0x92f3bfff com.apple.ink.framework 101.2 (69)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framewo
rk/Versions/A/Ink
0x92f4f000 - 0x92f5afff com.apple.help 1.0.3 (32)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framew
ork/Versions/A/Help
0x92f64000 - 0x92f91fff com.apple.openscripting 1.2.2 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripti
ng.framework/Versions/A/OpenScripting
0x92fab000 - 0x92fbbfff com.apple.print.framework.Print 4.0 (187)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.frame
work/Versions/A/Print
0x92fc7000 - 0x9302dfff com.apple.htmlrendering 1.1.2
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRenderi
ng.framework/Versions/A/HTMLRendering
0x9305e000 - 0x930b0fff com.apple.NavigationServices 3.4.1 (3.4)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationS
ervices.framework/Versions/A/NavigationServices
0x930dc000 - 0x930f9fff com.apple.audio.SoundManager 3.9
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound
.framework/Versions/A/CarbonSound
0x9310b000 - 0x93118fff com.apple.CommonPanels 1.2.2 (73)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanel
s.framework/Versions/A/CommonPanels
0x93121000 - 0x93431fff com.apple.HIToolbox 1.4.3 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.f
ramework/Versions/A/HIToolbox
0x9357c000 - 0x93588fff com.apple.opengl 1.4.0
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9358d000 - 0x935affff com.apple.DirectoryService.Framework 2.0
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectorySer
vice
0x935fa000 - 0x935fafff com.apple.Cocoa 6.4 (???)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x935fc000 - 0x93c2dfff com.apple.AppKit 6.4.2 (824.11)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93fb9000 - 0x94023fff com.apple.CoreData 1.0 (46)
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9405b000 - 0x94125fff com.apple.audio.toolbox.AudioToolbox 1.4.1
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94179000 - 0x94179fff com.apple.audio.units.AudioUnit 1.4
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9417b000 - 0x942dafff com.apple.QuartzCore 1.4.1
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94322000 - 0x9435ffff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x94367000 - 0x943b2fff libGLImage.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.d
ylib
0x94553000 - 0x94562fff libCGATS.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9456a000 - 0x94576fff libCSync.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9457c000 - 0x9459afff libPDFRIP.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
0x945bb000 - 0x945cffff libRIP.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x945d5000 - 0x9483ffff com.apple.QuickTime 7.0.2
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94a16000 - 0x94b43fff com.apple.AddressBook.framework 4.0.2 (475)
/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x94bd4000 - 0x94be3fff com.apple.DSObjCWrappers.Framework 1.1
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjCW
rappers
0x94beb000 - 0x94c12fff com.apple.LDAPFramework 1.4 (68)
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94c18000 - 0x94c28fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
0x94c2c000 - 0x94c5afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
0x94c6a000 - 0x94c87fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
0x9619a000 - 0x961b0fff libJapaneseConverter.dylib
/System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x961b2000 - 0x961d2fff libKoreanConverter.dylib
/System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x961e0000 - 0x961eefff libSimplifiedChineseConverter.dylib
/System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x961f6000 - 0x96209fff libTraditionalChineseConverter.dylib
/System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x96c3a000 - 0x96c59fff com.apple.vecLib 3.1.1 (vecLib 3.1.1)
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97425000 - 0x97432fff com.apple.agl 2.5.6 (AGL-2.5.6)
/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x98733000 - 0x98febfff com.apple.QuickTimeComponents.component 7.0.2
/System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/QuickT
imeComponents
0x9925d000 - 0x99260fff com.apple.QuickTimeH264.component 7.0.2
/System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH26>>
4
0x99262000 - 0x992e5fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x99363000 - 0x9936bfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x9955d000 - 0x99600fff com.apple.QuickTimeMPEG4.component 7.0.2
/System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeMP
EG4
0x99fda000 - 0x99ff8fff com.apple.OpenTransport 2.0
/System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
0x9a073000 - 0x9a074fff com.apple.iokit.dvcomponentglue 1.7.5
/System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentGl
ue
0x9a47e000 - 0x9a495fff libCFilter.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framework
s/CoreGraphics.framework/Versions/A/Resources/libCFilter.A.dylib
0xeab00000 - 0xeab25fff libConverter.dylib
/System/Library/Printers/Libraries/libConverter.dylib


Microsoft Error Report (What Buttons Does It Have):
During the last several reboots of my computer, the MER does not show up in my
dock. Originally, it was showing up (not because I put the application in the
dock, or not because I had it in my ³startup item², but because at startup it
was simply running (I guess trying to send an error report that never seemed
to go out. In my emails, I told you about this so you could understand that
when I started having serious slowdowns with my address book function in
Entourage, Microsoft¹s error reporting mechanism began to function because it
knew that something wasn¹t working right with, my guess, Entourage. Having
said that, the MER has not booted up during the past two boots. Yet, each
time when I restart the computer, I still find ³recovered files² in my trash.
Keep in mind, I always empty the trash before reboot, so this recovered files
are new. In this case, it appears that all of these files are related to
emailing, since even though some are word documents, the ones I can see relate
to documents I had emailed during my last computer session.

Entourage Questions:

Below are your questions and my inline responses to each:

Are you using the quickfilter in the upper right hand of the window? The one
that has two dropdown menus (usually ³Subject² and ³contains²) and an edit
field? (I¹m assuming so since you¹re talking about an alternative being the
Find dialog.)

Yes, when I encounter the slowness problem, it involves the top upper right
find dialogue box which has the pull down menus of contains name, contains
company, category is, and project is.

Again, are you searching a Directory Service? You can tell if you¹re
searching a directory service via the quickfilter because the Folder List
will show an icon that doesn¹t look like the contact icon in front of the
Address Book [On My Computer] or the networked contact icon in front of
Exchange Contact folders.

I am searching my addressbook [on my computer]. I am not searching a
directory service. I currently am not running exchange and have never run
exchange. (We may do this in the future.).

How many contact items do you have? What is the criteria you¹re using to
search? How many contacts ultimately match that criteria?

I have 2500 contacts in my address book. It was working fine just a couple
of weeks ago. In fact when I search these contacts from within the mail
pane, I don¹t experience any delays. It is only when I switch to the address
book pane.
Again Nathan. I appreciate your help on this. I know I have given you a ton
of information, I hope this is helpful.



Answers inline.


Nathan,
Thanks again for responding. You raise a couple of issues and I will
respond one issue at a time.

Microsoft Error Report (storing crash reports):
I really don¹t understand your directions for storing crash reports by
default. I just don¹t get what you would like me to do so that I can store
reports and then view them later.
Let me expand on this. There is a way to manually edit preference files to
add preferences to them. The best UI is to use the Property List Editor, but
that is only installed when you install Apple¹s developer tools. Otherwise,
you can edit the files (they¹re usually text files), but you kind of have to
know what you¹re doing. If you open
~/Library/Preferences/com.microsoft.error_reporting.plist in a text editor,
you should see XML text. Under the top level ³plist² tag and its child ³dict²
tag should be a list of tags that alternate ³key² and then some value type
and value. If you add:

<key>WriteReportToThisFolder</key>
<string>/Users/username/Library/Logs/Microsoft Error Reporting</string>

before the trailing </dict></plist> and save the file (still as text), then
Microsoft Error Reporting will, if that folder exists, write crash reports in
there.
Microsoft Error Report (What buttons does it have?):
I have no buttons regarding MER. I don¹t get ³OK², ³more info², ³send², or
³don¹t send.² I get nothing. All I get is the report icon in the dock. If
I double click it, nothing happens except that my pull down menus reflect
that I am in the Error Report program.
Microsoft Error Reporting isn¹t put into the Dock by default. Someone has
added it manually. There¹s no reason to run it manually. It will
automatically run if there is a crash. You were saying it was running at
boot; was there a crash in some Office application that it was reporting, or
is MERP listed in your Login Items as something to launch when booting? If
it¹s the latter, you can safely remove it; there¹s no reason to launch it at
boot.
Searching Contacts (More info):
* When slowdown occurs, it is when I am in the Address book pane.
* If I am sending an email message and typing in contact names as a part of
my email message, it works in a normal fast fashion.
* I am not on Outlook exchange. However, we may go to exchange in the near
future.
* The slowdown does not occur in the mail or calendar pane. In fact, if I
am in the mail pain and use the pull down menu ³edit² and select ³find² and
select ³contacts² it works fine that way too. The slowdown only occurs
when I am inside the address book pane and when I have done a search in this
pane, and try to switch to another pane (When this happens, address book
tries to find all contacts before changing panes and this causes a
significant delay as it is listing all of the contacts before switching to
another pane.

Are you using the quickfilter in the upper right hand of the window? The one
that has two dropdown menus (usually ³Subject² and ³contains²) and an edit
field? (I¹m assuming so since you¹re talking about an alternative being the
Find dialog.) Again, are you searching a Directory Service? You can tell if
you¹re searching a directory service via the quickfilter because the Folder
List will show an icon that doesn¹t look like the contact icon in front of
the Address Book [On My Computer] or the networked contact icon in front of
Exchange Contact folders. How many contact items do you have? What is the
criteria you¹re using to search? How many contacts ultimately match that
criteria?
I hope this helps you figure out what is going on Nathan. I greatly
appreciate your help.

Mike

On 10/6/05 3:43 AM, in article BF6A2396.80B58%[email protected],

Ah. Microsoft Error Reporting does not store crash reports by default, so
you won¹t be able to see them just by launching it manually. You can get it
to store crash reports, but it requires a setting not available via the
preferences: add the key ³WriteReportToThisFolder² with a string value that
is a POSIX path to an existing folder to
~/Library/Preferences/com.microsoft.error_reporting.plist. I usually create
a folder in ~/Library/Logs named ³Microsoft Error Reporting² and use that
like Apple¹s CrashReporter¹s directory. (But then again, I can debug my own
logs. :)

When Microsoft Error Reporting popped up, what buttons did it have? Did it
only have an ³OK² button, or a ³More Information², ³Send² and ³Don¹t Send²?
There are some circumstances where it does not believe it can send the
report, and switches to the ³OK² mode, including if there¹s no network
access. In those cases, the above preference can help you view those
reports.

About searching for your contacts, I need some more information: Are you
searching contacts in the Address Book pane? Or in the address book area of
addressing a message? Or are you talking about the autocompletion dropdown
when you are typing in an e-mail address? Again, it also matters whether
you¹re talking about a Directory Service or regular Address Book / Exchange
Contacts.

-nh

On 10/5/05 8:33:07 AM, in article BF696A73.1477%[email protected],

Thanks Nathan:

Yes, I have SP2 installed. When I go to the Microsoft Error Report, I
can¹t seem to find any text inside when I double click on it. It seems to
be hung up somehow. The slowness issue behaves like an indexing problem.
Yet, when I use the database utility, it says the database is fine. Why I
say that is I can now tell you when it hangs up precisely. After I do a
search of my contacts, and want to go to email, before I can go to my
email window, it needs to first find all of the contacts and stays there
for about 1 to 2 minutes until all contacts pop up. Sometime in between
finds it does the same, especially when I change my find criteria from
name to company name.

I cannot get a ³report² from the Microsoft Error Report, yet it pops up at
startup. (I have since disabled it since it constantly does it without
sending a an error report to anyone.) I usually find Office documents in
the trash under ³Recovered² folder. It always involves Entourage files,
but it sometimes also includes Word files as well.

Any help to resolve this is greatly appreciated. Mike Zeik


On 10/4/05 4:54 PM, in article
BF683A24.80684%[email protected], "Nathan Herring [MSFT]"

I¹m assuming by latest update you mean SP2, and your software versions
are 11.2.0. Are you searching in the local address book or a Directory
Service account or something else?

Could you provide the Microsoft Error Report (click More Information, and
copy the text from there)?

-nh

On 10/4/05 10:35:51 AM, in article BF6835B7.13F6%[email protected],

Mac OS 10.4.2
Office 2004

Recently, after downloading Microsoft¹s latest software update for
Office, my address book functionality has been operating very slowly.
When I switch from Mail to Address Book, it zips along, but when I start
doing a search for a name or company name, it begins to crawl. When I
shut down the computer, I now have a Microsoft error report in the dock.
I have used the data tool to rebuild my database and this has not solved
the problem. I also removed my Office application files and reinstalled
the program from scratch, and this too didn¹t fix the problem. Any
help on this matter would be greatly appreciated since the performance
that I now have with Address Book is unacceptable at this point.
 
M

Michael Zeik

By the way, I solved my address book problem. Here is what I did:
* I exported my entourage file to a .rge file.
* I trashed my original main identities folder.
* I rebooted the computer and opened my rge file that I exported.
* I had to tinker somewhat, by creating new email accounts, moving old mail
folders, etc. But the bottom line is now my address book and entourage work
properly.

Thanks Nathan for your patience and help. I hope this helps you with future
issues related to Entourage. What got me thinking about this solution is
that I have two users on my computer. For one user, the Entourage files
worked fine, including address book. I therefore thought that the problem
had to be with my database and main identities files. I thought if I
thrashed them and started anew, it might somehow work. It did!




Nathan,
One more thing I thought you should know. I booted up my computer and only
fired up Entourage. I did a couple of searches within address book, sent and
received email, and then I quit and rebooted. Entourage was the only program
I had opened during that session. When I rebooted, for the first time in a
long time, there were no recovered files in my trash. FYI, this doesn¹t mean
that address book didn¹t crawl ‹ it did. But I didn¹t get a recovered files
folder in the trash when I only opened up Entourage and no other programs. I
don¹t know if this is helpful to you in finding a solution for me. Thanks
again for your assistance.


Nathan:
Thanks again for your persistence in helping me. Here are my responses to
yours.

MER (storing crash reports)
First, I do not know if this helps, but following your directory as to where
the crash report logs are, I am copying and pasting into this email the
contents of two logs: the console log and the Microsoft Word crash Log.
Here they are:
Console Log Contents:
Mac OS X Version 10.4.2 (Build 8C46)
2005-10-07 12:51:16 -0400
2005-10-07 12:51:20.713 SystemUIServer[202] lang is:en
Oct 7 12:51:37 Michael-Zeiks-Laptop configd[33]: AppleTalk shutdown failed,
status = 71 (retrying)
Oct 7 12:51:37 Michael-Zeiks-Laptop /usr/sbin/AppleFileServer:
AFPServer::AbnormalATListenerShutDown - clear listener
Oct 7 12:51:38 Michael-Zeiks-Laptop configd[33]: Error:
SecTrustedApplicationCreateFromPath() returns 100002

Microsoft Word Crash Log Contents:
**********

Host Name: Michael-Zeiks-Laptop
Date/Time: 2005-09-30 10:33:02.036 -0400
OS Version: 10.4.2 (Build 8C46)
Report Version: 3

Command: Microsoft Word
Path: /Applications/Microsoft Office 2004/Microsoft Word
Parent: WindowServer [63]

Version: 11.2.0 (11.2.0 (050714), © 2004 Microsoft Corporation. All rights
reserved.)

PID: 334
Thread: 0

Exception: EXC_BAD_INSTRUCTION (0x0002)
Code[0]: 0x00000002
Code[1]: 0x07000200


Thread 0 Crashed:
0 ...pple.AppleIntermediateCodec 0x07000200
ZN11iDecodeTile8decode_eEPhS0_S0_S0_iiiii.eh + 15508
1 com.apple.CoreFoundation 0x9075ed10 __CFRunLoopDoTimer + 184
2 com.apple.CoreFoundation 0x9074b688 __CFRunLoopRun + 1680
3 com.apple.CoreFoundation 0x9074ac3c CFRunLoopRunSpecific + 268
4 com.apple.HIToolbox 0x93129ac0 RunCurrentEventLoopInMode
+ 264
5 com.apple.HIToolbox 0x93129154 ReceiveNextEventCommon +
380
6 com.apple.HIToolbox 0x9322e620 ReceiveNextEventInMode +
72
7 MCPZ.stb 0x005934c0 0x561220 + 205472
8 Microsoft Word 0x020f390c 0x2008000 + 964876
9 Microsoft Word 0x020205fc 0x2008000 + 99836
10 Microsoft_Office_2001Z 0x01023454 0x1008000 + 111700
11 Microsoft Word 0x02020078 0x2008000 + 98424

Thread 1:
0 libSystem.B.dylib 0x9005cce0 accept + 12
1 com.microsoft.shmem.bundle 0x01692474 FWaitForConnection + 48
2 MCPCoreZ 0x007493d4 0x72b2b0 + 123172
3 MCPZ.stb 0x006a9e48 0x561220 + 1346600
4 MCPZ.stb 0x006aa02c 0x561220 + 1347084
5 ...ple.CoreServices.CarbonCore 0x90ba94dc _MP_CFMTaskProc + 32
6 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
7 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 2:
0 libSystem.B.dylib 0x90023b80 recvfrom + 12
1 com.microsoft.shmem.bundle 0x01692630 FReceiveMessage + 132
2 MCPCoreZ 0x0074954c 0x72b2b0 + 123548
3 MCPZ.stb 0x006aa25c 0x561220 + 1347644
4 MCPZ.stb 0x006aa3f4 0x561220 + 1348052
5 ...ple.CoreServices.CarbonCore 0x90ba94dc _MP_CFMTaskProc + 32
6 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
7 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 3:
0 libSystem.B.dylib 0x90056418
semaphore_timedwait_signal_trap + 8
1 libSystem.B.dylib 0x900723b0
pthread_cond_timedwait_relative_np + 592
2 ...ple.CoreServices.CarbonCore 0x90b777e4 MPWaitOnSemaphore + 184
3 MCPZ.stb 0x006aa598 0x561220 + 1348472
4 ...ple.CoreServices.CarbonCore 0x90ba94dc _MP_CFMTaskProc + 32
5 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
6 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 4:
0 libSystem.B.dylib 0x9002f66c kevent + 12
1 com.apple.DesktopServices 0x92792ad8
TFSNotificationTask::FSNotificationTaskProc(void*) + 56
2 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
3 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 5:
0 libSystem.B.dylib 0x9002ca78 semaphore_wait_signal_trap
+ 8
1 libSystem.B.dylib 0x9003125c pthread_cond_wait + 508
2 ...ple.CoreServices.CarbonCore 0x90b39880 MPWaitOnQueue + 224
3 com.apple.DesktopServices 0x92793330
TNodeSyncTask::SyncTaskProc(void*) + 108
4 ...ple.CoreServices.CarbonCore 0x90b39690 PrivateMPEntryPoint + 76
5 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 6:
0 libSystem.B.dylib 0x9001efcc select + 12
1 com.apple.CoreFoundation 0x9075dbcc __CFSocketManager + 472
2 libSystem.B.dylib 0x9002c3b4 _pthread_body + 96

Thread 0 crashed with PPC Thread State 64:
srr0: 0x0000000007000200 srr1: 0x000000000008d030
vrsave: 0x0000000000000000
cr: 0x24028482 xer: 0x0000000020000004 lr: 0x000000009075ed10
ctr: 0x0000000007000202
r0: 0x0000000000000002 r1: 0x00000000bfffed20 r2: 0x0000000000002588
r3: 0x000000000803af40
r4: 0x0000000000000001 r5: 0x000000000802aff0 r6: 0x0000000007000202
r7: 0x00000000080b7df0
r8: 0x000000005e4e3e2c r9: 0x0000000000000000 r10: 0x0000000000000008
r11: 0x00000000a07292d0
r12: 0x0000000007000202 r13: 0x0000000000000000 r14: 0x0000000000000001
r15: 0x0000000000000001
r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x000000000000810f
r19: 0x0000000000000000
r20: 0x000000000000002b r21: 0x000000000d24f130 r22: 0x0000000000304288
r23: 0x0000000000304280
r24: 0x0000000000304190 r25: 0x0000000000304288 r26: 0x0000000000000001
r27: 0x000000000000002b
r28: 0x0000000009e16227 r29: 0x0000000008051c98 r30: 0x0000000008051c90
r31: 0x000000009075ec60

Binary Images Description:
0x1000 - 0x2fff LaunchCFMApp
/System/Library/Frameworks/Carbon.framework/Versions/A/Support/LaunchCFMApp
0x27f000 - 0x2ce3c7 CarbonLibpwpc PEF binary: CarbonLibpwpc
0x2ce3d0 - 0x2e66bd Apple;Carbon;Multimedia PEF binary:
Apple;Carbon;Multimedia
0x2e7c00 - 0x2e998b Apple;Carbon;Networking PEF binary:
Apple;Carbon;Networking
0x30e0c0 - 0x30e172 CFMPriv_CoreFoundation PEF binary:
CFMPriv_CoreFoundation
0x30e8e0 - 0x30e995 CFMPriv_DVComponentGlue PEF binary:
CFMPriv_DVComponentGlue
0x30ebd0 - 0x30ec73 CFMPriv_QuickTime PEF binary: CFMPriv_QuickTime
0x30ecf0 - 0x30ed67 CFMPriv_System PEF binary: CFMPriv_System
0x30f010 - 0x30f0e0 CFMPriv_CarbonSound PEF binary:
CFMPriv_CarbonSound
0x30f160 - 0x30f233 CFMPriv_CommonPanels PEF binary:
CFMPriv_CommonPanels
0x30f310 - 0x30f3cb CFMPriv_Help PEF binary: CFMPriv_Help
0x30f3d0 - 0x30f49a CFMPriv_HIToolbox PEF binary: CFMPriv_HIToolbox
0x313520 - 0x3135f6 CFMPriv_HTMLRendering PEF binary:
CFMPriv_HTMLRendering
0x313670 - 0x313743 CFMPriv_ImageCapture PEF binary:
CFMPriv_ImageCapture
0x3137d0 - 0x3138b5 CFMPriv_NavigationServices PEF binary:
CFMPriv_NavigationServices
0x313930 - 0x313a06 CFMPriv_OpenScripting•MacBLib PEF binary:
CFMPriv_OpenScripting•MacBLib
0x313ae0 - 0x313b9e CFMPriv_Print PEF binary: CFMPriv_Print
0x313bc0 - 0x313c8d CFMPriv_SecurityHI PEF binary:
CFMPriv_SecurityHI
0x313d10 - 0x313df2 CFMPriv_SpeechRecognition PEF binary:
CFMPriv_SpeechRecognition
0x313e70 - 0x313f43 CFMPriv_CarbonCore PEF binary:
CFMPriv_CarbonCore
0x313fc0 - 0x314093 CFMPriv_OSServices PEF binary:
CFMPriv_OSServices
0x314170 - 0x314232 CFMPriv_AE PEF binary: CFMPriv_AE
0x314240 - 0x314305 CFMPriv_ATS PEF binary: CFMPriv_ATS
0x314380 - 0x314457 CFMPriv_ColorSync PEF binary: CFMPriv_ColorSync
0x3144e0 - 0x3145c3 CFMPriv_FindByContent PEF binary:
CFMPriv_FindByContent
0x314640 - 0x31471a CFMPriv_HIServices PEF binary:
CFMPriv_HIServices
0x314790 - 0x314870 CFMPriv_LangAnalysis PEF binary:
CFMPriv_LangAnalysis
0x314900 - 0x3149e6 CFMPriv_LaunchServices PEF binary:
CFMPriv_LaunchServices
0x314ac0 - 0x314b97 CFMPriv_PrintCore PEF binary: CFMPriv_PrintCore
0x314ba0 - 0x314c62 CFMPriv_QD PEF binary: CFMPriv_QD
0x314d60 - 0x314e49 CFMPriv_SpeechSynthesis PEF binary:
CFMPriv_SpeechSynthesis
0x405000 - 0x43c811 MicrosoftLSLibZ PEF binary: MicrosoftLSLibZ
0x46b6a0 - 0x55deb5 PowerPlantZ PEF binary: PowerPlantZ
0x55dec0 - 0x561218 MCP RuntimeZ.DLL PEF binary: MCP RuntimeZ.DLL
0x561220 - 0x72b2a2 MCPZ.stb PEF binary: MCPZ.stb
0x72b2b0 - 0x7746d9 MCPCoreZ PEF binary: MCPCoreZ
0x1008000 - 0x1214c80 Microsoft_Office_2001Z PEF binary:
Microsoft_Office_2001Z
0x168f000 - 0x16fcfff com.microsoft.shmem.bundle 050715 (11.2.0)
/Applications/Microsoft Office 2004/Office/ShMem.bundle/Contents/MacOS/ShMem
0x2008000 - 0x30501a2 Microsoft Word PEF binary: Microsoft Word
0x52bb000 - 0x52c3fff com.apple.print.converter.plugin 4.0 (157)
/System/Library/Printers/CVs/Converter.plugin/Contents/MacOS/Converter
0x544e000 - 0x552ddaa Microsoft OLE X PEF binary: Microsoft OLE X
0x665d000 - 0x666faa2 English Spelling PEF binary: English Spelling
0x6f4b000 - 0x6f8dfff com.apple.QuickTimeFireWireDV.component 7.0.2
/System/Library/QuickTime/QuickTimeFirewireDV.compone
nt/Contents/MacOS/QuickTimeFireWireDV
0x6f9e000 - 0x7007fff com.apple.AppleIntermediateCodec 1.0.1 (124)
/Library/QuickTime/AppleIntermediateCodec.component/Contents/MacOS/AppleInte
rmediateCodec
0x715d000 - 0x71d6fff com.apple.applepixletvideo 1.2.5 (1.2d5)
/System/Library/QuickTime/ApplePixletVideo.component/Contents/MacOS/ApplePix
letVideo
0x72c6000 - 0x72effff com.apple.print.framework.Print.Private 4.1 (157.2)
/System/Library/Frameworks/Carbon.framework/Ver
sions/A/Frameworks/Print.framework/Versions/Current/Plugins/PrintCocoaUI.bun
dle/Contents/MacOS/PrintCocoaUI
0x731f000 - 0x732ffff com.microsoft.pde 040322 (11.0.0)
/Applications/Microsoft Office
2004/Office/WordPDE.plugin/Contents/MacOS/WordPDE
0x7335000 - 0x733ffff com.hp.print.pde.ColorOptions 2.0.4.062
/Library/Printers/hp/PDEs/hpColorOptions.plugin/Contents/MacOS/hpColorOption>>>
s /Library/Printers/hp/PDEs/hpImageQuality.plugin/Contents/MacOS/hpImageQualit>>>
y /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundatio>>>
n /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dyli>>>
b
0x92e43000 - 0x92e43fff com.apple.Carbon 10.4 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x92e45000 - 0x92e59fff com.apple.ImageCapture 3.0
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCaptu
re.framework/Versions/A/ImageCapture
0x92e71000 - 0x92e81fff com.apple.speech.recognition.framework 3.4
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechReco
gnition.framework/Versions/A/SpeechRecognition
0x92e8d000 - 0x92ea2fff com.apple.securityhi 2.0 (203)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI
.framework/Versions/A/SecurityHI
0x92eb4000 - 0x92f3bfff com.apple.ink.framework 101.2 (69)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framew
ork/Versions/A/Ink
0x92f4f000 - 0x92f5afff com.apple.help 1.0.3 (32)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.frame
work/Versions/A/Help
0x92f64000 - 0x92f91fff com.apple.openscripting 1.2.2 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScript
ing.framework/Versions/A/OpenScripting
0x92fab000 - 0x92fbbfff com.apple.print.framework.Print 4.0 (187)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.fram
ework/Versions/A/Print
0x92fc7000 - 0x9302dfff com.apple.htmlrendering 1.1.2
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRender
ing.framework/Versions/A/HTMLRendering
0x9305e000 - 0x930b0fff com.apple.NavigationServices 3.4.1 (3.4)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Navigation
Services.framework/Versions/A/NavigationServices
0x930dc000 - 0x930f9fff com.apple.audio.SoundManager 3.9
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSoun
d.framework/Versions/A/CarbonSound
0x9310b000 - 0x93118fff com.apple.CommonPanels 1.2.2 (73)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPane
ls.framework/Versions/A/CommonPanels
0x93121000 - 0x93431fff com.apple.HIToolbox 1.4.3 (???)
/System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.
framework/Versions/A/HIToolbox
0x9357c000 - 0x93588fff com.apple.opengl 1.4.0
/System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x9358d000 - 0x935affff com.apple.DirectoryService.Framework 2.0
/System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectorySe
rvice
0x935fa000 - 0x935fafff com.apple.Cocoa 6.4 (???)
/System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x935fc000 - 0x93c2dfff com.apple.AppKit 6.4.2 (824.11)
/System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x93fb9000 - 0x94023fff com.apple.CoreData 1.0 (46)
/System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x9405b000 - 0x94125fff com.apple.audio.toolbox.AudioToolbox 1.4.1
/System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x94179000 - 0x94179fff com.apple.audio.units.AudioUnit 1.4
/System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x9417b000 - 0x942dafff com.apple.QuartzCore 1.4.1
/System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x94322000 - 0x9435ffff libsqlite3.0.dylib /usr/lib/libsqlite3.0.dylib
0x94367000 - 0x943b2fff libGLImage.dylib
/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.
dylib
0x94553000 - 0x94562fff libCGATS.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
0x9456a000 - 0x94576fff libCSync.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x9457c000 - 0x9459afff libPDFRIP.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreGraphics.framework/Versions/A/Resources/libPDFRIP.A.dylib
0x945bb000 - 0x945cffff libRIP.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x945d5000 - 0x9483ffff com.apple.QuickTime 7.0.2
/System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
0x94a16000 - 0x94b43fff com.apple.AddressBook.framework 4.0.2 (475)
/System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x94bd4000 - 0x94be3fff com.apple.DSObjCWrappers.Framework 1.1
/System/Library/PrivateFrameworks/DSObjCWrappers.framework/Versions/A/DSObjC
Wrappers
0x94beb000 - 0x94c12fff com.apple.LDAPFramework 1.4 (68)
/System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x94c18000 - 0x94c28fff libsasl2.2.dylib /usr/lib/libsasl2.2.dylib
0x94c2c000 - 0x94c5afff libssl.0.9.7.dylib /usr/lib/libssl.0.9.7.dylib
0x94c6a000 - 0x94c87fff libresolv.9.dylib /usr/lib/libresolv.9.dylib
0x9619a000 - 0x961b0fff libJapaneseConverter.dylib
/System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
0x961b2000 - 0x961d2fff libKoreanConverter.dylib
/System/Library/CoreServices/Encodings/libKoreanConverter.dylib
0x961e0000 - 0x961eefff libSimplifiedChineseConverter.dylib
/System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
0x961f6000 - 0x96209fff libTraditionalChineseConverter.dylib
/System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
0x96c3a000 - 0x96c59fff com.apple.vecLib 3.1.1 (vecLib 3.1.1)
/System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x97425000 - 0x97432fff com.apple.agl 2.5.6 (AGL-2.5.6)
/System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x98733000 - 0x98febfff com.apple.QuickTimeComponents.component 7.0.2
/System/Library/QuickTime/QuickTimeComponents.component/Contents/MacOS/Quick
TimeComponents
0x9925d000 - 0x99260fff com.apple.QuickTimeH264.component 7.0.2
/System/Library/QuickTime/QuickTimeH264.component/Contents/MacOS/QuickTimeH2
64
0x99262000 - 0x992e5fff libstdc++.6.dylib /usr/lib/libstdc++.6.dylib
0x99363000 - 0x9936bfff libgcc_s.1.dylib /usr/lib/libgcc_s.1.dylib
0x9955d000 - 0x99600fff com.apple.QuickTimeMPEG4.component 7.0.2
/System/Library/QuickTime/QuickTimeMPEG4.component/Contents/MacOS/QuickTimeM
PEG4
0x99fda000 - 0x99ff8fff com.apple.OpenTransport 2.0
/System/Library/PrivateFrameworks/OpenTransport.framework/OpenTransport
0x9a073000 - 0x9a074fff com.apple.iokit.dvcomponentglue 1.7.5
/System/Library/Frameworks/DVComponentGlue.framework/Versions/A/DVComponentG
lue
0x9a47e000 - 0x9a495fff libCFilter.A.dylib
/System/Library/Frameworks/ApplicationServices.framework/Versions/A/Framewor
ks/CoreGraphics.framework/Versions/A/Resources/libCFilter.A.dylib
0xeab00000 - 0xeab25fff libConverter.dylib
/System/Library/Printers/Libraries/libConverter.dylib


Microsoft Error Report (What Buttons Does It Have):
During the last several reboots of my computer, the MER does not show up in
my dock. Originally, it was showing up (not because I put the application in
the dock, or not because I had it in my ³startup item², but because at
startup it was simply running (I guess trying to send an error report that
never seemed to go out. In my emails, I told you about this so you could
understand that when I started having serious slowdowns with my address book
function in Entourage, Microsoft¹s error reporting mechanism began to
function because it knew that something wasn¹t working right with, my guess,
Entourage. Having said that, the MER has not booted up during the past two
boots. Yet, each time when I restart the computer, I still find ³recovered
files² in my trash. Keep in mind, I always empty the trash before reboot, so
this recovered files are new. In this case, it appears that all of these
files are related to emailing, since even though some are word documents, the
ones I can see relate to documents I had emailed during my last computer
session.

Entourage Questions:

Below are your questions and my inline responses to each:

Are you using the quickfilter in the upper right hand of the window? The one
that has two dropdown menus (usually ³Subject² and ³contains²) and an edit
field? (I¹m assuming so since you¹re talking about an alternative being the
Find dialog.)

Yes, when I encounter the slowness problem, it involves the top upper right
find dialogue box which has the pull down menus of contains name, contains
company, category is, and project is.

Again, are you searching a Directory Service? You can tell if you¹re
searching a directory service via the quickfilter because the Folder List
will show an icon that doesn¹t look like the contact icon in front of the
Address Book [On My Computer] or the networked contact icon in front of
Exchange Contact folders.

I am searching my addressbook [on my computer]. I am not searching a
directory service. I currently am not running exchange and have never run
exchange. (We may do this in the future.).

How many contact items do you have? What is the criteria you¹re using to
search? How many contacts ultimately match that criteria?

I have 2500 contacts in my address book. It was working fine just a couple
of weeks ago. In fact when I search these contacts from within the mail
pane, I don¹t experience any delays. It is only when I switch to the
address book pane.
Again Nathan. I appreciate your help on this. I know I have given you a ton
of information, I hope this is helpful.



Answers inline.


On 10/6/05 10:18:33 AM, in article BF6AD4A9.1563%[email protected],

Nathan,
Thanks again for responding. You raise a couple of issues and I will
respond one issue at a time.

Microsoft Error Report (storing crash reports):
I really don¹t understand your directions for storing crash reports by
default. I just don¹t get what you would like me to do so that I can store
reports and then view them later.

Let me expand on this. There is a way to manually edit preference files to
add preferences to them. The best UI is to use the Property List Editor, but
that is only installed when you install Apple¹s developer tools. Otherwise,
you can edit the files (they¹re usually text files), but you kind of have to
know what you¹re doing. If you open
~/Library/Preferences/com.microsoft.error_reporting.plist in a text editor,
you should see XML text. Under the top level ³plist² tag and its child
³dict² tag should be a list of tags that alternate ³key² and then some value
type and value. If you add:

<key>WriteReportToThisFolder</key>
<string>/Users/username/Library/Logs/Microsoft Error Reporting</string>

before the trailing </dict></plist> and save the file (still as text), then
Microsoft Error Reporting will, if that folder exists, write crash reports
in there.

Microsoft Error Report (What buttons does it have?):
I have no buttons regarding MER. I don¹t get ³OK², ³more info², ³send², or
³don¹t send.² I get nothing. All I get is the report icon in the dock.
If I double click it, nothing happens except that my pull down menus
reflect that I am in the Error Report program.

Microsoft Error Reporting isn¹t put into the Dock by default. Someone has
added it manually. There¹s no reason to run it manually. It will
automatically run if there is a crash. You were saying it was running at
boot; was there a crash in some Office application that it was reporting, or
is MERP listed in your Login Items as something to launch when booting? If
it¹s the latter, you can safely remove it; there¹s no reason to launch it at
boot.

Searching Contacts (More info):
* When slowdown occurs, it is when I am in the Address book pane.
* If I am sending an email message and typing in contact names as a part of
my email message, it works in a normal fast fashion.
* I am not on Outlook exchange. However, we may go to exchange in the near
future.
* The slowdown does not occur in the mail or calendar pane. In fact, if I
am in the mail pain and use the pull down menu ³edit² and select ³find² and
select ³contacts² it works fine that way too. The slowdown only occurs
when I am inside the address book pane and when I have done a search in
this pane, and try to switch to another pane (When this happens, address
book tries to find all contacts before changing panes and this causes a
significant delay as it is listing all of the contacts before switching to
another pane.

Are you using the quickfilter in the upper right hand of the window? The one
that has two dropdown menus (usually ³Subject² and ³contains²) and an edit
field? (I¹m assuming so since you¹re talking about an alternative being the
Find dialog.) Again, are you searching a Directory Service? You can tell if
you¹re searching a directory service via the quickfilter because the Folder
List will show an icon that doesn¹t look like the contact icon in front of
the Address Book [On My Computer] or the networked contact icon in front of
Exchange Contact folders. How many contact items do you have? What is the
criteria you¹re using to search? How many contacts ultimately match that
criteria?

I hope this helps you figure out what is going on Nathan. I greatly
appreciate your help.

Mike

On 10/6/05 3:43 AM, in article BF6A2396.80B58%[email protected],

Ah. Microsoft Error Reporting does not store crash reports by default, so
you won¹t be able to see them just by launching it manually. You can get
it to store crash reports, but it requires a setting not available via the
preferences: add the key ³WriteReportToThisFolder² with a string value
that is a POSIX path to an existing folder to
~/Library/Preferences/com.microsoft.error_reporting.plist. I usually
create a folder in ~/Library/Logs named ³Microsoft Error Reporting² and
use that like Apple¹s CrashReporter¹s directory. (But then again, I can
debug my own logs. :)

When Microsoft Error Reporting popped up, what buttons did it have? Did it
only have an ³OK² button, or a ³More Information², ³Send² and ³Don¹t
Send²? There are some circumstances where it does not believe it can send
the report, and switches to the ³OK² mode, including if there¹s no network
access. In those cases, the above preference can help you view those
reports.

About searching for your contacts, I need some more information: Are you
searching contacts in the Address Book pane? Or in the address book area
of addressing a message? Or are you talking about the autocompletion
dropdown when you are typing in an e-mail address? Again, it also matters
whether you¹re talking about a Directory Service or regular Address Book /
Exchange Contacts.

-nh

On 10/5/05 8:33:07 AM, in article BF696A73.1477%[email protected],

Thanks Nathan:

Yes, I have SP2 installed. When I go to the Microsoft Error Report, I
can¹t seem to find any text inside when I double click on it. It seems
to be hung up somehow. The slowness issue behaves like an indexing
problem. Yet, when I use the database utility, it says the database is
fine. Why I say that is I can now tell you when it hangs up precisely.
After I do a search of my contacts, and want to go to email, before I can
go to my email window, it needs to first find all of the contacts and
stays there for about 1 to 2 minutes until all contacts pop up. Sometime
in between finds it does the same, especially when I change my find
criteria from name to company name.

I cannot get a ³report² from the Microsoft Error Report, yet it pops up
at startup. (I have since disabled it since it constantly does it
without sending a an error report to anyone.) I usually find Office
documents in the trash under ³Recovered² folder. It always involves
Entourage files, but it sometimes also includes Word files as well.

Any help to resolve this is greatly appreciated. Mike Zeik


On 10/4/05 4:54 PM, in article
BF683A24.80684%[email protected], "Nathan Herring [MSFT]"

I¹m assuming by latest update you mean SP2, and your software versions
are 11.2.0. Are you searching in the local address book or a Directory
Service account or something else?

Could you provide the Microsoft Error Report (click More Information,
and copy the text from there)?

-nh

On 10/4/05 10:35:51 AM, in article BF6835B7.13F6%[email protected],
Mac OS 10.4.2
Office 2004

Recently, after downloading Microsoft¹s latest software update for Office,
my address book functionality has been operating very slowly. When I switch
from Mail to Address Book, it zips along, but when I start doing a search
for a name or company name, it begins to crawl. When I shut down the
computer, I now have a Microsoft error report in the dock. I have used the
data tool to rebuild my database and this has not solved the problem. I
also removed my Office application files and reinstalled the program from
scratch, and this too didn¹t fix the problem. Any help on this matter
would be greatly appreciated since the performance that I now have with
Address Book is unacceptable at this point.
 
N

Nathan Herring [MSFT]

Glad you were able to address your issues; sorry I hadn¹t responded earlier.
It sounds like there were database problems with the previous identity that
aren¹t happening after reimporting your data into a new identity

The crash in Word looks to be unrelated entirely; it looks like Word is
calling a system function which is crashing when calling into a QuickTime
Codec. What version of QuickTime do you have installed? Does the Word crash
happen frequently (and in the same place)?

-nh

By the way, I solved my address book problem. Here is what I did:
* I exported my entourage file to a .rge file.
* I trashed my original main identities folder.
* I rebooted the computer and opened my rge file that I exported.
* I had to tinker somewhat, by creating new email accounts, moving old mail
folders, etc. But the bottom line is now my address book and entourage work
properly.

Thanks Nathan for your patience and help. I hope this helps you with future
issues related to Entourage. What got me thinking about this solution is that
I have two users on my computer. For one user, the Entourage files worked
fine, including address book. I therefore thought that the problem had to be
with my database and main identities files. I thought if I thrashed them and
started anew, it might somehow work. It did!




Nathan,
One more thing I thought you should know. I booted up my computer and only
fired up Entourage. I did a couple of searches within address book, sent and
received email, and then I quit and rebooted. Entourage was the only program
I had opened during that session. When I rebooted, for the first time in a
long time, there were no recovered files in my trash. FYI, this doesn¹t mean
that address book didn¹t crawl ‹ it did. But I didn¹t get a recovered files
folder in the trash when I only opened up Entourage and no other programs. I
don¹t know if this is helpful to you in finding a solution for me. Thanks
again for your assistance.


Nathan:
Thanks again for your persistence in helping me. Here are my responses to
yours.

MER (storing crash reports)
First, I do not know if this helps, but following your directory as to where
the crash report logs are, I am copying and pasting into this email the
contents of two logs: the console log and the Microsoft Word crash Log.
Here they are:

Console Log Contents:
Mac OS X Version 10.4.2 (Build 8C46)
2005-10-07 12:51:16 -0400
2005-10-07 12:51:20.713 SystemUIServer[202] lang is:en
Oct 7 12:51:37 Michael-Zeiks-Laptop configd[33]: AppleTalk shutdown
failed, status = 71 (retrying)
Oct 7 12:51:37 Michael-Zeiks-Laptop /usr/sbin/AppleFileServer:
AFPServer::AbnormalATListenerShutDown - clear listener
Oct 7 12:51:38 Michael-Zeiks-Laptop configd[33]: Error:
SecTrustedApplicationCreateFromPath() returns 100002

Microsoft Word Crash Log Contents:
**********

Host Name: Michael-Zeiks-Laptop
Date/Time: 2005-09-30 10:33:02.036 -0400
OS Version: 10.4.2 (Build 8C46)
Report Version: 3

Command: Microsoft Word
Path: /Applications/Microsoft Office 2004/Microsoft Word
Parent: WindowServer [63]

Version: 11.2.0 (11.2.0 (050714), © 2004 Microsoft Corporation. All rights
reserved.)

PID: 334
Thread: 0

Exception: EXC_BAD_INSTRUCTION (0x0002)
Code[0]: 0x00000002
Code[1]: 0x07000200


Thread 0 Crashed:
0 ...pple.AppleIntermediateCodec 0x07000200
ZN11iDecodeTile8decode_eEPhS0_S0_S0_iiiii.eh + 15508
1 com.apple.CoreFoundation 0x9075ed10 __CFRunLoopDoTimer + 184
2 com.apple.CoreFoundation 0x9074b688 __CFRunLoopRun + 1680
3 com.apple.CoreFoundation 0x9074ac3c CFRunLoopRunSpecific +
268
4 com.apple.HIToolbox 0x93129ac0 RunCurrentEventLoopInMode
+ 264
5 com.apple.HIToolbox 0x93129154 ReceiveNextEventCommon +
380
6 com.apple.HIToolbox 0x9322e620 ReceiveNextEventInMode +
72
7 MCPZ.stb 0x005934c0 0x561220 + 205472
8 Microsoft Word 0x020f390c 0x2008000 + 964876
9 Microsoft Word 0x020205fc 0x2008000 + 99836
10 Microsoft_Office_2001Z 0x01023454 0x1008000 + 111700
11 Microsoft Word 0x02020078 0x2008000 + 98424

<snipped for brevity¹s sake>



Microsoft Error Report (What Buttons Does It Have):
During the last several reboots of my computer, the MER does not show up in
my dock. Originally, it was showing up (not because I put the application
in the dock, or not because I had it in my ³startup item², but because at
startup it was simply running (I guess trying to send an error report that
never seemed to go out. In my emails, I told you about this so you could
understand that when I started having serious slowdowns with my address book
function in Entourage, Microsoft¹s error reporting mechanism began to
function because it knew that something wasn¹t working right with, my guess,
Entourage. Having said that, the MER has not booted up during the past two
boots. Yet, each time when I restart the computer, I still find ³recovered
files² in my trash. Keep in mind, I always empty the trash before reboot,
so this recovered files are new. In this case, it appears that all of these
files are related to emailing, since even though some are word documents,
the ones I can see relate to documents I had emailed during my last computer
session.

Entourage Questions:

Below are your questions and my inline responses to each:


Are you using the quickfilter in the upper right hand of the window? The
one that has two dropdown menus (usually ³Subject² and ³contains²) and an
edit field? (I¹m assuming so since you¹re talking about an alternative
being the Find dialog.)

Yes, when I encounter the slowness problem, it involves the top upper right
find dialogue box which has the pull down menus of contains name, contains
company, category is, and project is.

Again, are you searching a Directory Service? You can tell if you¹re
searching a directory service via the quickfilter because the Folder List
will show an icon that doesn¹t look like the contact icon in front of the
Address Book [On My Computer] or the networked contact icon in front of
Exchange Contact folders.

I am searching my addressbook [on my computer]. I am not searching a
directory service. I currently am not running exchange and have never run
exchange. (We may do this in the future.).

How many contact items do you have? What is the criteria you¹re using to
search? How many contacts ultimately match that criteria?

I have 2500 contacts in my address book. It was working fine just a couple
of weeks ago. In fact when I search these contacts from within the mail
pane, I don¹t experience any delays. It is only when I switch to the
address book pane.

Again Nathan. I appreciate your help on this. I know I have given you a
ton of information, I hope this is helpful.



On 10/6/05 3:25 PM, in article BF6AC834.8112B%[email protected],

Answers inline.


On 10/6/05 10:18:33 AM, in article BF6AD4A9.1563%[email protected],

Nathan,
Thanks again for responding. You raise a couple of issues and I will
respond one issue at a time.

Microsoft Error Report (storing crash reports):
I really don¹t understand your directions for storing crash reports by
default. I just don¹t get what you would like me to do so that I can
store reports and then view them later.

Let me expand on this. There is a way to manually edit preference files to
add preferences to them. The best UI is to use the Property List Editor,
but that is only installed when you install Apple¹s developer tools.
Otherwise, you can edit the files (they¹re usually text files), but you
kind of have to know what you¹re doing. If you open
~/Library/Preferences/com.microsoft.error_reporting.plist in a text editor,
you should see XML text. Under the top level ³plist² tag and its child
³dict² tag should be a list of tags that alternate ³key² and then some
value type and value. If you add:

<key>WriteReportToThisFolder</key>
<string>/Users/username/Library/Logs/Microsoft Error Reporting</string>

before the trailing </dict></plist> and save the file (still as text), then
Microsoft Error Reporting will, if that folder exists, write crash reports
in there.

Microsoft Error Report (What buttons does it have?):
I have no buttons regarding MER. I don¹t get ³OK², ³more info², ³send²,
or ³don¹t send.² I get nothing. All I get is the report icon in the
dock. If I double click it, nothing happens except that my pull down
menus reflect that I am in the Error Report program.

Microsoft Error Reporting isn¹t put into the Dock by default. Someone has
added it manually. There¹s no reason to run it manually. It will
automatically run if there is a crash. You were saying it was running at
boot; was there a crash in some Office application that it was reporting,
or is MERP listed in your Login Items as something to launch when booting?
If it¹s the latter, you can safely remove it; there¹s no reason to launch
it at boot.

Searching Contacts (More info):
* When slowdown occurs, it is when I am in the Address book pane.
* If I am sending an email message and typing in contact names as a part
of my email message, it works in a normal fast fashion.
* I am not on Outlook exchange. However, we may go to exchange in the
near future.
* The slowdown does not occur in the mail or calendar pane. In fact, if I
am in the mail pain and use the pull down menu ³edit² and select ³find²
and select ³contacts² it works fine that way too. The slowdown only
occurs when I am inside the address book pane and when I have done a
search in this pane, and try to switch to another pane (When this happens,
address book tries to find all contacts before changing panes and this
causes a significant delay as it is listing all of the contacts before
switching to another pane.

Are you using the quickfilter in the upper right hand of the window? The
one that has two dropdown menus (usually ³Subject² and ³contains²) and an
edit field? (I¹m assuming so since you¹re talking about an alternative
being the Find dialog.) Again, are you searching a Directory Service? You
can tell if you¹re searching a directory service via the quickfilter
because the Folder List will show an icon that doesn¹t look like the
contact icon in front of the Address Book [On My Computer] or the networked
contact icon in front of Exchange Contact folders. How many contact items
do you have? What is the criteria you¹re using to search? How many contacts
ultimately match that criteria?

I hope this helps you figure out what is going on Nathan. I greatly
appreciate your help.

Mike

On 10/6/05 3:43 AM, in article
BF6A2396.80B58%[email protected], "Nathan Herring [MSFT]"

Ah. Microsoft Error Reporting does not store crash reports by default, so
you won¹t be able to see them just by launching it manually. You can get
it to store crash reports, but it requires a setting not available via
the preferences: add the key ³WriteReportToThisFolder² with a string
value that is a POSIX path to an existing folder to
~/Library/Preferences/com.microsoft.error_reporting.plist. I usually
create a folder in ~/Library/Logs named ³Microsoft Error Reporting² and
use that like Apple¹s CrashReporter¹s directory. (But then again, I can
debug my own logs. :)

When Microsoft Error Reporting popped up, what buttons did it have? Did
it only have an ³OK² button, or a ³More Information², ³Send² and ³Don¹t
Send²? There are some circumstances where it does not believe it can send
the report, and switches to the ³OK² mode, including if there¹s no
network access. In those cases, the above preference can help you view
those reports.

About searching for your contacts, I need some more information: Are you
searching contacts in the Address Book pane? Or in the address book area
of addressing a message? Or are you talking about the autocompletion
dropdown when you are typing in an e-mail address? Again, it also matters
whether you¹re talking about a Directory Service or regular Address Book
/ Exchange Contacts.

-nh

On 10/5/05 8:33:07 AM, in article BF696A73.1477%[email protected],

Thanks Nathan:

Yes, I have SP2 installed. When I go to the Microsoft Error Report, I
can¹t seem to find any text inside when I double click on it. It seems
to be hung up somehow. The slowness issue behaves like an indexing
problem. Yet, when I use the database utility, it says the database is
fine. Why I say that is I can now tell you when it hangs up precisely.
After I do a search of my contacts, and want to go to email, before I
can go to my email window, it needs to first find all of the contacts
and stays there for about 1 to 2 minutes until all contacts pop up.
Sometime in between finds it does the same, especially when I change my
find criteria from name to company name.

I cannot get a ³report² from the Microsoft Error Report, yet it pops up
at startup. (I have since disabled it since it constantly does it
without sending a an error report to anyone.) I usually find Office
documents in the trash under ³Recovered² folder. It always involves
Entourage files, but it sometimes also includes Word files as well.

Any help to resolve this is greatly appreciated. Mike Zeik


On 10/4/05 4:54 PM, in article
BF683A24.80684%[email protected], "Nathan Herring [MSFT]"
I¹m assuming by latest update you mean SP2, and your software versions are
11.2.0. Are you searching in the local address book or a Directory Service
account or something else?

Could you provide the Microsoft Error Report (click More Information, and
copy the text from there)?

-nh
 
M

Michael Zeik

Nathan:
Thanks again for your reply. In terms of Word. I don¹t experience crash
per se. However, what I notice is that whenever I quit word, it
always now says ³saving normal² for some reason. When I reboot the computer
the next time, there ALWAYS is a ³recovered files² folder in the trash with
word temp documents and email stuff. Although entourage is working great, I
haven¹t figured out why I am getting recovered folders in the trash at
startup each time.


Glad you were able to address your issues; sorry I hadn¹t responded earlier.
It sounds like there were database problems with the previous identity tha t
aren¹t happening after reimporting your data into a new identity

The crash in Word looks to be unrelated entirely; it looks like Word is
calling a system function which is crashing when calling into a QuickTime
Codec. What version of QuickTime do you have installed? Does the Word crash
happe n frequently (and in the same place)?

-nh

By the way, I solved my address book problem. Here is what I did:
* I exported my entourage file to a .rge file.
* I trashed my original main identities folder.
* I rebooted the computer and opened my rge file that I exported.
* I had to tinker somewhat, by creating new email accounts, moving old mail
folders, etc. But the bottom line is now my address book and entourage work
properly.

Thanks Nathan for your patience and help. I hope this helps you with future
issues related to Entourage. What got me thinking about this solution is
that I have two users on my computer. For one user, the Entourage files
worked fine, including address book. I therefore thought that the problem
had to be with my database and main identities files. I thought if I
thrashed them and started anew, it might somehow work. It did!




Nathan,
One more thing I thought you should know. I booted up my computer and only
fired up Entourage. I did a couple of searches within address book, sent
and received email, and then I quit and rebooted. Entourage was the only
program I had opened during that session. When I rebooted, for the first
time in a long time, there were no recovered files in my trash. FYI, this
doesn¹t mean that address book didn¹t crawl ‹ it did. But I didn¹t get a
recovered files folder in the trash when I only opened up Entourage and no
other programs. I don¹t know if this is helpful to you in finding a
solution for me. Thanks again for your assistance.


On 10/7/05 1:19 PM, in article BF6C266F.15C7%[email protected], "Michael

Nathan:
Thanks again for your persistence in helping me. Here are my responses to
yours.

MER (storing crash reports)
First, I do not know if this helps, but following your directory as to
where the crash report logs are, I am copying and pasting into this email
the contents of two logs: the console log and the Microsoft Word crash
Log. Here they are:

Console Log Contents:
Mac OS X Version 10.4.2 (Build 8C46)
2005-10-07 12:51:16 -0400
2005-10-07 12:51:20.713 SystemUIServer[202] lang is:en
Oct 7 12:51:37 Michael-Zeiks-Laptop configd[33]: AppleTalk shutdown
failed, status = 71 (retrying)
Oct 7 12:51:37 Michael-Zeiks-Laptop /usr/sbin/AppleFileServer:
AFPServer::AbnormalATListenerShutDown - clear listener
Oct 7 12:51:38 Michael-Zeiks-Laptop configd[33]: Error:
SecTrustedApplicationCreateFromPath() returns 100002

Microsoft Word Crash Log Contents:
**********

Host Name: Michael-Zeiks-Laptop
Date/Time: 2005-09-30 10:33:02.036 -0400
OS Version: 10.4.2 (Build 8C46)
Report Version: 3

Command: Microsoft Word
Path: /Applications/Microsoft Office 2004/Microsoft Word
Parent: WindowServer [63]

Version: 11.2.0 (11.2.0 (050714), © 2004 Microsoft Corporation. All
rights reserved.)

PID: 334
Thread: 0

Exception: EXC_BAD_INSTRUCTION (0x0002)
Code[0]: 0x00000002
Code[1]: 0x07000200


Thread 0 Crashed:
0 ...pple.AppleIntermediateCodec 0x07000200
ZN11iDecodeTile8decode_eEPhS0_S0_S0_iiiii.eh + 15508
1 com.apple.CoreFoundation 0x9075ed10 __CFRunLoopDoTimer + 184
2 com.apple.CoreFoundation 0x9074b688 __CFRunLoopRun + 1680
3 com.apple.CoreFoundation 0x9074ac3c CFRunLoopRunSpecific +
268
4 com.apple.HIToolbox 0x93129ac0
RunCurrentEventLoopInMode + 264
5 com.apple.HIToolbox 0x93129154 ReceiveNextEventCommon +
380
6 com.apple.HIToolbox 0x9322e620 ReceiveNextEventInMode +
72
7 MCPZ.stb 0x005934c0 0x561220 + 205472
8 Microsoft Word 0x020f390c 0x2008000 + 964876
9 Microsoft Word 0x020205fc 0x2008000 + 99836
10 Microsoft_Office_2001Z 0x01023454 0x1008000 + 111700
11 Microsoft Word 0x02020078 0x2008000 + 98424

<snipped for brevity¹s sake>



Microsoft Error Report (What Buttons Does It Have):
During the last several reboots of my computer, the MER does not show up in
my dock. Originally, it was showing up (not because I put the application
in the dock, or not because I had it in my ³startup item², but because at
startup it was simply running (I guess trying to send an error report that
never seemed to go out. In my emails, I told you about this so you could
understand that when I started having serious slowdowns with my address
book function in Entourage, Microsoft¹s error reporting mechanism began to
function because it knew that something wasn¹t working right with, my
guess, Entourage. Having said that, the MER has not booted up during the
past two boots. Yet, each time when I restart the computer, I still find
³recovered files² in my trash. Keep in mind, I always empty the trash
before reboot, so this recovered files are new. In this case, it appears
that all of these files are related to emailing, since even though some are
word documents, the ones I can see relate to documents I had emailed during
my last computer session.

Entourage Questions:

Below are your questions and my inline responses to each:


Are you using the quickfilter in the upper right hand of the window? The
one that has two dropdown menus (usually ³Subject² and ³contains²) and an
edit field? (I¹m assuming so since you¹re talking about an alternative
being the Find dialog.)

Yes, when I encounter the slowness problem, it involves the top upper
right find dialogue box which has the pull down menus of contains name,
contains company, category is, and project is.

Again, are you searching a Directory Service? You can tell if you¹re
searching a directory service via the quickfilter because the Folder List
will show an icon that doesn¹t look like the contact icon in front of the
Address Book [On My Computer] or the networked contact icon in front of
Exchange Contact folders.

I am searching my addressbook [on my computer]. I am not searching a
directory service. I currently am not running exchange and have never run
exchange. (We may do this in the future.).

How many contact items do you have? What is the criteria you¹re using to
search? How many contacts ultimately match that criteria?

I have 2500 contacts in my address book. It was working fine just a
couple of weeks ago. In fact when I search these contacts from within the
mail pane, I don¹t experience any delays. It is only when I switch to the
address book pane.

Again Nathan. I appreciate your help on this. I know I have given you a
ton of information, I hope this is helpful.



On 10/6/05 3:25 PM, in article BF6AC834.8112B%[email protected],

Answers inline.


On 10/6/05 10:18:33 AM, in article BF6AD4A9.1563%[email protected],

Nathan,
Thanks again for responding. You raise a couple of issues and I will
respond one issue at a time.

Microsoft Error Report (storing crash reports):
I really don¹t understand your directions for storing crash reports by
default. I just don¹t get what you would like me to do so that I can
store reports and then view them later.

Let me expand on this. There is a way to manually edit preference files to
add preferences to them. The best UI is to use the Property List Editor,
but that is only installed when you install Apple¹s developer tools.
Otherwise, you can edit the files (they¹re usually text files), but you
kind of have to know what you¹re doing. If you open
~/Library/Preferences/com.microsoft.error_reporting.plist in a text
editor, you should see XML text. Under the top level ³plist² tag and its
child ³dict² tag should be a list of tags that alternate ³key² and then
some value type and value. If you add:

<key>WriteReportToThisFolder</key>
<string>/Users/username/Library/Logs/Microsoft Error
Reporting</string>

before the trailing </dict></plist> and save the file (still as text),
then Microsoft Error Reporting will, if that folder exists, write crash
reports in there.

Microsoft Error Report (What buttons does it have?):
I have no buttons regarding MER. I don¹t get ³OK², ³more info², ³send²,
or ³don¹t send.² I get nothing. All I get is the report icon in the
dock. If I double click it, nothing happens except that my pull down
menus reflect that I am in the Error Report program.

Microsoft Error Reporting isn¹t put into the Dock by default. Someone has
added it manually. There¹s no reason to run it manually. It will
automatically run if there is a crash. You were saying it was running at
boot; was there a crash in some Office application that it was reporting,
or is MERP listed in your Login Items as something to launch when booting?
If it¹s the latter, you can safely remove it; there¹s no reason to launch
it at boot.

Searching Contacts (More info):
* When slowdown occurs, it is when I am in the Address book pane.
* If I am sending an email message and typing in contact names as a part
of my email message, it works in a normal fast fashion.
* I am not on Outlook exchange. However, we may go to exchange in the
near future.
* The slowdown does not occur in the mail or calendar pane. In fact, if
I am in the mail pain and use the pull down menu ³edit² and select ³find²
and select ³contacts² it works fine that way too. The slowdown only
occurs when I am inside the address book pane and when I have done a
search in this pane, and try to switch to another pane (When this
happens, address book tries to find all contacts before changing panes
and this causes a significant delay as it is listing all of the contacts
before switching to another pane.

Are you using the quickfilter in the upper right hand of the window? The
one that has two dropdown menus (usually ³Subject² and ³contains²) and an
edit field? (I¹m assuming so since you¹re talking about an alternative
being the Find dialog.) Again, are you searching a Directory Service? You
can tell if you¹re searching a directory service via the quickfilter
because the Folder List will show an icon that doesn¹t look like the
contact icon in front of the Address Book [On My Computer] or the
networked contact icon in front of Exchange Contact folders. How many
contact items do you have? What is the criteria you¹re using to search?
How many contacts ultimately match that criteria?

I hope this helps you figure out what is going on Nathan. I greatly
appreciate your help.

Mike

On 10/6/05 3:43 AM, in article
BF6A2396.80B58%[email protected], "Nathan Herring [MSFT]"

Ah. Microsoft Error Reporting does not store crash reports by default,
so you won¹t be able to see them just by launching it manually. You can
get it to store crash reports, but it requires a setting not available
via the preferences: add the key ³WriteReportToThisFolder² with a string
value that is a POSIX path to an existing folder to
~/Library/Preferences/com.microsoft.error_reporting.plist. I usually
create a folder in ~/Library/Logs named ³Microsoft Error Reporting² and
use that like Apple¹s CrashReporter¹s directory. (But then again, I can
debug my own logs. :)

When Microsoft Error Reporting popped up, what buttons did it have? Did
it only have an ³OK² button, or a ³More Information², ³Send² and ³Don¹t
Send²? There are some circumstances where it does not believe it can
send the report, and switches to the ³OK² mode, including if there¹s no
network access. In those cases, the above preference can help you view
those reports.

About searching for your contacts, I need some more information: Are you
searching contacts in the Address Book pane? Or in the address book area
of addressing a message? Or are you talking about the autocompletion
dropdown when you are typing in an e-mail address? Again, it also
matters whether you¹re talking about a Directory Service or regular
Address Book / Exchange Contacts.

-nh

On 10/5/05 8:33:07 AM, in article BF696A73.1477%[email protected],
Thanks Nathan:

Yes, I have SP2 installed. When I go to the Microsoft Error Report, I can¹t
seem to find any text inside when I double click on it. It seems to be hung
up somehow. The slowness issue behaves like an indexing problem. Yet, when
I use the database utility, it says the database is fine. Why I say that is
I can now tell you when it hangs up precisely. After I do a search of my
contacts, and want to go to email, before I can go to my email window, it
needs to first find all of the contacts and stays there for about 1 to 2
minutes until all contacts pop up. Sometime in between finds it does the
same, especially when I change my find criteria from name to company name.

I cannot get a ³report² from the Microsoft Error Report, yet it pops up at
startup. (I have since disabled it since it constantly does it without
sending a an error report to anyone.) I usually find Office documents in
the trash under ³Recovered² folder. It always involves Entourage files, but
it sometimes also includes Word files as well.

Any help to resolve this is greatly appreciated. Mike Zeik
 
M

Michael Zeik

Nathan, I forgot to answer your other question about Quicktime. I have
version 7.03 ­ the latest version I believe. What is interesting is that
even if I don¹t open up quicktime, I still get the ³recovered files² folder
in the trash at start up when I reboot and this folder always Word temp
files in it. So although you tell me the crash report says it crashes when
calling up quicktime, I am not actually running quicktime during each of my
computer sessions. On the other hand, I usually run word and entourage
whenever I use my computer. I don¹t know if this additional information
helps you.


Glad you were able to address your issues; sorry I hadn¹t responded earlier.
It sounds like there were database problems with the previous identity tha t
aren¹t happening after reimporting your data into a new identity

The crash in Word looks to be unrelated entirely; it looks like Word is
calling a system function which is crashing when calling into a QuickTime
Codec. What version of QuickTime do you have installed? Does the Word crash
happe n frequently (and in the same place)?

-nh

By the way, I solved my address book problem. Here is what I did:
* I exported my entourage file to a .rge file.
* I trashed my original main identities folder.
* I rebooted the computer and opened my rge file that I exported.
* I had to tinker somewhat, by creating new email accounts, moving old mail
folders, etc. But the bottom line is now my address book and entourage work
properly.

Thanks Nathan for your patience and help. I hope this helps you with future
issues related to Entourage. What got me thinking about this solution is
that I have two users on my computer. For one user, the Entourage files
worked fine, including address book. I therefore thought that the problem
had to be with my database and main identities files. I thought if I
thrashed them and started anew, it might somehow work. It did!




Nathan,
One more thing I thought you should know. I booted up my computer and only
fired up Entourage. I did a couple of searches within address book, sent
and received email, and then I quit and rebooted. Entourage was the only
program I had opened during that session. When I rebooted, for the first
time in a long time, there were no recovered files in my trash. FYI, this
doesn¹t mean that address book didn¹t crawl ‹ it did. But I didn¹t get a
recovered files folder in the trash when I only opened up Entourage and no
other programs. I don¹t know if this is helpful to you in finding a
solution for me. Thanks again for your assistance.


On 10/7/05 1:19 PM, in article BF6C266F.15C7%[email protected], "Michael

Nathan:
Thanks again for your persistence in helping me. Here are my responses to
yours.

MER (storing crash reports)
First, I do not know if this helps, but following your directory as to
where the crash report logs are, I am copying and pasting into this email
the contents of two logs: the console log and the Microsoft Word crash
Log. Here they are:

Console Log Contents:
Mac OS X Version 10.4.2 (Build 8C46)
2005-10-07 12:51:16 -0400
2005-10-07 12:51:20.713 SystemUIServer[202] lang is:en
Oct 7 12:51:37 Michael-Zeiks-Laptop configd[33]: AppleTalk shutdown
failed, status = 71 (retrying)
Oct 7 12:51:37 Michael-Zeiks-Laptop /usr/sbin/AppleFileServer:
AFPServer::AbnormalATListenerShutDown - clear listener
Oct 7 12:51:38 Michael-Zeiks-Laptop configd[33]: Error:
SecTrustedApplicationCreateFromPath() returns 100002

Microsoft Word Crash Log Contents:
**********

Host Name: Michael-Zeiks-Laptop
Date/Time: 2005-09-30 10:33:02.036 -0400
OS Version: 10.4.2 (Build 8C46)
Report Version: 3

Command: Microsoft Word
Path: /Applications/Microsoft Office 2004/Microsoft Word
Parent: WindowServer [63]

Version: 11.2.0 (11.2.0 (050714), © 2004 Microsoft Corporation. All
rights reserved.)

PID: 334
Thread: 0

Exception: EXC_BAD_INSTRUCTION (0x0002)
Code[0]: 0x00000002
Code[1]: 0x07000200


Thread 0 Crashed:
0 ...pple.AppleIntermediateCodec 0x07000200
ZN11iDecodeTile8decode_eEPhS0_S0_S0_iiiii.eh + 15508
1 com.apple.CoreFoundation 0x9075ed10 __CFRunLoopDoTimer + 184
2 com.apple.CoreFoundation 0x9074b688 __CFRunLoopRun + 1680
3 com.apple.CoreFoundation 0x9074ac3c CFRunLoopRunSpecific +
268
4 com.apple.HIToolbox 0x93129ac0
RunCurrentEventLoopInMode + 264
5 com.apple.HIToolbox 0x93129154 ReceiveNextEventCommon +
380
6 com.apple.HIToolbox 0x9322e620 ReceiveNextEventInMode +
72
7 MCPZ.stb 0x005934c0 0x561220 + 205472
8 Microsoft Word 0x020f390c 0x2008000 + 964876
9 Microsoft Word 0x020205fc 0x2008000 + 99836
10 Microsoft_Office_2001Z 0x01023454 0x1008000 + 111700
11 Microsoft Word 0x02020078 0x2008000 + 98424

<snipped for brevity¹s sake>



Microsoft Error Report (What Buttons Does It Have):
During the last several reboots of my computer, the MER does not show up in
my dock. Originally, it was showing up (not because I put the application
in the dock, or not because I had it in my ³startup item², but because at
startup it was simply running (I guess trying to send an error report that
never seemed to go out. In my emails, I told you about this so you could
understand that when I started having serious slowdowns with my address
book function in Entourage, Microsoft¹s error reporting mechanism began to
function because it knew that something wasn¹t working right with, my
guess, Entourage. Having said that, the MER has not booted up during the
past two boots. Yet, each time when I restart the computer, I still find
³recovered files² in my trash. Keep in mind, I always empty the trash
before reboot, so this recovered files are new. In this case, it appears
that all of these files are related to emailing, since even though some are
word documents, the ones I can see relate to documents I had emailed during
my last computer session.

Entourage Questions:

Below are your questions and my inline responses to each:


Are you using the quickfilter in the upper right hand of the window? The
one that has two dropdown menus (usually ³Subject² and ³contains²) and an
edit field? (I¹m assuming so since you¹re talking about an alternative
being the Find dialog.)

Yes, when I encounter the slowness problem, it involves the top upper
right find dialogue box which has the pull down menus of contains name,
contains company, category is, and project is.

Again, are you searching a Directory Service? You can tell if you¹re
searching a directory service via the quickfilter because the Folder List
will show an icon that doesn¹t look like the contact icon in front of the
Address Book [On My Computer] or the networked contact icon in front of
Exchange Contact folders.

I am searching my addressbook [on my computer]. I am not searching a
directory service. I currently am not running exchange and have never run
exchange. (We may do this in the future.).

How many contact items do you have? What is the criteria you¹re using to
search? How many contacts ultimately match that criteria?

I have 2500 contacts in my address book. It was working fine just a
couple of weeks ago. In fact when I search these contacts from within the
mail pane, I don¹t experience any delays. It is only when I switch to the
address book pane.

Again Nathan. I appreciate your help on this. I know I have given you a
ton of information, I hope this is helpful.



On 10/6/05 3:25 PM, in article BF6AC834.8112B%[email protected],

Answers inline.


On 10/6/05 10:18:33 AM, in article BF6AD4A9.1563%[email protected],

Nathan,
Thanks again for responding. You raise a couple of issues and I will
respond one issue at a time.

Microsoft Error Report (storing crash reports):
I really don¹t understand your directions for storing crash reports by
default. I just don¹t get what you would like me to do so that I can
store reports and then view them later.

Let me expand on this. There is a way to manually edit preference files to
add preferences to them. The best UI is to use the Property List Editor,
but that is only installed when you install Apple¹s developer tools.
Otherwise, you can edit the files (they¹re usually text files), but you
kind of have to know what you¹re doing. If you open
~/Library/Preferences/com.microsoft.error_reporting.plist in a text
editor, you should see XML text. Under the top level ³plist² tag and its
child ³dict² tag should be a list of tags that alternate ³key² and then
some value type and value. If you add:

<key>WriteReportToThisFolder</key>
<string>/Users/username/Library/Logs/Microsoft Error
Reporting</string>

before the trailing </dict></plist> and save the file (still as text),
then Microsoft Error Reporting will, if that folder exists, write crash
reports in there.

Microsoft Error Report (What buttons does it have?):
I have no buttons regarding MER. I don¹t get ³OK², ³more info², ³send²,
or ³don¹t send.² I get nothing. All I get is the report icon in the
dock. If I double click it, nothing happens except that my pull down
menus reflect that I am in the Error Report program.

Microsoft Error Reporting isn¹t put into the Dock by default. Someone has
added it manually. There¹s no reason to run it manually. It will
automatically run if there is a crash. You were saying it was running at
boot; was there a crash in some Office application that it was reporting,
or is MERP listed in your Login Items as something to launch when booting?
If it¹s the latter, you can safely remove it; there¹s no reason to launch
it at boot.

Searching Contacts (More info):
* When slowdown occurs, it is when I am in the Address book pane.
* If I am sending an email message and typing in contact names as a part
of my email message, it works in a normal fast fashion.
* I am not on Outlook exchange. However, we may go to exchange in the
near future.
* The slowdown does not occur in the mail or calendar pane. In fact, if
I am in the mail pain and use the pull down menu ³edit² and select ³find²
and select ³contacts² it works fine that way too. The slowdown only
occurs when I am inside the address book pane and when I have done a
search in this pane, and try to switch to another pane (When this
happens, address book tries to find all contacts before changing panes
and this causes a significant delay as it is listing all of the contacts
before switching to another pane.

Are you using the quickfilter in the upper right hand of the window? The
one that has two dropdown menus (usually ³Subject² and ³contains²) and an
edit field? (I¹m assuming so since you¹re talking about an alternative
being the Find dialog.) Again, are you searching a Directory Service? You
can tell if you¹re searching a directory service via the quickfilter
because the Folder List will show an icon that doesn¹t look like the
contact icon in front of the Address Book [On My Computer] or the
networked contact icon in front of Exchange Contact folders. How many
contact items do you have? What is the criteria you¹re using to search?
How many contacts ultimately match that criteria?

I hope this helps you figure out what is going on Nathan. I greatly
appreciate your help.

Mike

On 10/6/05 3:43 AM, in article
BF6A2396.80B58%[email protected], "Nathan Herring [MSFT]"

Ah. Microsoft Error Reporting does not store crash reports by default,
so you won¹t be able to see them just by launching it manually. You can
get it to store crash reports, but it requires a setting not available
via the preferences: add the key ³WriteReportToThisFolder² with a string
value that is a POSIX path to an existing folder to
~/Library/Preferences/com.microsoft.error_reporting.plist. I usually
create a folder in ~/Library/Logs named ³Microsoft Error Reporting² and
use that like Apple¹s CrashReporter¹s directory. (But then again, I can
debug my own logs. :)

When Microsoft Error Reporting popped up, what buttons did it have? Did
it only have an ³OK² button, or a ³More Information², ³Send² and ³Don¹t
Send²? There are some circumstances where it does not believe it can
send the report, and switches to the ³OK² mode, including if there¹s no
network access. In those cases, the above preference can help you view
those reports.

About searching for your contacts, I need some more information: Are you
searching contacts in the Address Book pane? Or in the address book area
of addressing a message? Or are you talking about the autocompletion
dropdown when you are typing in an e-mail address? Again, it also
matters whether you¹re talking about a Directory Service or regular
Address Book / Exchange Contacts.

-nh

On 10/5/05 8:33:07 AM, in article BF696A73.1477%[email protected],
Thanks Nathan:

Yes, I have SP2 installed. When I go to the Microsoft Error Report, I can¹t
seem to find any text inside when I double click on it. It seems to be hung
up somehow. The slowness issue behaves like an indexing problem. Yet, when
I use the database utility, it says the database is fine. Why I say that is
I can now tell you when it hangs up precisely. After I do a search of my
contacts, and want to go to email, before I can go to my email window, it
needs to first find all of the contacts and stays there for about 1 to 2
minutes until all contacts pop up. Sometime in between finds it does the
same, especially when I change my find criteria from name to company name.

I cannot get a ³report² from the Microsoft Error Report, yet it pops up at
startup. (I have since disabled it since it constantly does it without
sending a an error report to anyone.) I usually find Office documents in
the trash under ³Recovered² folder. It always involves Entourage files, but
it sometimes also includes Word files as well.

Any help to resolve this is greatly appreciated. Mike Zeik
 
Top