Apps crash on close

awurst

Registered
I have a strange problem on my Ti running 10.1.5 that doesn't seem to be hurting anything but is driving me crazy. When I close OS X Mail, IE, Word and Excel I usually get the "The application xxxxxxxx has unexpectedly quit" message. The message is displayed at the very end of the close cycle. Now this message is not displayed every time I open and close the application?? If I just open and close a given app I could do it all day and not get the error. Something is causing it after the applications are open for a while and I been working in them. There is a crash log generated but I can’t make heads or tails out of what is in it. The below are the first few lines of the crash with something about the ContextualMenuPlugin being void??: Any suggestions or help anyone can give me on this would be greatly appreciated!!

Thanks,
Al

****
Date/Time: 2002-07-30 23:17:52 -0400
OS Version: 10.1.5 (Build 5S66)

Command: Mail
PID: 1546

Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x025f09c8

Thread 0:
#0 0x025f09c8 in 0x25f09c8
#1 0x025f09c8 in 0x25f09c8
#2 0x025f0408 in 0x25f0408
#3 0x732f257c in TContextualMenuPlugin::~TContextualMenuPlugin(void)
#4 0x732a0bb0 in TContextualMenuPluginList::ReleasePlugins(void)
#5 0x732f2924 in TContextualMenuPluginList::~TContextualMenuPluginList(void)
#6 0x7333b878 in __static_initialization_and_destruction_0
#7 0x411159b8 in _dyld_mod_term_funcs
#8 0x70005234 in exit
#9 0x70c36a90 in -[NSApplication terminate:]
#10 0x70833b28 in -[NSObject performSelector:withObject:]
#11 0x70c94698 in -[NSApplication sendAction:to:from:]
#12 0x70bf9d7c in -[NSMenu performActionForItemAtIndex:]
#13 0x70c1d638 in -[NSCarbonMenuImpl performActionWithHighlightingForItemAtIndex:]
#14 0x70c7c3c4 in -[NSMenu performKeyEquivalent:]
#15 0x70b943a4 in -[NSApplication sendEvent:]
#16 0x70c23488 in -[NSApplication run]
#17 0x70c91ed0 in NSApplicationMain
#18 0x0000426c in 0x426c
#19 0x00003ee4 in 0x3ee4
#20 0x00003d14 in 0x3d14
 
Originally posted by awurst


Exception: EXC_BAD_ACCESS (0x0001)
Codes: KERN_INVALID_ADDRESS (0x0001) at 0x025f09c8


This means that the program accessed memory that wasn't it's own, or that didn't exist.

The void part in brackets shows that the methods (such as TContextualMenuPlugin) aren't taking any arguments.

I don't know why you would be getting this error more than normal, but it doesn't hurt your computer. You might get corrupted preference files if the crash of the program happens during a write of the file though.
 
Any clues as to why this would be happening? It really is driving me crazy and I have been trying to tack this down.

Thanks

Al
 
Back
Top