strongloop / strong-oracle

Deprecated: Node.js Driver for Oracle databases (Use https://github.com/oracle/node-oracledb instead)
Other
45 stars 18 forks source link

Remove segfault-handler #66

Closed sam-github closed 8 years ago

sam-github commented 8 years ago

It sets up process wide handling of SIGSEGV, a policy decision that should be left to the app developer, not made by low-level packages.

bajtos commented 8 years ago

@raymondfeng I think you know most about this codebase, could you please review?

raymondfeng commented 8 years ago

The initial purpose to use segfault-handler is to dump out stacktraces. I'm fine either way.