abrt 1.0.9 detected a crash. architecture: i686 Attached file: backtrace cmdline: /usr/bin/cscope -dl -f cscope.out component: cscope executable: /usr/bin/cscope global_uuid: 3305b0c6520ee9b4c19cc027db7303fd750b2eff kernel: 2.6.33.2-57.fc13.i686 package: cscope-15.6-8.fc12 rating: 4 reason: Process /usr/bin/cscope was killed by signal 6 (SIGABRT) release: Fedora release 13 (Goddard) comment ----- starting vi Error detected while processing /etc/vimrc: line 39: cs_read_prompt EOF: Success E609: Cscope error: cscope: invlib.c:566: invopen: Assertion `invcntl-aram.sizeblk == sizeof(t_logicalblk)' failed. /etc/vimrc line 38ff if filereadable("cscope.out") cs add cscope.out
Created attachment 411252 [details] File: backtrace
was the cscope database that was used in this case built on a system of a different width/endianess by any chance?
hey Neil, yeah that's true I switched from x86_64 to i386. Good catch. :)
Yeah, that will do it. The cscope.out database is (unfortunately) built in such a way that various field sizes are different dependent on arch, so you need to re-generate the cscope.out database, or you get garbage. Sorry.