I am calling Rpam.auth() from a Rails 3.2.6 project (Ruby 1.9.3-p125), which is causing WEBrick to crash with the following error:
Trace/BPT trap: 5
In the user class, I am requiring rpam, which has been installed via bundler. Not too much else being done here.
I am calling
Rpam.auth()from a Rails 3.2.6 project (Ruby 1.9.3-p125), which is causing WEBrick to crash with the following error:Trace/BPT trap: 5In the user class, I am requiring rpam, which has been installed via bundler. Not too much else being done here.