Re: help trying to locate sigsegv error please
Re: help trying to locate sigsegv error please
- Subject: Re: help trying to locate sigsegv error please
- From: Ben Dougall <email@hidden>
- Date: Fri, 15 Aug 2003 19:17:07 +0100
On Friday, August 15, 2003, at 12:01 pm, Alastair J.Houghton wrote:
On Friday, August 15, 2003, at 11:44 am, Ben Dougall wrote:
On Friday, August 15, 2003, at 12:59 am, publiclook wrote:
run your application in the debugger. When it crashes, the debugger
will show you where and why.
i had tried that and nothing happened. no information, no error. i
don't think i'd left it long enough to fail though. it must go much
slower under gdb.
Things run at exactly the same speed under GDB (as long as you are
just "run"ning them and aren't using e.g. conditional breakpoints).
It sounds like you found the problem, anyway.
right. seems a little odd then because it crashed while run from
clicking build and run, but when i clicked build and debug the gdb
window opened, "program loaded" then "running.." in the bottom left,
then the app opened, i opened the same test file from my app that
previously made my app crash and then from then on - nothing. no crash,
no info. the only notable thing was the red stop button was active
which indicated to me that the app was running, but nothing else.
with a separate problem the app did crash from a run from gdb and gdb
did have some information. must have been something about the
particular bug in question. but yes, i did find out that i was going
past the end of the data object.
thanks.
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.