[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Subversion core dumping...

From: Peter N. Lundblad <peter_at_famlundblad.se>
Date: 2005-02-08 15:25:43 CET

On Tue, 8 Feb 2005, Gerard Samuel wrote:

> Peter N. Lundblad wrote:
>
> >>I still have the last core dump if anyone wants to inspect it.
> >>Email me off-list as its ~ 2.5M
> >>
> >>
> >>
> >If you could produce a backtrace with a debugger, that would be useful.
> >then we could see where it crashed.
> >
>
> I've never used gdb before, but this is what I got.
> Im not sure if its what you're looking for ->
>
> $ gdb -c svn.core

I always specify both the executable and the core file on the cmd line,
but I don't know if that's necessary:
gdb svn core

...
> Program terminated with signal 6, Aborted.
> #0 0x283fbaaf in ?? ()
Then, the "bt" command wil give you a list of the active function calls
where it crashes. That's a backtrace and what I'm looking for:-)

Regards,
//Peter

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 8 15:26:58 2005

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.