![]() |
|
|
#232 | |
|
"Lennart"
Jun 2007
25·5·7 Posts |
Quote:
Lennart
Last fiddled with by Lennart on 2009-11-03 at 04:23 |
|
|
|
|
|
|
#233 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
624910 Posts |
Quick question: why not doublecheck primes if doublechecking is turned on? Or is it assumed that most projects will have a separate process for doublechecking primes if they're doing doublechecking concurrently with the first-pass tests?
|
|
|
|
|
|
#234 |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
The chance of running two tests on a number with two different programs and one returning PRP and the other prime is virtually impossible. If only a single test is used for primality (base 2 for example), then it is slightly more likely that the result is incorrect, but not significantly so. My recommendation is that projects do a second independent test for primality.
|
|
|
|
|
|
#235 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Quote:
|
|
|
|
|
|
|
#236 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
This release addresses most (if not all) of the stability issues from 2.4.x. Thanks to Max and Lennart for assisting me in tracking down these nuisance bugs.
Here is a list of changes from 2.4.4:
That last one was particularly nasty to diagnose and find because I could not reproduce it on any of the OSs available to me. Max is still experiencing some issues with PRPNet on Linux, which I hope to track down as soon as I has access to one of his boxes. You can d/l it from here. Enjoy, Mark Last fiddled with by rogue on 2009-11-10 at 00:42 |
|
|
|
|
|
#237 |
|
"Mark"
Apr 2003
Between here and the
11000110100002 Posts |
I fixed a stupid bug I introduced into the server. If you run the server, you will need to d/l again.
|
|
|
|
|
|
#238 |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
You can d/l the software from here.AFAIK, this release resolves the last socket issue on Ubuntu (which I think has a bug WRT sockets). Here is a summary of changes
Enjoy, Mark Last fiddled with by rogue on 2009-11-19 at 13:41 |
|
|
|
|
|
#239 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
Hate to be the bearer of bad news again, but I'm getting some instability on the 2.4.6 client. It sometimes crashes at the end of a getwork communication. Nothing looks wrong in the communication, and there is no error message, just a silent crash. It does not write the files necessary to work the new assignments.
I'm currently trying to get some debug info and verify that it's on the released one (and not only one of the early-release versions of it). Last fiddled with by Mini-Geek on 2009-11-22 at 12:45 |
|
|
|
|
|
#240 | |
|
"Mark"
Apr 2003
Between here and the
11000110100002 Posts |
Quote:
|
|
|
|
|
|
|
#241 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17×251 Posts |
Windows. More specifically, 32-bit XP SP3.
I've used the debugger just like I did for the server (except I have it attached to multiple processes to watch all the clients), including building it on my machine in debug mode and copying the .ilk and .pdb files to the running folder, but the debugger didn't trigger and show the problem when the client crashed again. I'm more confused than I was before... All it said in the debugger was "The program '[3136] prpclient.exe: Native' has exited with code -1 (0xffffffff)." Just in case running one instance of Vis Studio on more than one client process was the reason it didn't tell me anything useful (at least not directly anyway, though perhaps the lack of error message is somewhat helpful), I'll run it overnight with it just attached to one client. Given the failure rate, I'd say there's a decent, but not near-certain, chance of it happening. Last fiddled with by Mini-Geek on 2009-11-23 at 02:48 |
|
|
|
|
|
#242 | |
|
"Mark"
Apr 2003
Between here and the
24×397 Posts |
Quote:
If this is a problem with reading the output from a helper program, it should be fairly easy to fix. It is most likely due to the client not recognizing a line of output from the helper program. Last fiddled with by rogue on 2009-11-23 at 03:20 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PRPNet 5.4.3 Released | rogue | Software | 178 | 2021-06-24 11:56 |
| PSP goes prpnet | ltd | Prime Sierpinski Project | 86 | 2012-06-06 02:30 |
| PRPNet 4.0.0 Released | rogue | Software | 84 | 2011-11-16 21:20 |
| PRPNet 4.0.1 Released | Joe O | Sierpinski/Riesel Base 5 | 1 | 2010-10-22 20:11 |
| PRPNet 3.0.0 Released | rogue | Conjectures 'R Us | 220 | 2010-10-12 20:48 |