HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: crash.txt report
Author: Xavier Roche
Date: 08/05/2006 08:56
 
The fix:

*** htsthread.c.orig    2006-08-05 08:55:46.643764360 +0200
--- htsthread.c 2006-08-05 08:53:13.000000000 +0200
***************
*** 69,75 ****
--- 69,77 ----

  HTSEXT_API void htsthread_init(void ) {
  #if USE_BEGINTHREAD
+ #if (defined(_DEBUG) || defined(DEBUG))
    assertf(process_chain == 0);
+ #endif
    hts_mutexinit(&process_chain_mutex);
  #endif
  }
*** htslib.c.orig       2006-08-05 08:55:54.934959276 +0200
--- htslib.c    2006-08-05 08:52:07.000000000 +0200
***************
*** 5038,5043 ****
--- 5038,5044 ----
    if (!hts_init_ok)
      return 1;
    hts_init_ok = 0;
+   htsthread_uninit();
    return 1;
  }
 
Reply Create subthread


All articles

Subject Author Date
crash.txt report

08/05/2006 01:16
Re: crash.txt report

08/05/2006 08:54
Re: crash.txt report

08/05/2006 08:56
Re: crash.txt report

08/05/2006 09:16
Re: crash.txt report

08/07/2006 20:18
Re: crash.txt report

11/11/2010 23:24




3

Created with FORUM 2.0.11