Should forward to the Etoile maillist to see anyone can help, too. ---------- Forwarded message ---------- From: Yen-Ju Chen <[EMAIL PROTECTED]> Date: May 28, 2005 12:07 AM Subject: Re: more LuceneKit testing To: [EMAIL PROTECTED]
On 5/27/05, Yen-Ju Chen <[EMAIL PROTECTED]> wrote: > On 5/27/05, Rob Burns <[EMAIL PROTECTED]> wrote: > > I've tested against latest cvs, and it still seems to get hung up in > > the NSString+Addtions class. This is linux on x86 again. just judging > > from the console output and not knowing how this thing works, it looks > > as if Cocoa might append a string to an empty string whereas, GNUstep > > won't. > > Thanx for report. > Maybe you can remove the subproject "Search", "Index", "Document" in > Source/GNUmakefile and see. > I don't have a machine to test, so I can only give you suggestions. By looking at the source code, the most possible place to go wrong is in LCSegmentReader -initWithSegmentInfo:. That's the only place to have "cfs" and "fnm" appended. On my system, the string never goes nil, but it may be a good start for you to test. Sorry that I cannot fix this bug due to the hardward limitation. Yen-Ju > > Yen-Ju > > > > > Thanks > > Rob > > > > LCStringReader.m:71 msgUKIntsEqual.pass > > LCStringReader.m:72 msgUKIntsEqual.pass > > 2005-05-24 22:12:27.000 ukrun[8448] testObject <LCWhitespaceAnalyzer: > > 80ad0f8> > > LCAnalyzer.m:46 msgUKStringsEqual.pass > > LCAnalyzer.m:46 msgUKStringsEqual.pass > > LCAnalyzer.m:46 msgUKStringsEqual.pass > > LCAnalyzer.m:46 msgUKStringsEqual.pass > > LCAnalyzer.m:46 msgUKStringsEqual.pass > > 2005-05-24 22:12:27.000 ukrun[8448] testObject <NSStringAdditions: > > 8071580> > > NSString+Additions.m:35 msgUKTrue.pass > > NSString+Additions.m:39 msgUKTrue.pass > > NSString+Additions.m:43 msgUKTrue.pass > > 2005-05-24 22:12:27.000 ukrun[8448] testObject <TestBinaryDocument: > > 80cfdd8> > > TestBinaryDocument.m:54 msgUKIntsEqual.pass > > 2005-05-24 22:12:27.000 ukrun[8448] > > [GSMutableString-stringByAppendingPathExtension:] cannot append > > extension 'cfs' to empty string > > 2005-05-24 22:12:27.000 ukrun[8448] > > [GSMutableString-stringByAppendingPathExtension:] cannot append > > extension 'fnm' to empty string > > > > > > > > >
