Re: [techtalk] A SIGSEGV problem

2000-05-10 Thread Deepa Karnad
Hi everybody. It is sometime now that I asked for help regarding a particular SIGSEGV problem. The problem was solved today. The real problem was elsewhere and SIGSEGV must have cropped up as a side-effect. I had initially worked on the c/c++ pgm in Windows. Had a few data files that was used in

Re: [techtalk] A SIGSEGV problem

2000-05-04 Thread Beverly Guillermo
g++ is the gnu c/c++ compiler. ;) On Thu, 4 May 2000 [EMAIL PROTECTED] wrote: > G++? Do you mean C++, or is there Yet Another Language I Don't Know? > - [EMAIL PROTECTED] http://members.home.com/bguill/ _

Re: [techtalk] A SIGSEGV problem

2000-05-04 Thread Beverly Guillermo
What's the name of the program? Are you sure it's the latest version? Beverly On Thu, 4 May 2000, Deepa Karnad wrote: > Hi. > A g++ program is encountering problems during execution. There are no error >messages as it gets linked and compiled. The executable file does not run though. >Thes

Re: [techtalk] A SIGSEGV problem

2000-05-04 Thread bobtfish
At 19:32 04/05/00 +0530, Deepa Karnad wrote: >Hi. >A g++ program is encountering problems during execution. There are no >error messages as it gets linked and compiled. The executable file does >not run though. These are the error messages observed: >'Program received a signal SIGSEGV, segmenta

Re: [techtalk] A SIGSEGV problem

2000-05-04 Thread Jeff Dike
> A g++ program is encountering problems during execution. There are no > error messages as it gets linked and compiled. The executable file > does not run though. These are the error messages observed: 'Program > received a signal SIGSEGV, segmentation fault' OR 'Segmentation fault > (core dumpe

Re: [techtalk] A SIGSEGV problem

2000-05-04 Thread jenn
> Deepa Karnad wrote: > > Hi. > A g++ program is encountering problems during execution. There are no > error messages as it gets linked and compiled. The executable file > does not run though. These are the error messages observed: > 'Program received a signal SIGSEGV, segmentation fault' > OR