-
Notifications
You must be signed in to change notification settings - Fork 15
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
segfault on ubuntu 10.10 #8
Comments
Capt:
|
Are you getting a stacktrace - or just a segfault? Are you in the project directory when running capt? I'm using node v0.4.1, I'll try upgrade to 0.4.7 and see if I can repro. |
just a segfault. I tried with v0.4.1 but I am also getting a segfault. maybe it's something related to my system config, but no idea how to trace it :( |
Same here. I managed to get a core dump and a stack trace (presumably the core comes from node exec): fred@aleph:~/dev/sarin3$ capt server
warning: Can't read pathname for load map: Input/output error. |
Additionally: g++ -v |
Note also that the same is happening when running 'capt watch' |
I ran few tests on Ubuntu and tried to track the problem down. I suspect there may be an issue with a glob: the segfault happens for cases when path doesn't contain actual files for example: |
hi, I am getting a segfault when trying to start capt server or capt watch with the latest version of capt.
"capt new" works just fine.
The text was updated successfully, but these errors were encountered: