HTTrack Website Copier
Free software offline browser - FORUM
Subject: Re: HTTrack crashes when used in JNI
Author: Xavier Roche
Date: 04/08/2003 23:33
 
> When I step into hts_init() it will initialize zlib, ssl 
> etc. and then call void* structcheck_init(int init) 
function 
> where it crashes on NOSTATIC_RESERVE

Obviously this is a multithreading problem (problems when 
initializing mutex variables) ; but I really don't see why. 
Ensure that *everything* (including the JNI piece of code) 
is compiled with -D_REENTRANT and multithread compiling 
options (sometimes -pthread, or -lpthread)
 
Reply Create subthread


All articles

Subject Author Date
HTTrack crashes when used in JNI

04/02/2003 05:31
Re: HTTrack crashes when used in JNI

04/02/2003 07:06
Re: HTTrack crashes when used in JNI

04/02/2003 17:46
Re: HTTrack crashes when used in JNI

04/08/2003 23:33




5

Created with FORUM 2.0.11