/usr/local/bin/ssphys: unrecognized file during LOADVSSNAMES

Dirk vss2svn at nogga.de
Wed Feb 28 18:59:20 EST 2007


>
> $ od -N 50 -a -H dummy/data/names.dat
> 0000000    P nul nul nul   H   N  a2   J nul nul nul nul nul nul nul nul
>                  50000000        484ea24a        00000000        00000000
> 0000020  nul nul nul nul nul nul nul nul  db  cd soh nul nul nul nul nul
>                  00000000        00000000        dbcd0100        00000000
> 0000040  nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul nul
>                  00000000        00000000        00000000        00000000
> *
> 0000060
>
> So the names.dat does have the "HN" magic in it (not sure if it's in 
> the right spot or not). I'm stuck now, what else can I do?

All in all this looks ok to me. It must have to do with the compilation 
you used. Perhaps some structure misalignment. Can you run the ssphys 
command within the debugger? Please try to step through the function 
SSRecordFile* SSRecordFile::MakeFile (const std::string& fileName) in 
SSFiles.cpp. the first try catch block should return a valid record. 
Please check that record.

Dirk



More information about the vss2svn-users mailing list