Menu

#226 Tabspace64 crash with certain arguments

New
nobody
None
Medium
Defect
2013-07-25
2013-07-25
Anonymous
No

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

I run the following command:

tabspace64 /cstyle /include:c:\Work\rdailey-hp\dpd\n2\gpr\arch\nspr\lwiperrno.h

This causes tabspace64 to crash. Should be easy to reproduce if you create a 1000 line source file full of tabs at that same path.

Discussion

  • Anonymous

    Anonymous - 2013-07-25

    Originally posted by: tortoisesvn

    Can you attach a test file please?

     
  • Anonymous

    Anonymous - 2013-07-25

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

    I was able to narrow down the problem even further. If the file listed in /include is not under the current directory, it crashes / does not process the file.

    Example:

    Create two directories:
    C:\test1
    C:\test1\test2

    Place the attached 'test.h' at: C:\test1\test.h

    From CMD, 'cd' to directory C:\test1\test2 and run:

    tabspace64 /include:..\test.h

    Note that test.h is not modified, and tabspace64 appears to not have done anything.