Opened 16 years ago

Closed 16 years ago

Last modified 16 years ago

#658 closed Defect (fixed)

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 (1)

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

Download all attachments as: .zip

Change History (5)

Changed 16 years ago by bbaetz

Attachment: boinc-parsecolor.patch added

Patch

comment:1 Changed 16 years ago by bbaetz

Keywords: patch added

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

comment:2 Changed 16 years ago by Nicolas

Pointer casts are a sign of code smell...

comment:3 Changed 16 years ago by romw

Resolution: fixed
Status: newclosed

comment:4 Changed 16 years ago by Nicolas

In [15234].

Note: See TracTickets for help on using tickets.