Menu

#6 Home path is missing the drive letter on Windows

New
nobody
None
Medium
Defect
2013-09-15
2012-01-23
Anonymous
No

Originally created by: fuz...@gmail.com

What steps will reproduce the problem?
1. cindex any/path (without CSEARCHINDEX set)
2.
3.

What is the expected output?
Using .csearchindex in home dir.

What do you see instead?
Failing due to the home path missing the drive letter. In index/read.go, the line in File() getting the home dir should probably read 'home = os.Getenv("HOMEDRIVE") + os.Getenv("HOMEPATH")'

What version of the product are you using? On what operating system?
Windows 7, 64 bit

Please provide any additional information below.

Discussion

  • Anonymous

    Anonymous - 2013-04-02

    Originally posted by: dip...@gmail.com

    I am getting the following error on windows 7 64bit.

    cindex.exe -list

    2013/04/02 21:27:11 open \Users\dips/.csearchindex: The system cannot find the path specified.

     
  • Anonymous

    Anonymous - 2013-09-15

    Originally posted by: ssh...@gmail.com

    I have got the same error as dips.

     

Log in to post a comment.

MongoDB Logo MongoDB