FS#34228 - [qtcreator] 2.7.0rc-1 crashes with illegal instructions

Attached to Project: Community Packages
Opened by Jan (medhefgo) - Saturday, 09 March 2013, 14:06 GMT
Last edited by Sven-Hendrik Haase (Svenstaro) - Tuesday, 19 March 2013, 09:42 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Architecture All
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

qtcreator 2.7.9rc-1 will crash with illegal instruction. This is likely due to missing SSE2 support on older CPUs, as this is a common issue these days.

$ cat /proc/cpuinfo
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 10
model name : AMD Athlon(tm) XP 2400+
stepping : 0
cpu MHz : 1999.954
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 1
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse syscall mmxext 3dnowext 3dnow
bogomips : 4001.57
clflush size : 32
cache_alignment : 32
address sizes : 34 bits physical, 32 bits virtual
power management: ts
This task depends upon

Closed by  Sven-Hendrik Haase (Svenstaro)
Tuesday, 19 March 2013, 09:42 GMT
Reason for closing:  Upstream
Comment by Sven-Hendrik Haase (Svenstaro) - Sunday, 10 March 2013, 05:24 GMT
What arch? I take it your processor is bound to i686? Since we compile with -march=i686, this sounds like an upstream bug.
Comment by Jan (medhefgo) - Sunday, 10 March 2013, 17:05 GMT
Yes, it's i686. But it doesn't appear to be an upstream bug. The binary package from http://releases.qt-project.org/qtcreator/2.7.0-rc/ runs just fine. Maybe some qmake parameter is missing?

Loading...