nathan@clusterfs.com
2007-Jan-22  14:54 UTC
[Lustre-devel] [Bug 11169] Recovery small test 16 oops with DEBUG_PAGEALLOC
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
https://bugzilla.lustre.org/show_bug.cgi?id=11169
           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |jxiong@clusterfs.com
*** Bug 11597 has been marked as a duplicate of this bug. ***
nathan@clusterfs.com
2007-Jan-24  17:07 UTC
[Lustre-devel] [Bug 11169] Recovery small test 16 oops with DEBUG_PAGEALLOC
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11169 Created an attachment (id=9416) Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: --> (https://bugzilla.lustre.org/attachment.cgi?id=9416&action=view) debug log log showing the rs getting freed before returning to ptlrpc_server_handle_request, leaving the repmsg pointing into freed memory.
nathan@clusterfs.com
2007-Jan-24  17:13 UTC
[Lustre-devel] [Bug 11169] Recovery small test 16 oops with DEBUG_PAGEALLOC
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: https://bugzilla.lustre.org/show_bug.cgi?id=11169 Created an attachment (id=9417) Please don''t reply to lustre-devel. Instead, comment in Bugzilla by using the following link: --> (https://bugzilla.lustre.org/attachment.cgi?id=9417&action=view) debug patch This patch fixes the symptom, but I''m not familiar with this area enough to know if it''s legal to set the repbuf to NULL in these cases.
nathan@clusterfs.com
2007-Jan-25  12:20 UTC
[Lustre-devel] [Bug 11169] Recovery small test 16 oops with DEBUG_PAGEALLOC
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
https://bugzilla.lustre.org/show_bug.cgi?id=11169
           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #9417 is|0                           |1
           obsolete|                            |
         AssignedTo|bugs@clusterfs.com          |nathan@clusterfs.com
Created an attachment (id=9425)
Please don''t reply to lustre-devel. Instead, comment in Bugzilla by
using the following link:
 --> (https://bugzilla.lustre.org/attachment.cgi?id=9425&action=view)
final patch
patch based on eeb''s comments