| Anonymous | Login | Signup for a new account | 2013-06-19 10:39 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 | |||||||
| 0005930 | OCaml | OCaml tools (ocaml{lex,yacc,dep,browser}) | public | 2013-02-23 23:24 | 2013-05-31 13:58 | |||||||
| Reporter | sliquister | |||||||||||
| Assigned To | gasche | |||||||||||
| Priority | normal | Severity | minor | Reproducibility | always | |||||||
| Status | resolved | Resolution | fixed | |||||||||
| Platform | OS | OS Version | ||||||||||
| Product Version | ||||||||||||
| Target Version | Fixed in Version | 4.00.2+dev | ||||||||||
| Summary | 0005930: ocamldep leaks temporary files in trunk | |||||||||||
| Description | Any call to ocamldep with a preprocessor leaks the temporary file /tmp/ocamlppXXXXXX. commit 12769 removes this line in ocamldep: - close_in ic; remove_preprocessed input_file; raise x and doesn't put the call to remove_preprocessed anywhere. | |||||||||||
| Steps To Reproduce | /tmp$ ocamlc -version 4.01.0+dev10-2012-10-16 /tmp$ echo ocamlpp* ocamlpp* /tmp$ touch a.ml /tmp$ ocamldep -pp cat a.ml a.cmo : a.cmx : /tmp$ echo ocamlpp* ocamlpp2fccf9 /tmp$ | |||||||||||
| Tags | No tags attached. | |||||||||||
| Attached Files | ||||||||||||
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2013-02-23 23:24 | sliquister | New Issue | |
| 2013-02-24 10:14 | gasche | Note Added: 0008898 | |
| 2013-02-24 10:14 | gasche | Status | new => resolved |
| 2013-02-24 10:14 | gasche | Fixed in Version | => later |
| 2013-02-24 10:14 | gasche | Resolution | open => fixed |
| 2013-02-24 10:14 | gasche | Assigned To | => gasche |
| 2013-05-31 13:58 | gasche | Fixed in Version | later => 4.00.2+dev |
| Copyright © 2000 - 2011 MantisBT Group |