Lib change leads to larger executables
David Gileadi
foo at bar.com
Mon Feb 26 07:58:43 PST 2007
Bill Baxter wrote:
> Walter Bright wrote:
>> Bill Baxter wrote:
>>> I see hangs occasionally even for small programs. Even on single
>>> files compiled with dmd -run. Every time it happens if I Ctrl-C kill
>>> it and run the same command again, everything is fine. Frequency is
>>> maybe like 1 out of every 50 compiles.
>>
>> I've never seen optlink crash except on known cases where there's a
>> gigantic amount of static data. If you've got more conventional cases,
>> please post a bug report with a reproducible case.
>
> Hmm, well it's not crashing just hanging. And it may not be optlink but
> dmd. I do all my work on an external usb/firewire drive so that could
> be an issue (like optlink waiting for a file lock to be released?). Also
> it doesn't happen very often. Maybe 1 out of 50 is too high an
> estimate. More like once every few days (and I recompile things a lot).
>
> It always works if I Ctrl-C and try again, so a repro will be difficult.
>
> Other possibilities -- I also started using a cmd wrapper called
> "Console" about the same time as getting into D, so maybe that could
> also be related I suppose. [http://sourceforge.net/projects/console/].
> It is a bit flaky at times.
>
> In short it's really not a big issue. Just something I see
> occasionally. I posted it mostly to see if anyone else was silently
> seeing the same sorts of things. If no-one else has seen this then it's
> most likely due to something in my particular setup.
>
> --bb
I've seen it before compiling the wxD samples. I'm running a Pentium 4
hyperthreaded. As you say, it's a hang, it's occasional, but I wouldn't
say 1 in 50--it bites me just about every time I compile all the wxD
samples, so more like 1 in 15 for me.
-Dave
More information about the Digitalmars-d
mailing list