Browse thread
ocamldebug on cygwin: unable to remap dllunix.so, rebase doesn't help
- Misha Aizatulin
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2009-12-30 (02:18) |
From: | Misha Aizatulin <avatar@h...> |
Subject: | ocamldebug on cygwin: unable to remap dllunix.so, rebase doesn't help |
hi all, I have the following problem running ocamldebug on cygwin 1.7.1: ------------------------------------------------------------------- $ ocamldebug symtrace client.txt Objective Caml Debugger version 3.11.1 (ocd) run Loading program... 2 [main] ocamlrun 5824 C:\programs\cygwin\usr\local\bin\ocamlrun.exe: *** fatal error - unable to remap \\?\C:\programs\cygwin\usr\local\lib\ocaml\stublibs\dllunix.so to same address as parent: 0x370000 != 0x3B0000 4 [main] ocamldebug 3268 fork: child 5824 - died waiting for dll loading, errno 11 ------------------------------------------------------------------- rebaseall doesn't help. I suspect that flexlink might be to blame, as I was able to use ocamldebug before I installed flexlink. Has anyone seen this before? Best, Misha