• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Guard Malloc Crash in AEProcessAppleEvent on 10.5
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Guard Malloc Crash in AEProcessAppleEvent on 10.5


  • Subject: Guard Malloc Crash in AEProcessAppleEvent on 10.5
  • From: email@hidden
  • Date: Tue, 29 Jul 2008 19:13:12 -0600

I'm attempting to debug an issue in our app using Guard Malloc, but I'm getting a bad access exception on that start of the app when it receives the gdut apple event to force the loading of the scripting additions. I have removed all of the scripting additions except for the ones in the system and I still get this error. We don't do anything with the Apple event other than turn around and pass it to AEProcessAppleEvent. I'm wondering if anyone else has seen something similar to this issue?

OS Version:      Mac OS X 10.5.4 (9E17)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x00000000dc1c1ef0
Crashed Thread:  0

Thread 0 Crashed:
0 com.apple.LaunchServices 0x971f7a21 _LSCopyInfoForNode + 561
1 com.apple.LaunchServices 0x97212d9e LSCopyItemInfoForRef + 106
2 com.apple.openscripting 0x9471dd82 IterateFolder(FSRef const*, AEDesc*, short) + 144
3 com.apple.openscripting 0x9471e2f6 HandleGDUT(AEDesc const*, AEDesc*, long) + 302
4 com.apple.AE 0x90e89c74 _fixupAppleEventHandler(AEDesc const*, AEDesc*, long) + 220
5 com.apple.AE 0x90e7b648 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 144
6 com.apple.AE 0x90e7b57e dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
7 com.apple.AE 0x90e7b425 aeProcessAppleEvent + 177
8 com.apple.HIToolbox 0x9489c47d AEProcessAppleEvent + 38
9 StrataPlus 0x096c966f TDispatcher::HandleHighLevelEvent(TToolboxEvent*) + 53
10 StrataPlus 0x096c9616 TDispatcher::DoToolboxEvent(TToolboxEvent*) + 438
...


Thread 0 crashed with X86 Thread State (32-bit):
 eax: 0xbffff018  ebx: 0x971f77fb  ecx: 0xbfffd460  edx: 0xbfffd470
 edi: 0xdc1c1ef0  esi: 0x00000002  ebp: 0xbfffe628  esp: 0xbfffd500
  ss: 0x0000001f  efl: 0x00010206  eip: 0x971f7a21   cs: 0x00000017
  ds: 0x0000001f   es: 0x0000001f   fs: 0x00000000   gs: 0x00000037
 cr2: 0xdc1c1ef0

_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Follow-Ups:
    • Re: Guard Malloc Crash in AEProcessAppleEvent on 10.5
      • From: "Sean McBride" <email@hidden>
  • Prev by Date: IB 3.1 breaks NSCollectionView bindings?
  • Next by Date: Re: IB 3.1 breaks NSCollectionView bindings?
  • Previous by thread: Re: IB 3.1 breaks NSCollectionView bindings?
  • Next by thread: Re: Guard Malloc Crash in AEProcessAppleEvent on 10.5
  • Index(es):
    • Date
    • Thread