fatal error in gc, too many root sets

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
yoyo
Newbie
Newbie
Posts: 4
Joined: Sat Jun 07, 2014 6:13 am

fatal error in gc, too many root sets

Post by yoyo »

Hi i run an app that submits links on some websites after a time usually i get :
fatal error in gc, too many root sets

i runned debug from here:
http://wiki.winehq.org/FAQ#get_log
and this is what i got

Code: Select all

err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 0376, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 0365, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 0357, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 014e, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 033d, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 0332, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 0344, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 0396, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 0363, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 0380, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 0383, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 03b6, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 039e, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 0371, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 03bc, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 032c, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 03ab, blocked by 03bb, retrying (60 sec)
err:ntdll:RtlpWaitForCriticalSection section 0x6d7a9310 "?" wait timed out in thread 02aa, blocked by 03bb, retrying (60 sec)
this is the error i get :| does anyone know how to fix?
Locked