Your message dated Thu, 8 May 2008 14:13:58 +0100
with message-id <[EMAIL PROTECTED]>
and subject line fwatch has been removed from Debian, closing #399702
has caused the Debian Bug report #399702,
regarding fwatch: Unable to handle kernel NULL pointer dereference at virtual 
address 00000008
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [EMAIL PROTECTED]
immediately.)


-- 
399702: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=399702
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: fwatch
Version: 0.1-alpha-3
Severity: critical

hi,

this module turns out to be unusable for me, on 2.4.33.4: loading is ok but
as soon as an attempt is made to use it, eg by fwatchread, system gets 
unstable due to Oops in subj.
Also, the module interface seems outdated, module's init() and exit() 
functions seems not what expected for current 2.4.
Finally, some C99 issues around line ~287:

    struct dentry * tmp;
    tmp = f->f_dentry;
    char filename[512];
    filename[0] = '\0';

    int error = do_revalidate(tmp);

should be re-arranged as:

    struct dentry * tmp;
    char filename[512];
    int error;
    
    tmp = f->f_dentry;
    filename[0] = '\0';
    error = do_revalidate(tmp);

but, is this module going to be dropped soon?

thanks
-- paolo



--- End Message ---
--- Begin Message ---
Version: 0.1-alpha-3+rm

The fwatch package has been removed from Debian testing, unstable and
experimental, so I am now closing the bugs that were still opened
against it.

For more information about this package's removal, read
http://bugs.debian.org/423285 . That bug might give the reasons why
this package was removed, and suggestions of possible replacements.

Don't hesitate to reply to this mail if you have any question.

Thank you for your contribution to Debian.

--
Marco Rodrigues
http://Marco.Tondela.org


--- End Message ---

Reply via email to