Re: problem with cscope and 2.4-test8 source file

2000-09-18 Thread Albert D. Cahalan
Rusty writes: > In message <[EMAIL PROTECTED]> you write: >> * Mark Salisbury <[EMAIL PROTECTED]> [000918 07:32]: >>> the source file linux/fs/hpfs/super.c >>> >>> from kernel version 2.4-test8 causes cscope to core dump during >>> the database generation phase. >>> >>> the problem is the extrem

Re: problem with cscope and 2.4-test8 source file

2000-09-18 Thread Rusty Russell
In message <[EMAIL PROTECTED]> you write: > * Mark Salisbury <[EMAIL PROTECTED]> [000918 07:32]: > > the source file linux/fs/hpfs/super.c > > > > from kernel version 2.4-test8 causes cscope to core dump during the database > > generation phase. > > > > the problem is the extremely long printk()

Re: problem with cscope and 2.4-test8 source file

2000-09-18 Thread Andreas Dilger
Mark Salisbury writes: > the source file linux/fs/hpfs/super.c > > the problem is the extremely long printk() string starting on line 280 in the > function static inline void hpfs_help(void){} > > simply breaking up this printk up into several smaller printk's solves the > problem. Looking at t

Re: problem with cscope and 2.4-test8 source file

2000-09-18 Thread Joshua Uziel
* Mark Salisbury <[EMAIL PROTECTED]> [000918 07:32]: > I use cscope version 13.7 (on solaris 2.6) There is an open sourced version of cscope released under a BSD license at http://cscope.sourceforge.net/ ... > the source file linux/fs/hpfs/super.c > > from kernel version 2.4-test8 causes cscope

problem with cscope and 2.4-test8 source file

2000-09-18 Thread Mark Salisbury
I use cscope version 13.7 (on solaris 2.6) the source file linux/fs/hpfs/super.c from kernel version 2.4-test8 causes cscope to core dump during the database generation phase. the problem is the extremely long printk() string starting on line 280 in the function static inline void hpfs_help(voi