On Thu, Dec 18, 2008 at 09:44:37PM +0100, Corinna Vinschen wrote: >On Dec 18 14:11, Andrew Schulman wrote: >> > On Dec 17 18:09, Corinna Vinschen wrote: >> > > On Dec 17 09:39, Andrew Schulman wrote: >> > > > After a reboot, I ran >> > > > >> > > > strace -o strace.txt c:\cygwin-1.7\bin\bash.exe --login >> > > > >> > > > and observed the error in the shell that started. The strace output >> > > > is at >> > > > http://home.comcast.net/~aschulman2/cygwin-1.7/strace.txt.bz2 . >> > > >> > > Thanks for the strace. It's missing some information I need to track >> > > this down, so I created another DLL with some more debug output. I sent >> > > you the URL in PM. It would be nice if you could retry to create strace >> > > output using that DLL. Maybe we need a couple of iterations. I hope >> > > you don't mind. >> > >> > Oh, I forgot one point. Can you please run strace with the paranoid >> > option set as well, like this: >> > >> > strace -m all,paranoid -o strace.txt c:\cygwin-1.7\bin\bash.exe --login >> >> OK, I tried this. But like John, when I ran the shell with strace I was >> unable >> to reproduce the problem. The shell started normally :| > >Please try further. So far it's the only chance we have to track >down this problem.
Possibly adding a "-b 1000000" to the command line might influence the behavior. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/