On Wed, 2005-03-16 at 15:08 +0300, Artem B. Bityuckiy wrote: > I don't see any reason why the NULL dereferencing might happen after the > "jffs2_flash_writev(): Non-contiguous write to.." output. BUG() > should be called instead. >From include/asm-arm/bug.h #define BUG() (*(int *)0 = 0) This is a NULL pointer dereference. tglx