From mboxrd@z Thu Jan 1 00:00:00 1970 From: William Gacquer To: sourcenav@sources.redhat.com Subject: Buggy Xref? Date: Mon, 26 Mar 2001 07:12:00 -0000 Message-id: <5D2A198567EED311BD0F009027A25C876CF726@SRVMAIL-ANN> X-SW-Source: 2001-q1/msg00258.html Hello I have a lot of source code to parse. The code is working pretty well ( this is the Rayman Revolution Playstation 2 game). I asked source navigator to parse the code using a #define list I provide. These #defines are correct. These are the #define of the release version. When I ask for a "Reparse Project", its crashes like this : " Error: child killed: segmentation violation during xref-generation for: public/mth/mth_flt.h Source-Navigator had a problem generating Cross-Reference information. Cross-Reference information is not complete. " Without the #define list, it runs well. How can I get the log of the x-ref generation to eventualy get the line where the problem is? Are you aware of that kind of bug? Regards, William Gacquer PS : You already know how to parse the code. Now, the next step would be to offer the opportunity to hide/unhide the code between #ifdef/#endif