External libraries in particular make liberal use of assert() calls, which bypass error catching, sometimes causing crashes rather than catch errors and moving on.
External libraries in particular make liberal use of assert() calls, which bypass error catching, sometimes causing crashes rather than catch errors and moving on.