Opened 16 years ago
Last modified 15 years ago
#900 closed Defect
Segfault with 6.4.5, 6.7.5 — at Initial Version
Reported by: | shiki08 | Owned by: | romw |
---|---|---|---|
Priority: | Minor | Milestone: | Undetermined |
Component: | Client - Build | Version: | 6.4.5 |
Keywords: | gcc error segfault | Cc: |
Description
First, I installed 'boinc' from community repo. It wasnt working at all. then I tried to build them both (6.4.5, 6.7.5). First, I failed with 6.4.5. (Used Arch linux ABS system). Then downloaded it from SVN (tagged), tried to compile that way. (Disabled the gui for faster speed (cuz X sucks :))).
That way it compiles. BUT. I launch the 'boinc_client' and I get this (I get the same when I try to run 6.4.5 !!! ..I can paste that too): [shiki@ayanami ~]$ boinc Starting BOINC client version 6.7.5 for x86_64-pc-linux-gnu . . . 24-May-2009 09:07:00 [---] Version change (6.4.5 -> 6.7.5) 24-May-2009 09:07:00 [---] No general preferences found - using BOINC defaults 24-May-2009 09:07:00 [---] Preferences limit memory usage when active to 1005.35MB 24-May-2009 09:07:00 [---] Preferences limit memory usage when idle to 1809.63MB SIGSEGV: segmentation violation Segmentation fault
gcc (GCC) 4.4.0 http://pastebin.com/f517f63e9 (Package versions)
system: Arch Linux x86-64 /etc/make.conf: (Tried to remove the make.conf, no use) CFLAGS="-march=core2 -mtune=core2 -fomit-frame-pointer -mmmx -msse -msse2 -msse3 -O2 -pipe CXXFLAGS="${CFLAGS}
MAKEOPTS="-j6" (I made MAKEOPTS get ignored , because it wont compile like that :( )
If you need any info, I'll answer ASAP. \ Sorry for setting prior BLOCKER, but it is really a blocker if I cant even start it. \