This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Application causes STATUS_ACCESS_VIOLATION in Windows 2008


Larry Hall (Cygwin) wrote:
PPPP wrote:


Larry Hall (Cygwin) wrote:

<snip>


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 C0000005 at 610610C5
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception 000006BA at 76A8F35F
--- Process 3572, exception C0000005 at 004096B6


Which isn't very useful...how should I tackle this?

I'd recommend building you app as debug and running it through 'gdb'.
                         ^^^
                         your
That should help narrow this down quite a bit more.

-- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX Holliston, MA 01746

_____________________________________________________________________

A: Yes.
> Q: Are you sure?
>> A: Because it reverses the logical flow of conversation.
>>> Q: Why is top posting annoying in email?

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]