Thread 'BOINC 6.2.6 error'

Message boards : BOINC client : BOINC 6.2.6 error
Message board moderation

To post messages, you must log in.

AuthorMessage
Devaster

Send message
Joined: 23 May 08
Posts: 16
Slovakia
Message 17650 - Posted: 4 Jun 2008, 6:47:38 UTC
Last modified: 4 Jun 2008, 6:50:34 UTC

boinc core client give me this error after start :

D:Program FilesBOINC>boinc
04-Jun-2008 08:38:18 [---] Starting BOINC client version 6.2.6 for windows_intel
x86
04-Jun-2008 08:38:18 [---] log flags: task, file_xfer, sched_ops
04-Jun-2008 08:38:18 [---] Libraries: libcurl/7.18.0 OpenSSL/0.9.8e zlib/1.2.3
04-Jun-2008 08:38:18 [---] Data directory: D:Documents and SettingsAll UsersA
pplication DataBOINC
04-Jun-2008 08:38:18 [SETI@home] Found app_info.xml; using anonymous platform
04-Jun-2008 08:38:18 [SETI@home Beta Test] Found app_info.xml; using anonymous p
latform
04-Jun-2008 08:38:18 [---] Processor: 1 AuthenticAMD AMD Athlon(tm) 64 Processor
 3000+ [x86 Family 15 Model 47 Stepping 2]
04-Jun-2008 08:38:18 [---] Processor features: fpu tsc pae nx sse sse2 3dnow mmx

04-Jun-2008 08:38:18 [---] OS: Microsoft Windows XP: Professional Edition, Servi
ce Pack 3, (05.01.2600.00)
04-Jun-2008 08:38:18 [---] Memory: 2.00 GB physical, 5.85 GB virtual
04-Jun-2008 08:38:18 [---] Disk: 39.16 GB total, 15.20 GB free
04-Jun-2008 08:38:18 [---] Local time is UTC +2 hours
04-Jun-2008 08:38:18 [---] Coprocessor: CUDA (1)


Unhandled Exception Detected...

- Unhandled Exception Record -
Reason: Access Violation (0xc0000005) at address 0x7C910ED4 read attempt to addr
ess 0x505F342E

Engaging BOINC Windows Runtime Debugger...



it seems there is come bug after CUDA device detection ...

and CPU features are not correct detected too : missing is SSE3 and X86-64 ....
ID: 17650 · Report as offensive
ProfileJord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15585
Netherlands
Message 17651 - Posted: 4 Jun 2008, 8:14:54 UTC - in response to Message 17650.  

and CPU features are not correct detected too : missing is SSE3 and X86-64 ....

Not sure about the detection there, I've emailed one of the developers. But the SSE3 and SSE4 thing is easily explained.

The detection of the CPU options is done according to which ones your operating system supports. Windows XP doesn't support SSE3 and SSE4 natively, you'd need some form of Windows 2003 Server of Vista or above for that.
ID: 17651 · Report as offensive
Rom Walton
Project developer
Avatar

Send message
Joined: 26 Aug 05
Posts: 164
Message 17654 - Posted: 4 Jun 2008, 16:00:00 UTC - in response to Message 17650.  

boinc core client give me this error after start :

D:Program FilesBOINC>boinc
04-Jun-2008 08:38:18 [---] Starting BOINC client version 6.2.6 for windows_intel
x86
04-Jun-2008 08:38:18 [---] log flags: task, file_xfer, sched_ops
04-Jun-2008 08:38:18 [---] Libraries: libcurl/7.18.0 OpenSSL/0.9.8e zlib/1.2.3
04-Jun-2008 08:38:18 [---] Data directory: D:Documents and SettingsAll UsersA
pplication DataBOINC
04-Jun-2008 08:38:18 [SETI@home] Found app_info.xml; using anonymous platform
04-Jun-2008 08:38:18 [SETI@home Beta Test] Found app_info.xml; using anonymous p
latform
04-Jun-2008 08:38:18 [---] Processor: 1 AuthenticAMD AMD Athlon(tm) 64 Processor
 3000+ [x86 Family 15 Model 47 Stepping 2]
04-Jun-2008 08:38:18 [---] Processor features: fpu tsc pae nx sse sse2 3dnow mmx

04-Jun-2008 08:38:18 [---] OS: Microsoft Windows XP: Professional Edition, Servi
ce Pack 3, (05.01.2600.00)
04-Jun-2008 08:38:18 [---] Memory: 2.00 GB physical, 5.85 GB virtual
04-Jun-2008 08:38:18 [---] Disk: 39.16 GB total, 15.20 GB free
04-Jun-2008 08:38:18 [---] Local time is UTC +2 hours
04-Jun-2008 08:38:18 [---] Coprocessor: CUDA (1)


Unhandled Exception Detected...

- Unhandled Exception Record -
Reason: Access Violation (0xc0000005) at address 0x7C910ED4 read attempt to addr
ess 0x505F342E

Engaging BOINC Windows Runtime Debugger...



it seems there is come bug after CUDA device detection ...

and CPU features are not correct detected too : missing is SSE3 and X86-64 ....


What is in the rest of the crash dump?

----- Rom
BOINC Development Team, U.C. Berkeley
My Blog
ID: 17654 · Report as offensive
Rom Walton
Project developer
Avatar

Send message
Joined: 26 Aug 05
Posts: 164
Message 17655 - Posted: 4 Jun 2008, 16:12:26 UTC - in response to Message 17654.  
Last modified: 4 Jun 2008, 16:12:40 UTC

What is in the rest of the crash dump?


Oppps, my bad, I forgot to post the symbol files for 6.2.6.

I just posted them. Would you rerun 6.2.6 while being connected to the Internet and post the new crash report?

Thanks in advance.
----- Rom
BOINC Development Team, U.C. Berkeley
My Blog
ID: 17655 · Report as offensive
Devaster

Send message
Joined: 23 May 08
Posts: 16
Slovakia
Message 17696 - Posted: 6 Jun 2008, 5:41:42 UTC
Last modified: 6 Jun 2008, 6:09:11 UTC

the problem is in dll call - it is now nvcuda in windows system32 dir - CUDA is now fully integrated in video driver ....

replace call to cudart.dll with nvcuda.dll from windows\system32 directory
ID: 17696 · Report as offensive
Devaster

Send message
Joined: 23 May 08
Posts: 16
Slovakia
Message 17732 - Posted: 8 Jun 2008, 8:14:11 UTC

after change around CUDA detection some one with name David seems that coprocessor detection is broken ...

how to debug ? or where is the primary detection call ?
in client_state.C is call to coprocs.get ...
ID: 17732 · Report as offensive

Message boards : BOINC client : BOINC 6.2.6 error

Copyright © 2025 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.