Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tabspace64 crash with certain arguments #226

Open
GoogleCodeExporter opened this issue May 13, 2015 · 2 comments
Open

Tabspace64 crash with certain arguments #226

GoogleCodeExporter opened this issue May 13, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

Can you attach a test file please?

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

@GoogleCodeExporter
Copy link
Author

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:

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant