Search Results

Search: Posts Made By: dona_m
Forum: Programming 08-18-2008
25,569
Posted By dona_m
Definition of stack_rec: struct stack_rec { ...
Definition of stack_rec:

struct stack_rec {
int word_cat;
int phrase;
char word[60];
char mal[60];
char E_attr[60];
char H_attr[10];
char semantic_tag[60];
char connectors[3][16]; ...
Forum: Programming 08-14-2008
25,569
Posted By dona_m
spos is getting some large number at the...
spos is getting some large number at the initialisation line(int spos=0) itself..How do this occur?How can i avoid this?
Forum: Programming 08-14-2008
25,569
Posted By dona_m
It compile with no errors and no warnings.This is...
It compile with no errors and no warnings.This is the part of code

#include<stdio.h>
#include<string.h>
#include "header.h"
#include "struct.h"

extern struct stack_rec stack[100];
extern...
Forum: Programming 08-14-2008
25,569
Posted By dona_m
It is declared as global variable. Is it due to...
It is declared as global variable. Is it due to some register related problem?
Forum: Programming 08-14-2008
25,569
Posted By dona_m
I tried by increasing the stack size.But it is...
I tried by increasing the stack size.But it is not working . It is actually stopped due to segmentation fault with a debugger message "suspended: signal 'SIGSEGV' received".
Forum: Programming 08-13-2008
25,569
Posted By dona_m
getting "mi_cmd_var_create: unable to create variable object" error msg
Hi,
i am working in C in Fedora Eclipse 3.3.0 with gdb debugger. I am geting segmentation fault with an error message "mi_cmd_var_create: unable to create variable object" on debugging the program....
Showing results 1 to 6 of 6

 
All times are GMT -4. The time now is 09:53 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy