Re: Application causes STATUS_ACCESS_VIOLATION in Windows 2008

2008-12-05 Thread PPPP
wrote: > > > Thanks Larry. I ran your command and I was able to strace something. > Here is the output of the strace: > > --- Process 1052, exception C005 at 610610C5 > --- Process 3572, exception 06BA at 76A8F35F > --- Process 3572, exception 06BA at 76A8F35F > --- Process

Re: Application causes STATUS_ACCESS_VIOLATION in Windows 2008

2008-12-05 Thread Larry Hall (Cygwin)
Larry Hall (Cygwin) wrote: wrote: Larry Hall (Cygwin) wrote: So what's the command line you're using? Does the following work for you? strace -o ls.out ls /usr Thanks Larry. I ran your command and I was able to strace something. Here is the output of the strace: --- Pro

Re: Application causes STATUS_ACCESS_VIOLATION in Windows 2008

2008-12-05 Thread Larry Hall (Cygwin)
wrote: Larry Hall (Cygwin) wrote: So what's the command line you're using? Does the following work for you? strace -o ls.out ls /usr Thanks Larry. I ran your command and I was able to strace something. Here is the output of the strace: --- Process 1052, exception C005

Re: Application causes STATUS_ACCESS_VIOLATION in Windows 2008

2008-12-05 Thread PPPP
Larry Hall (Cygwin) wrote: > > wrote: >> >> Larry Hall (Cygwin) wrote: >>> >>> Perhaps a better question is why do you think investigating this problem >>> would be different with Cygwin than with any other non-Cygwin >>> application? >>> If you find there is something Cygwin-specific in

Re: Application causes STATUS_ACCESS_VIOLATION in Windows 2008

2008-12-05 Thread Larry Hall (Cygwin)
wrote: Larry Hall (Cygwin) wrote: Perhaps a better question is why do you think investigating this problem would be different with Cygwin than with any other non-Cygwin application? If you find there is something Cygwin-specific in this process that's confusing you, it might help us under

Re: Application causes STATUS_ACCESS_VIOLATION in Windows 2008

2008-12-05 Thread PPPP
Larry Hall (Cygwin) wrote: > > > Perhaps a better question is why do you think investigating this problem > would be different with Cygwin than with any other non-Cygwin application? > If you find there is something Cygwin-specific in this process that's > confusing you, it might help us unders

Re: Application causes STATUS_ACCESS_VIOLATION in Windows 2008

2008-12-04 Thread Larry Hall (Cygwin)
wrote: Hi all, My application that runs on cygwin causes a STATUS_ACCESS_VIOLATION exception in Windows 2008 and created a core file. How should I tackle this problem? How would I begin to debug this? Perhaps a better question is why do you think investigating this problem would be diff