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: Fw: [techtalk] A SIGSEGV problem

2000-05-04 Thread Ellen Venable
here's an example: I made a program called test.cc: #include main(){ char * ptr; while(1){ // we'll print out whatever ptr points to (garbage) // and then we'll increment ptr to move to the // next memory location to be sure we eventually // g

Re: Fw: [techtalk] A SIGSEGV problem

2000-05-04 Thread Ellen Venable
Thursday, May 04, 2000 11:03 PM > Subject: Re: [techtalk] A SIGSEGV problem > > > >Oh, perhaps I should have been clearer. The program is one coded by us > >students for our undergraduate project. It is executing/running fine in Win > >98. Also to be noted is that o

Fw: [techtalk] A SIGSEGV problem

2000-05-04 Thread Deepa Karnad
-Original Message- From: Deepa Karnad <[EMAIL PROTECTED]> To: Beverly Guillermo <[EMAIL PROTECTED]> Date: Thursday, May 04, 2000 11:03 PM Subject: Re: [techtalk] A SIGSEGV problem >Oh, perhaps I should have been clearer. The program is one coded by us >students for

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

[techtalk] A SIGSEGV problem

2000-05-04 Thread Deepa Karnad
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 'Segmentation fault (core dump