Bug#386595: cscope segfaults when using the -q option

2006-09-28 Thread Tobias Klauser
tags 386595 + patch thanks, control On 2006-09-28 at 02:04:31 +0200, Mike Stroyan <[EMAIL PROTECTED]> wrote: > The problem here seems to have crept in when trying to remove > magic numbers related to the size of a long. One expression that used > to be "3" was rewritten to use "(sizeof(long) -

Bug#386595: cscope segfaults when using the -q option

2006-09-27 Thread Mike Stroyan
The problem here seems to have crept in when trying to remove magic numbers related to the size of a long. One expression that used to be "3" was rewritten to use "(sizeof(long) - 1)". But the correct value in that line really is "3" even when sizeof(long) is not 4. Here is a patch. *** src/i

Bug#386595: cscope segfaults when using the -q option

2006-09-09 Thread [EMAIL PROTECTED]
Package: cscope Version: 15.5+cvs20060902-2 Debian Release: testing/unstable Architecture: amd64 (x86_64) Kernel: Linux 2.6.17.11 libc6 : 2.3.999.2-12 I've found this same problem some days ago,but I've found it een without the -q option,this is the bt : cscope -bkRp2 (gdb) bt #0 0x2b4fcc88

Bug#386595: cscope segfaults when using the -q option

2006-09-09 Thread Tobias Klauser
tags 386595 + confirmed thanks On 2006-09-08 at 23:38:14 +0200, Björn Steinbrink <[EMAIL PROTECTED]> wrote: > 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

Bug#386595: cscope segfaults when using the -q option

2006-09-08 Thread Björn Steinbrink
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 -

Bug#386595: cscope segfaults when using the -q option

2006-09-08 Thread Tobias Klauser
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 b

Bug#386595: cscope segfaults when using the -q option

2006-09-08 Thread Björn Steinbrink
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. -- System In