Bug 1209830
| Summary: | [abrt] ocaml-runtime: sweep_slice(): ocamlrun killed by SIGSEGV | ||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | lambda.xy.x | ||||||||||||||||||||||
| Component: | ocaml | Assignee: | Richard W.M. Jones <rjones> | ||||||||||||||||||||||
| Status: | CLOSED DEFERRED | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||||||||||||||||||||
| Severity: | unspecified | Docs Contact: | |||||||||||||||||||||||
| Priority: | unspecified | ||||||||||||||||||||||||
| Version: | 21 | CC: | c.david86, rjones | ||||||||||||||||||||||
| Target Milestone: | --- | ||||||||||||||||||||||||
| Target Release: | --- | ||||||||||||||||||||||||
| Hardware: | x86_64 | ||||||||||||||||||||||||
| OS: | Unspecified | ||||||||||||||||||||||||
| URL: | https://retrace.fedoraproject.org/faf/reports/bthash/d4646afd20f7e315cadb0e19bc13d9e5b8fd579d | ||||||||||||||||||||||||
| Whiteboard: | abrt_hash:0d5cb82853308ad04f40e764caf6a92fff85c4cb | ||||||||||||||||||||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||||||||||||||||||||
| Doc Text: | Story Points: | --- | |||||||||||||||||||||||
| Clone Of: | Environment: | ||||||||||||||||||||||||
| Last Closed: | 2015-04-08 14:09:10 UTC | Type: | --- | ||||||||||||||||||||||
| 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
lambda.xy.x
2015-04-08 09:52:27 UTC
Created attachment 1012150 [details]
File: backtrace
Created attachment 1012151 [details]
File: cgroup
Created attachment 1012152 [details]
File: core_backtrace
Created attachment 1012153 [details]
File: dso_list
Created attachment 1012154 [details]
File: environ
Created attachment 1012155 [details]
File: exploitable
Created attachment 1012156 [details]
File: limits
Created attachment 1012157 [details]
File: maps
Created attachment 1012158 [details]
File: open_fds
Created attachment 1012159 [details]
File: proc_pid_status
It really could be almost anything. Maybe it's really running out of memory, or perhaps there is a bug in one of the C bindings you are using. Some suggestions: (1) Sprinkle calls to `Gc.compact ()' liberally throughout the code. That should cause it to crash closer to the place where memory corruption is happening. (2) Upgrade to the OCaml packages from Rawhide [you can do this on top of existing F21 - it's what I do] and see if the bug can be reproduced. (3) Run the test programs under valgrind. We do this for libguestfs OCaml test programs, and it often uncovers real bugs in both the OCaml and C code and bindings. Hi Richard, thanks for the input! In the meantime i've upgraded to opam's version 4.0.2 and removed the fedora packages from the system to prevent a version mixup. The big example only crashes if i also add the smaller examples - interestingly, there is no "out of memory" error message anymore. I'll see to go for options 1) and 3), and report back. If you find bugs in the opam-installed OCaml packages, then this is *not* the place to report them. Yes, since the problem persists in the opam version, it is not related to the fedora build. I'll mark the issue as deferred and report my findings to the ocaml development team. Thanks again for your help! |