segmentation error
hi,
when iam running a script , frequently iam facing segmentation error. what might be the possibilities .
regards,
jamie
Answers
-
Hi Jamie
it is due to some of commands are sensitive to make appcrash
0 -
Altair Forum User said:
Hi Jamie
it is due to some of commands are sensitive to make appcrash
so tinh how can i overcome that...or what changes should i make
0 -
Hi Jamie,
You have to detect which command is output to command.tcl last? then the next command in your script is sensitive.
Please show us a range of your codes around that command
0 -
-
Hi Jamie,
the error appeared after you clicked on OK button of the message box, didn't it?
0 -
Altair Forum User said:
Hi Jamie,
the error appeared after you clicked on OK button of the message box, didn't it?
yes tinh
and the the exported file is not in proper format.
0 -
hey tinh..just now i removed that tk message..now its working..but how come tinh?
0 -
I see it calls proc napocomparison after clicking ok
could you show that proc?
0 -
Altair Forum User said:
I see it calls proc napocomparison after clicking ok
could you show that proc?
0 -
Hi Jamie,
the sensitive command is *findmark
I think the bit must not be 257
could you shift f5 and find some elems attached to some nodes then check what number is output to command.tcl?
as i remember, it is 1 or 0
0 -
Altair Forum User said:
Hi Jamie,
the sensitive command is *findmark
I think the bit must not be 257
could you shift f5 and find some elems attached to some nodes then check what number is output to command.tcl?
as i remember, it is 1 or 0
tinh ,i dont find any difference in that command.
tinh ..anyway the commands above the findmark itself are not excuted.
0 -
Altair Forum User said:
Hi Jamie,
the sensitive command is *findmark
I think the bit must not be 257
could you shift f5 and find some elems attached to some nodes then check what number is output to command.tcl?
as i remember, it is 1 or 0
HEY TINH .got the issue solved.....There was was no *createstringarray before the feinputwithdata command
0