process has died , exit code -11
Posted by: Jaysin Koregaokar
Date: October 12, 2014 10:23AM

i get this error :

[command_action_server-1] process has died [pid 7243, exit code -11, cmd /home/jaysin/ros/clam3/devel/lib/hal_main/commandserver __name:=command_action_server __log:=/home/jaysin/.ros/log/c30210ee-5145-11e4-a9e4-28e347742258/command_action_server-1.log].
log file: /home/jaysin/.ros/log/c30210ee-5145-11e4-a9e4-28e347742258/command_action_server-1*.log

after both these statements :

1.
my_ulonglong numRows;
MYSQL_RES *mysqlResult = NULL;

numRows = mysql_num_rows(mysqlResult);

2.
MYSQL_RES *mysqlResult = NULL;
MYSQL_ROW mysqlRow = NULL;

while (mysqlRow = mysql_fetch_row(mysqlResult)){

Options: ReplyQuote


Subject
Views
Written By
Posted
process has died , exit code -11
5495
October 12, 2014 10:23AM
1839
October 14, 2014 09:58AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.