-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SystemStackError -Logging error with require 'dicom' + include DICOM #73
Comments
I've never seen this behaviour before. Quite strange. Are you able to try with a more recent version of Ruby? Regards, |
Even I am getting this error, though not sure if it is ruby-dicom error. Rails 4.0.9 application using ruby-dicom was working fine. Recently added code to upload the files to AWS-S3 and started getting this error. Loading production environment (Rails 4.0.9) |
I am having this same issue, currently working on a Rake task to send a DICOM file to a server ruby 2.3.1 UPDATE: Including |
What is your Operating system, Raul? And can you also paste your exception trace? |
i am using ubuntu 16.04
the problem occurs here:
in rails console i get this:
|
I wonder if this is related to Rails 4. My own project is still on Rails 3, so that may be why I havent experienced this issue. I am actually planning to upgrade Rails on my project soon, so I will probably encounter it and (hopefully) fix it soonish. That being said, please feel free to submit a fix yourself, if you are able to. That would definitely be appreciated! |
That's the only log I am getting.
SystemStackError (stack level too deep): dicom (0.9.6) lib/dicom/general/logging.rb:148
Ruby 1.9.3
dicom 0.9.6
Ubuntu 16.04.3
The text was updated successfully, but these errors were encountered: