Re: bash died waiting for longjmp before initialization

2011-04-14 Thread Lonni J Friedman
Hi Ryan, Thanks for your reply. I have to admit, I had never heard of the concept of a rebase until you mentioned it. After googling, it sounds like this is what I should try? http://www.heikkitoivonen.net/blog/2008/11/26/cygwin-upgrades-and-rebaseall/ If so, I guess I can give that a try on one

Re: bash died waiting for longjmp before initialization

2011-04-14 Thread Ryan Johnson
I haven't had bash crash on me, but I do get other fork-related errors on my win7-x64 system. You might try running the attached testcase (make && ./fork) a few times to see if it reproduces the problem. For me it usually complains about access violations during the fork and sometimes dies wai