Bug 1095942
| Summary: | oo-admin-move stacktraces on a scaled app | ||||||
|---|---|---|---|---|---|---|---|
| Product: | OpenShift Online | Reporter: | Sten Turpin <sten> | ||||
| Component: | Image | Assignee: | Vojtech Vitek <vvitek> | ||||
| Status: | CLOSED CANTFIX | QA Contact: | libra bugs <libra-bugs> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 2.x | CC: | abhgupta, hripps | ||||
| Target Milestone: | --- | Keywords: | UpcomingRelease | ||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2014-05-15 15:36:32 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
|
Description
Sten Turpin
2014-05-08 21:44:47 UTC
Created attachment 893795 [details]
redacted snippets from the broker log
> gems/json-1.8.1/lib/json/common.rb:67: [BUG] unknown type 0x22 (0xc given)\nruby 1.9.3p448 (2013-06-27) [x86_64-linux] > scl enable ruby193 "ruby -v" ruby 1.9.3p448 (2013-06-27) [x86_64-linux] Accoring to https://github.com/tyne/tyne/issues/19#issuecomment-27873129, this is related to combination of json-1.8.1 gem and ruby 1.9.3p448. They advice to downgrade ruby to 1.9.3p125 and claims it fixes the bug. I guess it's not the right direction for us.. It seems like the json gem is built against wrong version of ruby (not against ruby193 scl). We can check with: $ readelf /var/lib/openshift/532cfc07500446a0a0000119/.gem/gems/json-1.8.1/lib/json/ext/parser.so -a | grep libruby sten:
> readelf /var/lib/openshift/532cfc07500446a0a0000119/.gem/gems/json-1.8.1/lib/json/ext/parser.so -a | grep libruby
> 0x0000000000000001 (NEEDED) Shared library: [libruby.so.1.8]
So it's confirmed. The json rubygem is built against wrong ruby version. It's 1.8 instead of 1.9.3.
Closing CANTFIX.
|