-
Notifications
You must be signed in to change notification settings - Fork 84
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
seems to be working fine with Lion for me #3
Comments
Thanks for your feedback! Is there any chance you are using Terminal instead of iTerm? I have several reports from iTerm users, but the panic report (linked in the commit message of 51bbc9f) described using either/both iTerm and Terminal (it was not clear). If I get a success report from someone using tmux and the wrapper under Lion’s Terminal, then I will feel more comfortable about re-pushing something like 8c5ea5f. |
Ah. I am using iTerm, not Terminal. |
Just so you know, I'm the one who reported the kernel panics. I just reported another with 10.7.2. I've experienced them with both iTerm and Terminal. The latest was with iTerm and I wasn't even using this pasteboard program. So at least in my case, I don't actually think the pasteboard program is at fault... |
@tgray: Thanks for the extra feedback! I am sad to hear that you are still having panics, though. |
i have the problem under 10.7 that once i add reattach-to-user-namespace : |
@locojay: Please open a new issue since your problem is not related to dsanson’s report that started this issue. I do not have a 10.7 installation, but I have never seen a problem where a shell randomly fails to start up (under 10.6). I have sometimes run into process limits (i.e. You could start investigating by using Activity Monitor to examine what processes are running under tmux when you see this happen. If you use the “All Processes, Hierarchically” view, you should be able to pick out the tmux server and Sample or Inspect it or its children to try to see what they are doing (you can probably identify the newest child—your prime suspect—by its PID: usually the highest number, unless your tmux server has lived through a wrap-over of the PIDs). If the problem is happening inside tmux, then you may need to run it in verbose mode to collect a log. |
thanks i opened issue #5 |
Just wanted to drop a note saying that this has been working fine for me on Lion. I use it regularly, and have not noticed any kernel panics. I was using build 51bbc9f, but annoyed by the warning message, so am now running 8c5ea5f.
The text was updated successfully, but these errors were encountered: