[Date Prev][Date Next] [Chronological] [Thread] [Top]

slurpd.exe runtime error when start (ITS#2412)



Full_Name: Alexandre Tsu
Version: 2.1.16
OS: win2000
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (218.104.201.187)


I built slurpd, in win2000. to enable it , I undefined NO_THREADS, and did some
modification to adapt win2000 definitions. but when I start slurpd with command
line "srelease\slurpd.exe -f  .\slapd.conf -d 65535", or "srelease\slurpd.exe -f
 .\annuaire.conf -d 65535 -t .", an runtime error is reported and say 
"runtime error R6016
- not enough space for thread data"

the code in main.c to invoke this error is 
"
    if ( !sglob->one_shot_mode ) {
	ldap_pvt_thread_join( sglob->fm_tid, (void *) NULL );
    }
"
where is the problem? And thank you very much.
How should I do to build a well-run slurpd application in win2000? what
modification should be done in the portable.nt? 
thank you again very much.