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

Re: make win32 crash report public?

From: Lieven Govaerts <svnlgo_at_mobsol.be>
Date: Sat, 03 May 2008 09:39:51 +0200

Martin Hauner wrote:
> Hi,
>
> I would like to use svn's windows crash report in my client. Am I
> allowed to make it a public api? ;-)

Sure, if that makes it more useful to you.
>
> I would like to make "svn__unhandled_exception_filter" public

Hm, why?

> and add api call(s) to supress or change the stderr message in it and to
> customize "CRASHREPORT_EMAIL" and "LOGFILE_PREFIX". Maybe i also want to
> change the MINIDUMP_TYPE in write_minidump_file.
>
> Something like
>
> svn_crashrpt.h:
> svn_crashrpt_unhandled_exception_filter

> svn_crashrpt_init_message(const char*)
> svn_crashrpt_init_email(const char*)

Or, make a new callback function 'svn_crashrpt_report' that takes the
log & dump filenames? This allows you to print an error message, show a
popup or do whatever you like with it.

> svn_crashrpt_init_log_prefix(const char*)
> svn_crashrpt_init_minidump_type(...)
>

Why not make one callback that requests all of the needed info? This
looks more consistent with the rest of the API.

Lieven

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-05-03 09:40:01 CEST

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

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