All of lore.kernel.org
 help / color / mirror / Atom feed
From: Niraj Kulkarni <kulkarniniraj14@gmail.com>
To: linux-ext4@vger.kernel.org
Subject: Help required for Debugging JBD
Date: Tue, 21 Jun 2011 22:22:06 +0530	[thread overview]
Message-ID: <4E00CC36.80707@gmail.com> (raw)

Hi all,
         I have modified my JBD (no change to Ext3) to support 
Transactional-Flash. For that I require only to collect metadata and 
data blocks and send them simultaneously (no transaction record, revoke 
record etc).
        The problem is, though it works well for small number of 
operations, the kernel completely hangs when I run any benchmark (like 
blogbench or postmark) over them. The bad thing is that there is no 
trace left afterwards, ie logs don't contain any message since the 
operation was started, kernel OOPS are not shown, no faults are shown, 
no panic is shown even though I have enabled panic on hard/soft lockup. 
I have to hard reboot machine each time.
         So essentially, I am totally clueless about the point  at which 
it is crashing or reason behind it. There is a small possibility that 
bug may be in modified MTD layer (which I've written myself), but since 
I have run unmodified Ext3 on that MTD layer without any bug, the chance 
of buggy MTD layer appears very slim.

Any help in greatly appreciated.

Niraj

             reply	other threads:[~2011-06-21 16:54 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-06-21 16:52 Niraj Kulkarni [this message]
2011-06-22  6:43 ` Help required for Debugging JBD Amir Goldstein
2011-06-22 18:27   ` Niraj Kulkarni
2011-06-22 19:29     ` Amir Goldstein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4E00CC36.80707@gmail.com \
    --to=kulkarniniraj14@gmail.com \
    --cc=linux-ext4@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.