Custom Query (981 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 981)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#58 wontfix /lib/util.C: todo for parse_command_line davea KSMarksPsych
Description

Posted by: Date: 6:20 PM 11-08-2005 parse_command_line should use strtok

#888 fixed 2nd cuda card missing davea MarkJ
Description
2/05/2009 3:34:46 PM		Processor: 8 GenuineIntel Intel(R) Core(TM) i7 CPU         920  @ 2.67GHz [x86 Family 6 Model 26 Stepping 4]
2/05/2009 3:34:46 PM		Processor features: fpu tsc pae nx sse sse2 mmx
2/05/2009 3:34:46 PM		OS: Microsoft Windows XP: Professional x86 Edition, Service Pack 3, (05.01.2600.00)
2/05/2009 3:34:46 PM		Memory: 2.99 GB physical, 4.83 GB virtual
2/05/2009 3:34:46 PM		Disk: 298.08 GB total, 289.71 GB free
2/05/2009 3:34:46 PM		Local time is UTC +10 hours
2/05/2009 3:34:46 PM		CUDA device (not used): GeForce GTX 260 (driver version 18250, compute capability 1.3, 896MB, est. 96GFLOPS)
2/05/2009 3:34:46 PM		CUDA device: GeForce GTX 260 (driver version 18250, compute capability 1.3, 896MB, est. 96GFLOPS)
2/05/2009 3:34:46 PM		Using HTTP proxy p4sdr-vm:3128
2/05/2009 3:34:46 PM		Version change (6.6.23 -> 6.6.25)

Both GTX260's worked fine under 6.6.23, but not under 6.6.25. Clearly a bug with BOINC that has been introduced since 23 as the drivers have not been updated and they both worked fine under 23. Yes I know there is a cc_config flag, but why do I need it now when I didn't before?

#1022 fixed 32 bit build fails on Mac OS X 10.6.4 (Snow Leopard) davea coturnix
Description

Building BOINC on Snow Leopard as a 32 bit application fails with the following error message:

/bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac -D_THREAD_SAFE -fno-common -DPIC -D_THREAD_SAFE -O2 -m32 -MT libboinc_la-QBacktrace.lo -MD -MP -MF .deps/libboinc_la-QBacktrace.Tpo -c -o libboinc_la-QBacktrace.lo `test -f 'mac/QBacktrace.c' || echo './'`mac/QBacktrace.c
gcc -DHAVE_CONFIG_H -I. -I.. -I../lib -I../api -I../db -I../client -I../tools -I../sched -I../lib/mac -D_THREAD_SAFE -fno-common -DPIC -D_THREAD_SAFE -O2 -m32 -MT libboinc_la-QBacktrace.lo -MD -MP -MF .deps/libboinc_la-QBacktrace.Tpo -c mac/QBacktrace.c -fno-common -DPIC -o .libs/libboinc_la-QBacktrace.o
mac/QBacktrace.c: In function 'PowerPCHandleLeaf':
mac/QBacktrace.c:1040: error: 'ppc_thread_state_t' has no member named 'srr0'
mac/QBacktrace.c:1041: error: 'ppc_thread_state_t' has no member named 'lr'
mac/QBacktrace.c:1042: error: 'ppc_thread_state_t' has no member named 'r1'
mac/QBacktrace.c:1045: error: 'ppc_thread_state64_t' has no member named 'srr0'
mac/QBacktrace.c:1046: error: 'ppc_thread_state64_t' has no member named 'lr'
mac/QBacktrace.c:1047: error: 'ppc_thread_state64_t' has no member named 'r1'
mac/QBacktrace.c: In function 'IntelHandleLeaf?':
mac/QBacktrace.c:1589: error: 'x86_thread_state64_t' has no member named 'rip'
mac/QBacktrace.c:1590: error: 'x86_thread_state64_t' has no member named 'rsp'
mac/QBacktrace.c:1591: error: 'x86_thread_state64_t' has no member named 'rbp'
mac/QBacktrace.c:1594: error: 'x86_thread_state32_t' has no member named 'eip'
mac/QBacktrace.c:1595: error: 'x86_thread_state32_t' has no member named 'esp'
mac/QBacktrace.c:1596: error: 'x86_thread_state32_t' has no member named 'ebp'
mac/QBacktrace.c: In function 'QBTCreateThreadStateSelf':
mac/QBacktrace.c:2478: error: 'x86_thread_state32_t' has no member named 'eip'
mac/QBacktrace.c:2479: error: 'x86_thread_state32_t' has no member named 'ebp'
make[2]: * [libboinc_la-QBacktrace.lo] Error 1

configure command line: CXXFLAGS="-O2 -m32" CFLAGS="-O2 -m32" ./configure --disable-server --disable-manager --disable-client --enable-bitness=32

$ gcc -v
Using built-in specs.
Target: i686-apple-darwin10
Configured with: /var/tmp/gcc/gcc-5664~105/src/configure --disable-checking --enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.2/ --with-slibdir=/usr/lib --build=i686-apple-darwin10 --program-prefix=i686-apple-darwin10- --host=x86_64-apple-darwin10 --target=i686-apple-darwin10 --with-gxx-include-dir=/include/c++/4.2.1
Thread model: posix
gcc version 4.2.1 (Apple Inc. build 5664)

Building BOINC as a 64 bit application succeeds.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.