Jim Helman (jimh++at++surreal)
Tue, 30 May 95 16:57:13 -0700
> why would it work when drawing 100 items, but not 200?
It could be that something moves in memory so that a read of
an unitialized varialble or a write to an incorrect location
causes no problem with one database, but drops core with
another.
Check your code for unitialized variables and try running dbx
on the resulting core dump to see where the problem occurs.
-jim
This archive was generated by hypermail 2.0b2 on Mon Aug 10 1998 - 17:51:33 PDT