Ticket #658 (closed Defect: fixed)

Opened 4 years ago

Last modified 4 years ago

BOINC Manager segfaults on F9/x86_64

Reported by: mjakubicek Owned by: romw
Priority: Major Milestone: Undetermined
Component: Manager Version: 5.10.45
Keywords: patch Cc:

Description

BOINC Manager receives (always) SIGSEGV immediately after starting on F9 -- x86_64 only! On i386 everything works fine. Also F7/F8 works fine on both architectures, so probably it's caused by gcc 4.3. Please look at the original bug report in Redhat Bugzilla:

 https://bugzilla.redhat.com/show_bug.cgi?id=445902

Attachments

boinc-parsecolor.patch Download (785 bytes) - added by bbaetz 4 years ago.
Patch

Change History

Changed 4 years ago by bbaetz

Patch

comment:1 Changed 4 years ago by bbaetz

  • Keywords patch added

This is because ParseColour? declares int variables and then writes to them as longs....

comment:2 Changed 4 years ago by Nicolas

Pointer casts are a sign of code smell...

comment:3 Changed 4 years ago by romw

  • Status changed from new to closed
  • Resolution set to fixed

comment:4 Changed 4 years ago by Nicolas

In [15234].

Note: See TracTickets for help on using tickets.