did that now, exactly same crash, this is my "debugging info":
License GPLv3+: GNU GPL version 3 or later
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-linux-gnu".
For bug reporting instructions, please see:
Reading symbols from /home/ocminer/cgminer-2.7.6/cgminer...done.
[New LWP 29064]
[New LWP 23278]
[New LWP 23279]
[New LWP 23277]
[New LWP 23298]
[New LWP 23295]
[New LWP 23291]
[New LWP 23289]
[New LWP 23287]
[New LWP 23285]
[New LWP 23282]
[New LWP 23280]
[New LWP 23313]
[New LWP 23301]
[New LWP 23300]
[New LWP 23293]
[New LWP 23299]
[New LWP 23281]
[New LWP 23283]
[New LWP 23292]
[New LWP 23297]
[New LWP 23296]
[New LWP 23294]
[New LWP 23290]
[New LWP 23286]
[New LWP 23288]
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 ??