Skip navigation.
 
mlRe: Weird console messages
FROM : Rudi Sherry
DATE : Mon Apr 11 21:38:23 2005

I don't recognize those messages; when I get console messages I don't
understand I run my app under gdb and put breakpoints in all the
various printf routines and check the stack when the breakpoints
trigger.  I usually also break at NSLog but those messages don't have
timestamps so I don't think it's NSLog.


On Apr 2, 2005, at 12:28 AM, Jesus De Meyer wrote:

> Hi,
>
> I don't know if this is specific to my app, it probably is, but when I
> launch it I can read these messages in the Console.app:
>
> overrun: 392 frames  factor: 0.990099  queue factor: 0.990104
> overrun: 512 frames  factor: 0.990099  queue factor: 0.990103
> ...
> underrun: ask: 512  queued: 120  provided: 0
> underrun: ask: 512  queued: 120  provided: 0
> underrun: ask: 512  queued: 120  provided: 0
> ...
>
> Does anybody know what this is all about? Is it because I use too many
> NSTimers?
>
> Thanks in advance,
>
> Jesus
>
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Cocoa-dev mailing list      (<email_removed>)
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/<email_removed>
>
> This email sent to <email_removed>
>

Related mailsAuthorDate
mlWeird console messages Jesus De Meyer Apr 2, 10:28
mlRe: Weird console messages Rudi Sherry Apr 11, 21:38
mlRe: Weird console messages Darkshadow Apr 11, 22:29