On 2006.09.08 21:30:46 +0200, Tobias Klauser wrote: > On 2006-09-08 at 19:54:40 +0200, Björn Steinbrink <[EMAIL PROTECTED]> wrote: > > Package: cscope > > Version: 15.5+cvs20060902-2 > > Severity: normal > > > > When I try to build a cscope index using the -q option, cscope > > segfaults. If the -q option is not used, it works. This seems to require > > a rather big project to be seen, a kernel source tree is sufficient to > > trigger it here. > > Is wasn't able to reproduce this here with a kernel source tree. Can you > describe the steps you followed in detail please, so I might be able to > reproduce this bug?
This is with an up-to-date git tree of linux-2.6: [EMAIL PROTECTED]:~/src/kernel/linux-2.6$ cscope -qbkRp2 Segmentation fault Leaving out most options: [EMAIL PROTECTED]:~/src/kernel/linux-2.6$ cscope -qbR Segmentation fault Leaving out -q: [EMAIL PROTECTED]:~/src/kernel/linux-2.6$ cscope -bR [EMAIL PROTECTED]:~/src/kernel/linux-2.6$ Not using -q in the first call also succeeds, so the other options appear not to be related. -b is also unrelated but to keep the output readable I kept it. Note that this happens on my SMP x86_64 box as well as on my UP x86 laptop (both Sid), so I don't think that it's a hardware problem. Thanks Björn -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

