SegFault will importing some files from OpenOffice

Ben Elliston bje@redhat.com
Sat Dec 23 14:05:00 GMT 2000


Hi Kevin,

   Unfortunately, during the initial project import, both of the attached
   header files created a SIGSEGV.  I continued the import after each
   one.  Both files seems to show functions with very very long arguments
   lists.

I parsed both of these files using S-N 4.52 on a Red Hat Linux 7 system and
encountered no problems.  What version of S-N are you using and on what
platform are you running it?

What do you get if you do this?

	$ echo InstallEnvironment.hpp undgraut.hxx > file.list
	$ gdb install/bin/cbrowser
	(gdb) run -p /bin/cat -y file.list

This will enable you to catch any seg faults and examine the stack
backtrace, etc. using GDB.

Ben



More information about the Sourcenav mailing list