When Lotus Notes crashes, it usually also creates a crash log. Much like the tapes from the black box of an airplane, the crash log can yield veluable information, provided you can read it. The crash logs are named in a very specific way, such as nsd_W32I_XP-UNME_2009_03_11@08_35_17.log, easily allowing us to find the log we need.
The problem is that the logs are, mildly put, overfilled with information, logging all of the files Notes uses, the processes running at the time of the crash and so on. These files are raw text data, containing some 30000+ lines of information, taking up roughly 2MB of space.
For years, Notes consultants have clamored for a tool to ease the reading of these files; and IBM has seen fit to acquiesce; they have published the Lotus Notes Diagnostic Tool.
The Lotus Notes Diagnostic Tool, found here, analyses the file, and tells you what you need to know, along with links to knowledge base articles. You still have to decide upon a plan of action yourself, but at least now you don’t have to search some 30000+ lines of error logs to find what the error was…
Tag: nsd
-
Decrypting Lotus Notes’ NSD crash logs.
-
Notes crashes when you delete a folder using the delete key
I’ve been having a problem lately while doing some housekeeping in my mail file; Notes would crash whenever I’d delete a folder using the delete key instead of right-clicking the folder and selecting “Remove Folder”. Each crash would result in a 2MB-sized crash log.
I shipped the crash log off to one of our senior Notes consultants, who returned the following extract to me:
############################################################
### thread 1/19: [ NLNOTES: 0b88: 01d8] FATAL THREAD (Panic)
### FP=0013c74c, PC=7c90eb94, SP=0013c6e8
### stkbase=00140000, total stksize=212992, used stksize=14616
### EAX=0x02d40000, EBX=0x00000000, ECX=0x00001000, EDX=0x7c90eb94
### ESI=0x000004a0, EDI=0x00000000, CS=0x0000001b, SS=0x00000023
### DS=0x00000023, ES=0x00000023, FS=0x0000003b, GS=0x00000000 Flags=0x00000297
############################################################
What this extract is telling us, is that NLNOTES.EXE is encountering a fatal error. The solution? Reinstall Lotus Notes.