Re: [Linux-igd-devel] About linux igd
Status: Beta
Brought to you by:
krazydime
From: Nektarios K. P. <npa...@in...> - 2008-01-29 08:49:41
|
jimmy wrote: > Hi Nek: Hi Jimmy, > I have tried to send to igd-devel > lin...@li... ,but my mail server > replied me that igd-devel mail server has some SMTP problem, so my mail > server can't > send the mail. I don't know if this was my school mail server's problem > or igd's. But i did receive igd-devel's > info mail when i subscribe the mailing list. It's very weird... I will > try to ask our school's mail administrator for that. ...so for the time being I'll keep the ml CC'd in my replies (for the record) > Except that, I am willing to announce any issue i found or patch. Is > there any way to post infomation to igd-devel ? Web forum ? You can find the linux-igd forums here[1], I guess 'Help' is the better place to post messages. Regarding issues/patches there is the project Tracker[2], you can use 'Bugs' or 'Patches' respectively. > And I am wondering, is everyone can merge their code to igd's CVS ? There are a couple of developers with commit access to the CVS, but they of course work on the project on a volunteer basis. So, you can't tell when they'll be available to review and merge you patch. > > Actually, I don't know how to use command, CVS address, and what's worst You mean you can't check out the code ? Or that you can not commit your changes? If the former, then there are good instructions here[3]. If the later, then it is normal. You can't! Only the developers[4] of the project can ;-) > is that I am using igd version 1.0 , > and add lot's of debug messages, and manually merged your patch to it > instead of using command > "patch" to patch : ( My patch is against an older version and would not apply cleanly on 1.0. > > Thanks you for sending me your patch for the problem "closing tag", > originally I modified it > via replacing && with || > > && (bool_enabled = GetFirstDocumentItem(ca_event->ActionRequest, > "NewEnabled") ) > || desc = GetFirstDocumentItem(ca_event->ActionRequest, > "NewPortMappingDescription")) This would be wrong. It would effectively disable all other checks in case that desc is not NULL. > > But when i saw your patch, i found yours is better and safer. > > By the way, Did you notice that after run a period of time (for me, when > I leave school in the night, next day it always crash.), > igd will cause memory leak, and system crash? It happens whenever I am > using tools to verify or not. > I searched that in the devel forum and google, some users have same > problem, but no one knows the root cause exactly . > Do you have any idea about that ? To be honest, I actively worked with igd a lot time ago. Back then I didn't notice such crashes, but never got the chance to extensively test the current version. > > Regards > Jimmy > Cheers, Nek [1]http://sourceforge.net/forum/?group_id=52728 [2]http://sourceforge.net/tracker/?group_id=52728 [3]http://sourceforge.net/cvs/?group_id=52728 [4]http://sourceforge.net/project/memberlist.php?group_id=52728 -- nek |