For some people my app hangs at launch when set to launch at login.

Download it if you want to try for your self.  It doesn't hang for
everyone.  http://get.cocoatech.com/PathFinderSL5.dmg

I'm using the latest version as far as I know.

        <key>CFBundleShortVersionString</key>
        <string>1.2</string>
        <key>CFBundleSignature</key>
        <string>GRRR</string>
        <key>CFBundleVersion</key>
        <string>1.2</string>

I downloaded it a few weeks ago.

Here's my plist

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://
www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>TicketVersion</key>
        <integer>1</integer>
        <key>AllNotifications</key>
        <array>
                <string>Expand Completed</string>
                <string>Compress Completed</string>
        </array>
        <key>DefaultNotifications</key>
        <array>
                <string>Expand Completed</string>
                <string>Compress Completed</string>
        </array>
</dict>
</plist>

Any ideas?

I would avoid using AppleEvents if possible.  Not thread safe, has
memory leaks and other problems.

-steve

Sampling process 802 for 1 seconds with 1 millisecond of run time
between samples
Sampling completed, processing symbols...
Analysis of sampling Path Finder (pid 802) every 1 millisecond
Call graph:
    791 Thread_1915   DispatchQueue_1: com.apple.main-thread  (serial)
      791 0x142a5
        791 0x14334
          791 NSApplicationMain
            791 -[NSApplication run]
              791 -[NSApplication
nextEventMatchingMask:untilDate:inMode:dequeue:]
                791 _DPSNextEvent
                  791 BlockUntilNextEventMatchingListInMode
                    791 ReceiveNextEventCommon
                      791 RunCurrentEventLoopInMode
                        791 CFRunLoopRunInMode
                          791 CFRunLoopRunSpecific
                            791 __CFRunLoopRun
                              791 __NSFireDelayedPerform
                                791 0x17e4e5
                                  791 +[GrowlApplicationBridge
setGrowlDelegate:]
                                    791 +[GrowlApplicationBridge
_launchGrowlIfInstalledWithRegistrationDictionary:]
                                      791 AESendMessage
                                        791 sendToModernProcess
(__CFMachPort*, unsigned long, AEDesc const*, long)
                                          568 mach_msg
                                            568 mach_msg_trap
                                          223 usleep$UNIX2003
                                            223 nanosleep$UNIX2003
                                              222 __semwait_signal
                                              1 __spin_lock
    791 Thread_1921   DispatchQueue_2: com.apple.libdispatch-manager
(serial)
      791 start_wqthread
        791 _pthread_wqthread
          791 _dispatch_worker_thread2
            791 _dispatch_queue_invoke
              791 _dispatch_mgr_invoke
                791 kevent
    791 Thread_1933
      791 thread_start
        791 _pthread_start
          791 __CFSocketManager
            791 select$DARWIN_EXTSN
    791 Thread_1965
      791 thread_start
        791 _pthread_start
          791 startIOThread(void*)
            791 CVDisplayLink::runIOThread()
              791 pthread_cond_wait$UNIX2003
                791 _pthread_cond_wait
                  791 __semwait_signal

Total number in stack (recursive counted multiple, when >=5):

Sort by top of stack, same collapsed (when >= 5):
        __semwait_signal        1013
        kevent        791
        select$DARWIN_EXTSN        791
        mach_msg_trap        568
Sample analysis of process 802 written to file /dev/stdout

-- 
You received this message because you are subscribed to the Google Groups 
"Growl Discuss" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/growldiscuss?hl=en.

Reply via email to