Two general suggestions (sorry that I have no suggestions on your 
specific bug):

1.  Use the gremlins minimization.  It will give you English language 
instructions on how to reproduce the failure.  Probably want to run 
it overnight though.

2.  Try this idiom to give you way to set a breakpoint just before 
the bug occurs.  Plug it into your AppHandleEvent routine:

#ifdef DEBUGVERSION
     if (HostGremlinIsRunning()
      && (HostGremlinCounter() > 2700)
      )
     { int i;
         i = 5;
     }
#endif
 
set the breakpoint at i=5, and change 2700 to slightly less than your 
problem event count.

-- 
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to