What type of processor are you using? My guess is that the binary was
built on a newer processor than the one on your machine.
--Mike
Here is the rest of the output :
stepping : 6
cpu MHz : 800.000
cache size : 6144 KB
physical id : 0
siblings : 2
core id : 1
cpu cores : 2
apicid : 1
initial apicid : 1
fpu : yes
fpu_exception : yes
cpuid level : 10
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca
cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall
nx lm constant_tsc arch_perfmon pebs bts rep_good aperfmperf pni dtes64
monitor ds_cpl vmx smx est tm2 ssse3 cx16 xtpr pdcm sse4_1 lahf_lm ida
tpr_shadow vnmi flexpriority
bogomips : 3724.05
clflush size : 64
cache_alignment : 64
address sizes : 36 bits physical, 48 bits virtual
power management:
Le 09/07/2010 19:09, Mike Hansen a �crit :
Hmm... that should be fine. If you have the old version around, could
you do the following:
1) Start Sage with "sage -gdb"
2) Run the commands that caused Sage to crash.
3) When it segfaults, type in "bt" to get a backtrace and post it to
http://sage.pastebin.com
That should hopefully show us where the segfault is coming from.
--Mike