[dmd-internals] Assertion failed: (len <= 6), function OmToHeader, file libmach.c, line 168., m

Benjamin Shropshire benjamin at precisionsoftware.us
Thu Jun 17 21:57:35 PDT 2010


Walter Bright wrote:
>
> Here's the asserting code:
>
>    len = sprintf(h->user_id, "%u", om->user_id);
>    assert(len <= 6);
>
> I'd add a printf to see what your user_id is.
>

Why does dmd ever even need to look at UIDs/GIDs?



More information about the dmd-internals mailing list