After fixing the pgserver crash bug reported by Olivier, I started running
pgserver and VRcalc with gremlin. (gremlin is an app that rapidly sends
random events to pgserver) Instead of crashing pgserver, it crashed vrcalc!
I added an extra event handler to print out all keys pressed in vrcalc,
then messed with the sequence a bit to find the shortest sequence I could
that would make vrcalc segfault. Here it is:
  
 "2nd", "(", "C", "-", "="

This makes it crash on line 419, in the btnEquals function. currentStack is
NULL. Sean, hope this helps you find the problem!

-- 
Only you can prevent creeping featurism!

_______________________________________________
Pgui-devel mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/pgui-devel

Reply via email to