gmcclure382 / stexbar

Automatically exported from code.google.com/p/stexbar
0 stars 0 forks source link

Tabspace64 crash with certain arguments #226

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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.

Original issue reported on code.google.com by rcdai...@gmail.com on 25 Jul 2013 at 4:12

GoogleCodeExporter commented 8 years ago
Can you attach a test file please?

Original comment by tortoisesvn on 25 Jul 2013 at 4:59

GoogleCodeExporter commented 8 years ago
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.

Original comment by rcdai...@gmail.com on 25 Jul 2013 at 7:12

Attachments: