Ticket #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:
Attachments
Change History
Changed 4 years ago by bbaetz
-
attachment
boinc-parsecolor.patch
added
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....
Note: See
TracTickets for help on using
tickets.

Patch