[vlc-devel] commit: libvlc: Abort in case of unhandled exception. (Pierre d'Herbemont )
git version control
git at videolan.org
Wed Jun 24 07:04:54 CEST 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Tue Jun 23 22:03:57 2009 -0700| [dfa5d0bac97b05b83ba493ecf5516c1af1fc0e72] | committer: Pierre d'Herbemont
libvlc: Abort in case of unhandled exception.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dfa5d0bac97b05b83ba493ecf5516c1af1fc0e72
---
src/control/core.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/control/core.c b/src/control/core.c
index ececd0e..4a258d2 100644
--- a/src/control/core.c
+++ b/src/control/core.c
@@ -71,6 +71,7 @@ static void libvlc_exception_not_handled( const char *psz )
{
fprintf( stderr, "*** LibVLC Exception not handled: %s\nSet a breakpoint in '%s' to debug.\n",
psz, __func__ );
+ abort();
}
void libvlc_exception_raise( libvlc_exception_t *p_exception,
More information about the vlc-devel
mailing list