On Fri, Jun 19, 2015 at 4:27 PM, Max Leske <maxleske@gmail.com> wrote:
On 19 Jun 2015, at 09:31, Sabine Manaa <manaa.sabine@gmail.com> wrote:
Hi,
I have crashes from time to time. Are they useful for you?
yes, provided that they occur during ânormal useâ, i.e. if youâre not doing advanced stuff, or simply running out of memory or running infinite loops.
If yes, where is the vm-dev list?
You can register for the vm-dev list here: http://lists.squeakfoundation.org/mailman/listinfo/vm-dev
If you submit a crash report, please add a description (as detailed as possible) of what you have been doing. If you can reproduce the crash consistently, that would be even better. In that case please list the steps necessary to reproduce.
If you can, even better than a list of steps to reproduce is to have a workspace script that reliably produces the crash. At the top of that, save the image, so that next opening the image will crash without user intervention. That is, evaluate... Smalltalk snapshot: true andQuit: true. "my script to produce crash here" cheers -ben