From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: Laurent Lopez Cc: Subject: Re: snavigator 452 freeze while referenceing Linux kernel code Date: Mon, 04 Dec 2000 16:22:00 -0000 Message-id: References: <14891.47853.857633.853088@verif03.fty.cstelecom.com> X-SW-Source: 2000-q4/msg00299.html In fact a single file make snavigator 4.5.2 freeze, this file is added to this mail. Just put this file in a directory and try to create a new projetc with this directory. Snavigator seems to enter in an endless loop while the "Scanning Project ..." window is open. The following technique may help -- I use it often. $ echo arch.c > file.list $ gdb /path/to/cbrowser -y file.list -p /bin/cat (-y says where to find the file manifest, -p says which program will process the parser's output--which is usually dbimp). I would normally try to look into this myself, but I'm very busy right now. Good luck!