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) -
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
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
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
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 -
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
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
7 matches
Mail list logo