Hey Kano,
did that now, exactly same crash, this is my "debugging info":
...
warning: Can't read pathname for load map: Eingabe-/Ausgabefehler. (<-- That means I/O Error in german)
[Thread debugging using libthread_db enabled]
Core was generated by `./cgminer -o
http://us.eclipsemc.com:8337 -u ocminer_bkw02 -p ****** -o
http://pit'.
Program terminated with signal 11, Segmentation fault.
#0 0x00000000004308a7 in postcalc_hash (userdata=0x329f020) at findnonce.c:256
256 uint32_t nonce = pcd->res[entry];
(gdb) bt
#0 0x00000000004308a7 in postcalc_hash (userdata=0x329f020) at findnonce.c:256
#1 0x00007f4e485ccefc in start_thread ()
from /lib/x86_64-linux-gnu/libpthread.so.0
#2 0x00007f4e47a3659d in clone () from /lib/x86_64-linux-gnu/libc.so.6
#3 0x0000000000000000 in ?? ()
(gdb)
Is that of any help ??
Yep - thanks. The line doesn't explain the problem - but it shows it's at least in findnonce when it crashes for you - so probably a bug I introduced.
I've also thought of a easy (should have thought of before
) way to try reproduce it myself.
Add 1 to each nonce value returned should give me LOTS of HW errors to hopefully get the same result.
I'll try sort that out later today - thanks for the info.
If I can't get it to happen I'll ask for more help to run a debug version I'll put up for you.
But I'll let you know first.