From: Gustaf N. <ne...@wu...> - 2014-10-22 07:46:21
|
Am 21.10.14 23:10, schrieb Andrew Piskorski: > Ah, I see: ServiceMain() explicitly passes in a NULL initProc: > > Ns_Main((int)argc, argv, NULL); > > So, is it supposed to be passing in something else, or is it ok for > that to be NULL and the assertion is inappropriate in this case? sorry, I've added this nonnull constraint, which was too eager. I missed that invocation path via windows. This is fixed in the bitbucket tip -g |