Maybe it's a problem with how the BOINC libraries were compiled? I was using
./configure --with-boinc-platform=x86_64-pc-linux-gnu --with-boinc-alt-platform=i686-pc-linux-gnu --disable-client --disable-server --disable-manager Should I be adding the static flags in there as well? --Travis On Feb 24, 2012, at 12:00 PM, Travis Desell wrote: > I'm having some really weird issues with the DNA@Home application. It's > randomly crashing a couple seconds into execution on 64 bit linux systems, > with 'process got signal 11'. The same application runs fine in standalone > mode on the machine I compiled it on, but when that same machine receives > workunits from the server it crashes. I'm not seeing the same problem on 32 > bit linux, or 32/64 bit osx or 32/64 bit windows. > > Here's what I'm using to compile (boinc is installed and compiled in > /home/boinc/Software/boinc/): > > g++ -m64 -msse2 -ftree-vectorize -funroll-loops -O2 -Wall -static > -static-libgcc -D_BOINC_ -D_DEBUG_ -DSM_DISALLOW_CACHE > -I/home/boinc/Software/boinc -I/home/boinc/Software/boinc/api > -I/home/boinc/Software/boinc/lib gibbs_main.cpp motif_models.cpp sampling.cpp > sequences.cpp shifting.cpp util.cpp phylogeny.cpp checkpoint.cpp > ../../mersenne_twister/dSFMT.c -DDSFMT_MEXP=19937 -o > ../bin/Gibbs_$1_x86_64-pc-linux-gnu -L/home/boinc/Software/boinc/lib > -L/home/boinc/Software/boinc/api -lboinc_api -lboinc -pthread > > Am I missing some kind of flag? Anything in here that would be causing these > problems? > > --Travis > > --------------------------------------------------------------------------- > Travis Desell, Assistant Professor > University of North Dakota - Dept. of Computer Science > [email protected] - cell: 518-867-1054 > Streibel Hall Room 220 - office: 777-701-3477 > 3950 Campus Road Stop 9015 > Grand Forks, North Dakota 52802-9015 > > Homepage ( http://people.cs.und.edu/~tdesell/ ) > MilkyWay@Home ( http://milkyway.cs.rpi.edu/ ) > DNA@Home ( http://dnahome.cs.rpi.edu/ ) > Worldwide Computing Laboratory ( http://wcl.cs.rpi.edu/ ) > ---------------------------------------------------------------------------- > > _______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. --------------------------------------------------------------------------- Travis Desell, Assistant Professor University of North Dakota - Dept. of Computer Science [email protected] - cell: 518-867-1054 Streibel Hall Room 220 - office: 777-701-3477 3950 Campus Road Stop 9015 Grand Forks, North Dakota 52802-9015 Homepage ( http://people.cs.und.edu/~tdesell/ ) MilkyWay@Home ( http://milkyway.cs.rpi.edu/ ) DNA@Home ( http://dnahome.cs.rpi.edu/ ) Worldwide Computing Laboratory ( http://wcl.cs.rpi.edu/ ) ---------------------------------------------------------------------------- _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
