On 4/4/07, Steven Knight <[EMAIL PROTECTED]> wrote: > > > On Apr 4, 2007, at 1:17 PM, Steven Knight wrote: > > > Hi, > > I'm running fish[1] as my shell under iTerm[2]. fish will start up and run > for a while and then it will crash and kill iTerm. I will be running any > number of programs: vim, sqlplus, gqlplus, less, etc. I don't believe the > problem is iTerm. Using zsh as my shell does not cause the sudden crashes. > > As anyone else experienced this problem? What can I do to help fix this > problem? > > [1] I've tired both the lasted release and the latest code from darcs. > [2] A terminal emulator for Mac OS X, http://iterm.sourceforge.net/, running > version 0.9.5.0315 ( this is in the newest version available ). > > Thanks, > > Hi, > > Thanks for all the responses. The next time fish crashes I'll send any > output from the crash. I'll try both using sh/bash and using Terminal.
Excellent. Hopefully we can sort this all out. As Claes suggested above, also consider generating a core dump. To make fish (and all processes started by fish) dump core when they crash, use this command: echo ulimit --core-size unlimited >>~/.config/fish/config.fish When fish crashes, you should be able to fins a core dump in your home directory. Also, one quick question: When fish and iTerm exit, are you ever running more than one tab in iTerm? Axel > > Thanks, > > =============================================== > | Steven Knight > [EMAIL PROTECTED] | > | UNH Research Computing Center 603-862-3042 | > =============================================== > -- Axel ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys-and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ Fish-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fish-users
