| Anonymous | Login | Signup for a new account | 2013-05-23 20:16 CEST | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | |||
| 0005335 | OCaml | OCaml general | public | 2011-08-14 13:47 | 2012-09-25 20:06 | |||
| Reporter | dim | |||||||
| Assigned To | xclerc | |||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||
| Status | closed | Resolution | fixed | |||||
| Platform | OS | OS Version | ||||||
| Product Version | ||||||||
| Target Version | Fixed in Version | 3.12.1+dev | ||||||
| Summary | 0005335: Unix.environment segfault after a call to clearenv | |||||||
| Description | After a call to clearenv the C variable environ is set to NULL and this make Unix.environment to segfault: # #require "extunix";; /usr/lib/ocaml/unix.cma: loaded /usr/lib/ocaml/extunix: added to search path /usr/lib/ocaml/extunix/extunix.cma: loaded # ExtUnix.Specific.clearenv ();; - : unit = () # Unix.environment ();; Erreur de segmentation | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2011-08-14 13:47 | dim | New Issue | |
| 2011-09-05 11:25 | xclerc | Status | new => resolved |
| 2011-09-05 11:25 | xclerc | Fixed in Version | => 3.12.1+dev |
| 2011-09-05 11:25 | xclerc | Resolution | open => fixed |
| 2011-09-05 11:25 | xclerc | Assigned To | => xclerc |
| 2012-09-25 20:06 | xleroy | Status | resolved => closed |
| Copyright © 2000 - 2011 MantisBT Group |