• 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
Chatter from debug frameworks
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Chatter from debug frameworks


  • Subject: Chatter from debug frameworks
  • From: Paul Sargent <email@hidden>
  • Date: Sun, 12 Dec 2004 11:14:56 +0000

After read Apples Technote on debugging techniques I decided I'd follow some of the advise and link to the debug frameworks as standard while developing. Some wierd things sarted happening, and I wondered if this was normal. Firstly I get 3 assert at the start of day, before any of my code has executed.

DebugAssert: ATS: Using old glyphs cache path[line 183, file Glyphs/ATSGlyph.c]
DebugAssert: Third Party Client: sClientMessageProc == nil CoreDockRegisterClient_AlreadyRegistered [line 156, file CoreDocServices.subproj/DockClient.c]
DebugAssert: HIToolbox: _AXUIElementRegisterServerWithRunLoop( &sCarbonAccessibilityCallbacks, NULL, NULL ) == 0 [-25204] [line 253, file Accessibility/Accessibility.cp]


I can continue past these, but I was wondering if there was something I could do to shut them up. (...or if something is really wrong)

Also I get a lot of chatter from the exception handlers telling me that they're already running. This appears to happen the first time I click something in the UI.

Any similar experiences. (10.3.6, Xcode 1.5) ?

Paul

vvvvvvvv GDB Log vvvvvvvvvv

run
[Switching to process 2041 local thread 0xd03]
malloc[2041]: protecting edges
malloc[2041]: recording stacks using standard recorder
malloc[2041]: enabling scribbling to detect mods to free blocks
Running…
malloc[2041]: protecting edges
malloc[2041]: recording stacks using standard recorder
malloc[2041]: enabling scribbling to detect mods to free blocks
2004-12-12 11:06:06.709 Imaging Profile Tool[2041] CFLog (0): Assertions enabled
DebugAssert: ATS: Using old glyphs cache path[line 183, file Glyphs/ATSGlyph.c]
(gdb) c
Current language: auto; currently c
DebugAssert: Third Party Client: sClientMessageProc == nil CoreDockRegisterClient_AlreadyRegistered [line 156, file CoreDocServices.subproj/DockClient.c]
(gdb) c
DebugAssert: HIToolbox: _AXUIElementRegisterServerWithRunLoop( &sCarbonAccessibilityCallbacks, NULL, NULL ) == 0 [-25204] [line 253, file Accessibility/Accessibility.cp]
(gdb) c
InstallExceptionHandler: starting server
InstallExceptionHandler: installing exception catchers for all ThreadMgr threads
InstallExceptionHandler: setting up catcher for a thread
TSInstallExceptionCatcher: about to look for thread in catcher list
TSInstallExceptionCatcher: starting up listener
_XCPT_listener_install: about to allocate port set
_XCPT_listener_install: about to create thread
TS_exception_listener_thread: about to enter run loop
TS_exception_listener_thread: about to receive
_XCPT_catcher_establish: about to allocate port
_XCPT_catcher_establish: about to rename port
_XCPT_catcher_establish: about to make send rights for port
_XCPT_catcher_establish: about to add port to port set
_XCPT_catcher_establish: about to set exception ports
InstallExceptionHandler: we successfully installed the server
InstallExceptionHandler: server already running
[...repeated 100 or so times...]
InstallExceptionHandler: server already running
(gdb) _______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden
  • Follow-Ups:
    • Re: Chatter from debug frameworks
      • From: Steven Kramer <email@hidden>
  • Prev by Date: Re: Seeking advice on NSLock usage
  • Next by Date: Cocoa Bindings and Java
  • Previous by thread: Sound in TextView
  • Next by thread: Re: Chatter from debug frameworks
  • Index(es):
    • Date
    • Thread