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
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
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
-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
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/
_
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
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
> 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
> 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
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
10 matches
Mail list logo