• Damjan Jovanovic's avatar
    #i127165# Clicking "No" in Java dialog causes abnormal exit on FreeBSD · 275753a7
    Damjan Jovanovic yazdı
    XSingleComponentFactory::createInstanceWithArgumentsAndContext()
    throws an Exception, not a RuntimeException. This was causing
    an abort on FreeBSD when "No" is clicked in the Java dialog,
    as JavaComponentLoader::activate() throws a
    CannotActivateFactoryException which is a subclass of Exception
    but not RuntimeException, and the scripting ProviderCache wrongly
    catches only RuntimeException. The missed CannotActivateFactoryException
    was going to unexpected(), which calls abort()...
    
    Patch by: me
    275753a7
Adı
Son kayıt (commit)
Son güncelleme
..
ActiveMSPList.cxx Loading commit data...
ActiveMSPList.hxx Loading commit data...
BrowseNodeFactoryImpl.cxx Loading commit data...
BrowseNodeFactoryImpl.hxx Loading commit data...
MasterScriptProvider.cxx Loading commit data...
MasterScriptProvider.hxx Loading commit data...
MasterScriptProviderFactory.cxx Loading commit data...
MasterScriptProviderFactory.hxx Loading commit data...
ProviderCache.cxx Loading commit data...
ProviderCache.hxx Loading commit data...
ScriptImpl.cxx Loading commit data...
ScriptImpl.hxx Loading commit data...
ScriptingContext.cxx Loading commit data...
ScriptingContext.hxx Loading commit data...
URIHelper.cxx Loading commit data...
URIHelper.hxx Loading commit data...
exports.dxp Loading commit data...
makefile.mk Loading commit data...
provider.xml Loading commit data...