[DGD] kernel question
Shentino
shentino at gmail.com
Fri Dec 7 19:17:36 CET 2007
On Dec 5, 2007 8:52 PM, chris . <psych_mayo at hotmail.com> wrote:
>
> since we misunderstood one another ill rephrase:
> the kernel lib is giving the new connection to the old user object.
> In my situation, this old user object happens to be player.c, which
> is not the login.c that telnetd returns for select. So now i have an
> ugly bug.
> I was thinking i could do call_trace() in player->login(). Wouldnt
> the call_trace reveal whether i had accessed player->login() by
> logging in or else by reconnecting to a linkdead user?
>
> I could probably just code a check in player->login() knowing this
> nuance of the kernel library. I had actually thought i coded something
> dreadful for awhile, but couldnt figure out where i had gone wrong.
> This conversation has helped give me some clarity anyway.
>
> _________________________________________________________________
> Put your friends on the big screen with Windows Vista(R) + Windows Liveā¢.
> http://www.microsoft.com/windows/shop/specialoffers.mspx?ocid=TXT_TAGLM_CPC_MediaCtr_bigscreen_102007___________________________________________
> https://mail.dworkin.nl/mailman/listinfo/dgd
Oh, the NEW connection to the OLD object...
Well...that is tricky I'll say that. I'll have to admit I haven't
figured out how to do that yet.
More information about the DGD
mailing list