Re: [sage-devel] segmentation fault in sage 7.3

2016-09-08 Thread Stan
I'm sorry, I forgot to mention this step: load_session('leaf_chamber_eqs_PM.sobj') (as opposed to a = load('leaf_chamber_eqs_PM.sobj') My apologies! Cheers Stan On Thursday, September 8, 2016 at 3:53:57 PM UTC+2, vdelecroix wrote: > > The download link is > > > https://cloud.sagemath.com/34b4b6

Re: [sage-devel] segmentation fault in sage 7.3

2016-09-08 Thread Stan
By the way, the problem persists no matter whether the .sobj file was created using sage 6.8 or 7.3. On Thursday, September 8, 2016 at 4:35:13 PM UTC+2, Stan wrote: > > Thanks for correcting the link. The .sobj file was generated by > save_session(), and contains several dictionaries, variable

Re: [sage-devel] segmentation fault in sage 7.3

2016-09-08 Thread Stan
Thanks for correcting the link. The .sobj file was generated by save_session(), and contains several dictionaries, variable definitions etc. I did actually recreate it in sage 7.3 as I thought it might have been a compatibility issue with sage 6.8, so if it is corrupt, there is some problem tha

Re: [sage-devel] segmentation fault in sage 7.3

2016-09-08 Thread Vincent Delecroix
The download link is https://cloud.sagemath.com/34b4b62a-2621-47c8-9bda-cde3a855f995/raw/leaf_chamber_eqs_PM.sobj (the link by the OP is a HTML page that displays the content of the file) There seems to be a problem with the content of your leaf_chamber_eqs_PM.sobj file. Namely the dictionary

[sage-devel] segmentation fault in sage 7.3

2016-09-08 Thread Stan
Dear all, I am on debian jessy 64bit and after installing sage 7.3 I keep getting segfault for the same worksheets that run smoothly in sage 6.8. I have now managed to isolate a small example, which I uploaded to cloud.sagemath, where it does not give a segfault message, but just runs forever.