• Z
    Add function to disable paddle signal handler (#34577) (#35366) · 06d47ff7
    Zhanlue Yang 提交于
    * Add function to disable paddle signal handler
    
    Paddle used google::InstallFaultSignalHandler to handle selected system signals,
    mainly for debugging and bug report purposes.
    
    However, this can be conflicted with other python packages whoever captures similar signals.
    Such python package involves tvm and more
    
    To resolve this issue, we support a function to disable signal handler
    
    * Remove signal test from WIN32 platform
    
    * Remove redundant return from disable_signal_handler() function
    
    * Add detailed messages to en_doc
    06d47ff7
init.h 1.7 KB