FS#38133 - [wesnoth] crash after Boost upgrade

Attached to Project: Community Packages
Opened by Żyźniewski (zyzniewski) - Saturday, 14 December 2013, 17:44 GMT
Last edited by Bartłomiej Piotrowski (Barthalion) - Wednesday, 18 December 2013, 20:40 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To Sven-Hendrik Haase (Svenstaro)
Bartłomiej Piotrowski (Barthalion)
Architecture i686
Severity High
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Battle for Wesnoth doesn't start after Boost upgrade

==1592== Process terminating with default action of signal 4 (SIGILL)
==1592== Illegal opcode at address 0x4276AB6
==1592== at 0x4276AB6: boost::program_options::options_description::add(boost::shared_ptr<boost::program_options::option_description>) (in /usr/lib/libboost_program_options.so.1.55.0)
==1592== by 0x4276909: boost::program_options::options_description_easy_init::operator()(char const*, char const*) (in /usr/lib/libboost_program_options.so.1.55.0)
==1592== by 0x84204AD: commandline_options::commandline_options(int, char**) (in /usr/bin/wesnoth)
==1592== by 0x82C7B2A: ??? (in /usr/bin/wesnoth)
==1592== by 0x82AC22B: main (in /usr/bin/wesnoth)

Additional info:
upgraded boost-libs (1.54.0-4 -> 1.55.0-2)
upgraded wesnoth (1.10.7-1 -> 1.10.7-2)
This task depends upon

Closed by  Bartłomiej Piotrowski (Barthalion)
Wednesday, 18 December 2013, 20:40 GMT
Reason for closing:  Fixed
Comment by Sven-Hendrik Haase (Svenstaro) - Tuesday, 17 December 2013, 02:56 GMT
What's your exact CPU model?
Comment by Żyźniewski (zyzniewski) - Tuesday, 17 December 2013, 08:55 GMT
processor : 0
vendor_id : AuthenticAMD
cpu family : 6
model : 10
model name : AMD Athlon(tm) XP 3000+
stepping : 0
cpu MHz : 2109.052
cache size : 512 KB
fdiv_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 : 4219.85
clflush size : 32
cache_alignment : 32
address sizes : 34 bits physical, 32 bits virtual
power management: ts
Comment by Sven-Hendrik Haase (Svenstaro) - Tuesday, 17 December 2013, 08:57 GMT
Probably the issue is missing SSE2 support then. Likely this is problem is actually in boost.
Comment by Sven-Hendrik Haase (Svenstaro) - Wednesday, 18 December 2013, 02:46 GMT
Please test boost-1.55.0-3 from [testing]. If you don't run [testing], you may just grab boost-libs from there and test directly.
Comment by Żyźniewski (zyzniewski) - Wednesday, 18 December 2013, 20:31 GMT
1.55.0-3 build fixes the issue. Thanks

Loading...