SegmentationFault
- To: mathgroup at smc.vnet.net
- Subject: [mg8519] SegmentationFault
- From: Ferruccio Renzoni <renzoni at alice.phy.tcd.ie>
- Date: Thu, 4 Sep 1997 02:20:14 -0400
- Mailer: Elm [revision: 70.85]
- Sender: owner-wri-mathgroup at wolfram.com
Hi All,
I often get an error "SegmentationFault" and corresponding crash of the system.
I guess it is because I produce some long list (but not too long: 100 numbers
or so) with a routine of this kind:
ls={};
Do[
a = something;
ls = {ls,a}
,{i,1,n}]
Flatten[ls]
How can I identify the problem (and solve it?)?.
Please e-mail.
Thanks a lot
Ferruccio
--
*********************************
Ferruccio Renzoni
Department of Physics
Trinity College, Dublin 2, Eire
Work Tel: -353-1-6082157
Fax: -353-1-671 1759
Email: renzoni at alice.phy.tcd.ie
*********************************