You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Original issue reported on code.google.com by
rcdai...@gmail.com
on 25 Jul 2013 at 4:12The text was updated successfully, but these errors were encountered: